/*-----------------------------------------------------------------------------------

	[Master Stylesheet]
    Template Name: Consam - Business Consulting HTML Template
    Author: Bdevs
    Support: https://support.bdevs.net/
    Description: Business Consulting HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. theme
	-----------------
		1.1 theme
		1.2 typography
		1.3 section

	-----------------
    01. utils
	-----------------
		1.1 mixins
		1.2 root
		1.3 extends
		1.4 breakpoints

	-----------------
    02. components
	-----------------
		2.1 animation
		2.2 avatar
		2.3 background
		2.4 backtotop
		2.5 breadcrumb
		2.6 buttons
		2.7 carousel 
		2.8 color.scss
		2.9 forms
		2.10 offcanvas
		2.11 pagination
		2.12 preloader
		2.13 section Title
		2.14 shortcodes
		2.15 social
		2.16 tab
		2.17 tooltip
		2.18 video
		2.19 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.7 index

		-----------------
		3.1.2 blog
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 recent-post
			3.2.5 sidebar-tag
			3.2.6 index

		-----------------
		3.1.3 ecommerce
		-----------------
			3.3.1 cart
			3.3.2 checkout
			3.3.3 order
			3.3.4 shop
			3.3.5 index

		-----------------
		3.1.4 footer
		-----------------
			3.4.1 footer-1
			3.4.2 footer-2
			3.4.3 footer-3
			3.4.4 footerCopyrights
			3.4.5 footerDefault
			3.4.6 index
		-----------------
		3.1.5 header
		-----------------
			3.5.1 header-1
			3.5.2 header-3
			3.5.3 header-4
			3.5.4 header-common
			3.5.5 header-primary
			3.5.6 header-top
			3.5.7 index
		-----------------
		3.1.6 menu
		-----------------
			3.6.1 menu
			3.6.2 mobile-menu
			3.5.3 index

	-----------------
    04. Page
	-----------------
		4.1 about
		4.2 case-studies
		4.3 contact
		4.4 cta
		4.5 demo
		4.6 error
		4.7 faq
		4.8 feature
		4.9 gallery
		4.10 price
		4.11 service
		4.12 team
		4.13 testimonial

/*CSS Table Of Content Ends Here*/
/*----------------------------------------*/
/*  1.1 Theme Default CSS
/*----------------------------------------*/
/* Google Fonts url */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --ff-body: "Poppins", sans-serif;
  --ff-title: "Poppins", sans-serif;
  --ff-iconfont: "Font Awesome 6 Pro";
  /** @color declaration - New 4-Color System */
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-heading: #071a22;
  --color-body-text: #676E6E;
  --color-medium: #9DBEBD;
  --color-light: #9C9C9C;
  --color-placeholder: #676E6E;
  --color-primary-1: #185167;
  --color-primary-2: #071a22;
  --color-secondary-1: #ead09a;
  --color-secondary-2: #c07e31;
  --color-primary: #185167;
  --color-secondary: #ead09a;
  --color-success: #198754;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #FF0000;
  --color-rating: #FEC300;
  --color-bg-primary: #F6F7F7;
  --color-border-primary: #DFE0E0;
  --color-border-secondary: #39444A;
  
  /** @gradients declaration */
  --color-gradient: linear-gradient(90deg, #185167 0%, #071a22 100%);
  --color-gradient-primary: linear-gradient(90deg, #185167 0%, #071a22 100%);
  --color-gradient-secondary: linear-gradient(90deg, #ead09a 0%, #c07e31 100%);
  /** @font weight declaration */
  --fw-normal: normal;
  --fw-thin: 100;
  --fw-elight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-sbold: 600;
  --fw-bold: 700;
  --fw-ebold: 800;
  --fw-black: 900;
  /** @font size declaration */
  --fs-body: 16px;
  --fs-p: 16px;
  --fs-h1: 68px;
  --fs-h2: 48px;
  --fs-h3: 38px;
  --fs-h4: 28px;
  --fs-h5: 24px;
  --fs-h6: 18px;
  --fs-b1: 14px;
  --fs-b2: 16px;
  --fs-b3: 18px;
  --fs-b4: 22px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: var(--color-black);
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--color-white);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
  color: var(--color-heading);
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: var(--fw-bold);
  word-break: break-word;
  font-family: var(--ff-title);
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--color-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid var(--color-border-primary);
  color: var(--color-body-text);
  padding-inline-start: 23px;
  padding-inline-end: 23px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

textarea {
  padding: 23px 23px;
  height: 120px;
  min-height: 120px;
}
textarea:focus {
  border-color: var(--color-primary);
}

label {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: var(--fw-sbold);
}

*::-moz-selection {
  background: var(--color-gradient-primary);
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--color-gradient-primary);
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: var(--color-gradient-primary);
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--color-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ff-title);
  color: var(--color-placeholder);
}

/*bootstrap customize */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

.container {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .container-1640 {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gx-90 {
    --bs-gutter-x: 30px;
  }
}

.table > thead {
  vertical-align: middle;
}

.table > tbody {
  vertical-align: middle;
}

/* Common Classes */
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/* Body Overlay  */
.body__overlay {
  background-color: var(--bd-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* Mfp customize */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--color-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--ff-iconfont);
  font-size: 31px;
  font-weight: 200;
  inset-inline-end: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    inset-inline-end: 15px;
    margin-top: -30px;
  }
}

/*----------------------------------------*/
/*  1.1 Theme Default CSS End
/*----------------------------------------*/
/*---------------------------------
	1.2 Typography CSS 
---------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
  color: var(--color-heading);
  margin-top: 0px;
  line-height: 1.35;
  margin-bottom: 0;
  font-weight: var(--fw-bold);
  word-break: break-word;
  font-family: var(--ff-title);
}

h1,
.h1 {
  font-size: var(--fs-h1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h1.small,
.h1.small {
  font-size: 58px;
}

h2,
.h2 {
  font-size: var(--fs-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h2.medium,
.h2.medium {
  font-size: 44px;
}
h2.small,
.h2.small {
  font-size: 40px;
}
h2.x-small,
.h2.x-small {
  font-size: 32px;
}

h3,
.h3 {
  font-size: var(--fs-h3);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--fs-h4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4.medium,
.h4.medium {
  font-size: 28px;
}

h5,
.h5 {
  font-size: var(--fs-h5);
}
h5.small,
.h5.small {
  font-size: 20px;
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--fs-h6);
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

p {
  font-size: var(--fs-p);
  font-family: var(--ff-body);
  font-weight: var(--fw-normal);
  color: var(--color-body-text);
  margin-bottom: 30px;
  line-height: 26px;
}
p.b1 {
  font-size: var(--fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--fs-b4);
  line-height: 1.454;
}

/*---------------------------------
	1.2 Typography CSS End
---------------------------------*/
/*---------------------------------
	1.3 Theme Section CSS
---------------------------------*/
.box-section {
  margin-inline-start: 115px;
  margin-inline-end: 115px;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-section {
    margin-inline-start: 30px;
    margin-inline-end: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .box-section {
    margin-inline-start: 15px;
    margin-inline-end: 15px;
  }
}
.box-section.style-two {
  border-radius: 16px 16px 0 0;
}
.box-section.style-three {
  border-radius: 0 0 16px 16px;
}

.bd-section-title {
  line-height: 1.2;
  text-transform: capitalize;
  position: relative;
}
.bd-section-title .line {
  position: relative;
}
.bd-section-title .line::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 1px;
  background-color: var(--color-secondary);
  inset-inline-end: -300px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-section-title .line::before {
    width: 120px;
    inset-inline-end: -150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-section-title .line::before {
    width: 150px;
    inset-inline-end: -180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-section-title .line::before {
    display: none;
  }
}

.bd-section-subtitle {
  padding-inline-start: 30px;
  padding-inline-end: 15px;
  height: 31px;
  border-radius: 50px;
  color: var(--color-primary);
  background-color: rgba(12, 110, 109, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 17px;
}
.bd-section-subtitle::before {
  position: absolute;
  content: "";
  inset-inline-start: 15px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--color-primary);
}
.bd-section-subtitle.secondary {
  color: var(--color-secondary);
  background-color: rgba(249, 214, 123, 0.1);
}
.bd-section-subtitle.secondary::before {
  background-color: var(--color-secondary);
}

.bd-section-liner-bg {
  position: relative;
}
.bd-section-liner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1550px;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F6F7F7 0%, rgba(246, 247, 247, 0) 100%);
}

/* Default Section Spacing */
.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.section-space-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small-bottom {
    padding-bottom: 50px;
  }
}

.section-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 65px;
  }
}

.section-space-top-xxl {
  padding-top: 200px;
}

.section-space-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 65px;
  }
}

.section-space-big {
  padding-top: 109px;
  padding-bottom: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-big {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.section-title-space {
  margin-bottom: 40px;
}

/* section title with border */
.bd-section-line {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .bd-section-line {
    justify-content: center;
  }
}
.bd-section-line .bd-section-title {
  position: relative;
  padding: 0 15px;
  width: max-content;
}
@media (max-width: 575px) {
  .bd-section-line .bd-section-title {
    width: auto;
  }
}

.bd-separator-line {
  position: relative;
  background-image: linear-gradient(90deg, #DFE0E0, #DFE0E0);
  width: 100%;
  height: 1px;
  inset-inline-start: 15px;
  inset-block-start: 0%;
  inset-inline-end: 0%;
  bottom: auto;
}
@media (max-width: 575px) {
  .bd-separator-line {
    width: auto;
    background-image: none;
  }
}
.bd-separator-line.line-right {
  inset-inline-start: auto;
  inset-inline-end: 15px;
}

/*---------------------------------
	1.3 Theme Section CSS End
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Accordion CSS
/*----------------------------------------*/
.bd-common-accordion .accordion-item {
  border-radius: 0px;
  color: var(--color-black);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-border-primary);
}
.bd-common-accordion .accordion-item:not(:last-child) {
  margin-bottom: 25px;
}
.bd-common-accordion .accordion-header {
  margin-bottom: 22px;
}
.bd-common-accordion .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background-color: transparent;
  box-shadow: none;
  border-radius: 6px 6px 0 0 !important;
}
.bd-common-accordion .accordion-button {
  font-size: 20px;
  font-weight: var(--fw-sbold);
  padding: 0 0;
  padding-inline-end: 35px;
  transition: all 0.3s ease-in-out;
}
.bd-common-accordion .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin-inline-start: auto;
  content: "+";
  font-family: var(--ff-iconfont);
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  color: var(--color-heading);
}
.bd-common-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: var(--ff-iconfont);
  width: 28px;
  height: 28px;
  background-color: transparent;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.bd-common-accordion .accordion-body {
  color: var(--color-body-text);
  padding: 0 0;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  2.1 Accordion CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.2 Animations CSS
/*----------------------------------------*/
@keyframes shape-rote {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 108, 228, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 108, 228, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(0, 108, 228, 0);
    box-shadow: 0 0 0 45px rgba(0, 108, 228, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 108, 228, 0);
    box-shadow: 0 0 0 0 rgba(0, 108, 228, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes cameraScale {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(2px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #3b3b3b;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes bannerAnimationOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  2.2 Animations CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.3 Background CSS
/*----------------------------------------*/
.theme-bg {
  background-color: var(--color-primary);
}

.primary-bg {
  background-color: var(--color-bg-primary);
}

.full-black-bg {
  background-color: var(--color-black);
}

.theme-black {
  background-color: var(--color-heading);
}

.theme-bg-secondary {
  background-color: var(--color-secondary);
}

.bg-success {
  background-color: var(--color-success);
}

.bg-info {
  background-color: var(--color-info);
}

.bg-warning {
  background-color: var(--color-warning);
}

.bg-danger {
  background-color: var(--color-danger);
}

[data-bg-color=footer-bg] {
  background-color: rgba(40, 51, 51, 0.5);
}

/*----------------------------------------*/
/*  2.3 Background CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.4 Back to top CSS
/*----------------------------------------*/
.progress-wrap {
  position: fixed;
  inset-inline-end: 50px;
  bottom: 100px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #e6eaeb;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all ease 0.5s;
  background: #F9FAFB;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .progress-wrap {
    height: 36px;
    width: 36px;
    inset-inline-end: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .progress-wrap.mobile-right {
    bottom: 100px;
  }
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .progress-wrap.active-progress {
    bottom: 30px;
  }
}
.progress-wrap::after {
  position: absolute;
  font-family: var(--ff-iconfont);
  content: "\f106";
  text-align: center;
  font-size: 20px;
  color: var(--color-black);
  inset-inline-start: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .progress-wrap::after {
    height: 36px;
    width: 36px;
  }
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*----------------------------------------*/
/*  2.4 Back to top CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.5 Badge CSS
/*----------------------------------------*/
.bd-badge {
  font-size: 12px;
  font-weight: var(--fw-medium);
  padding: 7px 14px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  gap: 6px;
  line-height: 1;
  text-transform: uppercase;
}

.bg-label-primary {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bg-label-primary:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}

.bg-label-secondary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bg-label-secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.bg-label-tertiary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bg-label-tertiary:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}

.bullet {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  background-color: var(--color-primary);
}

/*----------------------------------------*/
/*  2.5 Badge CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.6 Breadcrumb CSS
/*----------------------------------------*/
.bd-breadcrumb {
  position: relative;
  z-index: 2;
  min-height: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-breadcrumb {
    min-height: 260px;
  }
}
.bd-breadcrumb-bg {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bd-breadcrumb-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: rgba(12, 110, 109, 0.6);
}
.bd-breadcrumb-title {
  color: var(--color-white);
  font-weight: var(--fw-sbold);
  margin-bottom: 5px;
  font-size: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-breadcrumb-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-breadcrumb-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .bd-breadcrumb-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .bd-breadcrumb-title {
    font-size: 32px;
  }
}
.bd-breadcrumb-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  color: white;
}
.bd-breadcrumb-list span {
  position: relative;
}
.bd-breadcrumb-list span a:hover {
  color: var(--color-secondary);
}
.bd-breadcrumb-list span:not(:last-child)::before {
  position: absolute;
  content: "\f105";
  font-family: var(--ff-iconfont);
  border-radius: 40%;
  background-color: transparent;
  inset-inline-end: -25px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.7 Buttons CSS
/*----------------------------------------*/
.bd-btn {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  padding: 14px 23px 12px;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: var(--fw-sbold);
}
.bd-btn i {
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
[dir=rtl] .bd-btn i {
  transform: rotate(-135deg);
}
.bd-btn:hover i {
  transform: rotate(0deg);
}
[dir=rtl] .bd-btn:hover i {
  transform: rotate(-180deg);
}
.bd-btn.btn-sm {
  padding: 4px 15px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
.bd-btn.btn-extra-large {
  padding: 0 46px;
  height: 76px;
  font-size: 24px;
}

.btn-primary {
  background-color: var(--color-primary);
}
.btn-primary:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}

.btn-secondary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.btn-secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-tertiary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.btn-tertiary:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}

.btn-quaternary {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.btn-quaternary:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}

.btn-white {
  color: var(--color-heading);
  background-color: var(--color-white);
}
.btn-white:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-white-two {
  color: var(--color-heading);
  background-color: var(--color-white);
}
.btn-white-two:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}

.btn-outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn-outline-light {
  border: 1px solid var(--color-light);
  color: var(--color-heading);
}
.btn-outline-light:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.bd-text-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--fw-sbold);
  transition: all 0.3s ease-in-out;
}
.bd-text-btn .icon {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
[dir=rtl] .bd-text-btn .icon {
  transform: rotate(-135deg);
}
.bd-text-btn:hover {
  color: var(--color-primary);
}
.bd-text-btn:hover .icon {
  color: var(--color-heading);
  background-color: var(--color-secondary);
  transform: rotate(0deg);
}
[dir=rtl] .bd-text-btn:hover .icon {
  transform: rotate(-180deg);
}
.bd-text-btn.secondary {
  color: var(--color-white);
}
.bd-text-btn.secondary .icon {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
[dir=rtl] .bd-text-btn.secondary .icon {
  transform: rotate(-135deg);
}
.bd-text-btn.secondary:hover {
  color: var(--color-secondary);
}
.bd-text-btn.secondary:hover .icon {
  color: var(--color-primary);
  background-color: var(--color-white);
  transform: rotate(0deg);
}
[dir=rtl] .bd-text-btn.secondary:hover .icon {
  transform: rotate(-180deg);
}

.bd-text-btn-two {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--color-white);
  font-weight: var(--fw-sbold);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.bd-text-btn-two::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-end: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-text-btn-two i {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-text-btn-two i {
  transform: rotate(-135deg);
}
.bd-text-btn-two:hover {
  color: var(--color-secondary);
}
.bd-text-btn-two:hover::before {
  background-color: var(--color-secondary);
}
.bd-text-btn-two:hover i {
  transform: rotate(0deg);
}
[dir=rtl] .bd-text-btn-two:hover i {
  transform: rotate(-180deg);
}

.bd-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: var(--color-primary);
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-play-btn:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-play-btn.secondary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-play-btn.secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.bd-play-outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--color-white);
  border: 2px solid var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-play-outline-btn:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.bd-play-outline-btn.secondary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-play-outline-btn.secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.bd-download-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 9px 40px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 8px;
  font-size: 16px;
  font-weight: var(--fw-sbold);
  transition: all 0.3s ease-in-out;
}
.bd-download-btn svg {
  width: 20px;
  height: 20px;
}
.bd-download-btn svg * {
  transition: all 0.3s ease-in-out;
  fill: var(--color-white);
}
.bd-download-btn:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-download-btn:hover svg * {
  fill: var(--color-heading);
}
.bd-download-btn.secondary {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-download-btn.secondary svg * {
  fill: var(--color-heading);
}
.bd-download-btn.secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-download-btn.secondary:hover svg * {
  fill: var(--color-white);
}

/*----------------------------------------*/
/*  2.7 Buttons CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.8 Carousel CSS
/*----------------------------------------*/
.dots-pagination {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 2px;
  height: 20px;
}
.dots-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.dots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
}
.dots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--color-primary);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .dots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
.dots-pagination.secondary .swiper-pagination-bullet {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.dots-pagination.secondary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--color-secondary);
}
.dots-pagination.secondary .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--color-secondary);
}

/*----------------------------------------*/
/*  2.8 Carousel CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.9 Color Short Code CSS
/*----------------------------------------*/
.white-text {
  color: var(--color-white);
}

.white-text-7 {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

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

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

.text-title {
  color: var(--color-heading);
}

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

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

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

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

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

.taxonomy-color {
  color: var(--color-body-text);
}

.label-color {
  color: var(--color-heading);
}

.rating-color {
  color: var(--color-rating);
}

/*----------------------------------------*/
/*  2.9 Color Short Code CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Counter CSS
/*----------------------------------------*/
.counter-bg {
  background: linear-gradient(90deg, #185167 0%, #071a22 100%);
}

.bd-counter-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-counter-one {
    flex-wrap: wrap;
    gap: 30px 80px;
  }
}
@media (max-width: 575px) {
  .bd-counter-one {
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}
.bd-counter-one-item {
  position: relative;
}
.bd-counter-one-item:not(:last-child)::before {
  position: absolute;
  content: "";
  inset-inline-start: 170px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 182px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-counter-one-item:not(:last-child)::before {
    inset-inline-start: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-counter-one-item:not(:last-child)::before {
    display: none;
  }
}
.bd-counter-one-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #0E8180;
  border-radius: 50px;
  border: 2px solid var(--color-secondary);
  inset-inline-start: 252px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-counter-one-item:not(:last-child)::after {
    inset-inline-start: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-counter-one-item:not(:last-child)::after {
    display: none;
  }
}
.bd-counter-one .bd-counter-number {
  font-size: 58px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  line-height: 1;
}
.bd-counter-one .bd-counter-title {
  color: rgba(255, 255, 255, 0.8);
}

.bd-counter-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-counter-two {
    flex-wrap: wrap;
    gap: 30px 80px;
  }
}
@media (max-width: 575px) {
  .bd-counter-two {
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}
.bd-counter-two-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-counter-two-item {
    gap: 20px;
  }
}
.bd-counter-two .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-counter-two .icon {
    width: 60px;
    height: 60px;
  }
  .bd-counter-two .icon img {
    width: 30px;
  }
}
.bd-counter-two .bd-counter-number {
  font-size: 58px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-counter-two .bd-counter-number {
    font-size: 42px;
  }
}
.bd-counter-two .bd-counter-title {
  color: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  2.10 Counter CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.11 Forms CSS
/*----------------------------------------*/
.form-input-item input {
  padding-inline-start: 0;
  padding-inline-end: 0;
  border: none;
  border-bottom: 1px solid rgba(40, 51, 51, 0.15);
  border-radius: 0;
  color: var(-color-text-body);
}
.form-input-item input:focus {
  border-color: var(--color-primary);
}
.form-input-item textarea {
  height: 88px;
  min-height: 88px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(40, 51, 51, 0.15);
  padding: 0 0;
}
.form-input-item textarea:focus {
  border-color: var(--color-primary);
}

/*----------------------------------------*/
/*  2.11 Forms CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.12 Offcanvas CSS
/*----------------------------------------*/
.offcanvas-area {
  background: var(--color-bg-primary) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--color-border-primary);
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 140px;
  }
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
.offcanvas-title {
  color: var(--color-heading);
  margin-bottom: 17px;
}
.offcanvas-text p {
  margin-bottom: 25px;
}
.offcanvas-social {
  margin-bottom: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li:not(:last-child) {
  margin-inline-end: 5px;
}
.offcanvas-social ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  color: var(--color-black);
  border: 1px solid var(--color-border-primary);
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas-social ul li a:hover {
  background: var(--color-gradient-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-contact ul li a:hover {
  color: var(--color-primary);
}
.offcanvas-contact ul li a:hover i {
  background: var(--color-gradient-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.offcanvas-contact-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--color-black);
  border: 1px solid var(--color-border-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-toggle {
  cursor: pointer;
}

/* Close icon */
.offcanvas-close-icon {
  line-height: 1;
  color: var(--color-primary);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.12 Offcanvas CSS End
/*----------------------------------------*/
/*----------------------------------------
   2.13 Basic pagination CSS
-----------------------------------------*/
.basic-pagination {
  margin-top: 50px;
  text-align: center;
}
.basic-pagination ul {
  display: inline-flex;
  gap: 15px;
}
.basic-pagination ul li {
  list-style: none;
}
.basic-pagination ul li a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-heading);
  background-color: var(--color-bg-primary);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.basic-pagination ul li a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.basic-pagination ul li .current {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.basic-pagination ul li .prev, .basic-pagination ul li .next {
  background-color: var(--color-bg-primary);
  color: var(--color-primary);
  font-size: 20px;
}

/*----------------------------------------
   2.13 Basic pagination CSS End
-----------------------------------------*/
/*----------------------------------------
   2.14 Search popup CSS
-----------------------------------------*/
.bd-search-popup {
  font-size: 64px;
}
.bd-search-popup-area {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  display: flex;
  z-index: 99999;
  min-height: 300px;
  align-items: center;
  background-color: var(--color-bg-primary);
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-search-popup-area {
    min-height: 200px;
  }
}
.bd-search-popup-area.bd-search-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.bd-search-form {
  position: relative;
  width: 100%;
  border-bottom: 2px solid var(--color-border-primary);
  padding-bottom: 20px;
}
.bd-search-input {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.bd-search-input input {
  width: 100%;
  color: var(--color-placeholder);
  height: auto;
  background-color: transparent;
  font-size: 32px;
  margin: 0 55px;
  border: none;
  outline: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-search-input input {
    font-size: 20px;
  }
}
.bd-search-input input::placeholder {
  color: var(--color-placeholder);
  opacity: 0.5;
  font-size: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-search-input input::placeholder {
    font-size: 20px;
  }
}
.bd-search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bd-search-submit {
  position: absolute;
  inset-inline-start: 0;
  top: 40%;
  transform: translateY(-50%);
}
.bd-search-submit button {
  color: var(--color-primary);
  font-size: 35px;
  position: relative;
  transform: translateY(-10px);
}
.bd-search-submit button:hover {
  color: var(--color-secondary);
}
.bd-search-close-btn {
  position: absolute;
  inset-inline-end: 0;
  top: 40%;
  transform: translateY(-50%);
}
.bd-search-close-btn button {
  font-size: 50px;
  color: var(--color-primary);
}
.bd-search-close-btn button:hover {
  transform: rotate(90deg);
  color: var(--color-secondary);
}
.bd-search-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  transition-delay: 0.3s;
  transition: var(--transition);
}
.bd-search-overlay.bd-search-opened {
  opacity: 1;
  visibility: visible;
}
.bd-search-overlay.bd-search-opened:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}

/*----------------------------------------
   2.14 Search popup CSS End
-----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Preloader CSS
/*----------------------------------------*/
#loading {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: var(--color-white);
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[dir=rtl] #loading-center-absolute {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

.bd-preloader-logo {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  margin: auto;
}
.bd-preloader-logo img {
  vertical-align: middle;
}
.bd-preloader-circle {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
}
.bd-preloader-circle svg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bd-rotate 5s linear infinite;
  -moz-animation: bd-rotate 5s linear infinite;
  -ms-animation: bd-rotate 5s linear infinite;
  -o-animation: bd-rotate 5s linear infinite;
  animation: bd-rotate 5s linear infinite;
}
.bd-preloader-circle svg circle:last-child {
  stroke: var(--color-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: bd-loading 4s linear infinite;
  -moz-animation: bd-loading 4s linear infinite;
  -ms-animation: bd-loading 4s linear infinite;
  -o-animation: bd-loading 4s linear infinite;
  animation: bd-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bd-preloader-content {
  text-align: center;
}
.bd-preloader-subtitle {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--color-heading);
  margin-top: 20px;
}

/*----------------------------------------*/
/*  2.15 Preloader CSS End
/*----------------------------------------*/
/*----------------------------------------
   2.16 Process CSS
-----------------------------------------*/
.bd-process-thumb-wrap {
  position: relative;
  margin-inline-end: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-process-thumb-wrap {
    margin-inline-end: 0px;
  }
}
.bd-process-thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.bd-process-content {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 40px 20px 20px;
  background-color: var(--color-white);
  position: absolute;
  inset-block-end: 30px;
  inset-inline-start: 30px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .bd-process-content {
    inset-block-end: 10px;
    inset-inline-start: 10px;
  }
}
.bd-process-content .icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-process-timeline {
  counter-reset: count;
  margin-inline-start: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-process-timeline {
    margin-bottom: 10px;
    margin-inline-start: 10px;
  }
}
.bd-process-timeline-item {
  display: flex;
  align-items: center;
  gap: 37px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bd-process-timeline-item:not(:last-child) {
  margin-bottom: 107px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-process-timeline-item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.bd-process-timeline-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 120%;
  inset-inline-start: 30px;
  inset-block-start: 85px;
  background-color: var(--color-border-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
    inset-block-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
    inset-block-start: 80px;
  }
}
@media (max-width: 575px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
    inset-block-start: 95px;
  }
}
.bd-process-timeline-item.active .step {
  background: var(--color-gradient-primary);
}
.bd-process-timeline-item.active::before {
  color: var(--color-white);
}
.bd-process-timeline-item::before {
  position: absolute;
  z-index: 5;
  inset-inline-start: 25px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  counter-increment: count;
  content: counter(count) "";
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  font-size: 20px;
  font-weight: var(--fw-sbold);
}
.bd-process-timeline-item .step {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #EDF0F6;
  position: relative;
  counter-reset: count;
  transition: all 0.3s ease-in-out;
}
.bd-process-timeline-item .step::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px dashed var(--color-border-primary);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-process-timeline-item .step::before {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

.bd-process-item {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0 45px 45px;
  border-radius: 16px;
}
.bd-process-item:hover .icon {
  background-color: var(--color-primary);
}
.bd-process-item:hover .icon svg * {
  stroke: var(--color-white);
}
.bd-process-item:hover .step {
  background-color: var(--color-primary);
}
.bd-process-item:hover .step span {
  color: var(--color-white);
}
.bd-process-item:hover .title {
  color: var(--color-primary);
}
.bd-process-item .step {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -60px;
  display: flex;
  align-items: end;
  justify-content: center;
  border: 10px solid var(--color-bg-primary);
  background-color: var(--color-white);
  position: relative;
  margin-bottom: 45px;
  transition: all 0.3s ease-in-out;
}
.bd-process-item .step span {
  font-size: 18px;
  color: var(--color-heading);
  font-weight: var(--fw-bold);
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  inset-block-end: 15px;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-process-item .step span {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
.bd-process-item .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-primary);
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
.bd-process-item .title {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.bd-process-item p {
  text-transform: capitalize;
}

/*----------------------------------------
   2.16 Process CSS End
-----------------------------------------*/
/*----------------------------------------*/
/*  2.17 Progress Bar CSS
/*----------------------------------------*/
.progress-style-3 .single-progress {
  position: relative;
  overflow: hidden;
}
.progress-style-3 .single-progress:not(:last-child) {
  margin-bottom: 15px;
}
.progress-style-3 .single-progress .title {
  font-size: 16px;
  font-weight: var(--fw-sbold);
  margin-bottom: 0;
  position: absolute;
  inset-inline-start: 20px;
  z-index: 5;
  color: var(--color-white);
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.progress-style-3 .progress {
  height: 30px;
  overflow: hidden;
  border-radius: 50px;
  background: linear-gradient(to right, var(--color-primary) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .progress {
  background: linear-gradient(to left, var(--color-primary) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .progress-bar {
  border-radius: 50px;
  background-color: transparent;
}
.progress-style-3 .progress-number {
  font-size: 16px;
  position: absolute;
  top: auto;
  inset-inline-end: 20px;
  bottom: 4px;
  font-weight: 500;
  color: var(--color-primary);
}
.progress-style-3 .bg-secondary-gradient .progress {
  background: linear-gradient(to right, var(--color-secondary) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .bg-secondary-gradient .progress {
  background: linear-gradient(to left, var(--color-secondary) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-secondary-gradient .progress-number {
  color: var(--color-secondary);
}
.progress-style-3 .bg-success-gradient .progress {
  background: linear-gradient(to right, var(--color-success) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .bg-success-gradient .progress {
  background: linear-gradient(to left, var(--color-success) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-success-gradient .progress-number {
  color: var(--color-success);
}
.progress-style-3 .bg-warning-gradient .progress {
  background: linear-gradient(to right, var(--color-warning) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .bg-warning-gradient .progress {
  background: linear-gradient(to left, var(--color-warning) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-warning-gradient .progress-number {
  color: var(--color-warning);
}
.progress-style-3 .bg-info-gradient .progress {
  background: linear-gradient(to right, var(--color-info) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .bg-info-gradient .progress {
  background: linear-gradient(to left, var(--color-info) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-info-gradient .progress-number {
  color: var(--color-info);
}
.progress-style-3 .bg-danger-gradient .progress {
  background: linear-gradient(to right, var(--color-danger) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .bg-danger-gradient .progress {
  background: linear-gradient(to left, var(--color-danger) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-danger-gradient .progress-number {
  color: var(--color-danger);
}
.progress-style-3 .bg-dark-gradient .progress {
  background: linear-gradient(to right, var(--color-heading) 10%, rgba(255, 255, 255, 0) 95%);
}
[dir=rtl] .progress-style-3 .bg-dark-gradient .progress {
  background: linear-gradient(to left, var(--color-heading) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-dark-gradient .progress-number {
  color: var(--color-heading);
}

/*----------------------------------------*/
/*  2.17 Progress Bar CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.18 Short codes CSS
/*----------------------------------------*/
.bd-details-section-title {
  margin-bottom: 20px;
}

.bd-details-section-list ul li {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 0 12px;
}
.bd-details-section-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.bd-details-section-list ul li i {
  color: var(--color-primary);
  font-size: 20px;
  margin-top: 2px;
}

.bd-details-section-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-details-section-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-details-section-gallery-thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.bd-details-section-video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.bd-details-section-video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(12, 110, 109, 0.15);
  inset-inline-start: 0;
  inset-block-start: 0;
}
.bd-details-section-video img {
  width: 100%;
  height: 100%;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

code {
  font-size: 16px;
  color: var(--color-body-text);
  word-wrap: break-word;
}

.sidebar-sticky {
  position: sticky;
  top: 100px;
  margin-bottom: 25px;
}

.pos-center {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
[dir=rtl] .pos-center {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
[dir=rtl] .pos-center i {
  transform: rotate(-180deg);
}

/* Text Underline */
.underline a {
  display: inline;
  background-image: linear-gradient(var(--color-primary), var(--color-primary)), linear-gradient(var(--color-primary), var(--color-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-primary) !important;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--color-secondary), var(--color-secondary)), linear-gradient(var(--color-secondary), var(--color-secondary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-secondary) !important;
}

.underline-white a {
  display: inline;
  background-image: linear-gradient(var(--color-white), var(--color-white)), linear-gradient(var(--color-white), var(--color-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline-white a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-white) !important;
}

/* display grid */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* display flex */
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .flex-wrap-small {
    flex-wrap: wrap !important;
  }
}

@media (max-width:450px) {
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
}

.d-flex-between {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-center {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-start {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}

.d-flex-items {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.d-flex-column {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.direction-column {
  flex-direction: column;
}

/* justify align */
.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end !important;
}

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

.align-start {
  align-items: start !important;
}

.align-end {
  align-items: end !important;
}

/* justify align end */
/* gap */
.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.primary-border {
  border: 1px solid var(--color-border-primary);
}

.secondary-border {
  border: 1px solid var(--color-border-secondary);
}

.tertiary-border {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.b-color-primary {
  border-color: var(--color-primary);
}

.b-bottom {
  border-bottom: 1px solid var(--color-border-primary);
}

.b-top {
  border-top: 1px solid var(--color-border-primary);
}

.b-bottom2px {
  border-bottom: 2px solid;
}

.border-top {
  border-top: 1px solid var(--color-border-primary) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--color-border-primary) !important;
}

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px !important;
}

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

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

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

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

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

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

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

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

.radius-24 {
  border-radius: 16px !important;
}

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

.radius-100 {
  border-radius: 100% !important;
}

code {
  color: var(--color-danger);
  word-wrap: break-word;
}

/* width Short code */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

/* List Style None */
.list-none ul {
  list-style: none;
}

/* Font Size */
.fs-18 {
  font-size: 18px;
}

/* Font Weight */
.fw-1 {
  font-weight: var(--fw-thin);
}

.fw-2 {
  font-weight: var(--fw-elight);
}

.fw-3 {
  font-weight: var(--fw-light);
}

.fw-4 {
  font-weight: var(--fw-regular);
}

.fw-5 {
  font-weight: var(--fw-medium);
}

.fw-6 {
  font-weight: var(--fw-sbold);
}

.fw-7 {
  font-weight: var(--fw-bold);
}

.fw-8 {
  font-weight: var(--fw-ebold);
}

.fw-9 {
  font-weight: var(--fw-black);
}

.swiper-shadow-add {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}

.content-divider {
  border-top: 1px solid var(--color-border-primary);
}

.sl-number-counts {
  counter-reset: count;
  list-style: none;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  display: inline-block;
}

.opacity-1 {
  opacity: 1;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

@media (max-width: 575px) {
  .text-xs-start {
    text-align: start !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .justify-xs-center {
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .d-m-none {
    display: none;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
    white-space: nowrap;
  }
}

.ml-0 {
  margin-inline-start: 0 !important;
}

/*----------------------------------------*/
/*  2.18 Short codes CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.19 Social CSS
/*----------------------------------------*/
.theme-social ul {
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
}
.theme-social ul li {
  list-style: none;
}
.theme-social ul li a {
  color: var(--color-white);
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: inline-flex;
  border: 1px solid var(--color-border-primary);
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.theme-social ul li a:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.theme-social ul li a i {
  transition: all 0.3s ease-in-out;
}
.theme-social.secondary a:hover {
  color: var(--color-heading);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

/*----------------------------------------*/
/*  2.19 Social CSS End
/*----------------------------------------*/
/*----------------------------------------
   2.20 why choose CSS
-----------------------------------------*/
.why-choose-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 860px;
}

.bd-why-choose-one {
  background-color: var(--color-white);
  padding: 40px 40px;
  border-radius: 16px;
  position: relative;
  margin-top: -410px;
}
.bd-why-choose-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-why-choose-content {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-why-choose-content {
    margin-inline-start: 0;
  }
}
.bd-why-choose-tooltip {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 247px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-why-choose-tooltip {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-why-choose-tooltip {
    margin-top: 90px;
  }
  .bd-why-choose-tooltip br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-why-choose-tooltip {
    margin-top: 90px;
  }
  .bd-why-choose-tooltip br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-why-choose-tooltip {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-why-choose-tooltip {
    margin-top: 50px;
  }
  .bd-why-choose-tooltip br {
    display: none;
  }
}

/*----------------------------------------*/
/*  3.5.6 Header Style 1
/*----------------------------------------*/
.bd-header-top {
  background-color: var(--color-primary);
  padding: 13px 175px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-header-top {
    padding: 13px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-top {
    padding: 13px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-top {
    padding: 13px 15px;
    justify-content: center;
  }
}
.bd-header-top-left ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 58px;
}
@media (max-width: 575px) {
  .bd-header-top-left ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.bd-header-top-left ul li:first-child {
  position: relative;
}
.bd-header-top-left ul li:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  inset-inline-end: -26px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .bd-header-top-left ul li:first-child:before {
    display: none;
  }
}
.bd-header-top-left ul li span {
  color: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin-inline-end: 12px;
}
.bd-header-top-left ul li a {
  color: var(--color-white);
  font-size: 16px;
  transition: all 0.3s linear;
}
.bd-header-top-left ul li a:hover {
  color: var(--color-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-top-right {
    display: none;
  }
}
.bd-header-top-right ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 58px;
}
.bd-header-top-right ul li:first-child {
  position: relative;
}
.bd-header-top-right ul li:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  inset-inline-end: -26px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .bd-header-top-right ul li:first-child:before {
    display: none;
  }
}
.bd-header-top-right ul li span {
  color: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin-inline-end: 12px;
}
.bd-header-top-right ul li a {
  color: var(--color-white);
  font-size: 16px;
  transition: all 0.3s linear;
}
.bd-header-top-right ul li a:hover {
  color: var(--color-secondary);
}
.bd-header-top-right .social {
  display: flex;
  gap: 28px;
}
.bd-header-top-right .social a {
  font-size: 16px;
  color: var(--color-white);
  transition: all 0.3s linear;
}
.bd-header-top-right .social a:hover {
  color: var(--color-secondary);
}
.bd-header-top.style-two {
  background-color: var(--color-heading);
  padding: 11px 175px;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-top.style-two {
    padding: 11px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-top.style-two {
    padding: 11px 15px;
    justify-content: center;
  }
}
.bd-header-top.style-two::before {
  position: absolute;
  content: "";
  width: 700px;
  width: 37%;
  height: 46px;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-top.style-two::before {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-top.style-two::before {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-header-top.style-two::before {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .bd-header-top.style-two::before {
    width: 95%;
  }
}

/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.header-primary {
  background-color: var(--color-white);
}

/*----------------------------------------*/
/*  3.5.2 Header Style 2
/*----------------------------------------*/
.header-one {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 99;
  background-color: var(--color-white);
  margin: 0 175px;
  padding: 0 30px;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-one {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one {
    margin: 0 50px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one {
    margin: 0 15px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-one {
    margin: 0 15px;
    padding: 0 15px;
  }
}
.header-one.bd-sticky {
  margin: 0 0;
  border-radius: 0;
}
.header-one.bd-sticky .bd-header-inner {
  padding: 0 175px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-one.bd-sticky .bd-header-inner {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one.bd-sticky .bd-header-inner {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one.bd-sticky .bd-header-inner {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-one.bd-sticky .bd-header-inner {
    padding: 0 0px;
  }
}

/*----------------------------------------*/
/*  3.5.3 Header Style 3
/*----------------------------------------*/
.header-three .bd-header-inner {
  border-bottom: 1px solid var(--color-border-primary);
  background-color: var(--color-bg-primary);
  padding: 0 115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-three .bd-header-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-three .bd-header-inner {
    padding: 0 15px;
  }
}

/*----------------------------------------*/
/*  3.5.4 Header Style 4
/*----------------------------------------*/
.header-four {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 80px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  margin: 0 175px;
  padding: 0 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-four {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-four {
    margin: 0 50px;
    padding: 0 20px;
    inset-block-start: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-four {
    margin: 0 40px;
    padding: 0 20px;
    inset-block-start: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-four {
    margin: 0 35px;
    padding: 0 20px;
    inset-block-start: 40px;
  }
}
.header-four.bd-sticky {
  margin: 0 0;
  padding: 0 0;
  border-radius: 0;
}
.header-four.bd-sticky .bd-header-inner {
  padding: 0 115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-four.bd-sticky .bd-header-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-four.bd-sticky .bd-header-inner {
    padding: 0 15px;
  }
}
.header-four.bd-sticky .bd-header-logo-dark {
  display: block;
}
.header-four.bd-sticky .bd-header-logo-light {
  display: none;
}
.header-four.bd-sticky .bd-header-meta .bd-search-open-btn {
  color: var(--color-heading);
}
.header-four.bd-sticky .bd-header-meta .bd-header-offcanvas {
  color: var(--color-heading);
}
.header-four .main-menu li a {
  color: var(--color-white);
}
.header-four .main-menu > ul > li:hover > a {
  color: var(--color-secondary);
}
.header-four .bd-header-meta .bd-search-open-btn {
  color: var(--color-white);
}
.header-four .bd-header-meta .bd-header-offcanvas {
  color: var(--color-white);
}
.header-four .bd-header-logo-dark {
  display: none;
}

/*----------------------------------------*/
/*  3.5.5 Header Common Style 
/*----------------------------------------*/
.bd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.bd-header-meta {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.bd-header-meta .bd-search-open-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-border-primary);
  border-radius: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-meta .bd-search-open-btn {
    width: 42px;
    height: 42px;
  }
}
.bd-header-meta .bd-header-offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-border-primary);
  border-radius: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-meta .bd-header-offcanvas {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-meta .bd-btn {
    display: none;
  }
}

.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background: var(--color-white);
  border-top: 0;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}

.bd-header-logo {
  max-width: 195px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-logo {
    height: 60px;
    max-width: 120px;
  }
}
.bd-header-logo img {
  width: 100%;
}

/* Header Bar icon */
.bd-header-hamburger {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-hamburger {
    display: block;
  }
}

.bar-icon {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 28px;
  height: 2px;
  background: var(--color-heading);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-inline-end: auto;
  margin-inline-end: 0;
}
.bar-icon span:nth-child(1) {
  width: 21px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(2) {
  width: 28px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(3) {
  width: 15px;
  transition: all 0.3s linear;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--color-heading);
}
.bar-icon.is-white span {
  background: var(--color-white);
}
.bar-icon.style-two span {
  transition: all 0.3s ease-in;
}
.bar-icon.style-two span:nth-child(2) {
  width: 85%;
}
.bar-icon.style-two span:nth-child(3) {
  width: 75%;
}
.bar-icon.style-two:hover span {
  width: 100%;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1 CSS
/*----------------------------------------*/
.bd-hero-area {
  position: relative;
  z-index: 1;
}
.bd-hero-title {
  color: var(--color-white);
  line-height: 1.15;
}
.bd-hero-title span {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-title span {
    display: none;
  }
}
.bd-hero-title span::before {
  position: absolute;
  content: "";
  inset-inline-start: 15px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 90px;
  background-color: var(--color-secondary);
}
.bd-hero-subtitle {
  padding-top: 5px;
  padding-inline-end: 15px;
  padding-bottom: 3px;
  padding-inline-start: 30px;
  border-radius: 50px;
  color: var(--color-secondary);
  background-color: rgba(249, 214, 123, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
}
.bd-hero-subtitle::before {
  position: absolute;
  content: "";
  inset-inline-start: 15px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--color-secondary);
}
.bd-hero-left {
  padding-inline-start: 109px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-left {
    padding-inline-start: 0px;
  }
}
.bd-hero-desc {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
.bd-hero-content-wrapper {
  padding-bottom: 120px;
  min-height: 900px;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero-content-wrapper {
    min-height: 780px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-content-wrapper {
    min-height: 750px;
  }
}
.bd-hero-thumb {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.bd-hero-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(40, 51, 51, 0) -4.76%, #071a22 69.82%);
  opacity: 0.75;
}
.bd-hero-pagination-wrap {
  position: absolute;
  z-index: 5;
  inset-inline-end: 50px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero-pagination-wrap {
    inset-inline-end: auto;
    inset-block-start: auto;
    inset-inline-start: 50px;
    inset-block-end: 30px;
    transform: translateY(0%);
  }
}
@media (max-width: 575px) {
  .bd-hero-pagination-wrap {
    inset-inline-end: auto;
    inset-block-start: auto;
    inset-inline-start: 15px;
    inset-block-end: 30px;
    transform: translateY(0%);
  }
}
.bd-hero-pagination-wrap .main-hero-dot {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: inherit !important;
  left: auto !important;
  z-index: 99;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-pagination-wrap .main-hero-dot {
    flex-direction: row;
    gap: 5px;
  }
}
.bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet {
  margin: 17px 0 !important;
  display: inline-block;
  opacity: 1;
  height: 0;
  width: 1px;
  background-color: var(--color-white);
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet {
    margin: 0 17px !important;
  }
}
.bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet button {
  position: absolute;
  top: -38px;
  left: -12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
  margin: 7px 0;
  transition: all 0.2s ease;
}
.bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 100px;
  margin: 23px 0 !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 23px !important;
    width: 0px;
    height: 0px;
  }
}
.bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  color: var(--color-white);
  font-weight: 700;
  font-size: 28px;
  left: -17px;
}

.mainHeroActive .swiper-slide-active .bd-hero-subtitle, .mainHeroActive .swiper-slide-active .bd-hero-title, .mainHeroActive .swiper-slide-active .bd-hero-desc, .mainHeroActive .swiper-slide-active .bd-hero-btn {
  animation-fill-mode: both;
  animation-name: bdFadeInUp;
}
.mainHeroActive .swiper-slide-active .bd-hero-subtitle {
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.mainHeroActive .swiper-slide-active .bd-hero-title {
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}
.mainHeroActive .swiper-slide-active .bd-hero-desc {
  animation-delay: 1.3s;
  animation-duration: 0.8s;
}
.mainHeroActive .swiper-slide-active .bd-hero-btn {
  animation-delay: 1.4s;
  animation-duration: 0.9s;
}
.mainHeroActive .swiper-slide-active .bd-hero-thumb {
  transform: scale(1.15);
}

.scroll-down {
  position: absolute;
  inset-inline-start: 40px;
  inset-block-end: 50px;
  z-index: 99;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .scroll-down {
    inset-inline-start: 20px;
  }
}
.scroll-down .title {
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  top: -65px;
  left: -20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-white);
}
.scroll-down-icon {
  border: 2px solid var(--color-secondary);
  padding: 6px 8px;
  border-radius: 30px;
  position: relative;
}
.scroll-down-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8px;
  background-color: var(--color-white);
  left: 45%;
  top: 0;
  transform: translateX(-50%);
  -webkit-animation: arrowdown 2s infinite ease-in-out alternate;
  animation: arrowdown 2s infinite ease-in-out alternate;
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(20px);
  }
}
/*----------------------------------------*/
/*  3.1.1 banner Style 1 CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1.2 banner Style 2 CSS
/*----------------------------------------*/
.bd-banner-area {
  padding-top: 90px;
  padding-bottom: 385px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-area {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-area {
    padding-top: 65px;
    padding-bottom: 250px;
  }
}
.bd-banner-thumb {
  margin: -335px auto 100px;
  width: calc(100% - 400px);
  position: relative;
  border-radius: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-thumb {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-thumb {
    margin: -200px auto 80px;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-thumb {
    margin: -200px auto 65px;
    width: calc(100% - 15px);
  }
}
.bd-banner-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.bd-banner-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: rgba(12, 110, 109, 0.1);
  border-radius: 30px;
}

/* video home */
.bd-banner-video-thumb {
  margin: -335px auto 100px;
  position: relative;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-video-thumb {
    margin: -150px auto 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-video-thumb {
    margin: -200px auto 100px;
  }
}
.bd-banner-video-thumb video {
  width: 100%;
}

/* banner two slider */
.bd-hero-two-area {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero-two-area {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-two-area {
    padding-top: 100px;
  }
}
.bd-hero-two-bg-thumb {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.bd-hero-two-bg-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 110, 109, 0.95);
  z-index: -1;
}
.bd-hero-two-content-wrapper {
  position: relative;
  height: 870px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-hero-two-content-wrapper {
    height: 760px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-hero-two-content-wrapper {
    height: 640px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-two-content-wrapper {
    height: 100%;
  }
}
.bd-hero-two-thumb-wrapper {
  position: relative;
}
.bd-hero-two-thumb {
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-two-thumb {
    margin-bottom: 0;
  }
}
.bd-hero-two-thumb::before {
  position: absolute;
  content: "";
  width: 552px;
  height: 552px;
  background: #FFFFFF;
  filter: blur(325px);
  z-index: -5;
  inset-block-end: 80px;
  inset-inline-start: 110px;
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero-two-thumb::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .bd-hero-two-thumb::before {
    width: 350px;
    height: 350px;
  }
}
.bd-hero-two-tag-wrap {
  position: absolute;
  inset-block-end: 95px;
  inset-inline-start: 25px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 10px 10px;
  z-index: 5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-two-tag-wrap {
    inset-block-end: 50px;
  }
}
.bd-hero-two-tag-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 25px 10px 10px;
  background-color: var(--color-white);
  border-radius: 100px;
}
.bd-hero-two-tag-inner .icon {
  width: 68px;
  height: 68px;
  border-radius: 50px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-hero-two-tag-two {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  inset-block-start: 150px;
  inset-inline-end: -120px;
  z-index: 5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-hero-two-tag-two {
    inset-inline-end: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-two-tag-two {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero-two-tag-two {
    inset-inline-end: 0px;
  }
}
.bd-hero-two-tag-two h6 {
  color: var(--color-white);
}
.bd-hero-two-shape {
  position: absolute;
  inset-block-start: 190px;
  z-index: -1;
  inset-inline-start: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-two-shape {
    display: none;
  }
}

.heroTwoActive:hover .bd-hero-navigation-btn {
  opacity: 1;
  visibility: visible;
}
.heroTwoActive .swiper-slide-active .bd-hero-subtitle, .heroTwoActive .swiper-slide-active .bd-hero-title, .heroTwoActive .swiper-slide-active .bd-hero-desc, .heroTwoActive .swiper-slide-active .bd-hero-btn, .heroTwoActive .swiper-slide-active .bd-hero-two-thumb, .heroTwoActive .swiper-slide-active .bd-hero-two-tag-wrap, .heroTwoActive .swiper-slide-active .bd-hero-two-tag-two, .heroTwoActive .swiper-slide-active .bd-hero-two-shape {
  animation-fill-mode: both;
  animation-name: bdFadeInUp;
}
.heroTwoActive .swiper-slide-active .bd-hero-subtitle {
  animation-delay: 1s;
  animation-duration: 0.4s;
}
.heroTwoActive .swiper-slide-active .bd-hero-title {
  animation-delay: 1.2s;
  animation-duration: 0.5s;
}
.heroTwoActive .swiper-slide-active .bd-hero-desc {
  animation-delay: 1.3s;
  animation-duration: 0.6s;
}
.heroTwoActive .swiper-slide-active .bd-hero-btn {
  animation-delay: 1.4s;
  animation-duration: 0.7s;
}
.heroTwoActive .swiper-slide-active .bd-hero-two-thumb {
  animation-delay: 1.5s;
  animation-duration: 0.8s;
}
.heroTwoActive .swiper-slide-active .bd-hero-two-tag-wrap {
  animation-delay: 1.6s;
  animation-duration: 0.9s;
}
.heroTwoActive .swiper-slide-active .bd-hero-two-tag-two {
  animation-delay: 1.7s;
  animation-duration: 0.9s;
}
.heroTwoActive .swiper-slide-active .bd-hero-two-shape {
  animation-delay: 1.8s;
  animation-duration: 0.1s;
}

.bd-hero-navigation-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.bd-hero-navigation-btn button {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  inset-block-start: 50%;
  inset-inline-start: 30px;
  transform: translateY(-50%);
  z-index: 55;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  background: var(--color-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-hero-navigation-btn button {
    inset-inline-start: 0;
  }
}
.bd-hero-navigation-btn button:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.bd-hero-navigation-btn .bd-hero-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-hero-navigation-btn .bd-hero-navigation-next {
    inset-inline-end: 0;
  }
}

/*----------------------------------------*/
/*  3.1.2 banner Style 2 CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1.3 banner Style 3 CSS
/*----------------------------------------*/
.bd-banner-three {
  padding-top: 55px;
  padding-bottom: 1px;
  padding-inline-start: 115px;
  padding-inline-end: 115px;
  position: relative;
  z-index: 5;
  background-color: var(--color-bg-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-three {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-three {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.bd-banner-three .container-fluid {
  --bs-gutter-x: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-banner-right {
    width: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-banner-right {
    width: 535px;
  }
}
.bd-banner-title {
  color: var(--color-heading);
  font-size: 68px;
  line-height: 78px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-banner-title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-banner-title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-title {
    font-size: 42px;
    line-height: 52px;
    -webkit-line-clamp: 10;
  }
}
.bd-banner-left {
  width: 405px;
  padding-top: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-left {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-left {
    width: 100%;
    padding-top: 0;
  }
}
.bd-banner-desc {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-desc {
    color: rgba(0, 0, 0, 0.8);
  }
}
.bd-banner-three-thumb-wrap {
  margin-top: -257px;
  margin-bottom: 140px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-three-thumb-wrap {
    margin-top: -208px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-three-thumb-wrap {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-three-thumb-wrap {
    margin-top: 30px;
    margin-bottom: 65px;
  }
}
.bd-banner-three-thumb {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-mask-image: url(../images/banner/banner-3/banner-3-thumb-mask.webp);
  mask-image: url(../images/banner/banner-3/banner-3-thumb-mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-flex;
}
[dir=rtl] .bd-banner-three-thumb {
  -webkit-mask-image: url(../images/banner/banner-3/banner-3-thumb-mask-rtl.png);
  mask-image: url(../images/banner/banner-3/banner-3-thumb-mask-rtl.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-three-thumb {
    mask-image: none;
  }
}
.bd-banner-three-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 28, 28, 0) 25.59%, rgba(23, 28, 28, 0.7) 100%);
  border-radius: 16px;
}
.bd-banner-three-thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-three-thumb img {
    border-radius: 16px;
  }
}
.bd-banner-feature-wrapper {
  margin-top: -170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-feature-wrapper {
    margin-top: -125px;
  }
}
@media (max-width: 575px) {
  .bd-banner-feature-wrapper {
    margin-top: 30px;
  }
}
.bd-banner-feature-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-feature-box {
    grid-template-columns: repeat(1, 1fr);
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
  }
}
.bd-banner-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 30px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(17px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-feature-item {
    background-color: rgba(12, 110, 109, 0.5);
  }
}
.bd-banner-feature-item:first-child {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-inline-end: 0;
}
.bd-banner-feature-item:last-child {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-inline-start: 0;
}
.bd-banner-feature-item.has-active {
  background: var(--color-gradient-primary);
  border: 1px solid var(--color-primary);
}
.bd-banner-feature-item.has-active .bd-banner-feature-title {
  color: var(--color-white);
}
.bd-banner-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: var(--color-white);
  transition: all 0.3s linear;
}
.bd-banner-feature-icon svg {
  width: 34px;
  height: 34px;
  transition: all 0.3s linear;
}
.bd-banner-feature-title {
  color: var(--color-white);
}

/* video area three */
.bd-video-area-three {
  margin-top: 55px;
  margin-inline-start: 115px;
  margin-inline-end: 115px;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-video-area-three {
    margin-top: 30px;
    margin-inline-start: 30px;
    margin-inline-end: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-video-area-three {
    margin-top: 15px;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
  }
}

.bd-banner-five-content {
  padding-top: 430px;
  padding-top: 350px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-banner-five-content {
    padding-top: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-five-content {
    padding-top: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-five-content {
    padding-top: 350px;
  }
}
@media (max-width: 575px) {
  .bd-banner-five-content {
    padding-top: 300px;
    padding-bottom: 80px;
  }
}
.bd-banner-five-title {
  text-transform: capitalize;
  color: var(--color-white);
  margin-bottom: 10px;
}
.bd-banner-five-desc {
  color: rgba(255, 255, 255, 0.7);
  width: 630px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-five-desc {
    width: 100%;
  }
}
.bd-banner-five-btn {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 50px;
}

.bd-video-area-three video {
  width: 100%;
}

/* hero three */
.bd-hero-three-area {
  padding-top: 55px;
  padding-inline-start: 115px;
  padding-inline-end: 115px;
  position: relative;
  z-index: 5;
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-hero-three-area {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-three-area {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-top: 15px;
  }
}
.bd-hero-three-content {
  padding-top: 250px;
  padding-bottom: 200px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-hero-three-content {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero-three-content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-three-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.bd-hero-three-thumb {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-three-thumb {
    background-position: center right;
  }
}
.bd-hero-three-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(23, 28, 28, 0.6) 0%, rgba(23, 28, 28, 0.3) 100%);
  border-radius: 16px;
}
.bd-hero-three-title {
  text-transform: capitalize;
  color: var(--color-white);
  margin-bottom: 10px;
}
.bd-hero-three-desc {
  color: rgba(255, 255, 255, 0.7);
  width: 630px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-three-desc {
    width: 100%;
  }
}
.bd-hero-three-btn {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 50px;
}
.bd-hero-three-pagination {
  position: absolute;
  inset-block-end: 50px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  z-index: 555;
}

.heroThreeActive {
  border-radius: 16px;
}

.hero-three-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-three-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.hero-three-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--color-secondary);
  border-radius: 50px;
}
.hero-three-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--color-secondary);
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
}

.heroThreeActive .swiper-slide-active .bd-hero-three-title, .heroThreeActive .swiper-slide-active .bd-hero-three-desc, .heroThreeActive .swiper-slide-active .bd-hero-three-btn {
  animation-fill-mode: both;
  animation-name: bdFadeInUp;
}
.heroThreeActive .swiper-slide-active .bd-hero-three-title {
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.heroThreeActive .swiper-slide-active .bd-hero-three-desc {
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}
.heroThreeActive .swiper-slide-active .bd-hero-three-btn {
  animation-delay: 1.3s;
  animation-duration: 0.8s;
}

/*----------------------------------------*/
/*  3.1.3 banner Style 3 CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1.4 Banner Style 4 CSS
/*----------------------------------------*/
.bd-banner-four-area {
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: #0c6e6d;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-four-area {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.bd-banner-four-content-top {
  margin-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-four-content-top {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-four-content-top {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-four-content-bottom {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .bd-banner-four-content-bottom {
    margin-bottom: 80px;
  }
}
.bd-banner-four-title {
  font-size: 58px;
  color: var(--color-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-four-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-four-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-four-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .bd-banner-four-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .bd-banner-four-title {
    font-size: 32px;
  }
}
.bd-banner-four-desc {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  margin-bottom: 40px;
}
.bd-banner-four-thumb {
  position: absolute;
  z-index: 5;
  width: 50%;
  inset-inline-start: auto;
  inset-inline-end: 0;
  height: 100%;
  top: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-four-thumb {
    background-position: right;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-four-thumb {
    background-position: -160px, right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-four-thumb {
    position: relative;
    height: 600px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .bd-banner-four-thumb {
    position: relative;
    height: 500px;
    width: 100%;
  }
}
@media (max-width:450px) {
  .bd-banner-four-thumb {
    position: relative;
    height: 400px;
    width: 100%;
  }
}

.bd-banner-shape-1 {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -50px;
  z-index: -1;
}

/*banner video */
.bd-banner-video {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bd-banner-video-bg {
  position: relative;
  z-index: 5;
}
.bd-banner-video-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: #071a22;
  opacity: 0.65;
  z-index: -1;
}
.bd-banner-video-content {
  padding-top: 330px;
  padding-bottom: 200px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-video-content {
    padding-top: 260px;
    padding-bottom: 150px;
  }
}
.bd-banner-video-title {
  color: var(--color-white);
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.bd-banner-video-desc {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  width: 641px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-video-desc {
    width: 100%;
  }
}
.bd-banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  3.1.4 Banner Style 4 CSS End
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  3.6.1 Main menu css
/*----------------------------------------*/
.main-menu > ul {
  display: inline-flex;
  gap: 0 42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu > ul {
    gap: 0 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul {
    gap: 0 30px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--color-primary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu > ul > li:has(ul) > a:after {
  content: "\f107";
  font-family: var(--ff-iconfont);
  margin-inline-start: 5px;
  font-weight: var(--fw-sbold);
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
}
.main-menu > ul > li:has(ul) > a:hover::after {
  transform: rotate(180deg);
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 16px;
  font-weight: var(--fw-sbold);
  color: var(--color-heading);
  padding: 28px 0px;
  display: inline-block;
  font-family: var(--ff-body);
  position: relative;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.main-menu li a.active {
  color: var(--color-primary);
}
.main-menu .submenu {
  background-color: var(--color-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
  border-radius: 0 0 4px 4px;
  top: 100px;
}
.main-menu .submenu ul {
  background-color: var(--color-white);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
  border-radius: 0 4px 4px 4px;
}
.main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-inline-start: 20px;
  padding-inline-end: 0;
}
.main-menu .submenu li:hover > a {
  color: var(--color-primary);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 16px;
  color: var(--color-heading);
  padding: 8px 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
[dir=rtl] .main-menu .submenu li a {
  text-align: right;
}
.main-menu .submenu li a.active {
  color: var(--color-primary);
}
.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .mega-menu {
  background-color: var(--color-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s;
  top: 100px;
  text-align: start;
  border-radius: 0 0 8px 8px;
}
.main-menu .mega-menu.mega-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-heading);
  padding: 5px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
  width: 250px;
}
@media (max-width: 575px) {
  .main-menu .mega-menu li a {
    width: auto;
  }
}
.main-menu .mega-menu li a:hover {
  color: var(--color-primary);
}
.main-menu .mega-menu li a.active {
  color: var(--color-primary);
}
.main-menu .mega-menu .title {
  font-weight: 500;
  color: var(--color-heading);
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 10px;
  margin-bottom: 15px;
  pointer-events: none;
  border-radius: 0;
  display: block;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .mega-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
}
.main-menu .mega-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.main-menu .home-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  padding-bottom: 25px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--color-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--color-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--color-primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--color-primary);
}

.main-menu .mega-style-3 .title,
.main-menu .mega-style-2 .title {
  padding-top: 28px;
}

.main-menu li .has-arrow > a::before {
  content: "\f107";
  font-family: var(--ff-iconfont);
  font-weight: 600;
  position: absolute;
  inset-inline-end: 32px;
  transition: all 0.3s ease-in-out;
}
.main-menu li .has-arrow:hover a::before {
  transform: rotate(-90deg);
}
[dir=rtl] .main-menu li .has-arrow:hover a::before {
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .last-children.submenu {
    right: 10px;
    left: auto;
  }
  .last-children.submenu ul {
    right: calc(100% + 10px);
    left: auto;
  }
  .last-children .has-arrow:hover a::after {
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
    right: 100%;
    left: auto;
  }
}

.home-menu-item {
  position: relative;
  line-height: 1;
  padding: 0 0 !important;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-menu-item {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: start;
  }
}
.home-menu-item:hover .home-menu-thumb::before {
  opacity: 0.5;
}
.home-menu-thumb {
  position: relative;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-menu-thumb {
    display: none;
  }
}
.home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-secondary);
  opacity: 0;
  transition: all 0.3s linear;
  left: 0;
  bottom: 0;
  border-radius: 6px;
}
.home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}
.home-menu-title {
  line-height: 1;
}

/* primary title */
.main-menu ul > li:hover > ul > li:hover > .title {
  color: var(--color-primary);
}

.bd-sticky .main-menu li a {
  color: var(--color-heading);
}
.bd-sticky .main-menu li a.active {
  color: var(--color-primary);
}

.bd-sticky .main-menu > ul > li:hover > a {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.6.2 Mobile Menu css
/*----------------------------------------*/
.bd-mobile-menu-smaller {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-mobile-menu-smaller {
    display: block;
  }
}

.bd-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.bd-offcanvas-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--color-heading);
  padding: 10px 0;
  padding-inline-end: 20px;
}
.bd-offcanvas-menu ul li > a.active {
  color: var(--color-primary);
}
.bd-offcanvas-menu ul li > a:hover {
  color: var(--color-primary);
}
.bd-offcanvas-menu ul li.active > a {
  color: var(--color-primary);
}
.bd-offcanvas-menu ul li.active > .bd-menu-close {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.bd-offcanvas-menu ul li.active > .bd-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bd-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bd-offcanvas-menu ul li .submenu,
.bd-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
}
.bd-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.bd-offcanvas-menu ul li .homemenu-title {
  color: var(--color-white);
}

.bd-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  font-size: 18px;
  color: var(--color-heading);
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-primary);
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.bd-menu-close i {
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-menu-close i {
  transform: rotate(-180deg);
}

/* Menu index */
/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.bd-blog-meta {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .bd-blog-meta {
    gap: 15px 30px;
  }
}

.bd-blog-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-blog-author .thumb {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
.bd-blog-author .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bd-blog-author span {
  color: var(--color-body-text);
}
.bd-blog-author .name {
  font-size: 16px;
  font-weight: var(--fw-sbold);
  color: var(--color-heading);
  transition: all 0.3s ease-in-out;
}
.bd-blog-author .name:hover {
  color: var(--color-primary);
}

.bd-blog-comments {
  color: var(--color-body-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.bd-blog-date {
  color: var(--color-body-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.bd-blog-card {
  background-color: var(--color-white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.bd-blog-card .bd-blog-header {
  padding: 16px 16px 0 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bd-blog-card .bd-blog-header .bd-badge {
  position: absolute;
  inset-inline-start: 32px;
  inset-block-start: 32px;
}
.bd-blog-card .bd-blog-thumb {
  height: 260px;
}
.bd-blog-card .bd-blog-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.bd-blog-card .bd-blog-body {
  padding: 30px 30px 45px 30px;
  transition: all 0.3s ease-in-out;
}
.bd-blog-card .bd-blog-footer {
  padding: 0 30px 35px 30px;
}
.bd-blog-card:hover {
  background-color: var(--color-secondary);
}
.bd-blog-card:hover .bd-blog-meta {
  border-bottom: 1px solid #D5BC7C;
}
.bd-blog-card:hover .bd-text-btn:hover .icon {
  color: var(--color-heading);
  background-color: var(--color-white);
}

/* blog card two */
.bd-blog-card-two {
  background-color: var(--color-primary);
  border-radius: 16px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.bd-blog-card-two .bd-blog-title-wrap {
  padding: 20px 30px 30px 30px;
}
.bd-blog-card-two .title {
  color: var(--color-white);
}
.bd-blog-card-two .bd-blog-thumb-wrap {
  margin: 0 16px 0 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.bd-blog-card-two .bd-blog-thumb-wrap .bd-badge {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-start: 16px;
}
.bd-blog-card-two .bd-blog-thumb-wrap .bd-blog-thumb {
  margin-top: 50px;
  text-align: center;
}
.bd-blog-card-two .bd-blog-meta {
  margin: 30px 30px;
  border-color: rgba(255, 255, 255, 0.15);
}
.bd-blog-card-two .bd-blog-author span {
  color: rgba(255, 255, 255, 0.7);
}
.bd-blog-card-two .bd-blog-author .name {
  color: var(--color-white);
}
.bd-blog-card-two .bd-blog-author .name:hover {
  color: var(--color-secondary);
}
.bd-blog-card-two .bd-blog-comments {
  color: #5B5439;
}
.bd-blog-card-two .bd-blog-btn {
  padding: 10px 30px 30px;
}
.bd-blog-card-two .bd-blog-shape {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  z-index: -1;
}
[dir=rtl] .bd-blog-card-two .bd-blog-shape {
  transform: rotate(100deg);
}

/* blog card three */
.bd-blog-card-three {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.bd-blog-card-three:hover .bd-blog-thumb {
  transform: scale(1.05);
}
.bd-blog-card-three .bd-badge {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}
.bd-blog-card-three .bd-blog-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.bd-blog-card-three .bd-blog-thumb a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(40, 51, 51, 0) 0%, rgba(40, 51, 51, 0.85) 100%);
}
.bd-blog-card-three .bd-blog-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-blog-card-three .bd-blog-content {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 40px;
  z-index: 5;
  width: calc(100% - 60px);
  transition: all 0.3s ease-in-out;
}
.bd-blog-card-three .bd-blog-author {
  margin-bottom: 12px;
}
.bd-blog-card-three .bd-blog-author span {
  color: rgba(255, 255, 255, 0.7);
}
.bd-blog-card-three .bd-blog-author .name {
  color: var(--color-white);
}
.bd-blog-card-three .bd-blog-author .name:hover {
  color: var(--color-secondary);
}
.bd-blog-card-three .title {
  color: var(--color-white);
}

/* blog card four */
.bd-blog-card-four {
  position: relative;
  border-radius: 16px;
  background-color: var(--color-primary);
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.bd-blog-card-four:hover .bd-blog-thumb img {
  transform: scale(1.1);
}
.bd-blog-card-four .bd-badge {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}
.bd-blog-card-four .bd-blog-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
}
.bd-blog-card-four .bd-blog-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-blog-card-four .bd-blog-content {
  padding: 37px 30px 40px 30px;
  transition: all 0.3s ease-in-out;
}
.bd-blog-card-four .bd-blog-author {
  margin-bottom: 12px;
}
.bd-blog-card-four .bd-blog-author span {
  color: rgba(255, 255, 255, 0.7);
}
.bd-blog-card-four .bd-blog-author .name {
  color: var(--color-white);
}
.bd-blog-card-four .bd-blog-author .name:hover {
  color: var(--color-secondary);
}
.bd-blog-card-four .title {
  color: var(--color-white);
}

/* blog card five */
.bd-blog-box {
  display: grid;
  grid-template-columns: 470px auto;
  gap: 30px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-blog-box {
    grid-template-columns: auto;
  }
}

.bd-blog-card-five {
  background-color: var(--color-primary);
  padding: 50px 40px 43px 40px;
  border-radius: 16px;
}
.bd-blog-card-five .bd-badge {
  margin-bottom: 20px;
}
.bd-blog-card-five .title {
  color: var(--color-white);
  margin-bottom: 25px;
}
.bd-blog-card-five .bd-blog-description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-blog-card-five .bd-blog-description {
    margin-bottom: 50px;
  }
}
.bd-blog-card-five .bd-blog-meta {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.15);
}
.bd-blog-card-five .bd-blog-author span {
  color: rgba(255, 255, 255, 0.7);
}
.bd-blog-card-five .bd-blog-author .name {
  color: var(--color-white);
}
.bd-blog-card-five .bd-blog-author .name:hover {
  color: var(--color-secondary);
}
.bd-blog-card-five .bd-blog-comments {
  color: rgba(255, 255, 255, 0.7);
}

/* blog card six */
.bd-blog-card-six {
  display: grid;
  grid-template-columns: 270px auto;
  gap: 30px 50px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--color-bg-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-blog-card-six {
    grid-template-columns: auto;
  }
}
.bd-blog-card-six .bd-blog-content {
  padding-top: 30px;
  padding-inline-end: 50px;
  padding-bottom: 30px;
  padding-inline-start: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-blog-card-six .bd-blog-content {
    padding-top: 0px;
    padding-inline-end: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
  }
}
.bd-blog-card-six .bd-blog-content .bd-badge {
  margin-bottom: 20px;
}
.bd-blog-card-six .bd-blog-content .title {
  margin-bottom: 25px;
}
.bd-blog-card-six .bd-blog-content .bd-blog-meta {
  border-bottom: none;
  border-top: 1px solid var(--color-border-primary);
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bd-blog-card-six .bd-blog-thumb img {
  width: 100%;
  height: 100%;
}

/* blog standard */
.bd-blog-standard-blog {
  margin-inline-end: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-blog-standard-blog {
    margin-inline-end: 0;
  }
}

.bd-blog-standard {
  padding: 30px 30px 45px;
  border: 1px solid var(--color-border-primary);
  border-radius: 12px;
}
.bd-blog-standard .bd-blog-thumb {
  margin-bottom: 30px;
}
.bd-blog-standard .bd-blog-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.bd-blog-standard .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.bd-blog-standard .bd-blog-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.bd-blog-standard .bd-blog-description {
  margin-bottom: 40px;
}

.bd-postbox-slider-navigation button {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  inset-block-start: 50%;
  inset-inline-start: 30px;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  color: var(--color-white);
  z-index: 15;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .bd-postbox-slider-navigation button {
    inset-inline-start: 0;
  }
}
.bd-postbox-slider-navigation button:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-postbox-slider-navigation .post-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: 30px;
}
@media (max-width: 575px) {
  .bd-postbox-slider-navigation .post-navigation-next {
    inset-inline-end: 0;
  }
}

.bd-post-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.bd-post-pagination .bd-post-slider-pagination {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-post-pagination .bd-post-slider-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0 !important;
}
.bd-post-pagination .bd-post-slider-pagination .swiper-pagination-bullet-active {
  background: var(--color-gradient-primary);
  width: 20px;
}

.bd-postbox-audio {
  height: 350px;
}
@media (max-width: 575px) {
  .bd-postbox-audio {
    height: 200px;
  }
}
.bd-postbox-audio iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.bd-post-details-wrapper {
  margin-inline-end: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-post-details-wrapper {
    margin-inline-end: 0;
  }
}

.bd-post-details-content {
  padding: 30px 30px 45px;
  border: 1px solid var(--color-border-primary);
  border-radius: 12px;
  margin-bottom: 50px;
}
.bd-post-details-content .bd-blog-title {
  font-size: 32px;
}

.bd-post-details-thumb img {
  border-radius: 10px;
}

.bd-blog-bottom-tag {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--color-border-primary);
  padding-top: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.bd-blog-bottom-tag .tagcloud {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.bd-postbox-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
  padding-top: 30px;
  padding-bottom: 30px;
}

.bd-postbox-next-btn,
.bd-postbox-perv-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: var(--fw-sbold);
  color: var(--color-heading);
  transition: all 0.3s ease-in-out;
}
.bd-postbox-next-btn:hover,
.bd-postbox-perv-btn:hover {
  color: var(--color-primary);
}
.bd-postbox-next-btn:hover .icon,
.bd-postbox-perv-btn:hover .icon {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-postbox-next-btn .icon,
.bd-postbox-perv-btn .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  background-color: rgba(12, 110, 109, 0.15);
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.bd-postbox-next-btn .icon:hover,
.bd-postbox-perv-btn .icon:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.bd-postbox-comment ul .children {
  margin-top: 30px;
  padding-inline-start: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-postbox-comment ul .children {
    padding-inline-start: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-postbox-comment ul .children {
    padding-inline-start: 30px;
  }
}
.bd-postbox-comment ul li {
  list-style: none;
}
.bd-postbox-comment ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.bd-postbox-comment-box {
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-postbox-comment-box {
    flex-direction: column;
    gap: 15px 0;
  }
}
.bd-postbox-comment-info {
  flex: 0 0 auto;
}
.bd-postbox-comment-avatar img {
  width: 50px;
  height: 50px;
  margin-inline-end: 20px;
  border-radius: 50px;
}
.bd-postbox-comment-avatar.thumb-radius img {
  border-radius: 100%;
}
.bd-postbox-comment-text {
  width: 100%;
  padding-top: 5px;
}
.bd-postbox-comment-text .post-rating i {
  font-size: 16px;
  color: var(--color-rating);
}
.bd-postbox-comment-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.bd-postbox-comment-name {
  margin-bottom: 15px;
}
.bd-postbox-comment-name .title {
  font-size: 16px;
  font-weight: var(--fw-sbold);
  line-height: 1;
  color: var(--color-heading);
}
.bd-postbox-comment-name .post-meta {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--color-body-text);
  display: inline-block;
}
.bd-postbox-comment-reply {
  margin-top: 10px;
}
.bd-postbox-comment-reply a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: var(--color-heading);
  border: 1px solid var(--color-border-primary);
  padding: 11px 24px;
  border-radius: 50px;
}
.bd-postbox-comment-reply a:hover {
  color: var(--color-white);
  background: var(--color-gradient-primary);
  border-color: var(--color-primary);
}

/* blockquote CSS */
.bd-blog-blockquote blockquote {
  padding: 38px 40px 28px 40px;
  border-radius: 12px;
  position: relative;
  background-color: rgba(12, 110, 109, 0.08);
  margin: 0 0 0 !important;
}
.bd-blog-blockquote blockquote::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  background: var(--color-gradient-primary);
  border-radius: 12px 0 0 12px;
}
.bd-blog-blockquote blockquote .icon {
  position: absolute;
  width: 71px;
  height: 51px;
  inset-block-end: 0;
  inset-inline-end: 30px;
}
.bd-blog-blockquote blockquote .icon svg {
  width: 71px;
  height: 51px;
}
.bd-blog-blockquote blockquote .title {
  font-size: 18px;
  font-weight: var(--fw-sbold);
  margin-bottom: 28px;
  font-style: italic;
  color: var(--color-heading);
}
.bd-blog-blockquote blockquote .name {
  color: var(--color-body-text);
}
.bd-blog-blockquote blockquote .name span {
  color: var(--color-heading);
}

/*----------------------------------------*/
/*  3.2.4 Recent Post css
/*----------------------------------------*/
.bd-recent-post-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-recent-post-item {
    align-items: start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-recent-post-item {
    flex-direction: column;
  }
}
.bd-recent-post-item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border-primary);
}
.bd-recent-post-thumb {
  width: 100px;
  min-width: 100px;
  height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-recent-post-thumb {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.bd-recent-post-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.bd-recent-post-title {
  font-size: 18px;
  font-weight: var(--fw-sbold);
  margin-bottom: 10px;
}
.bd-recent-post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-recent-post-meta .icon {
  color: var(--color-primary);
}
.bd-recent-post-meta .date {
  color: var(--color-heading);
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.bd-sidebar-widget {
  overflow: hidden;
  border-radius: 12px;
}
.bd-sidebar-widget .bd-widget-title.title-bg {
  padding: 22px 30px 22px 30px;
  color: var(--color-white);
  background-color: var(--color-primary);
}

.bd-widget-content {
  padding: 28px 30px;
  background-color: var(--color-bg-primary);
}

.bd-widget-list ul li {
  list-style: none;
}
.bd-widget-list ul li a {
  font-size: 18px;
  font-weight: var(--fw-sbold);
  text-transform: capitalize;
  color: var(--color-heading);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s linear;
}
.bd-widget-list ul li a i {
  transition: all 0.3s ease-in-out;
}
.bd-widget-list ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 17px;
  margin-bottom: 21px;
}
.bd-widget-list ul li:hover a, .bd-widget-list ul li.active a {
  color: var(--color-primary);
}

.bd-widget-banner {
  position: relative;
  border-radius: 8px;
  z-index: 5;
  text-align: center;
  padding: 60px 52px 65px 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-widget-banner {
    padding: 40px 15px 45px 15px;
  }
}
.bd-widget-banner::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  background-color: var(--color-primary);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
}
.bd-widget-banner img {
  border-radius: 8px;
}
.bd-widget-banner .title {
  color: var(--color-white);
  margin-bottom: 20px;
}
.bd-widget-banner .description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.bd-widget-banner .icon {
  width: 100px;
  height: 100px;
  background-color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.bd-widget-list-two ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-body-text);
}
.bd-widget-list-two ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 17px;
  margin-bottom: 21px;
}
.bd-widget-list-two ul li span {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: var(--fw-sbold);
}

.bd-sidebar-search-form {
  position: relative;
}
.bd-sidebar-search-form input {
  width: 100%;
  background-color: var(--color-bg-primary);
  border-radius: 8px;
  height: 70px;
  padding-inline-start: 20px;
  padding-inline-end: 55px;
  border: none;
}
.bd-sidebar-search-form input:focus {
  border-color: var(--color-primary);
}
.bd-sidebar-search-form button {
  font-size: 20px;
  color: rgba(40, 51, 51, 0.7);
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.bd-sidebar-search-form button:hover {
  color: var(--color-primary);
}

.bd-widget-list-three ul li {
  list-style: none;
}
.bd-widget-list-three ul li a {
  font-size: 16px;
  font-weight: var(--fw-regular);
  text-transform: capitalize;
  color: var(--color-heading);
  background-color: var(--color-white);
  padding: 13px 20px 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.bd-widget-list-three ul li a i {
  transition: all 0.3s ease-in-out;
}
.bd-widget-list-three ul li:not(:last-child) {
  margin-bottom: 8px;
}
.bd-widget-list-three ul li:hover a {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/* tag cloud */
.tagcloud a {
  font-size: 16px !important;
  color: var(--color-body-text);
  font-weight: 500;
  border: 1px solid var(--color-border-primary);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tagcloud a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.widget_tag_cloud .tagcloud {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .widget_tag_cloud .tagcloud {
    gap: 15px 10px;
  }
}

/* author */
.bd-sidebar-author {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--color-bg-primary);
  position: relative;
  z-index: 2;
}
.bd-sidebar-author .top {
  background-color: var(--color-primary);
  padding: 40px 30px;
  border-radius: 12px;
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  z-index: -1;
}
.bd-sidebar-author .top .thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
}
.bd-sidebar-author .top .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bd-sidebar-author .top .name {
  color: var(--color-white);
  font-size: 18px;
  font-weight: var(--fw-sbold);
  margin-bottom: 2px;
}
.bd-sidebar-author .top .designation {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.bd-sidebar-author .bottom {
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.bd-sidebar-author .bottom .icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-sidebar-author .bottom .icon i {
  color: var(--color-primary);
}
.bd-sidebar-author .bottom .icon a {
  color: var(--color-heading);
  transition: all 0.3s ease-in-out;
}
.bd-sidebar-author .bottom .icon a:hover {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.1 Cart css
/*----------------------------------------*/
.bd-cart-table .table > :not(caption) > * > * {
  padding: 20px 20px;
  color: var(--color-body-text);
  background-color: var(--color-white);
}
.bd-cart-table .table > thead tr th {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: var(--fw-sbold);
}

.bd-cart-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.bd-cart-wrapper {
  background: var(--color-bg-primary);
  padding: 30px 30px 40px 30px;
  border-radius: 8px;
  margin-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cart-wrapper {
    margin-inline-start: 0;
  }
}

.bd-cart-title {
  font-size: 24px;
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.bd-cart-price-wrap {
  margin-bottom: 15px;
}

.bd-cart-btn {
  margin-top: 40px;
}

.bd-cart-price-title {
  font-size: 16px;
  font-weight: var(--fw-sbold);
}

.bd-cart-price {
  color: var(--color-body-text);
}

.bd-cart-coupon-input-box label {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: var(--fw-sbold);
}
.bd-cart-coupon-input-box input[type=text] {
  max-width: 241px;
}
@media (max-width: 575px) {
  .bd-cart-coupon-input-box input[type=text] {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  3.3.2 Shop css
/*----------------------------------------*/
.bd-checkout-verify-reveal {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0;
  padding: 17px 30px;
  width: 100%;
  background-color: var(--color-bg-primary);
  border-radius: 0 0 8px 8px;
  border-top: 4px solid var(--color-primary);
}

.return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 30px 50px 30px;
  background-color: var(--color-bg-primary);
}

.bd-checkout-verify-reveal button {
  color: var(--color-primary);
  position: relative;
}

.return-customer-input {
  margin-bottom: 20px;
}

.bd-checkout-bill-area {
  padding: 40px 30px 50px 30px;
  background-color: var(--color-bg-primary);
  border-radius: 12px;
  margin-inline-end: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-checkout-bill-area {
    margin-inline-end: 0;
  }
}

.bd-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
  color: var(--color-heading);
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 19px;
}

.bd-checkout-input textarea {
  height: 175px;
  min-height: 175px;
  resize: none;
}

/* car total */
.bd-checkout-place {
  padding: 40px 30px 50px 30px;
  background-color: var(--color-bg-primary);
}

.bd-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-inline-end: 37px;
  color: var(--color-heading);
}

.bd-checkout-order-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-body-text);
}
.bd-checkout-order-list ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
}
.bd-checkout-order-list ul li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-heading);
}
.bd-checkout-order-list ul li.bd-checkout-order-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.bd-checkout-order-list ul li.bd-checkout-order-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-heading);
}
.bd-checkout-order-list ul li.bd-checkout-order-list-desc p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-heading);
}
.bd-checkout-order-list ul li.bd-checkout-order-list-desc p span {
  font-size: 16px;
  font-weight: 500;
}
.bd-checkout-order-list ul li.bd-checkout-order-list-subtotal span:last-child {
  color: var(--color-primary);
}
.bd-checkout-order-list ul li.bd-checkout-order-list-total {
  padding: 14px 0;
}
.bd-checkout-order-list ul li.bd-checkout-order-list-total span {
  font-size: 16px;
  font-weight: 500;
}

.bd-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-border-primary);
}

.bd-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}

/* Custom radio button */
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio] ~ label {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-inline-start: 28px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  top: 3px;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--color-border-secondary);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  inset-inline-start: 2px;
  width: 10px;
  height: 5px;
  background-color: var(--color-danger);
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--color-primary);
}
input[type=radio]:checked ~ label::after {
  opacity: 1;
  background-color: var(--color-primary);
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 12px;
  height: 12px;
  inset-inline-start: 4px;
  background: var(--color-white);
  border-radius: 50%;
  top: 7px;
}

.bd-checkout-payment-desc {
  position: relative;
  padding-top: 15px;
  display: none;
}
.bd-checkout-payment-desc p {
  background-color: var(--color-white);
  padding: 19px 30px;
  font-size: 14px;
  line-height: 1.57;
  color: var(--color-black);
  margin-bottom: 0;
}
.bd-checkout-payment-desc::after {
  position: absolute;
  content: "";
  inset-inline-start: 3px;
  inset-block-start: 0;
  width: 16px;
  height: 16px;
  background-color: var(--color-primary);
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}

/*----------------------------------------*/
/*  3.3.3 Order CSS
/*----------------------------------------*/
.bd-login-form {
  padding: 50px 30px;
  background-color: var(--color-bg-primary);
  border-radius: 12px;
}

/*----------------------------------------*/
/*  3.3.4 Shop css
/*----------------------------------------*/
.bd-shop-product {
  margin-inline-end: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-shop-product {
    margin-inline-end: 0;
  }
}

.bd-product-wrapper:hover .bd-product-thumb img {
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale3d(1.07, 1.07, 1.07) translateZ(0);
  transform: scale3d(1.07, 1.07, 1.07) translateZ(0);
}
.bd-product-wrapper:hover .bd-product-action {
  opacity: 1;
  visibility: visible;
}
.bd-product-wrapper.text-center:hover .bd-product-action a {
  transform: scale(1);
}
.bd-product-thumb {
  background: var(--color-bg-primary);
  margin-bottom: 23px;
  position: relative;
  padding: 56px 52px;
  border-radius: 8px;
}
.bd-product-tag {
  position: absolute;
  inset-block-start: 15px;
  inset-inline-start: 15px;
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  border-radius: 100%;
  font-size: 12px;
  justify-content: center;
}
.bd-product-action {
  position: absolute;
  bottom: 16px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.bd-product-action a {
  height: 34px;
  width: 34px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  background-color: rgba(12, 110, 109, 0.15);
  margin-inline-start: 7px;
  transform: scaleX(0);
  border-radius: 100%;
  cursor: pointer;
}
.bd-product-action a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-product-action a:first-child {
  margin-inline-start: 0;
}
.bd-product-action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-product-content {
  margin-bottom: 30px;
}
.bd-product-title {
  color: var(--color-heading);
  margin-bottom: 5px;
}
.bd-product-title a:hover {
  color: var(--color-primary);
}
.bd-product-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bd-product-old-price {
  color: var(--color-body-text);
  text-decoration: line-through;
  font-weight: var(--fw-sbold);
}
.bd-product-current-price {
  color: var(--color-primary);
  font-weight: var(--fw-sbold);
  font-size: 18px;
}

.custom-tooltip .tooltip-inner {
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
  padding: 2px 5px 3px 5px;
  border-radius: 0;
}

.shop-selector-sort.nice-select {
  width: 320px;
  height: 70px;
  line-height: 70px;
}
.shop-selector-sort.nice-select .list {
  width: 100%;
}

.bd-product-details-slider img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-product-details-slider-thumbs {
  cursor: pointer;
}
.bd-product-details-slider-thumbs .swiper-slide {
  width: 100px !important;
  height: 100px;
  border-radius: 8px;
}
.bd-product-details-slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.bd-product-details-slider-thumbs img {
  border: 1px solid #EFF0F0;
}

.bd-product-details-slider-thumbs .swiper-slide-thumb-active img {
  border-color: var(--color-primary);
}

.bd-product-details-content {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-product-details-content {
    margin-inline-start: 0;
  }
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 9px;
  background-color: #EFF0F0;
  border-radius: 50px;
}
.product-quantity .increase,
.product-quantity .decrease {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--color-primary);
  border: 1px solid rgba(40, 51, 51, 0.15);
  cursor: pointer;
}
.product-quantity .increase:hover,
.product-quantity .decrease:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.product-quantity .product-quantity-input[type=text] {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  border: none;
  background-color: transparent;
  padding: 4px;
  color: var(--color-heading);
  font-weight: var(--fw-bold);
}

.bd-product-details-purchase-btn {
  width: 375px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-product-details-purchase-btn {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .bd-product-details-purchase-btn {
    width: 300px;
  }
}

.bd-product-details-list {
  list-style-type: none;
}
.bd-product-details-list li {
  display: flex;
  font-size: 16px;
  gap: 15px;
}
.bd-product-details-list li span {
  font-weight: var(--fw-bold);
  color: var(--color-heading);
  width: 75px;
}
.bd-product-details-list li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-product-details-list ul {
  display: flex;
  gap: 12px;
}
.bd-product-details-list ul li a {
  color: var(--color-body-text);
  transition: all 0.3s ease-in-out;
}
.bd-product-details-list ul li a:hover {
  color: var(--color-primary);
}

/* info css */
.product-information-tab .nav-tabs {
  border-bottom: none;
}
.product-information-tab .nav-item {
  margin-inline-end: 10px;
}
.product-information-tab .nav-link {
  background: transparent;
  border: 1px solid var(--color-border-primary);
  color: var(--color-heading);
  padding: 0 30px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0px;
  height: 50px;
}
.product-information-tab .nav-link.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.product-review-rating-wrapper {
  display: grid;
  grid-template-columns: 170px auto;
  align-content: center;
}
@media (max-width: 575px) {
  .product-review-rating-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    gap: 25px;
  }
}

.product-rating-box {
  border: 1.5px solid var(--color-border-primary);
  width: 145px;
  height: 131px;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-rating-box {
    width: 110px;
  }
}
@media (max-width: 575px) {
  .product-rating-box {
    margin: 0 auto;
  }
}
.product-rating-box-number {
  font-size: 48px;
  line-height: 1;
  color: var(--color-black);
  font-weight: var(--fw-bold);
}
.product-rating-box-icon i {
  font-size: 13px;
  color: var(--color-rating);
}

.product-review-progress-bar {
  display: inline-flex;
  width: 100%;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.product-review-progress-bar:not(:last-child) {
  margin-bottom: 5px;
}
.product-review-progress-bar .single-progress {
  margin-bottom: 0px;
  width: 100%;
}
.product-review-progress-bar .progress {
  border-radius: 0;
}
.product-review-progress-bar .progress-bar {
  border-radius: 0;
}
.product-review-text {
  color: var(--color-black);
  font-weight: var(--fw-medium);
  min-height: 10px;
}
.product-review-meta {
  min-width: 75px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-review-percent {
  color: var(--color-heading);
  font-weight: var(--fw-medium);
  width: 38px;
}
.product-review-number {
  color: var(--color-body-secondary);
  font-weight: var(--fw-medium);
}

.product-comment ul .children {
  margin-top: 25px;
  margin-inline-start: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-comment ul .children {
    margin-inline-start: 30px;
  }
}
@media (max-width: 575px) {
  .product-comment ul .children {
    margin-inline-start: 0;
  }
}
.product-comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.product-comment ul li:last-child {
  margin-bottom: 0px;
}
.product-comment-box {
  padding: 15px 15px;
  border-radius: 4px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-comment-box {
    flex-direction: column;
    gap: 15px 0;
  }
}
.product-comment-info {
  flex: 0 0 auto;
}
.product-comment-avatar img {
  width: 100px;
  height: 100px;
  margin-inline-end: 20px;
  border-radius: 6px;
}
.product-comment-avatar.thumb-radius img {
  border-radius: 100%;
}
.product-comment-text {
  width: 100%;
}

.shop-specifications .table-striped > tbody > tr > * {
  padding: 12px 12px;
}

/*----------------------------------------*/
/*  3.4.1 Footer Style 1
/*----------------------------------------*/
.footer-col-1 .bd-footer-widget-logo {
  margin-bottom: 40px;
}
.footer-col-1 .bd-footer-widget-description {
  margin-bottom: 70px;
}

.bd-footer-widget-title {
  margin-bottom: 25px;
}

.bd-footer-widget-list ul {
  list-style-type: none;
}
.bd-footer-widget-list ul li {
  color: var(--color-body-text);
  transition: all 0.3s ease-in-out;
}
.bd-footer-widget-list ul li:hover {
  color: var(--color-primary);
}
.bd-footer-widget-list ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-col-2 {
  margin-left: 162px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2 {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-2 {
    margin-left: 0px;
  }
}
.footer-col-2 .bd-footer-widget:first-child {
  margin-bottom: 45px;
}

.footer-col-3 {
  margin-left: 93px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-3 {
    margin-left: 0px;
  }
}

.bd-footer-bottom {
  padding-top: 50px;
  padding-bottom: 30px;
}

.bd-footer-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 22px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-footer-menu-content {
    flex-wrap: wrap;
    gap: 15px 15px;
    justify-content: center;
    text-align: center;
  }
}

.bd-footer-menu-list ul {
  display: flex;
  align-items: center;
  gap: 15px 130px;
  list-style-type: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-footer-menu-list ul {
    gap: 15px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-footer-menu-list ul {
    gap: 15px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-footer-menu-list ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
}
.bd-footer-menu-list ul li {
  color: var(--color-body-text);
  transition: all 0.3s ease-in-out;
}
.bd-footer-menu-list ul li:hover {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.4.2 Footer Style 2
/*----------------------------------------*/
.bd-footer-bg {
  position: relative;
  z-index: 5;
}
.bd-footer-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 51, 51, 0.5);
  z-index: -1;
}
.bd-footer-bg .bd-footer-bottom {
  padding-top: 0;
}
.bd-footer-bg .bd-footer-widget-description {
  color: var(--color-white);
}
.bd-footer-bg .bd-footer-widget-title {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-bg .bd-footer-widget p {
  color: var(--color-white);
}
.bd-footer-bg .bd-footer-widget-content {
  color: var(--color-white);
}
.bd-footer-bg .bd-footer-widget-list ul li {
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-footer-bg .bd-footer-widget-list ul li:hover {
  color: var(--color-secondary);
}
.bd-footer-bg .bd-footer-subscribe-form input {
  color: rgba(255, 255, 255, 0.7);
  border-color: var(--color-border-secondary);
}
.bd-footer-bg .bd-footer-subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-bg .bd-footer-subscribe-form input:focus {
  border-color: var(--color-primary);
}
.bd-footer-bg .bd-footer-menu-content {
  border-color: var(--color-border-secondary);
}
.bd-footer-bg .bd-footer-menu-content h6 {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-bg .bd-footer-menu-list ul li {
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-footer-bg .bd-footer-menu-list ul li:hover {
  color: var(--color-secondary);
}
.bd-footer-bg .bd-footer-copyright-text {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-bg .bd-footer-social .title {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-bg .bd-footer-social .social-list a {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  3.4.3 Footer Style 3
/*----------------------------------------*/
.bd-footer-three {
  background-color: var(--color-primary);
  padding-top: 255px;
  z-index: 5;
  margin-inline-start: 115px;
  margin-inline-end: 115px;
  border-radius: 16px 16px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-footer-three {
    margin-inline-start: 30px;
    margin-inline-end: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-footer-three {
    margin-inline-start: 15px;
    margin-inline-end: 15px;
  }
}
.bd-footer-three .bd-footer-area {
  padding-bottom: 70px;
}
.bd-footer-three .bd-footer-widget p {
  color: var(--color-white);
}
.bd-footer-three .bd-footer-widget-content {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-three .bd-footer-widget-list ul li {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-three .bd-footer-copyright-text {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-three .bd-footer-copyright {
  padding-top: 0;
}
.bd-footer-three .bd-footer-copyright-content {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
  padding-bottom: 30px;
}
.bd-footer-three .bd-footer-copyright-content a {
  color: rgba(255, 255, 255, 0.7);
}
.bd-footer-three .bd-footer-social .social-list a {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.bd-footer-three .bd-footer-social .social-list a:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}

.bd-footer-shape .shape-1 {
  position: absolute;
  inset-inline-end: 67px;
  inset-block-start: 42px;
  z-index: -1;
}
.bd-footer-shape .shape-2 {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 85px;
  z-index: -1;
}

.bd-footer-widget-menu ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}
.bd-footer-widget-menu ul li:hover {
  color: var(--color-white);
}
.bd-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}

.footer-3-col-1 .bd-footer-widget-logo {
  margin-bottom: 40px;
}
.footer-3-col-1 .bd-footer-widget-description {
  margin-bottom: 70px;
}

.footer-3-col-2 {
  margin-left: 162px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-3-col-2 {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3-col-2 {
    margin-left: 0px;
  }
}
.footer-3-col-2 .bd-footer-widget:first-child {
  margin-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3-col-2 .bd-footer-widget:first-child {
    margin-bottom: 45px;
  }
}

.footer-3-col-3 {
  margin-left: 93px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3-col-3 {
    margin-left: 0px;
  }
}
.footer-3-col-3 .bd-footer-widget:first-child {
  margin-bottom: 45px;
}

/*----------------------------------------*/
/*  3.4.7 Footer default Style
/*----------------------------------------*/
.bd-footer-subscribe-form {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 10px;
  margin-bottom: 25px;
}
.bd-footer-subscribe-form input {
  padding-inline-end: 65px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.bd-footer-subscribe-form button {
  position: absolute;
  inset-inline-end: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 42px;
  min-width: 42px;
  height: 42px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-footer-subscribe-form button {
  transform: translateY(-50%) rotate(-135deg);
}
.bd-footer-subscribe-form button:hover {
  transform: translateY(-50%) rotate(0deg);
  background-color: var(--color-secondary);
  color: var(--color-heading);
}
[dir=rtl] .bd-footer-subscribe-form button:hover {
  transform: translateY(-50%) rotate(-180deg);
}
.bd-footer-subscribe-form.style-two input {
  padding-inline-start: 0;
  padding-inline-end: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  color: var(--color-white);
}
.bd-footer-subscribe-form.style-two input::placeholder {
  color: var(--color-white);
}
.bd-footer-subscribe-form.style-two button {
  position: absolute;
  inset-inline-end: 5px;
  inset-block-start: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: auto;
  min-width: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.bd-footer-subscribe-form.style-two button:hover {
  transform: translateY(-50%) rotate(0deg);
  color: var(--color-secondary);
}

.bd-footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bd-footer-social .title {
  font-size: 16px;
}
.bd-footer-social .social-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bd-footer-social .social-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--color-heading);
  background-color: var(--color-bg-primary);
  transition: all 0.3s ease-in-out;
}
.bd-footer-social .social-list a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.4.6 Copyright Style 1
/*----------------------------------------*/
.bd-footer-copyright {
  padding-top: 30px;
}

.bd-footer-copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-footer-copyright-content {
    flex-wrap: wrap;
    gap: 15px 15px;
    justify-content: center;
    text-align: center;
  }
}

/*----------------------------------------*/
/*  4.1 About CSS
/*----------------------------------------*/
.bd-about-shape {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 137px;
  z-index: -1;
}
.bd-about-exp {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-exp {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.bd-about-exp .bd-about-exp-number {
  font-size: 200px;
  color: var(--color-primary);
  line-height: 1;
  width: 250px;
}
.bd-about-exp .bd-about-exp-number i {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 23px;
}
.bd-about-exp .bd-about-exp-text {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: -25px;
}
.bd-about-exp .shape {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -40px;
  z-index: -1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-exp .shape {
    inset-inline-start: -15px;
  }
}
.bd-about-thumb img {
  border-radius: 12px;
}
.bd-about-content .top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 115px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-content .top {
    margin-bottom: 50px;
  }
}
.bd-about-content .top .title {
  color: var(--color-body-text);
  font-weight: 600;
}
.bd-about-content .top .title span {
  font-weight: 700;
  color: var(--color-primary);
}
.bd-about-content .content-list ul li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: var(--fw-medium);
  list-style: none;
}
.bd-about-content .content-list ul li:not(:last-child) {
  margin-bottom: 17px;
}
.bd-about-content .content-list ul li .list-icon {
  width: 22px;
  height: 22px;
  background: var(--color-gradient-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  color: var(--color-white);
}

.bd-about-two-space {
  margin-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-two-space {
    margin-bottom: 50px;
  }
}
.bd-about-two-meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-two-meta {
    flex-wrap: wrap;
  }
}
.bd-about-two-tooltip {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-two-tooltip {
    flex-wrap: wrap;
  }
}
.bd-about-two-exp {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-about-two-exp {
    margin-bottom: 30px;
  }
}
.bd-about-two-exp .bd-about-exp-number {
  font-size: 100px;
  color: var(--color-primary);
  line-height: 1;
  position: relative;
}
.bd-about-two-exp .bd-about-exp-number i {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 5px;
}
.bd-about-two-exp .bd-about-exp-text {
  font-weight: 600;
  font-size: 24px;
  color: rgba(103, 110, 110, 0.7);
  line-height: 34px;
}
.bd-about-two-thumb {
  position: relative;
}
.bd-about-two-thumb::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 110, 109, 0.7) 0%, rgba(12, 110, 109, 0.7) 100%);
  border-radius: 12px;
}
.bd-about-two-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.bd-about-two-thumb-wrap .title {
  color: var(--color-white);
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 30px;
}

.bd-about-cta-btn {
  position: relative;
}
.bd-about-cta-btn .link {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  font-size: 26px;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-about-cta-btn .link {
  inset-inline-start: auto;
  inset-inline-end: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.bd-about-cta-btn .link:hover {
  color: var(--color-heading);
  background-color: var(--color-secondary);
  transform: translate(-50%, -50%) rotate(0deg);
}
[dir=rtl] .bd-about-cta-btn .link:hover {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.bd-about-cta-btn img {
  animation: shape-rote 35s linear infinite;
}

.bd-about-three-exp {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.bd-about-three-exp .bd-about-exp-number {
  font-size: 100px;
  color: var(--color-heading);
  line-height: 1;
  position: relative;
}
.bd-about-three-exp .bd-about-exp-number i {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 5px;
}
.bd-about-three-exp .bd-about-exp-text {
  font-weight: 600;
  font-size: 24px;
  color: rgba(103, 110, 110, 0.7);
  line-height: 34px;
}
.bd-about-three-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-about-three-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-about-three-content {
    gap: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-about-three-content .title {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-about-three-content .desc {
    margin-bottom: 15px;
  }
}
.bd-about-three-info {
  background-color: var(--color-bg-primary);
  position: relative;
  padding: 40px 40px 30px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 102px;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-about-three-info {
    padding: 20px 20px 20px;
    gap: 42px;
  }
}
.bd-about-three-info .shape {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -12;
}
[dir=rtl] .bd-about-three-info .shape {
  inset-inline-start: -20px;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-about-three-info .shape {
    inset-inline-start: -20px;
    inset-block-start: -40px;
  }
}
.bd-about-three-info-exp {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.bd-about-three-info-exp .bd-about-exp-number {
  font-size: 54px;
  color: var(--color-primary);
  line-height: 1;
  position: relative;
}
.bd-about-three-info-exp .bd-about-exp-number i {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 0;
}

/*----------------------------------------*/
/*  4.1 About End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.2 case studies CSS
/*----------------------------------------*/
.case-studies-container {
  padding: 0 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .case-studies-container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-studies-container {
    padding: 0 15px;
  }
}

.bd-case-studies-box {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-case-studies-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bd-case-studies-box {
    flex-wrap: wrap;
  }
}
.bd-case-studies-item {
  background-color: var(--color-primary);
  position: relative;
  display: inline-block;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-item {
    height: 550px;
  }
}
.bd-case-studies-item:first-child {
  border-radius: 16px 0 0 16px;
}
[dir=rtl] .bd-case-studies-item:first-child {
  border-radius: 0 16px 16px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-item:first-child {
    border-radius: 0;
  }
}
.bd-case-studies-item:last-child {
  border-radius: 0 16px 16px 0;
}
[dir=rtl] .bd-case-studies-item:last-child {
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-item:last-child {
    border-radius: 0;
  }
}
.bd-case-studies-item:not(:last-child) {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-item:nth-child(2n) {
    border-inline-end: none;
  }
}
.bd-case-studies-item:hover .bd-case-studies-badge .bd-badge {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-case-studies-item:hover .bd-case-studies-thumb-circle-wrap {
  opacity: 0;
  visibility: hidden;
}
.bd-case-studies-item:hover .bd-case-studies-thumb-main {
  opacity: 1;
  visibility: visible;
}
.bd-case-studies-item:hover .bd-case-studies-content .title {
  color: var(--color-heading);
}
.bd-case-studies-item:hover .bd-case-studies-content .bd-case-studies-btn {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.bd-case-studies-item:hover .bd-case-studies-content .bd-case-studies-btn:hover {
  color: var(--color-heading);
  background-color: var(--color-white);
  border-color: var(--color-white);
  transform: rotate(0deg);
}
[dir=rtl] .bd-case-studies-item:hover .bd-case-studies-content .bd-case-studies-btn:hover {
  transform: rotate(-180deg);
}
.bd-case-studies-item.active .bd-case-studies-badge .bd-badge {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-case-studies-item.active .bd-case-studies-thumb-circle-wrap {
  opacity: 0;
  visibility: hidden;
}
.bd-case-studies-item.active .bd-case-studies-thumb-main {
  opacity: 1;
  visibility: visible;
}
.bd-case-studies-item.active .bd-case-studies-content .title {
  color: var(--color-heading);
}
.bd-case-studies-item.active .bd-case-studies-content .bd-case-studies-btn {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.bd-case-studies-item.active .bd-case-studies-content .bd-case-studies-btn:hover {
  color: var(--color-heading);
  background-color: var(--color-white);
  border-color: var(--color-white);
  transform: rotate(0deg);
}
[dir=rtl] .bd-case-studies-item.active .bd-case-studies-content .bd-case-studies-btn:hover {
  transform: rotate(-180deg);
}
.bd-case-studies-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  inset-block-start: 30px;
  inset-inline-start: 30px;
  transition: all 0.3s ease-in-out;
}
.bd-case-studies-badge .bd-badge {
  color: var(--color-heading);
  background-color: var(--color-secondary);
  transition: all 0.3s ease-in-out;
}
.bd-case-studies-thumb-circle {
  width: 174px;
  height: 174px;
  border-radius: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.bd-case-studies-thumb-circle-wrap {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 180px;
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-case-studies-thumb-circle-wrap {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-thumb-circle-wrap {
    inset-block-start: 160px;
  }
}
.bd-case-studies-thumb-circle-wrap .shape {
  position: absolute;
  inset-inline-start: -14px;
  inset-block-start: -10px;
  width: 201px;
  height: 201px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-case-studies-thumb-circle-wrap .shape {
  inset-inline-start: auto;
  inset-inline-end: -40px;
}
.bd-case-studies-thumb-circle img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bd-case-studies-thumb-main {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.bd-case-studies-thumb-main::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  opacity: 0.86;
}
.bd-case-studies-thumb-main img {
  width: 100%;
  height: 100%;
}
.bd-case-studies-content {
  position: absolute;
  inset-inline-start: 30px;
  inset-inline-end: 30px;
  inset-block-end: 30px;
}
.bd-case-studies-content .title {
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.bd-case-studies-content .bd-case-studies-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--color-border-primary);
  background-color: transparent;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
[dir=rtl] .bd-case-studies-content .bd-case-studies-btn {
  transform: rotate(-135deg);
}

/* case studies two */
.case-studies-container-two {
  padding: 0 95px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .case-studies-container-two {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-studies-container-two {
    padding: 0 15px;
  }
}

.bd-case-studies-item-two {
  position: relative;
}
.bd-case-studies-item-two:hover .content {
  background-color: var(--color-white);
  padding: 20px 27px 27px 26px;
}
.bd-case-studies-item-two:hover .content .title {
  color: var(--color-heading);
}
.bd-case-studies-item-two:hover .content .tag .bd-badge {
  color: var(--color-heading);
  border-color: var(--color-border-primary);
}
.bd-case-studies-item-two .thumb {
  position: relative;
  overflow: hidden;
}
.bd-case-studies-item-two .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-case-studies-item-two .thumb a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 1;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(40, 51, 51, 0) 0%, #071a22 100%);
}
.bd-case-studies-item-two .content {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 30px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  width: calc(100% - 60px);
}
.bd-case-studies-item-two .content .title {
  color: var(--color-white);
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
.bd-case-studies-item-two .content .tag {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bd-case-studies-item-two .content .tag .bd-badge {
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}

/* case studies filter btn */
.bd-product-filter-btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgba(40, 51, 51, 0.15);
  border-radius: 50px;
  padding: 20px 30px 20px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-product-filter-btn {
    justify-content: center;
    gap: 30px 0;
    border-radius: 8px;
  }
}
.bd-product-filter-btn button {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--color-heading);
  position: relative;
  padding-inline-end: 14px;
  padding-top: 6px;
  margin-inline-end: 26px;
}
.bd-product-filter-btn button:last-child {
  margin-inline-end: 0;
}
.bd-product-filter-btn button span {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.bd-product-filter-btn button.active {
  color: var(--color-primary);
}

.bd-case-studies-details-content {
  margin-inline-end: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-case-studies-details-content {
    margin-inline-end: 0;
  }
}

.bd-case-studies-main-thumb img {
  border-radius: 16px;
}

/*----------------------------------------*/
/*  4.2 case studies End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.3 Contact CSS
/*----------------------------------------*/
.bd-contact-thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.bd-contact-cta {
  background-color: var(--color-white);
  padding: 30px 30px;
  border-radius: 8px;
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .bd-contact-cta {
    margin-top: 30px;
    position: initial;
    border: 1px solid var(--color-border-primary);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.bd-contact-cta .icon {
  width: 50px;
  height: 50px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-contact-cta p {
  margin-bottom: 0px;
}
.bd-contact-cta h6 {
  transition: all 0.3s ease-in-out;
}
.bd-contact-cta h6:hover {
  color: var(--color-primary);
}

.bd-contact-form-area {
  padding: 40px 40px;
  background-color: var(--color-secondary);
  border-radius: 16px;
}

.bd-contact-area-content {
  margin-inline-start: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-area-content {
    margin-inline-start: 0;
  }
}

.bd-contact-form-area-two textarea {
  height: 155px;
  min-height: 155px;
}

/* contact page form */
.bd-contact-address-box {
  background-color: var(--color-bg-primary);
  padding: 30px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.bd-contact-address-box .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  color: var(--color-primary);
  background-color: rgba(12, 110, 109, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-contact-address-box p {
  color: var(--color-body-text);
  margin-bottom: 0px;
}
.bd-contact-address-box p:hover {
  color: var(--color-heading);
}
.bd-contact-address-box h6 {
  margin-bottom: 2px;
  color: var(--color-primary);
  font-size: var(--fw-sbold);
}

.bd-contact-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bd-contact-form {
  background-color: var(--color-bg-primary);
  padding: 58px 40px;
  border-radius: 16px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-form {
    padding: 28px 30px;
  }
}

.bd-contact-form-thumb {
  margin-inline-start: -30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-form-thumb {
    margin-inline-start: 0px;
    margin-top: -30px;
  }
}
.bd-contact-form-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-contact-form-thumb .bd-contact-cta {
  inset-inline-start: 60px;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-form-thumb .bd-contact-cta {
    inset-inline-start: 30px;
  }
}

.bd-contact-map iframe {
  width: 100%;
  margin-bottom: -10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-map iframe {
    height: 350px;
  }
}

/*----------------------------------------*/
/*  4.3 Contact CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.4 Cta CSS
/*----------------------------------------*/
.bd-cta-shape .shape-1 {
  position: absolute;
  left: 0;
  inset-block-end: 0;
  z-index: -1;
}
.bd-cta-shape .shape-2 {
  position: absolute;
  right: 0;
  inset-block-end: 0;
  z-index: -1;
}
.bd-cta-shape .shape-3 {
  position: absolute;
  inset-inline-start: 245px;
  inset-block-end: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-shape .shape-3 {
    display: none;
  }
}

.bd-cta-btn {
  position: relative;
  display: inline-flex;
}
.bd-cta-btn img {
  animation: shape-rote 35s linear infinite;
}
.bd-cta-btn .link {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  background-color: var(--color-secondary);
  font-size: 26px;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-cta-btn .link {
  inset-inline-start: auto;
  inset-inline-end: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.bd-cta-btn .link:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  transform: translate(-50%, -50%) rotate(0deg);
}
[dir=rtl] .bd-cta-btn .link:hover {
  transform: translate(-50%, -50%) rotate(-180deg);
}

/*cta two */
.bd-cta-two {
  position: relative;
  z-index: 4;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-two {
    padding: 60px 0;
  }
}
.bd-cta-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  inset-inline-start: 0;
  inset-block-end: 0;
  background-color: var(--color-primary);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-two::before {
    height: 100%;
  }
}

.bd-cta-content {
  display: grid;
  grid-template-columns: auto 113px;
  align-items: center;
  width: 100%;
  gap: 30px 110px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-cta-content {
    gap: 30px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-cta-content {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-content {
    gap: 30px 30px;
    grid-template-columns: auto;
    justify-content: center;
  }
}
.bd-cta-content .bd-cta-thumb {
  width: 367px;
  height: 420px;
  min-width: 367px;
}
.bd-cta-content .bd-cta-thumb img {
  width: 100%;
  height: 100%;
}
.bd-cta-content .right {
  display: flex;
  align-items: center;
  gap: 30px 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-cta-content .right {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-content .right {
    gap: 30px 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bd-cta-content .right .bd-cta-title-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-content .right .bd-cta-title-wrapper {
    margin-top: 0px;
  }
}
.bd-cta-content .bd-cta-content-btn {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-content .bd-cta-content-btn {
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
}

.bd-cta-intro {
  position: relative;
  padding-inline-start: 120px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-intro {
    padding-inline-start: 0;
  }
}
.bd-cta-intro::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--color-secondary);
  inset-inline-start: 0px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-intro::before {
    display: none;
  }
}

/* cta three */
.bd-cta-item-three {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: -155px;
  z-index: 9;
}
.bd-cta-item-three-bg {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.bd-cta-item-three-bg::before {
  position: absolute;
  content: "";
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 47, 47, 0.5);
  z-index: -1;
}
.bd-cta-item-three .bd-cta-content-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 70px 60px 80px 50px;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-item-three .bd-cta-content-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-cta-item-three .bd-cta-content-box .left-content {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px 15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-item-three .bd-cta-content-box .left-content {
    justify-content: start;
  }
}
.bd-cta-item-three .notification {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}
.bd-cta-item-three .notification .icon {
  width: 80px;
  height: 80px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.bd-cta-item-three .bd-cta-icon-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bd-cta-item-three .bd-cta-icon-btn .icon {
  width: 50px;
  height: 50px;
  color: var(--color-heading);
  background-color: var(--color-secondary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-cta-item-three .bd-cta-icon-btn h6 {
  transition: all 0.3s ease-in-out;
  color: var(--color-white);
}
.bd-cta-item-three .bd-cta-icon-btn h6:hover {
  color: var(--color-secondary);
}
.bd-cta-item-three .bd-cta-icon-btn span {
  color: var(--color-white);
}

/*----------------------------------------*/
/*  4.4 Cta CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.5 Demo CSS
/*----------------------------------------*/
.header-landing .sidebar-toggle {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-landing .sidebar-toggle {
    display: flex;
  }
}

.bd-landing-banner-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bd-landing-banner-title {
  font-size: 58px;
  color: var(--color-white);
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-banner-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-landing-banner-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .bd-landing-banner-title {
    font-size: 32px;
  }
}
.bd-landing-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  width: 810px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-banner-desc {
    width: 100%;
  }
}
.bd-landing-banner-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.bd-landing-banner-meta-item {
  display: flex;
  align-items: start;
  flex-direction: column;
  text-align: start;
  gap: 5px;
}
.bd-landing-banner-meta-item .rating {
  color: var(--color-rating);
}
.bd-landing-banner-meta-item .rating .disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bd-landing-banner-meta-item .title {
  color: var(--color-white);
  font-weight: var(--fw-sbold);
  font-size: 16px;
}
.bd-landing-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.bd-landing-demo-slide-area {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: marquee 60s linear infinite;
  gap: 0 30px;
  width: fit-content;
}
[dir=rtl] .bd-landing-demo-slide-area {
  animation: marquee_rtl 60s linear infinite;
}
.bd-landing-demo-slide-area:hover {
  animation-play-state: paused;
}
.bd-landing-demo-slide-area .bd-landing-demo-item-thumb {
  width: 470px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-demo-slide-area .bd-landing-demo-item-thumb {
    width: 250px;
  }
}
.bd-landing-demo-slide-area .bd-landing-demo-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-landing-demo-slide-area .bd-landing-demo-item {
  background-color: var(--color-secondary);
  padding: 10px;
  border-radius: 8px 8px 0 0;
}

.bd-landing-top-feature-box {
  border: 2px solid var(--color-white);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #f4fafa;
}
.bd-landing-top-feature-box .thumb img {
  width: 100%;
}
.bd-landing-top-feature-box .content {
  padding: 20px 25px 30px;
  background-color: #f4fafa;
}

.bd-landing-demo-total {
  font-size: 150px;
  font-weight: 800;
  color: var(--color-primary);
  opacity: 0.15;
  margin-bottom: -50px;
}

.bd-landing-home-demo-thumb-wrap {
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid rgba(20, 24, 32, 0.2);
}
.bd-landing-home-demo-thumb {
  overflow: hidden;
  border-radius: 12px;
}
.bd-landing-home-demo-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 12px;
}
.bd-landing-home-demo-thumb::after {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.bd-landing-home-demo-btn-box {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 52%;
  transform: translateY(-52%);
  text-align: center;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.bd-landing-home-demo-item:hover .bd-landing-home-demo-thumb img {
  transform: scale(1.1);
}
.bd-landing-home-demo-item:hover .bd-landing-home-demo-thumb::after {
  opacity: 1;
  visibility: visible;
}
.bd-landing-home-demo-item:hover .bd-landing-home-demo-btn-box {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.bd-landing-home-demo-item.coming-soon .bd-landing-home-demo-thumb img {
  filter: blur(15px);
}
.bd-landing-home-demo-title {
  position: relative;
  font-size: 18px;
  color: var(--color-heading);
  text-transform: capitalize;
}
.bd-landing-home-demo-title::before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  background: var(--color-gradient-primary);
  border-radius: 50%;
  margin-inline-end: 12px;
  transform: translateY(-4px);
}

.bd-landing-responsive-layout {
  position: relative;
  text-align: center;
}
.bd-landing-responsive-layout.divider::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-end: -11px;
  width: 1px;
  height: 100%;
  background: var(--color-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-responsive-layout.divider::after {
    display: none;
  }
}
.bd-landing-responsive-layout-icon {
  margin-bottom: 15px;
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.bd-landing-responsive-layout-content span {
  font-size: 18px;
  font-weight: var(--fw-bold);
  color: var(--color-black);
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.bd-landing-responsive-layout-content p {
  text-align: center;
  font-size: 16px;
  font-weight: var(--fw-sbold);
  color: var(--color-body-text);
}
.bd-landing-responsive-mockup {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-responsive-mockup .main-thumb {
    display: none;
  }
}
.bd-landing-responsive-mockup .tablet-responsive {
  position: absolute;
  top: 70px;
  inset-inline-start: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-responsive-mockup .tablet-responsive {
    inset-inline-start: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-landing-responsive-mockup .tablet-responsive {
    position: initial;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-responsive-mockup .tablet-responsive {
    display: none;
  }
}
.bd-landing-responsive-mockup .mobile-responsive {
  position: absolute;
  bottom: 30px;
  inset-inline-end: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-responsive-mockup .mobile-responsive {
    inset-inline-end: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-responsive-mockup .mobile-responsive {
    position: initial;
  }
}

.bd-landing-inner-page-anim {
  animation: marquee 20s linear 0s infinite normal;
  animation-play-state: running;
  flex-wrap: nowrap;
}
[dir=rtl] .bd-landing-inner-page-anim {
  animation: marquee_rtl 60s linear infinite;
}
.bd-landing-inner-page-anim:hover {
  animation-play-state: paused;
}
.bd-landing-inner-page-anim.bd-landing-inner-page-anim--2 {
  animation-name: marquee_rev;
}
[dir=rtl] .bd-landing-inner-page-anim.bd-landing-inner-page-anim--2 {
  animation: marquee_rev_rtl 60s linear infinite;
}
.bd-landing-inner-page-anim.bd-landing-inner-page-anim--2:hover {
  animation-play-state: paused;
}

.bd-landing-inner-page-item a {
  border-radius: 10px;
  background: var(--color-secondary);
  padding: 15px;
  display: block;
}
.bd-landing-inner-page-item a .thumbnail {
  width: 100%;
}
.bd-landing-inner-page-item a .thumbnail img {
  border-radius: 10px;
  width: 100%;
}
.bd-landing-inner-page-item a .content .title {
  color: var(--color-heading);
  font-size: 18px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.bd-landing-inner-page-item a .content .title::before {
  content: " ";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.bd-landing-inner-page-item a .content .title:hover::before {
  width: 100%;
}

.bd-landing-feature-box-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-feature-box-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-landing-feature-box-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-landing-feature-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bd-landing-feature-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-landing-feature-box {
  text-align: center;
}
.bd-landing-feature-icon {
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-primary);
  border-radius: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  background-color: var(--color-bg-primary);
}
.bd-landing-feature-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.bd-landing-feature-tag {
  padding: 0 15px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--color-heading);
  background-color: var(--color-bg-primary);
}

.bd-landing-review-area {
  background: var(--color-bg-primary);
  overflow: hidden !important;
  max-height: 1500px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-review-area {
    padding: 80px 0 120px;
  }
}
.bd-landing-review-area::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  pointer-events: none;
  top: 0;
  min-height: 600px;
  background: linear-gradient(180deg, #F2F2F2 50%, #F2F2F2 0%, rgba(242, 242, 242, 0) 60%);
  z-index: 10;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-review-area::before {
    min-height: 550px;
  }
}
.bd-landing-review-area::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 75%);
  width: 100%;
  height: 400px;
  bottom: 0;
  inset-inline-start: 0;
}
.bd-landing-review-area .bd-landing-review-title {
  position: absolute;
  top: 100px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 12;
  text-align: center;
  padding: 0px 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-landing-review-area .bd-landing-review-title {
    padding: 0px 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-landing-review-area .bd-landing-review-title {
    padding: 0px 15%;
  }
}
@media (max-width: 575px) {
  .bd-landing-review-area .bd-landing-review-title {
    padding: 0px 5%;
  }
}
.bd-landing-review-area .bd-landing-review-wrapper {
  display: flex;
  margin-inline-end: auto;
  margin-inline-start: auto;
  position: relative;
  top: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-review-area .bd-landing-review-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-landing-review-area .bd-landing-review-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-review-area .bd-landing-review-wrapper {
    display: block;
  }
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap {
  animation: consamTestimonialScroll 40s linear infinite;
  transition: all 0.5s ease-in;
  animation-duration: 35s;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap:hover {
  animation-play-state: paused;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 {
  display: flex;
  padding: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 {
    padding: 10px;
  }
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content {
  max-width: 300px;
  border-radius: 15px;
  background: var(--color-white);
  padding: 40px 40px 40px 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content {
    max-width: 100%;
  }
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content .rating-icon {
  margin-bottom: 13px;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content .content-title {
  margin-bottom: 15px;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content .content-title span {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content .info .title {
  color: var(--color-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.bd-landing-review-area .bd-landing-review-wrapper .bd-landing-review-wrap .bd-landing-review-style-1 .content .info .title span {
  color: var(--color-body-text);
  font-size: 16px;
}

.bd-landing-doc-item {
  padding: 30px;
  border-radius: 16px;
  background: var(--color-gradient-primary);
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-landing-doc-item {
    flex-direction: column;
  }
}
.bd-landing-doc-item .icon {
  min-width: 40px;
}
.bd-landing-doc-item .title {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-landing-doc-item .title br {
    display: none;
  }
}
.bd-landing-doc-item .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
}

.bd-landing-footer-wrapper {
  position: relative;
  z-index: 5;
}
.bd-landing-footer-bg {
  background-size: cover;
  background-position: center top !important;
  position: relative;
  background-repeat: no-repeat !important;
  overflow: hidden;
  background-attachment: fixed;
}
.bd-landing-footer-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 110, 109, 0.85);
  z-index: 1;
}
.bd-landing-footer-title {
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-landing-footer-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-landing-footer-title {
    font-size: 45px;
  }
}
@media (max-width: 575px), (max-width:450px) {
  .bd-landing-footer-title {
    font-size: 35px;
  }
}

.bdevs-logo {
  padding: 10px 15px;
  display: inline-block;
}
.bdevs-logo img {
  filter: brightness(0) invert(1);
}

/* keyframes animations */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee_rtl {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
@keyframes marquee_rev_rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes consamTestimonialScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/*----------------------------------------*/
/*  4.5 Demo CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.6 Error  CSS
/*----------------------------------------*/
.bd-error-bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.bd-error-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 110, 109, 0.7);
  z-index: -1;
}
.bd-error-description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.bd-error-heading-title {
  font-size: 406px;
  font-weight: var(--fw-bold);
  background: linear-gradient(180deg, rgba(249, 214, 123, 0.7) 0%, rgba(249, 214, 123, 0.07) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-error-heading-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-error-heading-title {
    font-size: 250px;
  }
}
@media (max-width: 575px) {
  .bd-error-heading-title {
    font-size: 200px;
  }
}
@media (max-width:450px) {
  .bd-error-heading-title {
    font-size: 150px;
  }
}
.bd-error-footer {
  position: absolute;
  inset-block-end: 30px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 575px) {
  .bd-error-footer {
    inset-block-end: 100px;
  }
}
.bd-error-footer-text {
  color: rgba(255, 255, 255, 0.7);
}

.bd-coming-soon-title {
  font-size: 176px;
  font-weight: var(--fw-bold);
  background: linear-gradient(180deg, rgba(249, 214, 123, 0.7) 0%, rgba(249, 214, 123, 0.07) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-coming-soon-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-coming-soon-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-coming-soon-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .bd-coming-soon-title {
    font-size: 56px;
  }
}
@media (max-width:450px) {
  .bd-coming-soon-title {
    font-size: 42px;
  }
}

.countdown-timer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 127px;
  height: 111px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(7.5px);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .countdown-timer div {
    height: 80px;
  }
}
.countdown-timer div .time {
  font-size: 48px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  line-height: 1;
}
@media (max-width: 575px) {
  .countdown-timer div .time {
    font-size: 28px;
  }
}
.countdown-timer div span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.bd-error-subscribe-form {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 450px;
  gap: 10px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .bd-error-subscribe-form {
    width: 350px;
  }
}
.bd-error-subscribe-form input {
  padding-inline-end: 170px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--color-white);
}
.bd-error-subscribe-form button {
  position: absolute;
  inset-inline-end: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
}

/*----------------------------------------*/
/*  4.6 Error  CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.7 FAQs CSS
/*----------------------------------------*/
.bd-faq-content-one .bd-faq-btn {
  margin-top: 155px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-faq-content-one .bd-faq-btn {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-faq-content-one .bd-faq-btn {
    margin-top: 50px;
  }
}

.bd-faq-one-accordion {
  margin-inline-start: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-faq-one-accordion {
    margin-inline-start: 0;
  }
}
.bd-faq-one-accordion .accordion-button:not(.collapsed)::after {
  background-color: var(--color-primary);
}

/* faq section two */
.bd-faq-shape {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 137px;
  z-index: -1;
}

.bd-faq-thumb {
  margin-top: 80px;
  margin-inline-start: 87px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-faq-thumb {
    margin-inline-start: 0;
  }
}

.bd-faq-two-accordion {
  margin-inline-start: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-faq-two-accordion {
    margin-inline-start: 0;
  }
}
.bd-faq-two-accordion .accordion-body {
  margin-bottom: 40px;
}

/*----------------------------------------*/
/*  4.7 FAQs CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.8 Feature CSS
/*----------------------------------------*/
.bd-feature-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-feature-thumb-content {
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 30px 30px 30px 30px;
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 30px;
  width: calc(100% - 180px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-feature-thumb-content {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-feature-thumb-content {
    position: initial;
    width: 100%;
    background-color: var(--color-bg-primary);
    margin-top: 30px;
  }
}
.bd-feature-content {
  background-color: var(--color-primary);
  padding: 30px 30px 40px 30px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 200px 0;
}
.bd-feature-content .shape {
  position: absolute;
  inset-inline-end: -43px;
  inset-block-start: -46px;
}
.bd-feature-content .title {
  color: var(--color-white);
}
.bd-feature-content-two {
  background-color: var(--color-bg-primary);
  padding: 30px 20px 20px 20px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.3s ease-in-out;
}
.bd-feature-content-two:hover {
  background-color: var(--color-primary);
}
.bd-feature-content-two:hover .title {
  color: var(--color-white);
}
.bd-feature-content-two:hover .bd-badge {
  color: var(--color-white);
}
.bd-feature-content-two:hover .bd-text-btn {
  color: var(--color-white);
}
.bd-feature-content-two:hover .bd-text-btn .icon {
  color: var(--color-heading);
  background-color: var(--color-white);
}
.bd-feature-content-two:hover .bd-text-btn:hover {
  color: var(--color-secondary);
}
.bd-feature-content-two:hover .bd-text-btn:hover .icon {
  color: var(--color-heading);
  background-color: var(--color-secondary);
}
.bd-feature-content-two .bottom-content .thumb img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.bd-feature-content-two .title {
  transition: all 0.3s ease-in-out;
}
.bd-feature-content-two .top-content .bd-badge {
  transition: all 0.3s ease-in-out;
}

.bd-feature-two-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-feature-two-info {
  background-color: var(--color-white);
  padding: 30px 30px;
  border-radius: 8px;
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .bd-feature-two-info {
    margin-top: 30px;
    position: initial;
    border: 1px solid var(--color-border-primary);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.bd-feature-two-info .icon {
  width: 50px;
  height: 50px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-feature-two-info p {
  margin-bottom: 0px;
}
.bd-feature-two-info h6 {
  transition: all 0.3s ease-in-out;
}
.bd-feature-two-info h6:hover {
  color: var(--color-primary);
}
.bd-feature-two-content {
  background-color: var(--color-secondary);
  padding: 40px 40px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.bd-feature-two-content .bottom-content {
  margin-top: 204px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-feature-two-content .bottom-content {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-feature-two-content .bottom-content {
    margin-top: 150px;
  }
}
.bd-feature-two-content .shape {
  position: absolute;
  inset-inline-start: -5px;
  inset-block-start: -5px;
  z-index: -1;
}
.bd-feature-two-content .shape img {
  width: 100%;
}

/*----------------------------------------*/
/*  4.8 Feature CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.9 Gallery CSS
/*----------------------------------------*/
.bd-gallery-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 810px;
  border-radius: 24px;
  z-index: 1;
}
.bd-gallery-bg::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 84, 84, 0.2);
  border-radius: 24px;
}
.bd-gallery-box {
  margin-top: -660px;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .bd-gallery-box {
    margin-top: -700px;
  }
}
.bd-gallery-counter {
  width: 290px;
  margin-bottom: 50px;
}
.bd-gallery-counter-number {
  font-size: 86px;
  color: var(--color-white);
}
.bd-gallery-counter-title {
  color: var(--color-white);
  text-transform: capitalize;
}
.bd-gallery-content {
  padding: 30px 30px;
  background-color: var(--color-white);
  border-radius: 16px;
}
.bd-gallery-content .title {
  background-color: var(--color-primary);
  padding: 10px 15px;
  display: inline-block;
  font-size: 32px;
  border-radius: 8px;
  color: var(--color-secondary);
  margin-bottom: 25px;
}
.bd-gallery-content .description {
  margin-bottom: 70px;
}

/*----------------------------------------*/
/*  4.9 Gallery CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.10 Pricing CSS
/*----------------------------------------*/
.bd-pricing-plan-card {
  background-color: var(--color-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 15px 15px 0px 15px;
}
.bd-pricing-plan-card .price-header {
  background-color: var(--color-bg-primary);
  border-radius: 12px;
  padding: 0 50px;
  text-align: center;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bd-pricing-plan-card .plan-title {
  margin-bottom: 10px;
}
.bd-pricing-plan-card .plan-price {
  color: var(--color-primary);
}
.bd-pricing-plan-card .plan-price span {
  color: var(--color-body-text);
  font-size: 16px;
  font-weight: 400;
}
.bd-pricing-plan-card .price-body {
  padding: 45px 25px 40px 25px;
}
.bd-pricing-plan-card .price-list {
  list-style-type: none;
  margin-bottom: 50px;
}
.bd-pricing-plan-card .price-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--color-body-text);
}
.bd-pricing-plan-card .price-list li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-pricing-plan-card .price-list .list-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
}
.bd-pricing-plan-card .price-list .list-icon.success {
  background-color: var(--color-success);
}
.bd-pricing-plan-card .price-list .list-icon.danger {
  background-color: var(--color-danger);
}
.bd-pricing-plan-card.active-plan .price-header {
  background-color: var(--color-primary);
  overflow: hidden;
}
.bd-pricing-plan-card.active-plan .plan-title {
  color: var(--color-white);
}
.bd-pricing-plan-card.active-plan .plan-price {
  color: var(--color-secondary);
}
.bd-pricing-plan-card.active-plan .plan-price span {
  color: var(--color-white);
}
.bd-pricing-plan-card.active-plan .price-shape-1 {
  position: absolute;
  inset-block-start: -95px;
  inset-inline-end: -280px;
}
.bd-pricing-plan-card.active-plan .price-shape-2 {
  position: absolute;
  inset-block-end: -25px;
  inset-inline-start: 0;
}

.bd-pricing-plan-btn-group {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 50px;
  background: var(--color-white);
  border: 1px solid rgba(37, 47, 75, 0.3);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.bd-pricing-plan-btn-group button {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-heading);
  border: 0 none;
  background: transparent;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  padding: 7px 30px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-pricing-plan-btn-group button.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*----------------------------------------*/
/*  4.10 Pricing CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.11 Service CSS
/*----------------------------------------*/
.bd-service-box {
  background-color: var(--color-white);
  padding: 40px 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 190px;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service-box {
    gap: 100px;
  }
}
@media (max-width: 575px) {
  .bd-service-box {
    gap: 88px;
  }
}
.bd-service-box:hover {
  background-color: var(--color-secondary);
  gap: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-service-box:hover {
    gap: 84px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service-box:hover {
    gap: 54px;
  }
}
.bd-service-box:hover .thumb {
  width: 342px;
  height: 342px;
  border-radius: 100%;
  transform: translateY(-100px) translateX(90px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service-box:hover .thumb {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    transform: translateY(-80px) translateX(80px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service-box:hover .thumb {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    transform: translateY(-80px) translateX(50px);
  }
}
@media (max-width: 575px) {
  .bd-service-box:hover .thumb {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    transform: translateY(-90px) translateX(60px);
  }
}
.bd-service-box:hover .link {
  color: var(--color-heading);
  background-color: var(--color-white);
  transform: rotate(0deg);
}
[dir=rtl] .bd-service-box:hover .link {
  transform: rotate(-180deg);
}
.bd-service-box:hover .link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-service-box .thumb {
  position: relative;
  z-index: 5;
  width: 174px;
  height: 174px;
  border-radius: 100%;
  margin-inline-start: auto;
  transition: all 0.3s ease-in-out;
}
.bd-service-box .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bd-service-box .bottom-content {
  display: grid;
  align-items: center;
  grid-template-columns: 70% auto;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service-box .bottom-content {
    grid-template-columns: auto;
  }
}
.bd-service-box .bottom-content .bd-service-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-service-box .bottom-content .bd-service-btn {
    justify-content: start;
  }
}
.bd-service-box .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-service-box .link {
  transform: rotate(-135deg);
}
.bd-service-box .shape {
  position: absolute;
  inset-block-start: 55px;
  inset-inline-end: 18px;
  z-index: 1;
}

@media (min-width: 992px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box {
    background-color: var(--color-secondary);
    gap: 22px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) and (max-width: 1399px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box {
    gap: 84px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box {
    gap: 54px;
  }
}
@media (min-width: 992px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box .thumb {
    width: 342px;
    height: 342px;
    border-radius: 100%;
    transform: translateY(-100px) translateX(90px);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) and (max-width: 1399px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box .thumb {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    transform: translateY(-80px) translateX(80px);
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box .thumb {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    transform: translateY(-80px) translateX(50px);
  }
}
@media (min-width: 992px) {
  .serviceSlideActive .swiper-slide-active .bd-service-box .link {
    color: var(--color-heading);
    background-color: var(--color-white);
  }
  .serviceSlideActive .swiper-slide-active .bd-service-box .link:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
  }
}

.bd-service-one-shape .shape-1 {
  position: absolute;
  right: 50px;
  inset-block-start: 50px;
  z-index: -1;
}
.bd-service-one-shape .shape-2 {
  position: absolute;
  left: 0px;
  inset-block-end: 140px;
  z-index: -1;
}

/* service style two */
.bd-service-tab {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-tab {
    margin-bottom: 40px;
  }
}
.bd-service-tab .nav-pills {
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-tab .nav-pills {
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    justify-content: start;
    padding-bottom: 15px;
  }
}
.bd-service-tab .nav-pills::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-tab .nav-pills::before {
    inset-block-start: 40%;
  }
}
.bd-service-tab .nav-link {
  display: block;
  padding-top: 0px;
  padding-inline-end: 25px;
  padding-bottom: 0px;
  padding-inline-start: 40px;
  font-size: 18px;
  font-weight: var(--fw-bold);
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  color: var(--color-white);
  background-color: var(--color-primary);
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.bd-service-tab .nav-link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  inset-inline-start: 26px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.bd-service-tab .nav-pills .nav-link.active,
.bd-service-tab .nav-pills .show > .nav-link {
  color: var(--color-secondary);
  background-color: var(--color-primary);
  border-color: var(--color-secondary);
}
.bd-service-tab .nav-pills .nav-link.active::before,
.bd-service-tab .nav-pills .show > .nav-link::before {
  background-color: var(--color-secondary);
}

.bd-service-two .content .title {
  color: var(--color-white);
  text-transform: capitalize;
  margin-bottom: 20px;
}
.bd-service-two .content .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-service-two .content .desc {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service-two .content .desc {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-two .content .desc {
    margin-bottom: 50px;
  }
}
.bd-service-two .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-service-two .thumb-chart {
  margin-top: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-service-two .thumb-chart {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-service-two .thumb-chart {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-two .thumb-chart {
    margin-top: 0;
  }
}
.bd-service-two .thumb-chart img {
  width: 100%;
  height: 100%;
}

/* service style three */
.bd-service-three {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.bd-service-three:hover .bd-service-content {
  padding: 30px 30px;
  transform: translateY(0px);
}
.bd-service-three:hover .bd-service-content-bg {
  inset-block-end: 0px;
}
.bd-service-three:hover .bd-service-content-bg svg * {
  fill: var(--color-secondary);
}
.bd-service-three:hover .icon {
  opacity: 0;
}
.bd-service-three:hover .title {
  margin-bottom: 20px;
}
.bd-service-three .icon {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 102px;
  z-index: 5;
  width: 80px;
  height: 80px;
  background-color: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.bd-service-three .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.bd-service-three .bd-service-content {
  background-color: transparent;
  padding: 70px 30px 30px 30px;
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  border-radius: 0 100px 0 0;
  width: 80%;
  transition: all 0.3s ease-in-out;
  transform: translateY(160px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .bd-service-three .bd-service-content {
    width: 95%;
  }
}
.bd-service-three .bd-service-content-bg {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 80px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.bd-service-three .bd-service-content-bg svg * {
  fill: var(--color-white);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-service-three .bd-service-content-bg svg:first-child {
  display: none;
}
.bd-service-three .bd-service-content-bg svg:last-child {
  display: none;
}
[dir=rtl] .bd-service-three .bd-service-content-bg svg:last-child {
  display: block;
}
.bd-service-three .title {
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bd-service-three .desc {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Service details sidebar */
.bd-services-widget-btn {
  padding: 28px 30px;
  background-color: var(--color-bg-primary);
}

/* Service details content */
.bd-service-details-content {
  margin-inline-end: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-details-content {
    margin-inline-end: 0;
  }
}
.bd-service-details-main-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bd-service-details-title {
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.bd-service-details-feature {
  background-color: var(--color-bg-primary);
  border-radius: 8px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.bd-service-details-feature-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-service-details-feature-wrap {
    flex-wrap: wrap;
  }
}
.bd-service-details-feature .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--color-primary);
}

/*----------------------------------------*/
/*  4.11 Service CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.12 Team CSS
/*----------------------------------------*/
.bd-team-item-one {
  position: relative;
}
.bd-team-item-one:hover .bd-team-thumb {
  background-color: var(--color-secondary);
}
.bd-team-item-one:hover .bd-team-action {
  opacity: 1;
  visibility: visible;
}
.bd-team-item-one .bd-team-thumb {
  background-color: rgba(249, 214, 123, 0.5);
  text-align: center;
  padding: 48px 23px 0 23px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.bd-team-item-one .bd-team-thumb img {
  width: 50%;
  height: 50%;
}
.bd-team-item-one .bd-team-info {
  text-align: center;
  margin-top: 21px;
}
.bd-team-item-one .bd-team-info .name {
  margin-bottom: 2px;
}
.bd-team-item-one .bd-team-info .designation {
  color: var(--color-body-text);
}
.bd-team-item-one .bd-team-action {
  position: absolute;
  inset-block-start: 30px;
  inset-inline-end: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-team-item-one .bd-team-action {
    inset-block-start: 15px;
    inset-inline-end: 15px;
  }
}
.bd-team-item-one .bd-team-action ul li {
  position: relative;
  margin-bottom: 1px;
  z-index: 1;
  list-style: none;
}
.bd-team-item-one .bd-team-action ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li {
  visibility: visible;
  opacity: 1;
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li:nth-child(1) {
  inset-block-start: calc(100% + 50px);
  z-index: -1;
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li:nth-child(2) {
  inset-block-start: calc(100% + 100px);
  z-index: -2;
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li:nth-child(3) {
  inset-block-start: calc(100% + 150px);
  z-index: -3;
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li:nth-child(4) {
  inset-block-start: calc(100% + 200px);
  z-index: -4;
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li:nth-child(5) {
  inset-block-start: calc(100% + 250px);
  z-index: -4;
}
.bd-team-item-one .bd-team-action ul li:hover > .bd-team-social ul li:nth-child(6) {
  inset-block-start: calc(100% + 300px);
  z-index: -4;
}
.bd-team-item-one .bd-team-social {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: -1;
}
.bd-team-item-one .bd-team-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bd-team-item-one .bd-team-social ul li {
  display: inline-block;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.bd-team-item-one .bd-team-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 15px;
  color: var(--color-black);
  background-color: var(--color-white);
}
.bd-team-item-one .bd-team-social ul li a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/* team item two */
.bd-team-shape .shape-1 {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 75px;
  z-index: -1;
}
.bd-team-shape .shape-2 {
  position: absolute;
  inset-block-start: 140px;
  inset-inline-end: 0;
  z-index: -1;
}

.bd-team-item-two {
  text-align: center;
}
.bd-team-item-two:hover .bd-team-item-two-social {
  opacity: 1;
}
.bd-team-item-two:hover .bd-team-item-two-social .icon-1 {
  transform: translateY(-30px);
  opacity: 1;
}
.bd-team-item-two:hover .bd-team-item-two-social .icon-2 {
  transform: translateY(-30px);
  opacity: 1;
}
.bd-team-item-two:hover .bd-team-item-two-social .icon-3 {
  transform: translateY(-30px);
  opacity: 1;
}
.bd-team-item-two:hover .bd-team-item-two-social .icon-4 {
  transform: translateY(-30px);
  opacity: 1;
}
.bd-team-item-two:hover .bd-team-item-two-thumb a::after {
  opacity: 1;
}
.bd-team-item-two-thumb-wrap {
  position: relative;
  margin-bottom: 30px;
}
.bd-team-item-two-thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.bd-team-item-two-thumb a::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(23, 28, 28, 0) 0%, #171C1C 100%);
}
.bd-team-item-two-social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 50%;
  z-index: 5;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-team-item-two-social {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
.bd-team-item-two-social a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-team-item-two-social a:hover {
  background-color: var(--color-white);
  color: var(--color-heading);
}
.bd-team-item-two-social .icon-1 {
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.bd-team-item-two-social .icon-2 {
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.4s ease-in-out;
}
.bd-team-item-two-social .icon-3 {
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}
.bd-team-item-two-social .icon-4 {
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.6s ease-in-out;
}
.bd-team-item-two-content .name {
  color: var(--color-white);
  margin-bottom: 5px;
}
.bd-team-item-two-content .designation {
  color: rgba(255, 255, 255, 0.5);
}
.bd-team-item-two-pagination {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-team-item-two-pagination {
    display: block;
  }
}

/* team three */
.bd-team-three-shape .shape-1 {
  position: absolute;
  inset-inline-start: 30px;
  inset-block-start: 75px;
  z-index: -1;
}
.bd-team-three-shape .shape-2 {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  z-index: -1;
}

.bd-team-item-three {
  position: relative;
  margin-bottom: 80px;
}
.bd-team-item-three:hover .bd-team-item-three-thumb img {
  transform: scale(1.1);
}
.bd-team-item-three:hover .bd-team-item-three-content {
  background-color: var(--color-secondary);
}
.bd-team-item-three-thumb {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bd-team-item-three-thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.bd-team-item-three-content {
  padding: 20px 28px;
  background-color: var(--color-white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: calc(100% - 60px);
  position: absolute;
  inset-block-end: -70px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-team-item-three-content {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-team-item-three-content {
    width: calc(100% - 30px);
    padding: 20px 15px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .bd-team-item-three-content {
    gap: 20px;
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
}
.bd-team-item-three-content .name {
  margin-bottom: 5px;
}
.bd-team-item-three-content .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .bd-team-item-three-content .link {
  transform: rotate(-135deg);
}
.bd-team-item-three-content .link:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  transform: rotate(0deg);
}
[dir=rtl] .bd-team-item-three-content .link:hover {
  transform: rotate(-180deg);
}
.bd-team-item-three-pagination {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-team-item-three-pagination {
    display: block;
  }
}

/* team details */
.bd-team-details-info {
  background: var(--color-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.bd-team-details-info .bd-team-details-thumb {
  padding: 15px 15px 0 15px;
}
.bd-team-details-info .bd-team-details-thumb img {
  border-radius: 16px;
  width: 100%;
}
.bd-team-details-info .bd-team-details-content {
  padding: 30px 25px 30px 25px;
}
.bd-team-details-info .bd-team-details-content .name {
  font-size: 32px;
  margin-bottom: 15px;
}
.bd-team-details-info .bd-team-details-content .designation {
  color: rgba(40, 51, 51, 0.7);
  display: block;
  margin-bottom: 15px;
}
.bd-team-details-info .bd-team-details-content .intro {
  margin-bottom: 25px;
}
.bd-team-details-info .bd-team-details-content .info-list {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-team-details-info .bd-team-details-content .info-list {
    margin-bottom: 30px;
  }
}
.bd-team-details-info .bd-team-details-content .info-list li {
  display: flex;
  align-items: center;
  list-style: none;
  color: var(--color-body-text);
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 7px;
  gap: 16px;
}
.bd-team-details-info .bd-team-details-content .info-list li:not(:last-child) {
  margin-bottom: 7px;
}
.bd-team-details-info .bd-team-details-content .info-list li span {
  color: var(--color-heading);
  width: 150px;
  font-weight: var(--fw-sbold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-team-details-info .bd-team-details-content .info-list li span {
    width: auto;
  }
}
.bd-team-details-info .bd-team-details-content .member-email {
  background-color: var(--color-bg-primary);
  padding: 10px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-team-details-info .bd-team-details-content .member-email {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 8px;
  }
}
.bd-team-details-info .bd-team-details-content .member-email .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-team-details-info .bd-team-details-content .member-email p {
  margin-bottom: 0;
}

.bd-team-details-about-content {
  margin-inline-start: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-team-details-about-content {
    margin-inline-start: 0;
  }
}
.bd-team-details-about-content .bd-details-section-title {
  font-size: 32px;
}
.bd-team-details-about-content .qualification-education {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-team-details-about-content .qualification-education {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-team-details-about-content .qualification-education li {
  list-style: none;
  display: flex;
  gap: 30px;
}
.bd-team-details-about-content .qualification-education li span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.bd-team-details-about-content .work-experience .bd-details-section-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-team-details-about-content .work-experience .bd-details-section-list ul {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 35px;
  }
}

/*----------------------------------------*/
/*  4.12 Team CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.13 Testimonial CSS
/*----------------------------------------*/
.bd-testimonial-meta {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-meta {
    margin-top: 100px;
  }
}

.bd-testimonial-content {
  background-color: var(--color-white);
  padding: 30px 30px 120px 30px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 50px;
}
.bd-testimonial-content-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.bd-testimonial-content-meta .bd-testimonial-rating {
  background-color: #FFC107;
  padding: 0 10px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bd-testimonial-content-meta .bd-testimonial-rating i {
  color: var(--color-white);
}
.bd-testimonial-description {
  font-size: 24px;
  font-style: italic;
  font-weight: var(--fw-bold);
  line-height: 34px;
  color: var(--color-heading);
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-description {
    font-size: 18px;
    line-height: 28px;
  }
}
.bd-testimonial-avatar {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-inline-start: 40px;
}
.bd-testimonial-avatar .thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.bd-testimonial-avatar .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bd-testimonial-avatar .meta .name {
  font-size: 20px;
  font-weight: var(--fw-sbold);
  color: var(--color-white);
  margin-bottom: 3px;
}
.bd-testimonial-avatar .meta span {
  color: rgba(255, 255, 255, 0.7);
}

.bd-testimonial-navigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
}
.bd-testimonial-navigation button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  z-index: 15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-heading);
  border: 1px solid var(--color-border-primary);
  background: transparent;
}
[dir=rtl] .bd-testimonial-navigation button i {
  transform: rotate(-180deg);
}
.bd-testimonial-navigation button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.bd-testimonial-one {
  margin-inline-start: 75px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-one {
    margin-inline-start: 0;
  }
}
.bd-testimonial-one .bd-testimonial-navigation {
  position: absolute;
  z-index: 999;
  inset-block-end: 140px;
  inset-inline-end: 30px;
}
.bd-testimonial-one .bd-testimonial-content {
  position: relative;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.bd-testimonial-one .bd-testimonial-content::before {
  position: absolute;
  content: "";
  inset-inline-start: 50px;
  inset-block-end: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid var(--color-white);
  border-inline-start: 15px solid transparent;
  border-inline-end: 15px solid transparent;
}

.bd-testimonial-shape {
  position: absolute;
  right: 0;
  inset-block-end: 0;
}

/* testimonial two */
.bd-testimonial-bg {
  position: relative;
  margin-inline-start: 50px;
  margin-inline-end: 50px;
  padding-top: 323px;
  padding-bottom: 60px;
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-bg {
    margin-inline-start: 15px;
    margin-inline-end: 15px;
  }
}
.bd-testimonial-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: rgba(27, 34, 55, 0.1);
  border-radius: 24px;
}

.bd-testimonial-two {
  margin-inline-end: 140px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-two {
    margin-inline-end: 0;
  }
}
.bd-testimonial-two .bd-testimonial-content {
  padding: 30px 30px;
  margin-bottom: 0px;
}
.bd-testimonial-two .bd-testimonial-description {
  margin-bottom: 40px;
}
.bd-testimonial-two .bd-testimonial-avatar {
  border-top: 1px solid var(--color-border-primary);
  padding-top: 30px;
  margin-inline-start: 0px;
}
@media (max-width: 575px) {
  .bd-testimonial-two .bd-testimonial-avatar {
    margin-bottom: 80px;
  }
}
.bd-testimonial-two .bd-testimonial-avatar .meta .name {
  color: var(--color-heading);
}
.bd-testimonial-two .bd-testimonial-avatar .meta span {
  color: var(--color-body-text);
}
.bd-testimonial-two .bd-testimonial-navigation {
  position: absolute;
  z-index: 999;
  inset-block-end: 35px;
  inset-inline-end: 30px;
}
@media (max-width: 575px) {
  .bd-testimonial-two .bd-testimonial-navigation {
    inset-block-end: 30px;
    inset-inline-end: auto;
    inset-inline-start: 30px;
  }
}

/* testimonial three */
.bd-testimonial-three {
  position: relative;
  margin-inline-start: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-three {
    margin-inline-start: 0;
  }
}
.bd-testimonial-three .bd-testimonial-content-meta {
  margin-bottom: 30px;
}
.bd-testimonial-three .bd-testimonial-content {
  padding: 0 0;
  margin-bottom: 0px;
}
.bd-testimonial-three .bd-testimonial-description {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-testimonial-three .bd-testimonial-description {
    font-size: 20px;
    line-height: 30px;
  }
}
.bd-testimonial-three .bd-testimonial-avatar {
  border-top: 1px solid var(--color-border-primary);
  padding-top: 30px;
  margin-inline-start: 0px;
}
@media (max-width: 575px) {
  .bd-testimonial-three .bd-testimonial-avatar {
    margin-bottom: 80px;
  }
}
.bd-testimonial-three .bd-testimonial-avatar .meta .name {
  color: var(--color-heading);
}
.bd-testimonial-three .bd-testimonial-avatar .meta span {
  color: var(--color-body-text);
}
.bd-testimonial-three .bd-testimonial-navigation {
  position: absolute;
  z-index: 999;
  inset-block-end: 5px;
  inset-inline-end: 0;
}
@media (max-width: 575px) {
  .bd-testimonial-three .bd-testimonial-navigation {
    inset-block-end: 0px;
    inset-inline-end: auto;
    inset-inline-start: 0px;
  }
}

.bd-testimonial-thumb-wrap {
  width: 100%;
  height: 517px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial-thumb-wrap {
    height: 100%;
  }
}
.bd-testimonial-thumb {
  width: 100%;
  height: 100%;
}
.bd-testimonial-thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.bd-testimonial-thumb-info {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--color-white);
  padding: 15px 15px;
  border-radius: 8px;
  position: absolute;
  inset-inline-start: 30px;
  inset-block-end: 30px;
}
.bd-testimonial-thumb-info .title {
  font-weight: 600;
  font-size: 16px;
  color: rgba(40, 51, 51, 0.7);
  margin-bottom: 0px;
  display: block;
}
.bd-testimonial-thumb-info .thumb {
  width: 81px;
}
.bd-testimonial-thumb-info .icon i {
  font-size: 12px;
  color: var(--color-primary);
}
.bd-testimonial-thumb-info .reviews {
  font-weight: 400;
  font-size: 14px;
}
.bd-testimonial-satisfaction {
  color: var(--color-body-text);
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.bd-testimonial-satisfaction::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 280px;
  background-color: #DFE0E0;
  inset-inline-start: 240px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-testimonial-satisfaction::before {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .bd-testimonial-satisfaction::before {
    display: none;
  }
}

/*----------------------------------------*/
/*  4.13 Testimonial CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.11 nice-select 
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  color: rgba(40, 51, 51, 0.7);
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px var(--color-border-primary);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-inline-start: 20px;
  padding-inline-end: 44px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  background-color: transparent;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.nice-select:active:after,
.nice-select.open:after,
.nice-select:focus:after {
  color: var(--color-primary);
}

.nice-select:after {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  width: auto;
  color: rgba(40, 51, 51, 0.7);
  transition: 0.3s;
}

.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
}

.df-input-field .nice-select.open .list {
  width: 100%;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  inset-inline-start: 0 !important;
  inset-inline-end: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  color: var(--color-black);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-inline-start: 18px;
  padding-inline-end: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #787878;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.11 Range Slider 
/*----------------------------------------*/
.sidebar-widget-range .noUi-horizontal {
  height: 3px;
}
.sidebar-widget-range .noUi-target {
  background: var(--color-border-primary);
  border: none;
  box-shadow: none;
}
.sidebar-widget-range .noUi-connect {
  background: var(--color-gradient-primary);
}
.sidebar-widget-range .noUi-handle {
  border: 2px solid var(--color-primary);
  background: var(--color-white);
  cursor: default;
  box-shadow: none;
  border-radius: 0;
}
.sidebar-widget-range .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  inset-inline-end: -16px;
  inset-block-start: 1px;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 100%;
}
.sidebar-widget-range .noUi-handle::after,
.sidebar-widget-range .noUi-handle::before {
  display: none;
}
.sidebar-widget-range .price-filter input {
  border: none;
  font-size: 18px;
  margin-inline-start: -25px;
  font-weight: 600;
  height: 40px;
  color: var(--color-black);
}
.sidebar-widget-range .noUi-base .noUi-connects {
  border-radius: 0;
}
/*# sourceMappingURL=../maps/main.css.map */
.language-selector {
    position: relative;
}

.language-toggle-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.current-lang {
    font-size: 12px;
    font-weight: 600;
}

.fa-chevron-down {
    font-size: 10px;
    transition: transform 0.3s;
}

.bd-search-open-btn.active .fa-chevron-down {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.lang-option:hover {
    background: #f0f7ff;
    color: #1e40af;
}

.lang-option.active {
    background: #e0f2fe;
    color: #1e40af;
    font-weight: 600;
}
/* إزالة أي خلفية بيضاء من الـ accordion */
.bd-common-accordion .accordion-button::after {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}

.bd-common-accordion .accordion-button {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.bd-common-accordion .accordion-button:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* إزالة خلفية البورد */
.bd-common-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* أو يمكنك استخدام هذا التنسيق البديل */
.main-menu ul li.active a {
    color: #255269 !important;
    font-weight: bold;
}
/* Industries Section Styles */
.bd-industries-area {
    background-color: var(--color-bg-primary);
}

.bd-industry-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(24, 81, 103, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(24, 81, 103, 0.1);
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.bd-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(24, 81, 103, 0.15);
    border-color: var(--color-primary);
}

.bd-industry-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
}

.bd-industry-content {
    flex: 1;
}

.bd-industry-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 8px;
    line-height: 1.3;
}

.bd-industry-desc {
    font-size: 14px;
    color: var(--color-body-text);
    line-height: 1.5;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-industry-card {
        padding: 25px 20px;
    }
    
    .bd-industry-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .bd-industry-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .bd-industry-card {
        padding: 20px 15px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .bd-industry-icon {
        margin: 0 auto;
    }
}

/* Pricing Section Styles */
.bd-pricing-area {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

.bd-pricing-info-card {
    background: var(--color-primary);
    border-radius: 16px;
    padding: 25px 30px;
    margin-bottom: 50px;
    box-shadow: 0 8px 25px rgba(24, 81, 103, 0.15);
}

.bd-pricing-info-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.bd-pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 6px 25px rgba(24, 81, 103, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    position: relative;
}

.bd-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(24, 81, 103, 0.2);
    border-color: var(--color-primary);
}

.bd-pricing-card-accent {
    border-color: var(--color-secondary);
    background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
}

.bd-pricing-card-featured {
    border-color: var(--color-primary);
    background: linear-gradient(135deg, #f0f8fa 0%, #ffffff 100%);
    position: relative;
}

.bd-pricing-card-featured::before {
    content: "Popular";
    position: absolute;
    top: -10px;
    right: 25px;
    background: var(--color-primary);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.bd-pricing-header {
    text-align: center;
    margin-bottom: 30px;
}

.bd-pricing-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #ffffff;
}

.bd-pricing-card-accent .bd-pricing-icon {
    background: linear-gradient(135deg, var(--color-secondary) 0%, #d4b772 100%);
    color: var(--color-heading);
}

.bd-pricing-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 8px;
    line-height: 1.3;
}

.bd-pricing-subtitle {
    font-size: 14px;
    color: var(--color-body-text);
    margin: 0;
    line-height: 1.4;
}

.bd-pricing-body {
    text-align: left;
}

.bd-pricing-item {
    margin-bottom: 25px;
}

.bd-pricing-item:last-child {
    margin-bottom: 0;
}

.bd-pricing-service {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 12px;
    line-height: 1.3;
}

.bd-pricing-desc {
    font-size: 14px;
    color: var(--color-body-text);
    margin-bottom: 15px;
    line-height: 1.5;
}

.bd-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bd-pricing-features li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: var(--color-body-text);
    line-height: 1.6;
    margin-bottom: 10px;
}

.bd-pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 16px;
}

.bd-pricing-cta {
    margin-top: 50px;
    padding: 40px 30px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 16px;
}

.bd-pricing-cta-text {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.bd-pricing-cta .bd-btn {
    background: var(--color-secondary);
    color: var(--color-heading);
    border: none;
    padding: 15px 35px;
    font-weight: 600;
}

.bd-pricing-cta .bd-btn:hover {
    background: #d4b772;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-pricing-card {
        padding: 30px 25px;
        margin-bottom: 30px;
    }
    
    .bd-pricing-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .bd-pricing-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .bd-pricing-card {
        padding: 25px 20px;
    }
    
    .bd-pricing-info-card {
        padding: 20px 25px;
    }
    
    .bd-pricing-cta {
        padding: 30px 20px;
    }
    
    .bd-pricing-cta-text {
        font-size: 16px;
    }
}

/* About Cervantes Section Styles */
.bd-about-cervantes-area {
    background: var(--color-bg-primary);
}

.bd-about-main-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    margin-bottom: 50px;
    box-shadow: 0 8px 30px rgba(24, 81, 103, 0.12);
    border: 1px solid rgba(24, 81, 103, 0.1);
    position: relative;
    overflow: hidden;
}

.bd-about-main-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.bd-about-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-body-text);
    margin-bottom: 20px;
    text-align: justify;
}

.bd-about-desc:last-child {
    margin-bottom: 0;
}

.bd-about-statement-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    box-shadow: 0 6px 25px rgba(24, 81, 103, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    position: relative;
}

.bd-about-statement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(24, 81, 103, 0.18);
}

.bd-mission-card {
    border-color: var(--color-primary);
    background: linear-gradient(135deg, #f0f8fa 0%, #ffffff 100%);
}

.bd-mission-card:hover {
    border-color: var(--color-primary);
}

.bd-vision-card {
    border-color: var(--color-secondary);
    background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
}

.bd-vision-card:hover {
    border-color: var(--color-secondary);
}

.bd-statement-header {
    text-align: center;
    margin-bottom: 30px;
}

.bd-statement-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: #ffffff;
}

.bd-mission-card .bd-statement-icon {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
}

.bd-vision-card .bd-statement-icon {
    background: linear-gradient(135deg, var(--color-secondary) 0%, #d4b772 100%);
}

.bd-statement-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-heading);
    margin: 0;
    line-height: 1.3;
}

.bd-statement-content {
    text-align: left;
}

.bd-statement-intro {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-body-text);
    margin-bottom: 25px;
    font-style: italic;
}

.bd-statement-commitment {
    margin-bottom: 25px;
}

.bd-commitment-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 15px;
}

.bd-commitment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bd-commitment-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-body-text);
    margin-bottom: 12px;
}

.bd-commitment-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 16px;
}

.bd-mission-card .bd-commitment-list li::before {
    color: var(--color-primary);
}

.bd-vision-card .bd-commitment-list li::before {
    color: var(--color-secondary);
}

.bd-statement-goal {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-heading);
    font-weight: 500;
    padding: 20px;
    border-radius: 12px;
    margin: 0;
}

.bd-mission-card .bd-statement-goal {
    background: rgba(24, 81, 103, 0.08);
    border-left: 4px solid var(--color-primary);
}

.bd-vision-card .bd-statement-goal {
    background: rgba(234, 208, 154, 0.15);
    border-left: 4px solid var(--color-secondary);
}

.bd-about-cta {
    margin-top: 50px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 20px;
    padding: 45px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bd-about-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.bd-about-cta-content {
    position: relative;
    z-index: 2;
}

.bd-about-cta-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.bd-about-cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.bd-about-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bd-about-cta .bd-btn {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.bd-about-cta .btn-primary {
    background: var(--color-secondary);
    color: var(--color-heading);
    border: 2px solid var(--color-secondary);
}

.bd-about-cta .btn-primary:hover {
    background: transparent;
    color: var(--color-secondary);
    transform: translateY(-2px);
}

.bd-about-cta .btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.bd-about-cta .btn-secondary:hover {
    background: #ffffff;
    color: var(--color-primary);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-about-main-card {
        padding: 35px 30px;
    }
    
    .bd-about-statement-card {
        padding: 30px 25px;
        margin-bottom: 30px;
    }
    
    .bd-statement-icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }
    
    .bd-statement-title {
        font-size: 22px;
    }
    
    .bd-about-cta {
        padding: 35px 30px;
    }
    
    .bd-about-cta-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .bd-about-main-card {
        padding: 25px 20px;
    }
    
    .bd-about-statement-card {
        padding: 25px 20px;
    }
    
    .bd-about-desc {
        font-size: 15px;
        text-align: left;
    }
    
    .bd-about-cta {
        padding: 30px 20px;
    }
    
    .bd-about-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .bd-about-cta .bd-btn {
        width: 100%;
        max-width: 250px;
    }
}

/* Why Cervantes Section Styles */
.bd-why-cervantes-area {
    background: #ffffff;
    position: relative;
}

.bd-why-cervantes-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(24, 81, 103, 0.02) 0%, rgba(234, 208, 154, 0.02) 100%);
    pointer-events: none;
}

.bd-advantage-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 25px;
    box-shadow: 0 6px 25px rgba(24, 81, 103, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(24, 81, 103, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bd-advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: all 0.3s ease;
}

.bd-advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(24, 81, 103, 0.15);
}

/* Different card types */
.bd-expertise-card::before {
    background: linear-gradient(90deg, var(--color-primary) 0%, #0a3d4f 100%);
}

.bd-multilingual-card::before {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
}

.bd-specialization-card::before {
    background: linear-gradient(90deg, var(--color-secondary) 0%, #d4b772 100%);
}

.bd-retainer-card::before {
    background: linear-gradient(90deg, #6f42c1 0%, #e83e8c 100%);
}

.bd-integrated-card::before {
    background: linear-gradient(90deg, #fd7e14 0%, #ffc107 100%);
}

.bd-speed-card::before {
    background: linear-gradient(90deg, #dc3545 0%, #fd7e14 100%);
}

.bd-trusted-card::before {
    background: linear-gradient(90deg, #17a2b8 0%, #6610f2 100%);
}

.bd-why-choose-card::before {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.bd-advantage-header {
    text-align: center;
    margin-bottom: 25px;
}

.bd-specialization-header {
    text-align: left;
}

.bd-advantage-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(24, 81, 103, 0.2);
}

.bd-specialization-header .bd-advantage-icon {
    margin: 0 0 20px 0;
}

.bd-advantage-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 8px;
    line-height: 1.3;
}

.bd-advantage-subtitle {
    font-size: 14px;
    color: var(--color-body-text);
    margin: 0;
    line-height: 1.5;
    font-style: italic;
}

.bd-advantage-content {
    text-align: left;
}

.bd-advantage-desc {
    font-size: 14px;
    color: var(--color-body-text);
    margin-bottom: 15px;
    line-height: 1.6;
}

.bd-advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bd-advantage-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-body-text);
    margin-bottom: 12px;
}

.bd-advantage-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 16px;
}

.bd-compact-list li {
    margin-bottom: 8px;
    font-size: 13px;
}

/* Specialization Items */
.bd-specialization-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    background: rgba(24, 81, 103, 0.05);
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.bd-specialization-item:hover {
    background: rgba(24, 81, 103, 0.1);
    transform: translateY(-3px);
}

.bd-specialization-item i {
    font-size: 24px;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.bd-specialization-item span {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-heading);
    line-height: 1.3;
}

.bd-specialization-note {
    font-size: 14px;
    color: var(--color-body-text);
    font-style: italic;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 15px;
    background: rgba(234, 208, 154, 0.1);
    border-radius: 8px;
}

/* Retainer Benefits */
.bd-retainer-benefits {
    margin-top: 20px;
    padding: 20px;
    background: rgba(111, 66, 193, 0.05);
    border-radius: 12px;
}

.bd-benefits-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 15px;
}

.bd-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.bd-benefit-item {
    font-size: 12px;
    color: var(--color-body-text);
    padding: 8px 12px;
    background: #ffffff;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(111, 66, 193, 0.2);
}

.bd-integration-note {
    font-size: 13px;
    color: var(--color-heading);
    font-weight: 500;
    margin: 15px 0 0 0;
    padding: 12px;
    background: rgba(253, 126, 20, 0.1);
    border-radius: 8px;
    border-left: 3px solid #fd7e14;
}

/* Final CTA */
.bd-why-cervantes-cta {
    text-align: center;
    margin-top: 50px;
    padding: 40px 30px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.bd-why-cervantes-cta::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--color-secondary), var(--color-primary), var(--color-secondary));
    border-radius: 20px;
    z-index: -1;
    animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.bd-cervantes-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.bd-cervantes-cta-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-style: italic;
}

.bd-why-cervantes-cta .bd-btn {
    background: var(--color-secondary);
    color: var(--color-heading);
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.bd-why-cervantes-cta .bd-btn:hover {
    background: #d4b772;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(234, 208, 154, 0.4);
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-advantage-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .bd-advantage-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
    
    .bd-advantage-title {
        font-size: 18px;
    }
    
    .bd-benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .bd-advantage-card {
        padding: 20px 15px;
    }
    
    .bd-specialization-item {
        padding: 15px 10px;
    }
    
    .bd-why-cervantes-cta {
        padding: 30px 20px;
    }
    
    .bd-cervantes-cta-title {
        font-size: 22px;
    }
    
    .bd-cervantes-cta-subtitle {
        font-size: 14px;
    }
}

.bd-section-separator-decorative {
    padding: 50px 0;
    background: linear-gradient(135deg, rgba(24, 81, 103, 0.02) 0%, rgba(234, 208, 154, 0.02) 100%);
}

.bd-separator-content {
    position: relative;
    text-align: center;
}

.bd-separator-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(24, 81, 103, 0.2);
    position: relative;
    z-index: 2;
}

.bd-separator-lines {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 1;
}

.line {
    position: absolute;
    height: 2px;
    background: var(--color-secondary);
    top: 0;
    width: calc(50% - 40px);
}

.line-left {
    left: 0;
}

.line-right {
    right: 0;
}

/* Get Quote Section Styles */
.bd-quote-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.bd-quote-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 8px 30px rgba(24, 81, 103, 0.12);
    border: 1px solid rgba(24, 81, 103, 0.1);
    position: relative;
}

.bd-quote-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    border-radius: 20px 20px 0 0;
}

.bd-quote-form-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(24, 81, 103, 0.1);
}

.bd-quote-form-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 8px;
}

.bd-quote-form-subtitle {
    font-size: 14px;
    color: var(--color-body-text);
    margin: 0;
}

.bd-form-section-header {
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(24, 81, 103, 0.1);
}

.bd-form-section-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-heading);
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.bd-form-section-title i {
    color: var(--color-primary);
    font-size: 16px;
}

.bd-form-input-item {
    margin-bottom: 20px;
}

.bd-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 8px;
}

.bd-form-input,
.bd-form-select,
.bd-form-textarea {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid rgba(24, 81, 103, 0.15);
    border-radius: 10px;
    background: #ffffff;
    color: var(--color-body-text);
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.bd-form-input:focus,
.bd-form-select:focus,
.bd-form-textarea:focus {
    border-color: var(--color-primary);
    outline: none;
    box-shadow: 0 0 0 4px rgba(24, 81, 103, 0.1);
}

.bd-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23185167' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
}

.bd-form-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.bd-form-checkbox-group {
    margin-bottom: 15px;
}

.bd-form-checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px;
    background: rgba(24, 81, 103, 0.03);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.bd-form-checkbox-item:hover {
    background: rgba(24, 81, 103, 0.05);
}

.bd-form-checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--color-primary);
    margin-top: 2px;
    cursor: pointer;
}

.bd-form-checkbox-item label {
    font-size: 14px;
    color: var(--color-body-text);
    line-height: 1.5;
    cursor: pointer;
    flex: 1;
}

.bd-form-terms {
    margin: 30px 0 25px 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(24, 81, 103, 0.05) 0%, rgba(234, 208, 154, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(24, 81, 103, 0.1);
}

.bd-terms-checkbox {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bd-terms-checkbox label {
    font-size: 13px;
    line-height: 1.6;
}

.bd-terms-link {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 500;
}

.bd-terms-link:hover {
    color: #0a3d4f;
}

.bd-form-submit-area {
    text-align: center;
    margin-top: 25px;
}

.bd-quote-submit-btn {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    color: #ffffff;
    border: none;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(24, 81, 103, 0.2);
}

.bd-quote-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(24, 81, 103, 0.3);
    background: linear-gradient(135deg, #0a3d4f 0%, var(--color-primary) 100%);
}

.bd-form-submit-note {
    font-size: 13px;
    color: var(--color-body-text);
    margin-top: 12px;
    font-style: italic;
}

/* Contact Alternative */
.bd-quote-contact-alternative {
    margin-top: 50px;
    text-align: center;
    padding: 35px 30px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.bd-quote-contact-alternative::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.bd-quote-alternative-content {
    position: relative;
    z-index: 2;
}

.bd-alternative-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.bd-alternative-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.bd-alternative-contacts {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.bd-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bd-contact-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #ffffff;
}

.bd-contact-item i {
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-quote-form-card {
        padding: 30px 25px;
    }
    
    .bd-form-input,
    .bd-form-select,
    .bd-form-textarea {
        padding: 12px 15px;
    }
    
    .bd-alternative-contacts {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .bd-contact-item {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .bd-quote-form-card {
        padding: 25px 20px;
    }
    
    .bd-quote-form-header {
        margin-bottom: 30px;
    }
    
    .bd-quote-form-title {
        font-size: 20px;
    }
    
    .bd-form-section-title {
        font-size: 16px;
    }
    
    .bd-form-checkbox-item {
        padding: 10px;
    }
    
    .bd-quote-contact-alternative {
        padding: 25px 20px;
    }
    
    .bd-alternative-title {
        font-size: 18px;
    }
}
/* Terms Modal Styles */
.bd-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.bd-modal-overlay.active {
    display: flex;
}

.bd-modal-container {
    background: #ffffff;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(24, 81, 103, 0.3);
    position: relative;
}

.bd-modal-header {
    padding: 25px 30px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bd-modal-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.bd-modal-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bd-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.bd-modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.bd-terms-content {
    display: grid;
    gap: 20px;
}

.bd-terms-item {
    padding: 20px;
    background: rgba(24, 81, 103, 0.03);
    border-radius: 12px;
    border-left: 4px solid var(--color-primary);
    transition: all 0.3s ease;
}

.bd-terms-item:hover {
    background: rgba(24, 81, 103, 0.05);
    transform: translateX(5px);
}

.bd-terms-item-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 8px;
    line-height: 1.3;
}

.bd-terms-item-text {
    font-size: 14px;
    color: var(--color-body-text);
    line-height: 1.6;
    margin: 0;
}

.bd-modal-footer {
    padding: 20px 30px;
    background: var(--color-bg-primary);
    text-align: center;
    border-top: 1px solid rgba(24, 81, 103, 0.1);
}

.bd-modal-footer .bd-btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
}

/* Other Language Field Animation */
#otherLanguageField {
    transition: all 0.3s ease;
}

#otherLanguageField.show {
    display: block !important;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Modal */
@media (max-width: 768px) {
    .bd-modal-container {
        margin: 10px;
        max-height: 95vh;
    }
    
    .bd-modal-header {
        padding: 20px 25px;
    }
    
    .bd-modal-title {
        font-size: 18px;
    }
    
    .bd-modal-body {
        padding: 25px 20px;
        max-height: 65vh;
    }
    
    .bd-terms-item {
        padding: 15px;
    }
    
    .bd-terms-item-title {
        font-size: 15px;
    }
    
    .bd-terms-item-text {
        font-size: 13px;
    }
    
    .bd-modal-footer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .bd-modal-overlay {
        padding: 10px;
    }
    
    .bd-modal-container {
        max-height: 98vh;
    }
    
    .bd-modal-body {
        max-height: 70vh;
    }
}
.bd-modal-header .bd-modal-title {
    color: #ffffff !important;
}

/* File Upload Section Styles */
.bd-file-upload-wrapper {
    margin-bottom: 20px;
}

.bd-file-upload-area {
    position: relative;
    border: 2px dashed rgba(24, 81, 103, 0.25);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(24, 81, 103, 0.02) 0%, rgba(234, 208, 154, 0.02) 100%);
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.bd-file-upload-area:hover {
    border-color: var(--color-primary);
    background: linear-gradient(135deg, rgba(24, 81, 103, 0.05) 0%, rgba(234, 208, 154, 0.05) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(24, 81, 103, 0.1);
}

.bd-file-upload-area.drag-over {
    border-color: var(--color-secondary);
    background: linear-gradient(135deg, rgba(234, 208, 154, 0.1) 0%, rgba(24, 81, 103, 0.05) 100%);
    transform: scale(1.02);
}

.bd-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.bd-file-upload-content {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.bd-file-upload-icon {
    margin-bottom: 15px;
}

.bd-file-upload-icon i {
    font-size: 48px;
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.bd-file-upload-area:hover .bd-file-upload-icon i {
    color: var(--color-secondary);
    transform: scale(1.1);
}

.bd-file-upload-text {
    margin-bottom: 20px;
}

.bd-file-upload-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 5px;
}

.bd-file-upload-subtitle {
    font-size: 14px;
    color: var(--color-body-text);
    margin: 0;
}

.bd-file-browse-btn {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(24, 81, 103, 0.2);
}

.bd-file-browse-btn:hover {
    background: linear-gradient(135deg, #0a3d4f 0%, var(--color-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(24, 81, 103, 0.3);
}

.bd-file-upload-info {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bd-file-info-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--color-body-text);
    background: rgba(24, 81, 103, 0.05);
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid rgba(24, 81, 103, 0.1);
}

.bd-file-info-item i {
    color: var(--color-primary);
    font-size: 11px;
}

.bd-uploaded-files {
    margin-top: 20px;
    padding: 20px;
    background: rgba(24, 81, 103, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(24, 81, 103, 0.1);
}

.bd-uploaded-files-header {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 81, 103, 0.1);
    margin-bottom: 15px;
}

.bd-uploaded-files-header h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-uploaded-files-header i {
    color: var(--color-primary);
    font-size: 14px;
}

.bd-uploaded-files-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bd-uploaded-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(24, 81, 103, 0.1);
    transition: all 0.3s ease;
}

.bd-uploaded-file-item:hover {
    border-color: var(--color-primary);
    box-shadow: 0 2px 10px rgba(24, 81, 103, 0.1);
}

.bd-uploaded-file-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.bd-uploaded-file-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3d4f 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.bd-uploaded-file-details {
    flex: 1;
}

.bd-uploaded-file-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 2px;
    word-break: break-word;
}

.bd-uploaded-file-size {
    font-size: 12px;
    color: var(--color-body-text);
}

.bd-uploaded-file-remove {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.bd-uploaded-file-remove:hover {
    background: rgba(220, 53, 69, 0.1);
    transform: scale(1.1);
}

/* Upload Progress Bar */
.bd-upload-progress {
    width: 100%;
    height: 4px;
    background: rgba(24, 81, 103, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.bd-upload-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 2px;
}

/* Error States */
.bd-file-upload-area.error {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

.bd-file-upload-error {
    color: #dc3545;
    font-size: 13px;
    margin-top: 8px;
    display: none;
}

.bd-file-upload-error.show {
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-file-upload-area {
        padding: 30px 15px;
    }
    
    .bd-file-upload-icon i {
        font-size: 40px;
    }
    
    .bd-file-upload-title {
        font-size: 16px;
    }
    
    .bd-file-upload-info {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .bd-uploaded-file-info {
        gap: 10px;
    }
    
    .bd-uploaded-file-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .bd-file-upload-area {
        padding: 25px 10px;
    }
    
    .bd-file-upload-icon i {
        font-size: 36px;
    }
    
    .bd-file-upload-title {
        font-size: 15px;
    }
    
    .bd-file-upload-subtitle {
        font-size: 13px;
    }
    
    .bd-file-browse-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .bd-file-info-item {
        font-size: 11px;
        padding: 6px 10px;
    }
    
    .bd-uploaded-files {
        padding: 15px;
    }
    
    .bd-uploaded-file-item {
        padding: 10px 12px;
    }
    
    .bd-uploaded-file-name {
        font-size: 13px;
    }
    
    .bd-uploaded-file-size {
        font-size: 11px;
    }
}

/* Animation for file upload success */
@keyframes fileUploadSuccess {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bd-uploaded-file-item.new-upload {
    animation: fileUploadSuccess 0.5s ease-out;
}


/* CSS مخصص لتحويل ألوان قسم الخدمات ليصبح مثل قسم الـ about */
.bd-service-light-theme {
    background-color: var(--color-white) !important;
}

.bd-service-light-theme .bd-section-subtitle {
    color: var(--color-primary) !important;
    background-color: rgba(12, 110, 109, 0.1) !important;
}

.bd-service-light-theme .bd-section-subtitle::before {
    background-color: var(--color-primary) !important;
}

.bd-service-light-theme .bd-section-title {
    color: var(--color-heading) !important;
}

.bd-service-light-theme .bd-service-tab .nav-pills::before {
    background-color: var(--color-border-primary) !important;
}

.bd-service-light-theme .bd-service-tab .nav-link {
    color: var(--color-heading) !important;
    background-color: var(--color-white) !important;
    border: 1px solid var(--color-border-primary) !important;
}

.bd-service-light-theme .bd-service-tab .nav-link::before {
    background-color: var(--color-border-primary) !important;
}

.bd-service-light-theme .bd-service-tab .nav-pills .nav-link.active,
.bd-service-light-theme .bd-service-tab .nav-pills .show > .nav-link {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.bd-service-light-theme .bd-service-tab .nav-pills .nav-link.active::before,
.bd-service-light-theme .bd-service-tab .nav-pills .show > .nav-link::before {
    background-color: var(--color-white) !important;
}

.bd-service-light-theme .bd-service-two .content .title {
    color: var(--color-heading) !important;
}

.bd-service-light-theme .bd-service-two .content .desc {
    color: var(--color-body-text) !important;
}
/* حل بديل - تثبيت الصورة في الخلفية */
.bd-about-exp {
    overflow: visible !important;
}

.bd-about-exp .shape {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
}

.bd-about-exp .shape img {
    display: block !important;
    visibility: visible !important;
}
/* نفس الكود بتاعك + إضافة بسيطة */
.bd-service-area .tab-content {
    position: relative;
    overflow: hidden;
}

.bd-service-area .tab-pane {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: none;
}

.bd-service-area .tab-pane.active.show {
    display: block !important;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* فقط هذا السطر الجديد */
    animation: fadeInUp 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bd-service-area .tab-pane:not(.active):not(.show) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Animation بسيط */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* الحجم الأصلي يفضل للأرقام الصغيرة */
.bd-about-exp .bd-about-exp-number {
  font-size: 200px;
  color: var(--color-primary);
  line-height: 1;
  width: 250px;
}

/* فقط للأرقام المكونة من رقمين + رمز (مثل 99%) */
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="99"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="95"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="85"]) {
  font-size: 160px;
  width: 250px;
}

/* للأرقام الكبيرة مثل 150M+ */
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="150"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="200"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="100"]) {
  font-size: 140px;
  width: 250px;
}

/* للأرقام الكبيرة جداً مثل 1000+ */
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end*="000"]) {
  font-size: 120px;
  width: 250px;
}

.bd-about-exp .bd-about-exp-number i {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 23px;
}

.bd-about-exp .bd-about-exp-text {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: -25px;
}

.bd-about-exp .shape {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -40px;
  z-index: -1;
  transform: translateY(-50%);
}
/* تصحيح - استهداف الرقم 1500 بالضبط */
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="99"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="95"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="85"]) {
  font-size: 160px;
  width: 250px;
}

/* للأرقام الكبيرة مثل 150 و 200 و 100 */
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="150"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="200"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="100"]) {
  font-size: 140px;
  width: 250px;
}

/* للأرقام الكبيرة جداً مثل 1500 */
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="1500"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="1000"]),
.bd-about-exp .bd-about-exp-number:has(.purecounter[data-purecounter-end="2000"]) {
  font-size: 110px;
  width: 250px;
}
/* حل شامل مع زيادة الارتفاع أكتر */
.bd-service-area.bd-service-light-theme {
    padding: 90px 0; /* زودنا من 70px إلى 90px */
}

.bd-service-area .section-title-space {
    margin-bottom: 65px; /* زودنا من 50px إلى 65px */
}

.bd-service-area .row.gy-30 {
    --bs-gutter-y: 25px; /* زودنا من 20px إلى 25px */
}

.bd-service-area .thumb {
    height: 280px; /* زودنا من 220px إلى 280px */
    overflow: hidden;
    border-radius: 10px;
}

.bd-service-area .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-service-area .content {
    padding: 25px 0; /* زودنا من 20px إلى 25px */
}

.bd-service-area .content .desc {
    margin-bottom: 25px; /* زودنا من 20px إلى 25px */
    line-height: 1.6; /* زودنا من 1.5 إلى 1.6 */
}

.bd-service-area .bd-about-exp {
    padding: 40px 25px 35px; /* زودنا من 35px 20px 30px */
}

.bd-service-area .bd-service-two {
    padding: 35px 0; /* زودنا من 30px إلى 35px */
}

.bd-service-area .nav-pills {
    margin-bottom: 25px; /* زيادة المسافة تحت التابس */
}

.bd-service-area .nav-link {
    padding: 10px 18px; /* زيادة padding الأزرار قليلاً */
}
/* حل شامل لجميع التابات */
.bd-service-area .tab-pane .bd-about-exp-text {
    color: var(--color-heading) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    display: block !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
    margin-top: 10px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.bd-service-area .tab-pane .bd-about-exp {
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    padding: 40px 25px 35px;
    text-align: center;
}

.bd-service-area .tab-pane .bd-about-exp .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.3;
}
/* تغيير موضع الصورة من فوق الرقم لتحت الرقم */
.bd-service-area .bd-about-exp .shape {
    position: absolute;
    top: 0; /* بدلاً من bottom: 0 */
    right: 0;
    z-index: -1; /* خلف النص والرقم */
    opacity: 0.3;
    transform: none; /* إزالة أي transform موجود */
}

/* التأكد من أن الرقم والنص يظهران فوق الصورة */
.bd-service-area .bd-about-exp-number,
.bd-service-area .bd-about-exp-text {
    position: relative;
    z-index: 2;
}
/* إصلاح مشكلة انكسار العداد */
.bd-service-area .bd-about-exp {
    /* إضافة overflow لمنع الحركة خارج الحدود */
    overflow: hidden;
    position: relative;
    min-height: 200px; /* ارتفاع ثابت لمنع الحركة */
}

.bd-service-area .bd-about-exp-number {
    /* تثبيت موضع الرقم */
    font-size: 200px;
    color: var(--color-primary);
    line-height: 1;
    width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center;
    /* منع أي حركة أثناء العداد */
    position: relative;
    top: 0;
    transform: none;
    transition: none !important;
}

.bd-service-area .bd-about-exp-text {
    /* تثبيت موضع النص */
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-heading) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
    width: 100%;
    /* منع أي حركة */
    transition: none !important;
}

/* للأرقام الكبيرة - تصغير فقط عند الحاجة */
.bd-service-area .bd-about-exp-number:has(.purecounter[data-purecounter-end="70"]),
.bd-service-area .bd-about-exp-number:has(.purecounter[data-purecounter-end="99"]) {
    font-size: 160px;
}
/* حل سريع وشامل */
.bd-service-area .bd-service-tab * {
    list-style: none !important;
}

.bd-service-area .bd-service-tab *::before,
.bd-service-area .bd-service-tab *::after {
    display: none !important;
    content: none !important;
}

/* Express Area */
.bd-express-area {
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
}

/* Express Shape */
.bd-express-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
}

.bd-express-shape img {
    width: auto;
    height: 100%;
}

/* Section Title */
.bd-express-area .gradient-text {
    background: linear-gradient(90deg, #ead09a, #c07e31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Express Content */
.bd-express-content {
    position: relative;
    z-index: 2;
}

/* Express Features */
.bd-express-features {
    margin-bottom: 40px;
}

.bd-express-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.bd-express-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.bd-express-item:hover {
    transform: translateX(10px);
    padding-left: 20px;
    border-bottom-color: rgba(234, 208, 154, 0.3);
}

/* Express Icons */
.bd-express-icon {
    width: 60px;
    height: 60px;
    background: rgba(234, 208, 154, 0.15);
    border: 2px solid rgba(234, 208, 154, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ead09a;
    flex-shrink: 0;
    transition: all 0.4s ease;
    position: relative;
}

.bd-express-icon.premium {
    background: rgba(192, 126, 49, 0.15);
    border-color: rgba(192, 126, 49, 0.3);
    color: #c07e31;
}

.bd-express-item:hover .bd-express-icon {
    background: #ead09a;
    color: var(--color-primary);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 15px rgba(234, 208, 154, 0.3);
}

.bd-express-item:hover .bd-express-icon.premium {
    background: #c07e31;
    color: var(--color-white);
    box-shadow: 0 5px 15px rgba(192, 126, 49, 0.3);
}

/* Express Text */
.bd-express-text {
    flex: 1;
}

.bd-express-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 5px;
    line-height: 1.3;
}

.bd-express-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

/* Express Button */
.bd-express-btn {
    text-align: left;
}

.bd-express-btn .bd-btn {
    background: linear-gradient(45deg, #ead09a, #c07e31);
    color: var(--color-primary);
    border: none;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.bd-express-btn .bd-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.bd-express-btn .bd-btn:hover::before {
    left: 100%;
}

.bd-express-btn .bd-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 208, 154, 0.4);
    background: linear-gradient(45deg, #c07e31, #ead09a);
    color: var(--color-white);
}

/* Express Visual */
.bd-express-visual {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

/* Timer مع انيميشن محسن - دائرة داخلية فقط */
.bd-express-timer {
    margin-bottom: 40px;
    text-align: center;
}

.bd-timer-circle {
    position: relative;
    width: 180px;
    height: 180px;
    background: rgba(234, 208, 154, 0.1);
    border: 4px solid #ead09a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(234, 208, 154, 0.6);
    animation: timerGlow 2.5s infinite ease-in-out;
}

/* انيميشن داخل الدائرة فقط */
.bd-timer-circle::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 2px solid rgba(234, 208, 154, 0.5);
    border-radius: 50%;
    animation: pulseRingInside 2.5s infinite ease-out;
}

.bd-timer-inner {
    position: relative;
    text-align: center;
    z-index: 2;
}

.bd-timer-number {
    font-size: 56px;
    font-weight: 900;
    color: #ead09a !important; /* الرقم ذهبي مع تأكيد */
    line-height: 1;
    text-shadow: 0 0 15px rgba(234, 208, 154, 0.8) !important;
    animation: numberBounce 3s infinite ease-in-out;
    margin-bottom: 5px;
}

.bd-timer-text {
    font-size: 14px;
    font-weight: 700;
    color: #ead09a !important; /* نص HOURS ذهبي مع تأكيد */
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(234, 208, 154, 0.6) !important;
}

.bd-timer-label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

/* Express Stats مع الألوان المُصححة */
.bd-express-stats {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.bd-stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 25px 20px;
    min-width: 120px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.bd-stat-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    border-color: rgba(234, 208, 154, 0.4);
}

.bd-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #ead09a !important; /* رقم 98 و 24 باللون الذهبي مع تأكيد */
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(234, 208, 154, 0.5) !important;
}

.bd-stat-number i {
    font-size: 18px;
    font-style: normal;
    color: rgba(234, 208, 154, 0.8) !important; /* رمز % و /7 ذهبي فاتح مع تأكيد */
}

.bd-stat-text {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* تأكيد إضافي للألوان */
.bd-express-area .bd-stat-number,
.bd-express-area .bd-timer-number,
.bd-express-area .bd-timer-text {
    color: #ead09a !important;
}

.bd-express-area .bd-stat-number i {
    color: rgba(234, 208, 154, 0.8) !important;
}

/* Animations محدثة */
@keyframes timerGlow {
    0%, 100% {
        box-shadow: 
            0 0 15px rgba(234, 208, 154, 0.4),
            0 0 30px rgba(234, 208, 154, 0.2);
    }
    50% {
        box-shadow: 
            0 0 30px rgba(234, 208, 154, 0.8),
            0 0 50px rgba(234, 208, 154, 0.4);
    }
}

@keyframes pulseRingInside {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

@keyframes numberBounce {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-express-visual {
        margin-top: 40px;
        min-height: auto;
    }
    
    .bd-timer-circle {
        width: 150px;
        height: 150px;
    }
    
    .bd-timer-number {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .bd-express-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px 0;
    }
    
    .bd-express-item:hover {
        transform: translateY(-5px);
        padding-left: 0;
    }
    
    .bd-express-icon {
        margin: 0 auto;
    }
    
    .bd-timer-circle {
        width: 120px;
        height: 120px;
    }
    
    .bd-timer-number {
        font-size: 32px;
    }
    
    .bd-express-stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .bd-stat-item {
        min-width: 100px;
        padding: 20px 15px;
    }
    
    .bd-express-btn {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .bd-express-item {
        padding: 15px 0;
        margin-bottom: 20px;
    }
    
    .bd-express-title {
        font-size: 18px;
    }
    
    .bd-express-desc {
        font-size: 13px;
    }
    
    .bd-timer-circle {
        width: 100px;
        height: 100px;
    }
    
    .bd-timer-number {
        font-size: 28px;
    }
    
    .bd-stat-number {
        font-size: 24px;
    }
}

/* Additional Animations */
.bd-express-item {
    animation: fadeInLeft 0.6s ease-out;
}

.bd-express-item:nth-child(2) {
    animation-delay: 0.2s;
}

.bd-express-item:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.bd-express-visual {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Override نهائي لضمان اللون الذهبي */
.bd-express-stats .bd-stat-number,
.bd-express-timer .bd-timer-number,
.bd-express-timer .bd-timer-text {
    color: #ead09a !important;
    text-shadow: 0 0 10px rgba(234, 208, 154, 0.7) !important;
}

.bd-express-stats .bd-stat-number i {
    color: rgba(234, 208, 154, 0.8) !important;
}


/* Process Area - ألوان مريحة للعين */
.bd-process-area {
    position: relative;

}

/* Section Title - إزالة تخصيص bd-section-subtitle ليرجع للأصلي */
.bd-process-area .bd-section-title {
    color: #185167;
    margin-bottom: 0;
}

.bd-process-area .bd-process-tagline {
    font-size: 24px;
    font-weight: 600;
    color: #185167;
    margin: 20px 0 15px 0;
    line-height: 1.3;
}

.bd-process-area .bd-process-description {
    font-size: 16px;
    color: #666666;
    margin: 20px 0 0 0;
    line-height: 1.6;
}

.bd-process-area .bd-section-desc {
    color: #666666;
    margin-bottom: 0;
}

/* Process Flow */
.bd-process-flow-wrapper {
    background: var(--color-white);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(24, 81, 103, 0.1);
    border: 1px solid #e8e6e3;
    margin-bottom: 60px;
    width: 100%;
}

.bd-process-flow-header {
    text-align: center;
    margin-bottom: 50px;
}

.bd-flow-title {
    font-size: 28px;
    font-weight: 700;
    color: #185167;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.bd-flow-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #c07e31;
    border-radius: 2px;
}

/* Steps Row */
.bd-process-steps-row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.bd-process-steps-row::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #ead09a;
    z-index: 0;
}

.bd-process-step-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

.bd-step-number {
    width: 80px;
    height: 80px;
    background: #185167;
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 25px auto;
    box-shadow: 0 8px 25px rgba(24, 81, 103, 0.2);
    transition: all 0.4s ease;
    position: relative;
}

.bd-step-number::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px dashed #ead09a;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
}

.bd-process-step-item:hover .bd-step-number {
    transform: scale(1.1);
    background: #c07e31;
}

.bd-process-step-item:hover .bd-step-number::before {
    opacity: 0.5;
    animation: stepRotate 3s linear infinite;
}

.bd-step-content {
    padding: 0 15px;
    width: 100%;
}

.bd-step-title {
    font-size: 20px;
    font-weight: 600;
    color: #185167;
    margin-bottom: 15px;
    line-height: 1.3;
}

.bd-step-description {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Stats Wrapper - بدون خلفية نهائياً */
.bd-process-stats-wrapper {
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    /* إزالة الخلفية تماماً */
}

.bd-process-stats-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

/* Stats Item - خلفية جديدة بلون #185167 */
.bd-stat-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex: 0 0 auto;
    max-width: 400px;
    min-width: 380px;
    background: #185167; /* الخلفية الجديدة */
    border: 1px solid #0f3238; /* حدود أغمق قليلاً */
    border-radius: 15px;
    padding: 25px 30px;
    box-shadow: 0 5px 15px rgba(24, 81, 103, 0.2);
    transition: all 0.4s ease;
    gap: 18px;
}

.bd-stat-item:hover {
    background: #c07e31; /* خلفية ذهبية عند hover */
    border-color: #ead09a;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(192, 126, 49, 0.3);
}

.bd-stat-icon {
    font-size: 26px;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(234, 208, 154, 0.25); /* خلفية فاتحة للأيقونة */
    border-radius: 50%;
    color: #185167; /* لون الأيقونة */
    transition: all 0.4s ease;
}

.bd-stat-item:hover .bd-stat-icon {
    background: #ffffff; /* أيقونة بيضاء عند hover */
    color: #c07e31; /* لون ذهبي للأيقونة عند hover */
}

.bd-stat-content {
    flex: 1;
    min-width: 0;
}

.bd-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #ead09a; /* لون فاتح للنص */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.2;
    white-space: nowrap;
}

.bd-stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff; /* لون أبيض للقيم */
    line-height: 1.3;
    display: block;
    white-space: nowrap;
}

/* تأثيرات hover للنصوص */
.bd-stat-item:hover .bd-stat-label {
    color: #ffffff;
}

.bd-stat-item:hover .bd-stat-value {
    color: #ffffff;
}

/* Container Full Width */
.bd-process-area .container {
    max-width: 100%;
    padding: 0 30px;
}

.bd-process-area .row {
    width: 100%;
    margin: 0;
}

.bd-process-area .col-xl-10,
.bd-process-area .col-xl-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Animations */
@keyframes stepRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-process-steps-row {
        flex-direction: column;
        gap: 50px;
    }
    
    .bd-process-steps-row::before {
        display: none;
    }
    
    .bd-flow-title {
        font-size: 24px;
    }
    
    .bd-process-flow-wrapper {
        padding: 40px 30px;
    }
    
    .bd-process-area .container {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .bd-process-tagline {
        font-size: 20px;
    }
    
    .bd-step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .bd-step-title {
        font-size: 18px;
    }
    
    .bd-step-description {
        font-size: 14px;
    }
    
    .bd-process-stats-row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .bd-stat-item {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 12px;
        max-width: 320px;
        min-width: 300px;
        width: 90%;
        background: #185167;
    }
    
    .bd-stat-label,
    .bd-stat-value {
        white-space: normal;
    }
    
    .bd-stat-icon {
        background: rgba(234, 208, 154, 0.3);
        color: #185167;
    }
    
    .bd-stat-item:hover {
        background: #c07e31;
    }
    
    .bd-stat-item:hover .bd-stat-icon {
        background: #ffffff;
        color: #c07e31;
    }
    
    .bd-process-flow-wrapper {
        padding: 30px 20px;
    }
    
    .bd-process-stats-wrapper {
        padding: 25px 15px;
    }
    
    .bd-process-area .container {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .bd-step-content {
        padding: 0 5px;
    }
    
    .bd-stat-item {
        padding: 20px 25px;
        max-width: 300px;
        min-width: 280px;
    }
    
    .bd-stat-value {
        font-size: 16px;
    }
    
    .bd-stat-label {
        font-size: 13px;
    }
    
    .bd-process-area .container {
        padding: 0 10px;
    }
    
    .bd-process-flow-wrapper {
        padding: 25px 15px;
    }
    
    .bd-process-stats-wrapper {
        padding: 20px 10px;
    }
}

/* إضافات للتأكد من التوافق */
.bd-process-area .section-title-space {
    margin-bottom: 80px;
}

/* تأكيد العرض الكامل */
.bd-process-flow-wrapper,
.bd-process-stats-wrapper,
.bd-process-steps-row,
.bd-process-stats-row {
    box-sizing: border-box;
}

/* Why Choose Us - Clean Modern Design */
.bd-why-choose-area {
    background-color: #f6f7f8;
    position: relative;
}

/* Section Title */
.bd-why-choose-area .bd-primary-color {
    color: var(--color-primary);
}

.bd-why-choose-area .bd-section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1.2;
    margin-bottom: 25px;
}

.bd-why-choose-area .bd-section-desc {
    font-size: 18px;
    color: var(--color-body-text);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.bd-why-choose-area .bd-section-desc strong {
    color: var(--color-heading);
    font-weight: 600;
}

/* Choose Cards */
.bd-choose-card {
    background: var(--color-white);
    border: 1px solid var(--color-border-primary);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.bd-choose-card:hover {
    border-color: var(--color-primary);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.bd-choose-card-wide {
    max-width: 600px;
    margin: 0 auto;
    padding: 35px 40px;
}

.bd-choose-icon {
    width: 60px;
    height: 60px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bd-choose-card:hover .bd-choose-icon {
    background: var(--color-secondary);
    transform: scale(1.05);
}

.bd-choose-content {
    flex: 1;
}

.bd-choose-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 10px;
    line-height: 1.3;
}

.bd-choose-text {
    font-size: 15px;
    color: var(--color-body-text);
    line-height: 1.5;
    margin: 0;
}

/* CTA Section - لون جديد #185167 مع زرار محسن */
.bd-choose-cta {
    background: #185167;
    border-radius: 16px;
    padding: 50px 40px;
    margin-top: 60px;
    box-shadow: 0 4px 20px rgba(24, 81, 103, 0.2);
    border: 1px solid #0f3238;
}

.bd-choose-cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 500;
}

/* الزرار الجديد مع الانيميشن */
.bd-choose-cta .bd-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 50px; /* زواية دائرية أكثر */
    transition: all 0.4s ease;
    background: linear-gradient(45deg, #ead09a, #c07e31); /* تدرج ذهبي */
    border: none;
    color: #185167; /* نص داكن على خلفية فاتحة */
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(234, 208, 154, 0.3);
    animation: buttonPulse 2s infinite;
}

/* تأثير الموجة داخل الزرار */
.bd-choose-cta .bd-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

/* Hover للزرار */
.bd-choose-cta .bd-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(234, 208, 154, 0.4);
    background: linear-gradient(45deg, #c07e31, #ead09a); /* عكس التدرج */
    color: var(--color-white);
}

.bd-choose-cta .bd-btn:hover::before {
    left: 100%; /* تحريك الموجة */
}

/* Active state */
.bd-choose-cta .bd-btn:active {
    transform: translateY(-1px) scale(1.02);
}

/* انيميشن النبض */
@keyframes buttonPulse {
    0% {
        box-shadow: 0 4px 15px rgba(234, 208, 154, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(234, 208, 154, 0.5), 0 0 0 5px rgba(234, 208, 154, 0.1);
    }
    100% {
        box-shadow: 0 4px 15px rgba(234, 208, 154, 0.3);
    }
}

/* تأثير إضافي للزرار عند التحميل */
.bd-choose-cta .bd-btn {
    animation: buttonPulse 2s infinite, slideInUp 0.6s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-choose-cta {
        padding: 40px 30px;
    }
    
    .bd-choose-cta-text {
        font-size: 17px;
    }
    
    .bd-choose-cta .bd-btn {
        padding: 14px 30px;
    }
}

@media (max-width: 768px) {
    .bd-choose-cta {
        padding: 35px 25px;
        margin-top: 40px;
    }
    
    .bd-choose-cta-text {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .bd-choose-cta .bd-btn {
        font-size: 15px;
        padding: 13px 28px;
    }
}

@media (max-width: 576px) {
    .bd-choose-cta {
        padding: 30px 20px;
    }
    
    .bd-choose-cta-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .bd-choose-cta .bd-btn {
        font-size: 14px;
        padding: 12px 25px;
        border-radius: 40px;
    }
}

/* تأثير إضافي للتفاعل */
.bd-choose-cta .bd-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(234, 208, 154, 0.3);
}

/* تحسين للمتصفحات القديمة */
.bd-choose-cta .bd-btn {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
}


/* Responsive Design */
@media (max-width: 991px) {
    .bd-choose-cta {
        padding: 40px 30px;
    }
    
    .bd-choose-cta-text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .bd-choose-cta {
        padding: 35px 25px;
        margin-top: 40px;
    }
    
    .bd-choose-cta-text {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .bd-choose-cta {
        padding: 30px 20px;
    }
    
    .bd-choose-cta-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .bd-choose-cta .bd-btn {
        font-size: 14px;
        padding: 12px 25px;
    }
}


/* Responsive Design */
@media (max-width: 991px) {
    .bd-why-choose-area .bd-section-title {
        font-size: 36px;
    }
    
    .bd-choose-card {
        padding: 30px 25px;
    }
    
    .bd-choose-cta {
        padding: 40px 30px;
    }
    
    .bd-choose-cta-text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .bd-why-choose-area .bd-section-title {
        font-size: 32px;
    }
    
    .bd-why-choose-area .bd-section-desc {
        font-size: 16px;
    }
    
    .bd-choose-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .bd-choose-card-wide {
        padding: 25px 20px;
    }
    
    .bd-choose-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin: 0 auto;
    }
    
    .bd-choose-title {
        font-size: 18px;
    }
    
    .bd-choose-text {
        font-size: 14px;
    }
    
    .bd-choose-cta {
        padding: 35px 25px;
        margin-top: 40px;
    }
    
    .bd-choose-cta-text {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .bd-why-choose-area .bd-section-title {
        font-size: 28px;
    }
    
    .bd-choose-card {
        padding: 20px 15px;
    }
    
    .bd-choose-cta {
        padding: 30px 20px;
    }
    
    .bd-choose-cta-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .bd-choose-cta .bd-btn {
        font-size: 14px;
        padding: 12px 25px;
    }
}

/* Section Spacing */
.bd-why-choose-area .section-title-space {
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .bd-why-choose-area .section-title-space {
        margin-bottom: 50px;
    }
}

/* Success Stories Area */
.bd-success-area {
    background: #f6f7f8;
    position: relative;
}

/* Section Title */
.bd-success-area .bd-highlight-text {
    color: #c07e31;
}

.bd-success-area .bd-section-title {
    color: #185167;
    margin-bottom: 25px;
}

.bd-success-area .bd-section-desc {
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* Success Cards */
.bd-success-card {
    background: var(--color-white);
    border: 1px solid #e8e6e3;
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(24, 81, 103, 0.08);
}

.bd-success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ead09a;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.bd-success-card:hover::before {
    transform: scaleX(1);
}

.bd-success-card:hover {
    border-color: #ead09a;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(24, 81, 103, 0.15);
}

/* Featured Cards */
.bd-success-featured {
    background: #185167;
    color: var(--color-white);
}

.bd-success-featured::before {
    background: #c07e31;
}

.bd-success-featured .bd-success-title,
.bd-success-featured .bd-success-desc {
    color: var(--color-white);
}

.bd-success-featured .bd-tag {
    background: rgba(234, 208, 154, 0.2);
    color: #ead09a;
    border-color: rgba(234, 208, 154, 0.3);
}

/* Success Icon */
.bd-success-icon {
    width: 70px;
    height: 70px;
    background: #ead09a;
    color: #185167;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.bd-success-card:hover .bd-success-icon {
    background: #c07e31;
    color: var(--color-white);
    transform: scale(1.1) rotate(10deg);
}

.bd-success-featured .bd-success-icon {
    background: rgba(234, 208, 154, 0.2);
    color: #ead09a;
}

.bd-success-featured:hover .bd-success-icon {
    background: #c07e31;
    color: var(--color-white);
}

/* Year Badge */
.bd-success-year {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #c07e31;
    color: var(--color-white);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.bd-success-featured .bd-success-year {
    background: rgba(234, 208, 154, 0.9);
    color: #185167;
}

/* Content */
.bd-success-content {
    position: relative;
}

.bd-success-title {
    font-size: 22px;
    font-weight: 700;
    color: #185167;
    margin-bottom: 15px;
    line-height: 1.3;
}

.bd-success-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Tags */
.bd-success-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bd-tag {
    background: rgba(24, 81, 103, 0.1);
    color: #185167;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid rgba(24, 81, 103, 0.2);
}

/* Success Stats */
.bd-success-stats {
    background: var(--color-white);
    border-radius: 20px;
    padding: 50px 40px;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(24, 81, 103, 0.08);
    border: 1px solid #e8e6e3;
}

.bd-success-stat-item {
    text-align: center;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.bd-success-stat-item:hover {
    transform: translateY(-5px);
}

.bd-stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #185167;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.bd-stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* CTA Section */
.bd-success-cta {
    background: var(--color-white);
    border-radius: 20px;
    padding: 50px 40px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(24, 81, 103, 0.08);
    border: 1px solid #e8e6e3;
}

.bd-success-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #185167;
    margin-bottom: 15px;
}

.bd-success-cta-text {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
    .bd-success-card {
        padding: 35px 30px;
    }
    
    .bd-success-stats {
        padding: 40px 30px;
    }
    
    .bd-success-cta {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .bd-success-card {
        padding: 30px 25px;
    }
    
    .bd-success-title {
        font-size: 20px;
    }
    
    .bd-success-desc {
        font-size: 15px;
    }
    
    .bd-success-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .bd-stat-number {
        font-size: 36px;
    }
    
    .bd-stat-label {
        font-size: 14px;
    }
    
    .bd-success-cta-title {
        font-size: 24px;
    }
    
    .bd-success-cta-text {
        font-size: 16px;
    }
    
    .bd-success-stats {
        padding: 35px 25px;
    }
    
    .bd-success-cta {
        padding: 35px 25px;
    }
}

@media (max-width: 576px) {
    .bd-success-card {
        padding: 25px 20px;
    }
    
    .bd-success-tags {
        justify-content: center;
    }
    
    .bd-success-stats {
        padding: 30px 20px;
    }
    
    .bd-success-cta {
        padding: 30px 20px;
    }
}

/* Animation for stats */
.bd-success-stat-item {
    animation: fadeInUp 0.6s ease-out;
}

.bd-success-stat-item:nth-child(2) { animation-delay: 0.1s; }
.bd-success-stat-item:nth-child(3) { animation-delay: 0.2s; }
.bd-success-stat-item:nth-child(4) { animation-delay: 0.3s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section Spacing */
.bd-success-area .section-title-space {
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .bd-success-area .section-title-space {
        margin-bottom: 50px;
    }
}

/* إصلاح ألوان تحديد النص في الموقع */

/* تحديد النص العام */
::selection {
    background: #185167;
    color: #ffffff;
}

::-moz-selection {
    background: #185167;
    color: #ffffff;
}

/* تحديد النص في العناوين */
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
    background: #c07e31;
    color: #ffffff;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
    background: #c07e31;
    color: #ffffff;
}

/* تحديد النص في الخلفيات الداكنة */
.theme-bg ::selection,
.bd-express-area ::selection,
.bd-process-stats-wrapper ::selection,
.bd-choose-cta ::selection {
    background: #ead09a;
    color: #185167;
}

.theme-bg ::-moz-selection,
.bd-express-area ::-moz-selection,
.bd-process-stats-wrapper ::-moz-selection,
.bd-choose-cta ::-moz-selection {
    background: #ead09a;
    color: #185167;
}

/* تحديد النص في الأزرار */
.bd-btn::selection {
    background: rgba(255, 255, 255, 0.3);
    color: inherit;
}

.bd-btn::-moz-selection {
    background: rgba(255, 255, 255, 0.3);
    color: inherit;
}

/* تحديد النص في الروابط */
a::selection {
    background: #c07e31;
    color: #ffffff;
}

a::-moz-selection {
    background: #c07e31;
    color: #ffffff;
}

/* تحديد النص في الجداول والنماذج */
table ::selection,
form ::selection,
input::selection,
textarea::selection {
    background: #ead09a;
    color: #185167;
}

table ::-moz-selection,
form ::-moz-selection,
input::-moz-selection,
textarea::-moz-selection {
    background: #ead09a;
    color: #185167;
}

/* تحديد النص في البطاقات والكروت */
.bd-choose-card ::selection,
.bd-success-card ::selection,
.bd-feature-item ::selection {
    background: #185167;
    color: #ffffff;
}

.bd-choose-card ::-moz-selection,
.bd-success-card ::-moz-selection,
.bd-feature-item ::-moz-selection {
    background: #185167;
    color: #ffffff;
}

/* تحديد خاص للخلفيات الفاتحة */
.bd-why-choose-area ::selection,
.bd-process-area ::selection,
.bd-success-area ::selection {
    background: #185167;
    color: #ffffff;
}

.bd-why-choose-area ::-moz-selection,
.bd-process-area ::-moz-selection,
.bd-success-area ::-moz-selection {
    background: #185167;
    color: #ffffff;
}

/* إصلاح خاص للنصوص في الخلفيات البيضاء */
.bg-white ::selection,
.bd-process-flow-wrapper ::selection,
.bd-success-stats ::selection {
    background: #185167 !important;
    color: #ffffff !important;
}

.bg-white ::-moz-selection,
.bd-process-flow-wrapper ::-moz-selection,
.bd-success-stats ::-moz-selection {
    background: #185167 !important;
    color: #ffffff !important;
}

/* حماية إضافية لجميع العناصر */
* {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* تحسين التباين للقراءة */
*::selection {
    text-shadow: none;
}

*::-moz-selection {
    text-shadow: none;
}


/* تخصيص EmbedSocial Widget ليتماشى مع التصميم */
.bd-embedsocial-wrapper {
    position: relative;
    min-height: 400px;
}

/* تخصيص ألوان EmbedSocial لتتماشى مع theme-bg */
.embedsocial-hashtag {
    background: transparent !important;
}

/* تخصيص نصوص التعليقات */
.embedsocial-hashtag .es-feed-post {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    margin-bottom: 20px !important;
}

/* تخصيص نص التعليق */
.embedsocial-hashtag .es-feed-post .es-post-text {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* تخصيص أسماء المراجعين */
.embedsocial-hashtag .es-feed-post .es-post-author-name {
    color: var(--color-white) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

/* تخصيص النجوم */
.embedsocial-hashtag .es-feed-post .es-star-rating {
    filter: brightness(0) saturate(100%) invert(78%) sepia(95%) saturate(359%) hue-rotate(350deg) brightness(103%) contrast(92%);
}

/* تخصيص صور المراجعين */
.embedsocial-hashtag .es-feed-post .es-post-author-image img {
    border-radius: 50% !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

/* تخصيص تاريخ التعليق */
.embedsocial-hashtag .es-feed-post .es-post-date {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
}

/* إخفاء العناصر غير المرغوبة */
.embedsocial-hashtag .es-load-more-button {
    background: var(--color-secondary) !important;
    color: var(--color-white) !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 12px 25px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.embedsocial-hashtag .es-load-more-button:hover {
    background: var(--color-primary) !important;
    transform: translateY(-2px) !important;
}

/* تخصيص شعار EmbedSocial */
.feed-powered-by-es {
    opacity: 0.7 !important;
    transition: opacity 0.3s ease !important;
}

.feed-powered-by-es:hover {
    opacity: 1 !important;
}

/* تحسينات responsive */
@media (max-width: 768px) {
    .bd-embedsocial-wrapper {
        min-height: 300px;
    }
    
    .embedsocial-hashtag .es-feed-post {
        margin-bottom: 15px !important;
    }
    
    .embedsocial-hashtag .es-feed-post .es-post-text {
        font-size: 14px !important;
    }
    
    .embedsocial-hashtag .es-feed-post .es-post-author-name {
        font-size: 16px !important;
    }
}

/* تأثيرات تحميل */
.bd-embedsocial-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--color-white);
    animation: embedSpinner 1s ease-in-out infinite;
    z-index: 1;
}

.embedsocial-hashtag:not(:empty) + .bd-embedsocial-wrapper::before {
    display: none;
}

@keyframes embedSpinner {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* تحسين التكامل مع التصميم الموجود */
.bd-testimonial-area .embedsocial-hashtag {
    padding: 0 !important;
}

/* إضافة تأثيرات hover للتعليقات */
.embedsocial-hashtag .es-feed-post {
    transition: all 0.3s ease !important;
}

.embedsocial-hashtag .es-feed-post:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

/* WhatsApp Chat Widget - LTR Version */
.bd-whatsapp-chat-widget {
    position: fixed;
    bottom: 30px;
    left: 30px; /* تغيير من right إلى left */
    z-index: 9999;
}

/* WhatsApp Button */
.bd-whatsapp-button {
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.bd-whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.4);
}

.bd-whatsapp-icon {
    font-size: 28px;
    color: var(--color-white);
}

/* Pulse Animation */
.bd-whatsapp-pulse {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Tooltip - LTR */
.bd-whatsapp-tooltip {
    position: absolute;
    bottom: 70px;
    left: 0; /* تغيير من right إلى left */
    background: #185167;
    color: var(--color-white);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.bd-whatsapp-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px; /* تغيير من right إلى left */
    border: 5px solid transparent;
    border-top-color: #185167;
}

.bd-whatsapp-button:hover .bd-whatsapp-tooltip {
    opacity: 1;
    transform: translateY(0);
}

/* Chat Box - LTR */
.bd-whatsapp-chat-box {
    position: absolute;
    bottom: 80px;
    left: 0; /* تغيير من right إلى left */
    width: 350px;
    background: var(--color-white);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.3s ease;
}

.bd-whatsapp-chat-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Chat Header */
.bd-chat-header {
    background: #25D366;
    color: var(--color-white);
    padding: 20px;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bd-chat-agent {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bd-agent-avatar {
    position: relative;
}

.bd-agent-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.bd-agent-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border: 2px solid var(--color-white);
    border-radius: 50%;
}

.bd-agent-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.bd-agent-info span {
    font-size: 12px;
    opacity: 0.9;
}

.bd-chat-close {
    background: none;
    border: none;
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.bd-chat-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Chat Body */
.bd-chat-body {
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
}

.bd-chat-message {
    margin-bottom: 15px;
}

.bd-message-content {
    background: #f0f0f0;
    padding: 12px 15px;
    border-radius: 15px 15px 15px 5px;
    max-width: 80%;
}

.bd-message-received .bd-message-content {
    background: #e3f2fd;
}

.bd-message-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
}

.bd-message-time {
    font-size: 11px;
    color: #666666;
    margin-top: 5px;
}

/* Quick Options */
.bd-chat-quick-options {
    margin-top: 15px;
}

.bd-quick-option {
    display: block;
    width: 100%;
    background: #f8f7f5;
    border: 1px solid #e8e6e3;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 13px;
    color: #185167;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bd-quick-option:hover {
    background: #ead09a;
    border-color: #c07e31;
    color: #185167;
}

/* Chat Footer */
.bd-chat-footer {
    padding: 15px 20px 20px;
    border-top: 1px solid #e8e6e3;
}

.bd-chat-input-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

#chatInput {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e8e6e3;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
}

#chatInput:focus {
    border-color: #ead09a;
}

.bd-chat-send {
    width: 40px;
    height: 40px;
    background: #25D366;
    border: none;
    border-radius: 50%;
    color: var(--color-white);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bd-chat-send:hover {
    background: #128C7E;
}

.bd-chat-disclaimer {
    font-size: 11px;
    color: #666666;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.bd-chat-disclaimer a {
    color: #25D366;
    text-decoration: none;
}

/* Responsive Design - LTR */
@media (max-width: 768px) {
    .bd-whatsapp-chat-box {
        width: 300px;
        left: -20px; /* تغيير من right إلى left */
    }
}

@media (max-width: 576px) {
    .bd-whatsapp-chat-widget {
        bottom: 20px;
        left: 20px; /* تغيير من right إلى left */
    }
    
    .bd-whatsapp-chat-box {
        width: 280px;
        left: -30px; /* تغيير من right إلى left */
    }
    
    .bd-chat-body {
        max-height: 250px;
    }
}

/* تحسينات إضافية للـ LTR */
.bd-whatsapp-chat-box {
    direction: ltr;
}

.bd-chat-input-wrapper {
    direction: ltr;
}

.bd-message-content {
    text-align: left;
}

.bd-quick-option {
    text-align: left;
}
.icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 32px;
    color: #0C6E6D;
}
/* Service Detailed Layout */
.bd-service-detailed {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.bd-service-detailed:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.bd-service-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.bd-service-header .icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.bd-service-header .icon img {
    width: 50px;
    height: 50px;
}

.service-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.service-section {
    margin-bottom: 25px;
}

.section-title {
    color: #34495e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-decoration: underline;
    text-decoration-color: #185167; /* ألوان الهوية */
}

.pricing-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #c07e31; /* ألوان الهوية */
    margin-bottom: 25px;
}

.pricing-title {
    color: #c07e31; /* ألوان الهوية */
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-list, .pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li, .pricing-list li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.service-list li::before {
    content: "●";
    color: #185167; /* ألوان الهوية */
    font-weight: bold;
    position: absolute;
    left: 0;
}

.pricing-list li::before {
    content: "●";
    color: #c07e31; /* ألوان الهوية */
    font-weight: bold;
    position: absolute;
    left: 0;
}

.sub-service-list {
    margin-top: 10px;
    margin-left: 20px;
}

.sub-service-list li {
    padding: 4px 0;
    font-size: 14px;
}

.sub-service-list li::before {
    content: "○";
    color: #95a5a6;
}

.bd-service-category-header {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

.bd-service-category-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

/* Premium Retainer Section - العرض رقم 7 */
.bd-service-premium {
    direction: ltr !important; /* الحفاظ على اتجاه النص LTR */
    text-align: center !important; /* توسيط النص */
    color: white !important; /* لون الخط أبيض */
    background: linear-gradient(135deg, #071a22 0%, #185167 100%); /* ألوان الهوية */
    padding: 50px 40px;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(7, 26, 34, 0.6);
    position: relative;
    overflow: hidden;
    border: 3px solid #c07e31; /* ألوان الهوية */
}

/* إضافة تأثير بصري إضافي للعرض المميز */
.bd-service-premium::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(234, 208, 154, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    z-index: 0;
}

.bd-service-premium > * {
    position: relative;
    z-index: 1;
}

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

/* Header العرض 7 - الأيقونة فوق العنوان مع توسيط - مُحسن */
.bd-service-premium .bd-service-header {
    text-align: center;
    display: flex;
    flex-direction: column; /* الأيقونة فوق العنوان */
    align-items: center;
    margin-bottom: 35px;
    border-bottom: 2px solid #c07e31;
    padding-bottom: 25px;
}

.bd-service-premium .bd-service-header .icon {
    background: rgba(234, 208, 154, 0.2);
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #c07e31;
    width: 100px;
    height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    overflow: visible !important;
    position: relative;
    z-index: 10;
}

.bd-service-premium .bd-service-header .icon img {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(1.2) contrast(1.1) !important;
    position: relative !important;
    z-index: 11 !important;
    border: none !important;
    background: transparent !important;
}

.bd-service-premium .service-title {
    font-size: 28px; /* عنوان أكبر */
    font-weight: 800;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(192, 126, 49, 0.8); /* ظل نصي ذهبي */
    color: white !important; /* النص الأبيض */
}

/* العناوين الفرعية - مميزة باللون الذهبي مع محاذاة يسار */
.bd-service-premium .section-title {
    color: #c07e31 !important; /* تمييز العناوين بالذهبي */
    text-decoration-color: #c07e31;
    font-size: 18px;
    font-weight: 700;
    text-align: left !important; /* محاذاة يسار */
    margin-bottom: 15px;
}

/* النصوص العادية - بيضاء */
.bd-service-premium .service-list li {
    color: white !important; /* النص الأبيض */
    text-align: left; /* محاذاة يسار للقوائم */
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

.bd-service-premium .service-list li::before {
    content: "●";
    color: #c07e31; /* النقاط مميزة بالذهبي */
    font-weight: bold;
    position: absolute;
    left: 0;
}

.bd-service-premium .sub-service-list {
    margin-top: 10px;
    margin-left: 20px;
}

.bd-service-premium .sub-service-list li {
    color: white !important; /* النص الأبيض */
    padding-left: 20px;
    font-size: 14px;
    list-style: none; /* إزالة أي نقاط افتراضية */
    position: relative;
}

.bd-service-premium .sub-service-list li::before {
    content: "○" !important; /* النقطة الصغيرة فقط */
    color: #ead09a !important; /* النقاط الفرعية باللون الفاتح */
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* تنسيق الأعمدة مع التوسيط */
.bd-service-premium .row {
    justify-content: center;
}

.bd-service-premium .row > div {
    max-width: 100%;
}

.bd-service-premium .col-xl-4,
.bd-service-premium .col-xl-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bd-service-premium .service-section {
    width: 100%;
    max-width: 500px;
}

/* الزر المميز */
.bd-btn.btn-premium {
    background: linear-gradient(45deg, #c07e31, #ead09a);
    color: #071a22;
    font-weight: 700;
    border: none;
    padding: 18px 45px;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(192, 126, 49, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
}

.bd-btn.btn-premium:hover {
    background: linear-gradient(45deg, #ead09a, #c07e31);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(192, 126, 49, 0.6);
}

/* شارة مميزة للعرض 7 */
.bd-service-premium::after {
    content: "⭐ PREMIUM ⭐";
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #c07e31, #ead09a);
    color: #071a22;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 800;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(192, 126, 49, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .bd-service-header {
        flex-direction: column;
        text-align: center;
    }
    
    .bd-service-header .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .service-title {
        font-size: 16px;
    }
    
    .bd-service-premium {
        padding: 35px 25px;
    }
    
    .bd-service-premium .service-title {
        font-size: 22px;
    }
    
    .bd-service-premium .bd-service-header .icon {
        width: 80px;
        height: 80px;
    }
    
    .bd-service-premium .bd-service-header .icon img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .bd-service-premium .service-section {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* Animation */
.bd-service-detailed {
    opacity: 0;
    animation: slideInUp 0.6s ease forwards;
}

.bd-service-detailed:nth-child(odd) {
    animation-delay: 0.1s;
}

.bd-service-detailed:nth-child(even) {
    animation-delay: 0.3s;
}

.bd-service-premium {
    animation: premiumEntrance 1s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes premiumEntrance {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* رفع الصورة المصغرة فقط لأعلى دون تحريك النص */
.bd-case-studies-thumb-circle-wrap {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 150px; /* تقليل المسافة من الأعلى لرفع الصورة */
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

[dir=rtl] .bd-case-studies-thumb-circle-wrap {
    inset-inline-start: auto;
    inset-inline-end: 50%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), 
       only screen and (min-width: 1200px) and (max-width: 1399px), 
       only screen and (min-width: 576px) and (max-width: 767px), 
       (max-width: 575px) {
    .bd-case-studies-thumb-circle-wrap {
        inset-block-start: 130px; /* تقليل المسافة في الشاشات الصغيرة */
    }
}

/* إصلاح لون النص الصغير الجديد */
.bd-case-studies-content .description {
    color: var(--color-white) !important;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

/* في حالة hover أو active */
.bd-case-studies-item:hover .bd-case-studies-content .description,
.bd-case-studies-item.active .bd-case-studies-content .description {
    color: var(--color-heading) !important;
    opacity: 1;
}

/* ضمان أن النص الرئيسي يبقى في مكانه */
.bd-case-studies-content {
    position: absolute;
    inset-inline-start: 30px;
    inset-inline-end: 30px;
    inset-block-end: 30px;
}

/* تحسين ترتيب العناصر داخل المحتوى */
.bd-case-studies-content .title {
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px; /* تقليل المسافة تحت العنوان */
}

/* bd-text-btn styles with brand colors and fixed arrow visibility */
.bd-text-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #185167; /* primary color */
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.bd-text-btn.secondary {
    color: #ead09a !important; /* beige color */
    position: relative;
    z-index: 2;
}

.bd-text-btn:hover {
    color: #071a22; /* dark color on hover */
    text-decoration: none;
}

.bd-text-btn.secondary:hover {
    color: #ead09a !important; /* gold color on hover */
}

.bd-text-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: inherit;
}

.bd-text-btn:hover .icon {
    transform: translateX(5px);
    color: inherit;
}

[dir="rtl"] .bd-text-btn:hover .icon {
    transform: translateX(-5px);
}

.bd-text-btn .icon i {
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Secondary button specific styling for blog cards */
.bd-blog-btn .bd-text-btn.secondary {
    color: #ead09a !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.bd-blog-btn .bd-text-btn.secondary:hover {
    color: #fffff !important;
}

/* Fixed arrow visibility for secondary buttons on light backgrounds */
.bd-text-btn.secondary .icon i {
    color: #c07e31 !important; /* gold arrow for visibility */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    transition: color 0.3s ease;
}

.bd-text-btn.secondary:hover .icon i {
    color: #071a22 !important; /* dark arrow on hover */
    text-shadow: 1px 1px 2px rgba(192,126,49,0.3);
}

.bd-blog-btn .bd-text-btn.secondary .icon i {
    color: #185167 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.bd-blog-btn .bd-text-btn.secondary:hover .icon i {
    color: #071a22 !important;
    text-shadow: 1px 1px 2px rgba(192,126,49,0.3);
    transform: translateX(3px);
}

/* إزالة خلفية الزر وجعله مثل النص العادي */
.bd-blog-btn .bd-text-btn {
    background-color: transparent !important; /* إزالة الخلفية */
    color: #185167 !important; /* نص بلون الهوية الأساسي */
    padding: 0 !important; /* إزالة الحشو */
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border: none; /* إزالة أي حدود */
}

.bd-blog-btn .bd-text-btn .icon i {
    color: #ead09a !important; /* سهم ذهبي من ألوان الهوية */
    font-size: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.bd-blog-btn .bd-text-btn:hover {
    color: #c07e31 !important; /* لون النص الغامق عند hover */
}

.bd-blog-btn .bd-text-btn:hover .icon i {
    color: #071a22 !important; /* لون السهم الغامق عند hover */
    transform: translateX(5px);
}

[dir="rtl"] .bd-blog-btn .bd-text-btn:hover .icon i {
    transform: translateX(-5px);
}

/* Our Clients Showcase Section - كلاسات منفصلة تماماً */
.bd-clients-showcase-area {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.bd-clients-title-wrapper {
    margin-bottom: 60px;
}

.bd-clients-subtitle {
    color: #185167;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.bd-clients-main-title {
    color: #071a22;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bd-clients-description {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.bd-clients-grid-wrapper {
    position: relative;
}

.bd-clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.bd-client-logo-item {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.bd-client-logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(24,81,103,0.1), transparent);
    transition: left 0.5s ease;
}

.bd-client-logo-item:hover::before {
    left: 100%;
}

.bd-client-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(24,81,103,0.15);
    border: 2px solid #ead09a;
}

.bd-client-logo-item img {
    max-width: 140px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.bd-client-logo-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .bd-clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 25px;
    }
    
    .bd-clients-main-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .bd-clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }
    
    .bd-clients-showcase-area {
        padding: 60px 0;
    }
    
    .bd-clients-main-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .bd-clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .bd-client-logo-item {
        padding: 20px 15px;
        min-height: 100px;
    }
    
    .bd-client-logo-item img {
        max-width: 120px;
        max-height: 50px;
    }
    
    .bd-clients-main-title {
        font-size: 28px;
    }
    
    .bd-clients-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .bd-clients-grid {
        grid-template-columns: 1fr;
    }
    
    .bd-clients-showcase-area {
        padding: 40px 0;
    }
    
    .bd-clients-title-wrapper {
        margin-bottom: 40px;
    }
}

/* Animation on scroll */
.bd-client-logo-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.bd-client-logo-item:nth-child(1) { animation-delay: 0.1s; }
.bd-client-logo-item:nth-child(2) { animation-delay: 0.2s; }
.bd-client-logo-item:nth-child(3) { animation-delay: 0.3s; }
.bd-client-logo-item:nth-child(4) { animation-delay: 0.4s; }
.bd-client-logo-item:nth-child(5) { animation-delay: 0.5s; }
.bd-client-logo-item:nth-child(6) { animation-delay: 0.6s; }
.bd-client-logo-item:nth-child(7) { animation-delay: 0.7s; }
.bd-client-logo-item:nth-child(8) { animation-delay: 0.8s; }
.bd-client-logo-item:nth-child(9) { animation-delay: 0.9s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* =================================================
   حلول مشاكل الهيرو سيكشن - ضع هذا الكود في نهاية ملف CSS
   ================================================= */

/* 1. حل مشكلة المسافة الكبيرة بين الناف والمحتوى */
.bd-hero-content-wrapper {
  min-height: 600px !important; /* قللت من 900px */
  padding-bottom: 60px !important; /* قللت من 120px */
  padding-top: 80px; /* أضفت padding من فوق للتحكم في المسافة */
  display: flex;
  justify-content: center; /* غيرت من end إلى center */
  align-items: center; /* غيرت من end إلى center */
}

/* تعديلات للشاشات المتوسطة */
@media only screen and (min-width: 992px) and (max-width: 1199px), 
       only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero-content-wrapper {
    min-height: 550px !important;
    padding-bottom: 50px !important;
    padding-top: 60px;
  }
}

/* تعديلات للتابلت والموبايل */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-hero-content-wrapper {
    min-height: 500px !important;
    padding-bottom: 40px !important;
    padding-top: 50px;
  }
}

/* تعديلات للموبايل الصغير */
@media (max-width: 575px) {
  .bd-hero-content-wrapper {
    min-height: 450px !important;
    padding-bottom: 30px !important;
    padding-top: 40px;
  }
}

/* 2. حل مشكلة عدم ظهور الأيقونات في iOS Chrome */
/* إضافة fallback للأيقونات */
.fa-regular, .fa-solid, .fa-light, .fa-thin, .fa-duotone, .fa-brands {
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* حل بديل للأيقونة السهم */
.fa-arrow-right-long::before {
  content: "→" !important;
  font-family: inherit !important;
  font-weight: normal !important;
}

/* حل بديل لأيقونة scroll down إذا كانت مش بتظهر */
.scroll-down-icon::after {
  content: "↓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
}

/* 3. تحسين المحاذاة والمسافات للموبايل */
@media (max-width: 767px) {
  .bd-hero-left {
    padding-inline-start: 0px !important;
    margin-top: 20px;
  }
  
  .bd-hero-right {
    text-align: center;
  }
  
  .bd-hero-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
  
  .bd-hero-subtitle {
    font-size: 14px !important;
    padding: 8px 20px !important;
  }
  
  .bd-hero-desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px;
  }
}

/* 4. تحسين pagination للموبايل */
@media (max-width: 767px) {
  .bd-hero-pagination-wrap {
    inset-inline-start: 50% !important;
    inset-block-end: 20px !important;
    transform: translateX(-50%) !important;
    text-align: center;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot {
    justify-content: center !important;
    align-items: center !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet {
    width: 30px !important;
    height: 4px !important;
    margin: 0 8px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 2px !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-secondary) !important;
    width: 40px !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet button {
    display: none !important; /* إخفاء الأرقام في الموبايل */
  }
}

/* إعادة إظهار الأرقام للشاشات الكبيرة */
@media (min-width: 768px) {
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet button {
    display: block !important;
  }
}

/* 5. تحسين scroll down button */
@media (max-width: 1199px) {
  .scroll-down {
    display: none !important;
  }
}

/* 6. إضافة تحسينات عامة للأداء */
.bd-hero-thumb {
  will-change: transform;
  backface-visibility: hidden;
}

.bd-hero-content-wrapper * {
  will-change: auto;
}

/* 7. تحسين التجاوب للشاشات الكبيرة جداً */
@media (min-width: 1600px) {
  .bd-hero-content-wrapper {
    min-height: 700px !important;
    padding-top: 100px;
  }
}

/* 8. حل مشكلة المحاذاة في Container */
@media (max-width: 991px) {
  .bd-hero-content-wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .bd-hero-content-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .bd-hero-content-wrapper .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 9. تعديل التغميم ليكون على كل الصورة */
.bd-hero-thumb::before {
  background: rgba(7, 26, 34, 0.6) !important; /* تغميم موحد على كل الصورة */
  /* أو يمكنك استخدام gradient مختلف */
  /* background: linear-gradient(45deg, rgba(7, 26, 34, 0.7), rgba(7, 26, 34, 0.4)) !important; */
}

/* خيار بديل: تغميق تدريجي من الوسط */
.bd-hero-thumb::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(7, 26, 34, 0.3) 0%, rgba(7, 26, 34, 0.7) 100%);
  z-index: 1;
}

/* =================================================
   حلول قسم الخدمات للموبايل - إصدار محسن
   ================================================= */

/* 1. تحسين التابات للموبايل - بدون سكرول + حل مشكلة القص */
@media (max-width: 991px) {
  .bd-service-tab {
    margin-bottom: 30px !important;
    padding: 15px 10px 0 !important; /* زيادة padding من فوق لمنع القص */
  }
  
  .bd-service-tab .nav-pills {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  
  .bd-service-tab .nav-link {
    padding: 12px 8px !important;
    font-size: 13px !important;
    text-align: center !important;
    border-radius: 8px !important;
    line-height: 1.3 !important;
    min-height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    word-break: break-word !important;
    font-weight: 600 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    white-space: normal !important;
    position: relative !important;
    overflow: hidden !important;
    
    /* تأثيرات بصرية تشير للتفاعل */
    border: 2px solid transparent !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    margin-top: 5px !important; /* مساحة إضافية من فوق */
  }
  
  .bd-service-tab .nav-link:not(.active) {
    background: linear-gradient(145deg, #f8f9fa, #e9ecef) !important;
    color: #495057 !important;
  }
  
  .bd-service-tab .nav-link:not(.active):hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    border-color: var(--color-primary) !important;
    background: linear-gradient(145deg, #ffffff, #f1f3f4) !important;
  }
  
  .bd-service-tab .nav-link.active {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
    border-color: var(--color-secondary) !important;
    animation: activeTab 0.5s ease !important;
  }
  
  /* انيميشن للتاب النشط */
  @keyframes activeTab {
    0% { transform: scale(1) translateY(0); }
    50% { transform: scale(1.05) translateY(-3px); }
    100% { transform: scale(1) translateY(-1px); }
  }
  
  /* تأثير النقر */
  .bd-service-tab .nav-link:active {
    transform: translateY(0px) scale(0.98) !important;
    transition: all 0.1s ease !important;
  }
}

/* للموبايل الصغير جداً */
@media (max-width: 575px) {
  .bd-service-tab {
    padding: 10px 5px 0 !important; /* زيادة padding من فوق */
  }
  
  .bd-service-tab .nav-pills {
    gap: 8px !important;
  }
  
  .bd-service-tab .nav-link {
    padding: 10px 6px !important;
    font-size: 12px !important;
    min-height: 50px !important;
    margin-top: 3px !important;
  }
}

/* 2. تحسين المحتوى والنصوص - أكبر وأوضح */
@media (max-width: 991px) {
  .bd-service-area {
    padding: 70px 0 !important;
  }
  
  .bd-service-area .section-title-space {
    margin-bottom: 45px !important;
  }
  
  .bd-service-two {
    padding: 25px 0 !important;
  }
  
  /* تكبير الصورة قليلاً */
  .bd-service-area .thumb {
    height: 240px !important;
    margin-bottom: 25px !important;
    border-radius: 12px !important;
  }
  
  /* تكبير النصوص */
  .bd-service-area .content {
    padding: 20px 0 !important;
  }
  
  .bd-service-area .content .title {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
  }
  
  .bd-service-area .content .desc {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
    color: #666 !important;
  }
}

/* 3. إخفاء العدادات نهائياً من الموبايل */
@media (max-width: 991px) {
  /* إخفاء العمود الثالث بالكامل */
  .bd-service-area .tab-pane .col-xl-3 {
    display: none !important;
  }
  
  /* إخفاء أي عنصر يحتوي على bd-about-exp */
  .bd-about-exp {
    display: none !important;
  }
  
  /* إخفاء أي div يحتوي على bd-about-exp-number */
  [class*="bd-about-exp"] {
    display: none !important;
  }
}

/* 4. تحسين ترتيب العناصر في الموبايل - بدون العدادات */
@media (max-width: 991px) {
  .bd-service-area .tab-pane .row {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .bd-service-area .tab-pane .col-xl-4,
  .bd-service-area .tab-pane .col-xl-5 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  
  /* إخفاء العمود الثالث (العدادات) */
  .bd-service-area .tab-pane .col-xl-3 {
    display: none !important;
  }
  
  /* الترتيب الجديد: صورة، ثم محتوى */
  .bd-service-area .tab-pane .row > div:nth-child(1) { 
    order: 1; 
    margin-bottom: 20px !important;
  }
  .bd-service-area .tab-pane .row > div:nth-child(2) { 
    order: 2; 
    margin-bottom: 0 !important;
  }
  
  /* تحريك الصورة لليمين شوية */
  .bd-service-area .thumb {
    margin-left: 30px !important;
    margin-right: 0 !important;
    max-width: calc(100% - 30px) !important;
  }
}

/* 8. تحسين انتقال التابات */
.bd-service-area .tab-pane {
  transition: all 0.4s ease !important;
}

.bd-service-area .tab-pane.show.active {
  animation: slideInUp 0.5s ease !important;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 9. تحسين الأزرار في الموبايل */
@media (max-width: 991px) {
  .bd-service-btn {
    margin-top: 15px !important;
  }
  
  .bd-service-btn .bd-btn {
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
  }
  
  .bd-service-btn .bd-btn i {
    font-size: 14px !important;
    margin-left: 8px !important;
  }
}

/* 7. إصلاح العدادات الخاصة مع أحجام أكبر - التخطيط المحسن */
@media (max-width: 991px) {
  /* للأرقام الكبيرة مثل 100 */
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="100"]) {
    font-size: 60px !important;
    margin-bottom: 8px !important;
  }
  
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="100"]) i {
    font-size: 22px !important;
    top: -14px !important;
  }
  
  /* للنسب المئوية مثل 99% */
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="99"]) {
    font-size: 65px !important;
    margin-bottom: 8px !important;
  }
  
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="99"]) i {
    font-size: 24px !important;
    top: -15px !important;
  }
  
  /* للأرقام الصغيرة مثل 15, 70 */
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="15"]),
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="70"]) {
    font-size: 75px !important;
    margin-bottom: 10px !important;
  }
  
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="15"]) i,
  .bd-about-exp-number:has(.purecounter[data-purecounter-end="70"]) i {
    font-size: 28px !important;
    top: -18px !important;
  }
  
  /* النص محدود العرض ومنسق */
  .bd-about-exp-text {
    margin-top: 8px !important;
    max-width: 110px !important;
  }
}

/* 10. تصحيح النص أسفل القسم */
@media (max-width: 991px) {
  .d-flex.flex-wrap.text-center {
    margin-top: 40px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  
  .d-flex.flex-wrap.text-center img {
    max-width: 100px !important;
    height: auto !important;
    margin-top: 10px !important;
  }
}

/* 11. تحسينات إضافية للوضوح */
@media (max-width: 991px) {
  /* تحسين Container */
  .bd-service-area .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  /* تحسين المسافات */
  .bd-service-area .row.gy-30 {
    --bs-gutter-y: 20px !important;
  }
  
  /* تحسين Section Title */
  .bd-section-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  .bd-section-subtitle {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
}

/* 10. للموبايل الصغير جداً - تحسينات إضافية للتخطيط الجديد */
@media (max-width: 575px) {
  .bd-service-area .content .title {
    font-size: 20px !important;
  }
  
  .bd-service-area .content .desc {
    font-size: 15px !important;
  }
  
  .bd-about-exp {
    min-height: 160px !important;
    padding: 25px 15px !important;
  }
  
  .bd-about-exp-number {
    font-size: 65px !important;
  }
  
  .bd-about-exp-number i {
    font-size: 24px !important;
    top: -15px !important;
  }
  
  .bd-about-exp-text {
    font-size: 13px !important;
    letter-spacing: 0.6px !important;
  }
  
  /* تحسين حركة الصورة للموبايل الصغير */
  .bd-service-area .thumb {
    margin-left: 20px !important;
    max-width: calc(100% - 20px) !important;
  }
}

/* 12. تصحيح Hero Pagination - في المنتصف */
@media (max-width: 767px) {
  .bd-hero-pagination-wrap {
    inset-inline-start: 50% !important;
    inset-block-end: 30px !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 8px !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet {
    width: 35px !important;
    height: 6px !important;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 3px !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-secondary) !important;
    width: 45px !important;
    height: 6px !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet button {
    display: none !important;
  }
}

/* 13. تكبير صورة جوجل */
.d-flex.flex-wrap.text-center img[src*="google.png"] {
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important;
  margin-top: 15px !important;
}

@media (max-width: 991px) {
  .d-flex.flex-wrap.text-center img[src*="google.png"] {
    max-width: 180px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 575px) {
  .d-flex.flex-wrap.text-center img[src*="google.png"] {
    max-width: 150px !important;
    margin-top: 10px !important;
  }
}

/* 14. توسيط الأرقام على جميع الشاشات (للشاشات الكبيرة فقط) */
@media (min-width: 992px) {
  .bd-about-exp {
    text-align: center !important;
  }
  
  .bd-about-exp-number {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  .bd-about-exp-number * {
    text-align: center !important;
  }
  
  .bd-about-exp-text {
    text-align: center !important;
    width: 100% !important;
  }
}

/* 15. تحسين انيميشن التابات للشاشات الكبيرة */
@media (min-width: 992px) {
  .bd-service-tab .nav-link {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .bd-service-tab .nav-link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  }
  
  .bd-service-tab .nav-link::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.5s !important;
  }
  
  .bd-service-tab .nav-link:hover::before {
    left: 100% !important;
  }
}

/* 16. التأكد من ظهور العدادات على الشاشات الكبيرة */
@media (min-width: 992px) {
  .bd-about-exp {
    display: block !important;
  }
  
  .bd-service-area .tab-pane .col-xl-3 {
    display: block !important;
  }
}

/* =================================================
   حلول Header Top للشاشات الصغيرة - 1024x600 وأقل
   ================================================= */

/* 1. حل للشاشات من 1024px وأقل */
@media (max-width: 1024px) {
  .bd-header-top {
    padding: 8px 0 !important;
    font-size: 12px !important;
  }
  
  .bd-header-top ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .bd-header-top ul li {
    margin-right: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .bd-header-top ul li a {
    font-size: 11px !important;
    display: inline-block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  
  /* تصغير الأيقونات */
  .bd-header-top i {
    font-size: 10px !important;
    margin-right: 4px !important;
  }
}

/* 2. للشاشات الصغيرة جداً 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-header-top-left ul li:first-child a {
    max-width: 180px !important;
  }
  
  .bd-header-top-left ul li:last-child a {
    max-width: 140px !important;
  }
  
  .bd-header-top-right ul li:first-child a {
    max-width: 250px !important;
  }
  
  /* تصغير Social Icons */
  .bd-header-top .social a {
    padding: 3px !important;
    margin: 0 2px !important;
    font-size: 10px !important;
  }
}

/* 3. للشاشات الصغيرة جداً أقل من 768px */
@media (max-width: 767px) {
  .bd-header-top {
    display: none !important;
  }
}

/* 4. للشاشات من 900-1024px تحديداً */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-header-top-left ul li:first-child a {
    max-width: 200px !important;
  }
  
  .bd-header-top-left ul li:last-child a {
    max-width: 160px !important;
  }
  
  .bd-header-top-right ul li:first-child a {
    max-width: 280px !important;
  }
}

/* 5. تحسين container للشاشات الصغيرة */
@media (max-width: 1024px) {
  .bd-header-top .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .bd-header-top-left,
  .bd-header-top-right {
    flex: 1 !important;
    min-width: 0 !important;
  }
  
  .bd-header-top-right {
    text-align: right !important;
  }
}

/* 6. إعادة ترتيب العناصر للشاشات الضيقة */
@media (max-width: 1024px) {
  /* جعل الـ container flexbox */
  .bd-header-top .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  
  /* تقليل المسافات */
  .bd-header-top-left ul li,
  .bd-header-top-right ul li {
    margin-right: 10px !important;
  }
  
  .bd-header-top-left ul li:last-child,
  .bd-header-top-right ul li:last-child {
    margin-right: 0 !important;
  }
}

/* 8. تصغير خط العنوان بدل إخفاؤه */
@media (max-width: 1024px) {
  /* تصغير خط العنوان الطويل */
  .bd-header-top-right ul li:first-child a {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }
  
  /* تصغير خط الإيميل */
  .bd-header-top-left ul li:first-child a {
    font-size: 9px !important;
  }
  
  /* خط التليفون طبيعي شوية */
  .bd-header-top-left ul li:last-child a {
    font-size: 10px !important;
  }
}

/* للشاشات الضيقة أكثر - تصغير إضافي */
@media (max-width: 900px) {
  .bd-header-top-right ul li:first-child a {
    font-size: 8px !important;
  }
  
  .bd-header-top-left ul li:first-child a {
    font-size: 8px !important;
  }
}

/* 9. تحسين الـ Social Media Icons */
@media (max-width: 1024px) {
  .bd-header-top .social {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }
  
  .bd-header-top .social a {
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 9px !important;
  }
}

/* 10. للشاشات الضيقة جداً - تبسيط أكثر */
@media (max-width: 900px) {
  .bd-header-top-right ul li:first-child a {
    font-size: 8px !important;
  }
  
  .bd-header-top-left ul li:first-child a {
    font-size: 8px !important;
  }
}

/* =================================================
   حلول Hero Section للشاشات 1024x600 وما شابه
   ================================================= */

/* Hero Section للشاشات الصغيرة 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-hero-content-wrapper {
    min-height: 350px !important; /* قصرت كتير */
    padding-bottom: 30px !important;
    padding-top: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bd-hero-title {
    font-size: 24px !important; /* صغرت الخط كتير */
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
  }
  
  .bd-hero-subtitle {
    font-size: 11px !important; /* خط صغير */
    padding: 4px 12px !important;
    margin-bottom: 8px !important;
  }
  
  .bd-hero-desc {
    font-size: 12px !important; /* خط صغير ومقروء */
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }
  
  .bd-hero-btn .bd-btn {
    padding: 6px 12px !important; /* زر صغير */
    font-size: 12px !important;
  }
  
  .bd-hero-left {
    padding-inline-start: 0px !important;
  }
  
  /* تقليل المسافات بين الأعمدة */
  .bd-hero-content-wrapper .row {
    --bs-gutter-x: 15px !important;
  }
}

/* Hero Pagination للشاشات المتوسطة - مبسط */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-hero-pagination-wrap {
    inset-inline-end: 15px !important;
    inset-block-start: 50% !important;
    transform: translateY(-50%) !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet {
    margin: 8px 0 !important;
    height: 0;
    width: 1px;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 40px !important; /* قصرت كتير */
    margin: 12px 0 !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet button {
    font-size: 12px !important; /* خط صغير */
    top: -20px !important;
    left: -8px !important;
  }
  
  .bd-hero-pagination-wrap .main-hero-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    font-size: 16px !important;
    left: -10px !important;
  }
}

/* Scroll Down للشاشات المتوسطة - أصغر */
@media (min-width: 768px) and (max-width: 1024px) {
  .scroll-down {
    inset-inline-start: 15px !important;
    inset-block-end: 20px !important;
  }
  
  .scroll-down .title {
    font-size: 10px !important;
    top: -40px !important;
    left: -15px !important;
  }
  
  .scroll-down-icon {
    padding: 3px 5px !important;
    border-width: 1px !important;
  }
}

/* للشاشات 900-1024px تحديداً - تحسين طفيف */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-hero-content-wrapper {
    min-height: 380px !important; /* شوية أطول */
    padding-top: 50px !important;
  }
  
  .bd-hero-title {
    font-size: 26px !important; /* أكبر شوية */
  }
  
  .bd-hero-subtitle {
    font-size: 12px !important;
    padding: 5px 14px !important;
  }
  
  .bd-hero-desc {
    font-size: 13px !important;
  }
  
  .bd-hero-btn .bd-btn {
    padding: 7px 14px !important;
    font-size: 13px !important;
  }
}

/* =================================================
   حلول Service Tabs للشاشات 1024x600 وما شابه
   ================================================= */

/* Service Tabs للشاشات 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-service-area {
    padding: 50px 0 !important; /* قللت الـ padding */
  }
  
  .bd-service-area .section-title-space {
    margin-bottom: 30px !important; /* قللت المسافة */
  }
  
  .bd-service-tab {
    margin-bottom: 20px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important; /* توسيط التابات */
  }
  
  .bd-service-tab .nav-pills {
    display: flex !important; /* صف واحد جنب بعض */
    flex-wrap: nowrap !important; /* بدون التفاف */
    gap: 8px !important; /* مسافة أكبر شوية */
    margin-bottom: 0 !important;
    overflow-x: hidden !important; /* منع السكرول */
    max-width: 900px !important; /* عرض محدود للتوسيط */
    width: 100% !important;
  }
  
  .bd-service-tab .nav-link {
    flex: 1 !important; /* توزيع متساوي */
    padding: 10px 6px !important; /* padding أكبر */
    font-size: 12px !important; /* خط أكبر */
    text-align: center !important;
    border-radius: 8px !important;
    line-height: 1.3 !important;
    min-height: 55px !important; /* ارتفاع أكبر */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    word-break: break-word !important;
    font-weight: 600 !important; /* خط أثقل */
    white-space: normal !important;
    min-width: 0 !important; /* مهم للـ flex */
    
    /* تأثيرات بصرية لطيفة */
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  
  .bd-service-tab .nav-link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    font-size: 12.5px !important; /* خط أكبر عند الـ hover */
  }
  
  .bd-service-tab .nav-link.active {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2) !important;
    font-weight: 700 !important; /* خط أثقل للنشط */
  }
  
  /* تصغير المحتوى */
  .bd-service-two {
    padding: 15px 0 !important;
  }
  
  .bd-service-area .thumb {
    height: 180px !important; /* صورة أصغر */
    margin-bottom: 15px !important;
  }
  
  .bd-service-area .content {
    padding: 10px 0 !important;
  }
  
  .bd-service-area .content .title {
    font-size: 18px !important; /* عنوان أصغر */
    margin-bottom: 8px !important;
  }
  
  .bd-service-area .content .desc {
    font-size: 13px !important; /* وصف أصغر */
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
  }
  
  .bd-service-btn .bd-btn {
    padding: 6px 12px !important; /* زر أصغر */
    font-size: 12px !important;
  }
}

/* للشاشات 900-1024px - تحسين التابات قليلاً */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-service-tab .nav-pills {
    max-width: 950px !important; /* عرض أكبر للشاشات الأكبر */
  }
  
  .bd-service-tab .nav-link {
    padding: 12px 8px !important;
    font-size: 13px !important; /* خط أكبر */
    min-height: 60px !important; /* ارتفاع أكبر */
  }
  
  .bd-service-tab .nav-link:hover {
    font-size: 13.5px !important;
  }
  
  .bd-service-area .content .title {
    font-size: 19px !important;
  }
  
  .bd-service-area .content .desc {
    font-size: 14px !important;
  }
}

/* للشاشات الضيقة جداً 768-900px */
@media (min-width: 768px) and (max-width: 900px) {
  .bd-service-tab .nav-pills {
    max-width: 850px !important;
  }
  
  .bd-service-tab .nav-link {
    padding: 8px 4px !important;
    font-size: 11px !important; /* خط مقبول للشاشات الصغيرة */
    min-height: 50px !important;
  }
  
  .bd-service-tab .nav-link:hover {
    font-size: 11.5px !important;
  }
  
  .bd-service-area .thumb {
    height: 160px !important;
  }
  
  .bd-service-area .content .title {
    font-size: 16px !important;
  }
  
  .bd-service-area .content .desc {
    font-size: 12px !important;
  }
  
  .bd-service-btn .bd-btn {
    font-size: 11px !important;
  }
}

/* =================================================
   تصغير Stats Section للشاشة 1024x600
   ================================================= */

/* للشاشات 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-express-stats {
    padding: 20px 0 !important; /* تقليل padding */
    margin: 20px 0 !important; /* تقليل margin */
  }
  
  .bd-stat-item {
    padding: 15px 12px !important; /* زيادة padding للاحتواء */
    margin: 0 8px !important; /* تقليل margin بين العناصر */
    text-align: center !important;
    background: rgba(255, 255, 255, 0.1) !important; /* خلفية واضحة */
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important; /* حدود واضحة */
    min-height: 80px !important; /* ارتفاع مضمون */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .bd-stat-number {
    font-size: 28px !important; /* صغرت الرقم أكتر */
    line-height: 1 !important;
    margin-bottom: 8px !important; /* زيادة المسافة */
    font-weight: 700 !important;
    color: #ffffff !important; /* أبيض صريح */
  }
  
  .bd-stat-number i {
    font-size: 14px !important; /* صغرت الرموز أكتر */
    margin-left: 2px !important;
    font-weight: 600 !important;
    color: #ffffff !important; /* أبيض صريح */
  }
  
  .bd-stat-text {
    font-size: 10px !important; /* صغرت النص أكتر */
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important; /* أبيض صريح */
    text-align: center !important;
    width: 100% !important; /* عرض كامل */
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* للشاشات 900-1024px - أحجام أكبر قليلاً */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-stat-item {
    padding: 18px 15px !important;
    margin: 0 10px !important;
    min-height: 90px !important;
  }
  
  .bd-stat-number {
    font-size: 32px !important; /* صغرت من 40 لـ 32 */
    margin-bottom: 10px !important;
  }
  
  .bd-stat-number i {
    font-size: 16px !important; /* صغرت من 20 لـ 16 */
    margin-left: 3px !important;
  }
  
  .bd-stat-text {
    font-size: 11px !important; /* صغرت من 12 لـ 11 */
    line-height: 1.3 !important;
  }
}

/* للشاشات الضيقة جداً 768-900px */
@media (min-width: 768px) and (max-width: 900px) {
  .bd-express-stats {
    padding: 15px 0 !important;
    margin: 15px 0 !important;
  }
  
  .bd-stat-item {
    padding: 12px 10px !important;
    margin: 0 6px !important;
    min-height: 75px !important;
  }
  
  .bd-stat-number {
    font-size: 24px !important; /* صغرت من 32 لـ 24 */
    margin-bottom: 6px !important;
  }
  
  .bd-stat-number i {
    font-size: 12px !important; /* صغرت من 16 لـ 12 */
    margin-left: 1px !important;
  }
  
  .bd-stat-text {
    font-size: 9px !important; /* صغرت من 10 لـ 9 */
    line-height: 1.1 !important;
  }
}

/* تحسينات إضافية للتوافق */
@media (min-width: 768px) and (max-width: 1024px) {
  /* تحسين container إذا كان موجود */
  .bd-express-stats .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* تحسين flexbox إذا كان مستخدم */
  .bd-express-stats {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
  
  /* تحسين العرض للعناصر */
  .bd-stat-item {
    flex: 0 1 auto !important;
    min-width: 110px !important; /* حد أدنى أصغر */
    max-width: 140px !important; /* حد أقصى أصغر */
  }
}

/* تحسينات إضافية للوضوح والاحتواء */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-stat-item:hover {
    transform: translateY(-2px) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  }
  
  /* التأكد من أن كل النصوص بيضاء */
  .bd-stat-item * {
    color: #ffffff !important;
  }
  
  /* منع overflow */
  .bd-stat-item {
    overflow: hidden !important;
    position: relative !important;
  }
}

/* =================================================
   إصلاح Process Section للشاشة 1024x600
   ================================================= */

/* للشاشات 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-process-area {
    padding: 40px 0 !important; /* تقليل padding */
  }
  
  .bd-process-area .section-title-space {
    margin-bottom: 30px !important; /* تقليل المسافة */
  }
  
  /* تصغير العناوين بالألوان الأصلية */
  .bd-section-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    color: #185167 !important; /* أزرق زي الأصلي */
  }
  
  .bd-process-tagline {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    color: #185167 !important; /* أزرق زي الأصلي */
    font-weight: 600 !important;
  }
  
  .bd-section-desc {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    color: #666666 !important; /* رمادي زي الأصلي */
  }
  
  .bd-process-description {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    color: #666666 !important; /* رمادي زي الأصلي */
  }
  
  /* العناصر الثلاثة في عمود واحد */
  .bd-process-area .row.gy-30 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
  }
  
  .bd-process-area .row.gy-30 .col-xl-4,
  .bd-process-area .row.gy-30 .col-lg-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 15px !important;
  }
  
  /* تصميم العناصر بشكل جديد محسن */
  .bd-process-item {
    display: block !important; /* block بدل flex */
    padding: 20px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important; /* gradient جميل */
    border-radius: 15px !important; /* زوايا أكثر انحناءاً */
    border: 2px solid #e8e6e3 !important; /* حدود أوضح */
    box-shadow: 0 8px 25px rgba(24, 81, 103, 0.08) !important; /* ظل أجمل */
    text-align: left !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important; /* لموضع الرقم */
    transition: all 0.4s ease !important;
    overflow: hidden !important;
  }
  
  .bd-process-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #185167, #c07e31);
    z-index: 1;
  }
  
  .bd-process-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(24, 81, 103, 0.15) !important;
    border-color: #185167 !important;
  }
  
  .bd-process-item .step {
    position: absolute !important;
    top: 15px !important; /* المربع في مكانه الأصلي */
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    background: linear-gradient(135deg, #185167 0%, #0d3d47 100%) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important; /* رجع للوسط */
    justify-content: center !important; /* رجع للوسط */
    box-shadow: 0 4px 15px rgba(24, 81, 103, 0.3) !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important; /* إلغاء الـ padding */
  }
  
  /* selector أقوى للتأكيد */
  @media (min-width: 768px) and (max-width: 1024px) {
    .bd-process-area .bd-process-item .step {
      position: absolute !important;
      top: 15px !important;
      right: 15px !important;
      width: 40px !important;
      height: 40px !important;
      margin: 0 !important;
      padding: 0 !important;
      transform: none !important;
      align-items: center !important;
      justify-content: center !important;
      display: flex !important;
    }
    
    /* تأكيد إضافي للرقم */
    .bd-process-area .bd-process-item .step span {
      position: static !important;
      margin: 0 !important;
      padding: 0 !important;
      transform: none !important;
      display: block !important;
      text-align: center !important;
    }
  }
  
  .bd-process-item .step span {
    font-size: 14px !important; /* صغرت من 16px إلى 14px */
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    display: block !important;
  }
  
  /* selector أقوى للخط */
  @media (min-width: 768px) and (max-width: 1024px) {
    .bd-process-area .bd-process-item .step span {
      font-size: 13px !important; /* حجم أصغر */
      font-weight: 700 !important;
      color: #ffffff !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: 1 !important;
      text-align: center !important;
      display: block !important;
    }
  }
  
  /* selector أقوى جداً */
  .bd-process-area .row .bd-process-item .step span {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
  }
  
  /* الأيقونة في أعلى يسار المحتوى */
  .bd-process-item .icon {
    display: inline-flex !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #185167 0%, #0d3d47 100%) !important;
    border-radius: 15px !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
    margin-right: 0 !important;
    box-shadow: 0 4px 12px rgba(24, 81, 103, 0.2) !important;
  }
  
  .bd-process-item .icon i {
    font-size: 20px !important;
    color: #ffffff !important; /* أبيض للأيقونة */
  }
  
  /* المحتوى */
  .bd-process-item .title {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    color: #185167 !important;
    padding-right: 60px !important; /* مساحة للرقم */
  }
  
  .bd-process-item p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #666666 !important;
    padding-right: 10px !important;
  }
  
  /* تأثير hover للرقم والأيقونة */
  .bd-process-item:hover .step {
    background: linear-gradient(135deg, #c07e31 0%, #a86b28 100%) !important;
    transform: scale(1.1) !important;
  }
  
  .bd-process-item:hover .icon {
    background: linear-gradient(135deg, #c07e31 0%, #a86b28 100%) !important;
    transform: scale(1.05) !important;
  }
  
  /* عنوان Flow محسن */
  .bd-process-flow-header {
    text-align: center !important;
    margin-bottom: 25px !important;
    width: 100% !important;
  }
  
  .bd-flow-title {
    font-size: 20px !important;
    color: #185167 !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
  }
  
  .bd-flow-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #185167, #c07e31);
    border-radius: 2px;
  }
}

/* إصلاح مربعات الإحصائيات بالألوان الأصلية */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-process-stats-wrapper {
    margin-top: 25px !important;
    padding: 20px !important;
    /* إزالة أي خلفية - زي الأصلي */
    background: transparent !important;
    border: none !important;
  }
  
  .bd-process-stats-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
  }
  
  .bd-process-stats-row .bd-stat-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    flex: 1 !important;
    min-width: 200px !important; /* عرض أصغر للشاشة الضيقة */
    max-width: 280px !important;
    background: #185167 !important; /* اللون الأزرق الأصلي */
    border: 1px solid #0f3238 !important; /* حدود أغمق */
    border-radius: 12px !important;
    padding: 15px 20px !important; /* padding أصغر */
    box-shadow: 0 5px 15px rgba(24, 81, 103, 0.2) !important;
    transition: all 0.4s ease !important;
    gap: 12px !important;
  }
  
  .bd-process-stats-row .bd-stat-item:hover {
    background: #c07e31 !important; /* خلفية ذهبية عند hover */
    border-color: #ead09a !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(192, 126, 49, 0.3) !important;
  }
  
  .bd-stat-icon {
    font-size: 18px !important; /* أيقونة أصغر */
    flex-shrink: 0 !important;
    width: 35px !important; /* عرض أصغر */
    height: 35px !important; /* ارتفاع أصغر */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(234, 208, 154, 0.25) !important; /* خلفية فاتحة للأيقونة */
    border-radius: 50% !important;
    color: #185167 !important; /* لون الأيقونة */
    transition: all 0.4s ease !important;
  }
  
  .bd-process-stats-row .bd-stat-item:hover .bd-stat-icon {
    background: #ffffff !important; /* أيقونة بيضاء عند hover */
    color: #c07e31 !important; /* لون ذهبي للأيقونة عند hover */
  }
  
  .bd-stat-content {
    flex: 1 !important;
    min-width: 0 !important;
  }
  
  .bd-stat-label, 
  .bd-stat-value:first-child {
    font-size: 9px !important; /* خط أصغر */
    font-weight: 600 !important;
    color: #ead09a !important; /* لون فاتح للنص */
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 3px !important;
    display: block !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
  
  .bd-stat-value:last-child {
    font-size: 12px !important; /* خط أصغر */
    font-weight: 700 !important;
    color: #ffffff !important; /* لون أبيض للقيم */
    line-height: 1.2 !important;
    display: block !important;
    white-space: nowrap !important;
  }
  
  /* تأثيرات hover للنصوص */
  .bd-process-stats-row .bd-stat-item:hover .bd-stat-label,
  .bd-process-stats-row .bd-stat-item:hover .bd-stat-value:first-child {
    color: #ffffff !important;
  }
  
  .bd-process-stats-row .bd-stat-item:hover .bd-stat-value:last-child {
    color: #ffffff !important;
  }
}

/* للشاشات 900-1024px - تحسينات بالألوان الأصلية */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-section-title {
    font-size: 26px !important;
    color: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-process-tagline {
    font-size: 17px !important;
    color: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-process-item {
    padding: 15px 20px !important;
    max-width: 700px !important;
    background: #ffffff !important; /* خلفية بيضاء */
    border: 1px solid #e8e6e3 !important;
    box-shadow: 0 5px 15px rgba(24, 81, 103, 0.1) !important;
  }
  
  .bd-process-item .step {
    width: 45px !important;
    height: 45px !important;
    background: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-process-item .step span {
    font-size: 18px !important;
    color: #ffffff !important;
  }
  
  .bd-process-item .icon {
    width: 40px !important;
    height: 40px !important;
    background: rgba(24, 81, 103, 0.1) !important;
  }
  
  .bd-process-item .icon i {
    font-size: 18px !important;
    color: #185167 !important;
  }
  
  .bd-process-item .title {
    font-size: 15px !important;
    color: #185167 !important; /* أزرق للعنوان */
  }
  
  .bd-process-item p {
    font-size: 12px !important;
    color: #666666 !important; /* رمادي للنص */
  }
  
  .bd-flow-title {
    font-size: 20px !important;
    color: #185167 !important; /* أزرق أصلي */
  }
}

/* للشاشات الضيقة جداً 768-900px بالألوان الأصلية */
@media (min-width: 768px) and (max-width: 900px) {
  .bd-process-area {
    padding: 35px 0 !important;
  }
  
  .bd-section-title {
    font-size: 22px !important;
    color: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-process-tagline {
    font-size: 15px !important;
    color: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-process-item {
    padding: 10px 12px !important;
    max-width: 550px !important;
    background: #ffffff !important; /* خلفية بيضاء */
    border: 1px solid #e8e6e3 !important;
    box-shadow: 0 5px 15px rgba(24, 81, 103, 0.1) !important;
  }
  
  .bd-process-item .step {
    width: 35px !important;
    height: 35px !important;
    background: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-process-item .step span {
    font-size: 14px !important;
    color: #ffffff !important;
  }
  
  .bd-process-item .icon {
    width: 30px !important;
    height: 30px !important;
    background: rgba(24, 81, 103, 0.1) !important;
  }
  
  .bd-process-item .icon i {
    font-size: 14px !important;
    color: #185167 !important;
  }
  
  .bd-process-item .title {
    font-size: 13px !important;
    color: #185167 !important; /* أزرق للعنوان */
  }
  
  .bd-process-item p {
    font-size: 10px !important;
    color: #666666 !important; /* رمادي للنص */
  }
  
  .bd-process-stats-row .bd-stat-item {
    min-width: 120px !important;
    padding: 10px 8px !important;
    background: #185167 !important; /* أزرق أصلي */
  }
  
  .bd-stat-icon {
    font-size: 18px !important;
    background: rgba(234, 208, 154, 0.25) !important;
    color: #185167 !important;
  }
  
  .bd-stat-value {
    font-size: 9px !important;
  }
}

/* تحسينات إضافية */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-process-area .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* تأثيرات hover بالألوان الأصلية */
  .bd-process-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(24, 81, 103, 0.15) !important;
  }
  
  .bd-process-item:hover .step {
    background: #c07e31 !important; /* ذهبي عند hover زي الأصلي */
  }
  
  .bd-process-item:hover .icon {
    background: rgba(192, 126, 49, 0.1) !important;
  }
  
  .bd-process-item:hover .icon i {
    color: #c07e31 !important; /* ذهبي للأيقونة عند hover */
  }
  
  .bd-process-stats-row .bd-stat-item:hover {
    background: #c07e31 !important; /* خلفية ذهبية عند hover */
    border-color: #ead09a !important;
    transform: translateY(-1px) !important;
    transition: all 0.3s ease !important;
  }
}

/* =================================================
   تصغير Footer Menu للشاشة 1024x600
   ================================================= */

/* للشاشات 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-footer-menu {
    padding: 15px 0 !important; /* تقليل padding */
  }
  
  .bd-footer-menu-content {
    text-align: center !important;
    padding: 0 10px !important;
  }
  
  /* تصغير العنوان الرئيسي */
  .bd-footer-menu-content h6 {
    font-size: 12px !important; /* صغرت كتير */
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
    text-transform: capitalize !important;
    color: inherit !important;
  }
  
  /* تحسين القائمة */
  .bd-footer-menu-list {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .bd-footer-menu-list ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important; /* السماح بالـ wrap إذا احتاج */
    gap: 8px !important; /* مسافة صغيرة بين العناصر */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  
  .bd-footer-menu-list ul li {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important; /* منع كسر النص */
  }
  
  .bd-footer-menu-list ul li a {
    font-size: 10px !important; /* خط صغير جداً */
    font-weight: 500 !important;
    padding: 4px 8px !important; /* padding صغير */
    display: inline-block !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
    color: inherit !important;
  }
  
  .bd-footer-menu-list ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-1px) !important;
  }
  
  /* فاصل بين العناصر */
  .bd-footer-menu-list ul li:not(:last-child)::after {
    content: '|' !important;
    margin-left: 8px !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 10px !important;
  }
}

/* للشاشات 900-1024px - أحجام أكبر قليلاً */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-footer-menu-content h6 {
    font-size: 13px !important;
  }
  
  .bd-footer-menu-list ul li a {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }
  
  .bd-footer-menu-list ul {
    gap: 10px !important;
  }
  
  .bd-footer-menu-list ul li:not(:last-child)::after {
    margin-left: 10px !important;
    font-size: 11px !important;
  }
}

/* للشاشات الضيقة جداً 768-900px */
@media (min-width: 768px) and (max-width: 900px) {
  .bd-footer-menu {
    padding: 12px 0 !important;
  }
  
  .bd-footer-menu-content h6 {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }
  
  .bd-footer-menu-list ul li a {
    font-size: 9px !important;
    padding: 3px 6px !important;
  }
  
  .bd-footer-menu-list ul {
    gap: 6px !important;
  }
  
  .bd-footer-menu-list ul li:not(:last-child)::after {
    margin-left: 6px !important;
    font-size: 9px !important;
  }
}

/* تحسينات إضافية */
@media (min-width: 768px) and (max-width: 1024px) {
  /* تحسين Container */
  .bd-footer-menu .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* منع overflow */
  .bd-footer-menu {
    overflow-x: hidden !important;
  }
  
  /* تحسين المسافات */
  .bd-footer-menu .row {
    margin: 0 !important;
  }
  
  .bd-footer-menu .col-xl-12 {
    padding: 0 5px !important;
  }
}

/* حل بديل: قائمة في صفين للشاشات الضيقة جداً */
@media (min-width: 768px) and (max-width: 850px) {
  .bd-footer-menu-list ul {
    flex-direction: column !important;
    gap: 4px !important;
  }
  
  .bd-footer-menu-list ul li:not(:last-child)::after {
    display: none !important;
  }
  
  .bd-footer-menu-list ul li a {
    padding: 3px 8px !important;
    margin: 1px 0 !important;
  }
}

/* تحسين خاص للنصوص الطويلة */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-footer-menu-content h6 {
    /* تقصير النص إذا كان طويل */
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  
  /* تأكيد عدم كسر الروابط */
  .bd-footer-menu-list ul li a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 120px !important; /* حد أقصى للعرض */
  }
}

/* تحسينات للألوان والتفاعل */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-footer-menu-list ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  }
  
  .bd-footer-menu-list ul li a:active {
    transform: translateY(0) !important;
  }
}

/* =================================================
   إخفاء المقالة الثالثة في Blog Section للشاشة 1024x600
   ================================================= */

/* للشاشات 768-1024px مع ضمان العرض الأفقي */
@media (min-width: 768px) and (max-width: 1024px) {
  /* إخفاء المقالة الثالثة */
  .bd-blog-area .row.gy-30 .col-xl-4:nth-child(3),
  .bd-blog-area .row.gy-30 .col-lg-6:nth-child(3),
  .bd-blog-area .row.gy-30 .col-md-6:nth-child(3) {
    display: none !important;
  }
  
  /* فرض العرض الأفقي للمقالتين */
  .bd-blog-area .row.gy-30 {
    display: flex !important;
    flex-direction: row !important; /* فرض الصف الأفقي */
    justify-content: center !important;
    align-items: stretch !important;
    gap: 20px !important;
    flex-wrap: nowrap !important; /* منع التفاف */
  }
  
  .bd-blog-area .row.gy-30 .col-xl-4,
  .bd-blog-area .row.gy-30 .col-lg-6,
  .bd-blog-area .row.gy-30 .col-md-6 {
    flex: 1 !important; /* توزيع متساوي */
    max-width: 48% !important; /* عرض محدود */
    min-width: 45% !important; /* حد أدنى للعرض */
    margin-bottom: 0 !important; /* إزالة margin السفلي */
  }
  
  /* تحسين Section */
  .bd-blog-area {
    padding-bottom: 50px !important;
  }
  
  .bd-blog-area .section-title-space {
    margin-bottom: 40px !important;
  }
  
  /* تصغير العناوين */
  .bd-section-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  .bd-section-subtitle {
    font-size: 13px !important;
    margin-bottom: 8px !important;
  }
}

/* للشاشات المتوسطة 900-1024px */
@media (min-width: 900px) and (max-width: 1024px) {
  .bd-blog-area .row.gy-30 {
    gap: 25px !important;
  }
  
  .bd-blog-area .row.gy-30 .col-xl-4,
  .bd-blog-area .row.gy-30 .col-lg-6,
  .bd-blog-area .row.gy-30 .col-md-6 {
    max-width: 47% !important;
  }
  
  .bd-section-title {
    font-size: 26px !important;
  }
  
  .bd-section-subtitle {
    font-size: 14px !important;
  }
}

/* للشاشات الضيقة مثل 991x568 */
@media (min-width: 768px) and (max-width: 991px) {
  .bd-blog-area .row.gy-30 {
    gap: 15px !important; /* مسافة أصغر */
  }
  
  .bd-blog-area .row.gy-30 .col-xl-4,
  .bd-blog-area .row.gy-30 .col-lg-6,
  .bd-blog-area .row.gy-30 .col-md-6 {
    max-width: 49% !important; /* عرض أكبر شوية */
    min-width: 48% !important;
  }
  
  .bd-section-title {
    font-size: 22px !important;
  }
  
  .bd-section-subtitle {
    font-size: 12px !important;
  }
}

/* تحسينات إضافية للمقالات الباقية */
@media (min-width: 768px) and (max-width: 1024px) {
  /* تحسين تصميم البطاقات */
  .bd-blog-card,
  .bd-blog-card-two {
    height: 100% !important; /* ارتفاع متساوي */
    display: flex !important;
    flex-direction: column !important;
  }
  
  .bd-blog-body {
    flex-grow: 1 !important; /* نمو المحتوى */
  }
  
  /* تصغير الصور */
  .bd-blog-thumb {
    height: 180px !important; /* ارتفاع أصغر للصور */
    overflow: hidden !important;
  }
  
  .bd-blog-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  /* تصغير النصوص */
  .bd-blog-card .title,
  .bd-blog-card-two .title {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }
  
  .bd-blog-meta {
    margin-bottom: 10px !important;
  }
  
  .bd-blog-meta span {
    font-size: 12px !important;
  }
  
  .bd-blog-author .name {
    font-size: 12px !important;
  }
  
  .bd-blog-comments {
    font-size: 11px !important;
  }
  
  /* تصغير الأزرار */
  .bd-text-btn {
    font-size: 12px !important;
    padding: 8px 0 !important;
  }
  
  /* تصغير التصنيفات */
  .bd-badge {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }
}

/* تحسين Container */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-blog-area .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* تحسين المسافات */
  .bd-blog-area .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  
  .bd-blog-area .row > [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* التأكد من إخفاء المقالة الثالثة بطرق مختلفة */
@media (min-width: 768px) and (max-width: 1024px) {
  /* طريقة أخرى للإخفاء */
  .bd-blog-area .row.gy-30 > div:nth-of-type(3) {
    display: none !important;
  }
  
  /* طريقة ثالثة */
  .bd-blog-area .row.gy-30 > .col-xl-4:last-child {
    display: none !important;
  }
}

/* حل بديل: إخفاء محدد للمقالة الثالثة */
@media (min-width: 768px) and (max-width: 1024px) {
  .bd-blog-area .row.gy-30 > *:nth-child(n+3) {
    display: none !important;
  }
}

/* =================================================
   إصلاح زرار Get Custom Retainer Plan للموبايل الصغير
   ================================================= */

/* للموبايل الصغير جداً (أقل من 576px) */
@media (max-width: 575px) {
  .bd-btn.btn-premium {
    font-size: 12px !important; /* تصغير الخط */
    padding: 10px 16px !important; /* تقليل الـ padding */
    line-height: 1.3 !important;
    white-space: normal !important; /* السماح بكسر النص */
    word-wrap: break-word !important;
    max-width: 250px !important; /* حد أقصى للعرض */
    text-align: center !important;
    display: inline-block !important;
  }
  
  /* تحسين النص الطويل */
  .bd-btn.btn-premium:contains("Get Custom Retainer Plan") {
    font-size: 11px !important; /* أصغر للنص الطويل */
    padding: 8px 12px !important;
  }
  
  /* Container محسن */
  .text-center.mt-30 {
    padding: 0 10px !important; /* مساحة جانبية */
    margin-top: 20px !important; /* تقليل المسافة العلوية */
  }
}

/* للموبايل العادي (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .bd-btn.btn-premium {
    font-size: 13px !important;
    padding: 12px 20px !important;
    line-height: 1.4 !important;
    max-width: 300px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .text-center.mt-30 {
    padding: 0 15px !important;
    margin-top: 25px !important;
  }
}

/* للتابلت الصغير (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .bd-btn.btn-premium {
    font-size: 14px !important;
    padding: 14px 24px !important;
    max-width: 350px !important;
  }
  
  .text-center.mt-30 {
    margin-top: 30px !important;
  }
}

/* حل بديل: تقصير النص للموبايل الصغير */
@media (max-width: 480px) {
  .bd-btn.btn-premium {
    font-size: 10px !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    max-width: 200px !important;
    line-height: 1.2 !important;
  }
  
  /* إضافة نص مختصر للموبايل الصغير جداً */
  .bd-btn.btn-premium::after {
    content: "" !important; /* يمكن إضافة نص مختصر هنا إذا احتاج */
  }
}

/* للموبايل الصغير جداً (أقل من 400px) */
@media (max-width: 399px) {
  .bd-btn.btn-premium {
    font-size: 9px !important;
    padding: 6px 8px !important;
    max-width: 180px !important;
    letter-spacing: 0.3px !important;
    word-spacing: -1px !important; /* تقريب الكلمات */
  }
  
  .text-center.mt-30 {
    padding: 0 5px !important;
    margin-top: 15px !important;
  }
}

/* تحسينات عامة للزرار */
@media (max-width: 767px) {
  .bd-btn.btn-premium {
    transition: all 0.3s ease !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  
  /* تحسين النقر */
  .bd-btn.btn-premium:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
  }
  
  .bd-btn.btn-premium:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  }
}

/* حل للنصوص الطويلة - تقسيم النص */
@media (max-width: 575px) {
  /* إذا كان النص طويل، يمكن كسره */
  .bd-btn.btn-premium {
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
  }
}

/* تحسين للشاشات الصغيرة جداً */
@media (max-width: 320px) {
  .bd-btn.btn-premium {
    font-size: 8px !important;
    padding: 5px 6px !important;
    max-width: 150px !important;
    min-height: 28px !important; /* حد أدنى للارتفاع */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .text-center.mt-30 {
    margin-top: 10px !important;
  }
}

/* تحسين Container العام */
@media (max-width: 767px) {
  .text-center {
    overflow: hidden !important; /* منع الخروج عن الحدود */
  }
  
  /* تحسين المساحة حول الزرار */
  .text-center.mt-30 {
    box-sizing: border-box !important;
    width: 100% !important;
  }
}

/* حل بديل: stack النص في سطرين للموبايل الصغير */
@media (max-width: 400px) {
  .bd-btn.btn-premium {
    min-height: 40px !important; /* ارتفاع أكبر للسطرين */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}