@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&family=Tajawal:wght@200;300;400;500;700;800&display=swap');

:root {
  

  
  --color-primary: #58cfef;
  --color-primary-rgb: 88, 207, 239;
  --color-primary-hover: #3fc2eb;
  --color-primary-dark: #2ab3e0;
  --color-secondary: #5546ff;
  --color-dark: #07016c;
  --color-white: #ffffff;
  --color-black: #000000;

  
  --color-text-primary: #232323;
  --color-text-secondary: #666666;
  --color-text-light: #333;

  
  --color-bg-primary: #ffffff;
  --color-bg-light: #f9f9f9;
  --color-bg-lighter: #fafafa;
  --color-bg-blue-light: #f3f7fd;
  --color-bg-blue-lighter: #edf5ff;

  
  --color-border-light: #eee;
  --color-border-medium: #ededed;
  --color-border-dark: #e7e7e7;

  
  --font-primary: 'Manrope', sans-serif;
  --font-arabic: 'Cairo', 'Tajawal', sans-serif;
  --font-flaticon: "Flaticon";

  
  --font-size-base: 15px;

  
  --line-height-base: 24px;
  --line-height-heading: 1.2;
}


html[dir="rtl"],
body[dir="rtl"],
:dir(rtl) {
  --font-primary: 'Cairo', 'Tajawal', sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: clip; 
  background-color: var(--color-white);
  color: var(--color-text-secondary);
}


body[lang="ar"],
body:lang(ar),
:dir(rtl) {
  font-family: var(--font-arabic);
}

:dir(rtl) h1,
:dir(rtl) h2,
:dir(rtl) h3,
:dir(rtl) h4,
:dir(rtl) h5,
:dir(rtl) h6 {
  font-family: var(--font-arabic);
  font-weight: 600;
}

:dir(rtl) p,
:dir(rtl) .review-description {
  line-height: 1.8;
}


[class^="fa-"],
[class*=" fa-"],
.fa,
.fas,
.far,
.fal,
.fab,
i.fa,
i.fas,
i.far,
i.fal,
i.fab {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro', 'FontAwesome' !important;
  font-weight: 900;
}


:dir(rtl) .hero-prev,
:dir(rtl) .hero-next,
:dir(rtl) .review-prev,
:dir(rtl) .review-next {
  font-family: var(--font-arabic) !important;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text-primary);
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-primary);
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: var(--color-text-secondary);
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid var(--color-border-light);
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: var(--color-text-light);
  border: 1px solid var(--color-border-medium);
  border-radius: inherit;
  background-color: var(--color-bg-light);
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-text-primary);
}

a:hover {
  color: var(--color-text-primary);
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 700;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid var(--color-border-dark);
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

a.more-btn {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

a.more-btn:hover {
  color: var(--color-primary);
}

a.more-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-top: -1px;
}

.modal-backdrop {
  z-index: 999;
}


.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

:dir(rtl) .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) auto calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x));
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

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

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

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

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: var(--color-bg-blue-light);
}

.bg-theme-small {
  background-color: var(--color-bg-blue-lighter);
}

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

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

.bg-light-gradient {
  background: linear-gradient(90deg, var(--color-bg-blue-light) 36%, var(--color-white) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, var(--color-bg-blue-light) 36%, var(--color-white) 100%);
  background-color: var(--color-primary);
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: var(--color-white);
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: var(--color-black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: var(--color-black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--color-white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-black) linear-gradient(to left, var(--color-black) 0%, var(--color-dark) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

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

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

.btn {
  display: inline-block;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: var(--color-white);
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid var(--color-white);
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: var(--color-white);
  color: var(--color-text-primary);
  border: 2px solid var(--color-white);
}

.btn-dark {
  background-color: var(--color-text-primary);
  color: var(--color-white);
  border: 2px solid var(--color-text-primary);
}

.btn-dark.border {
  background-color: transparent;
  color: var(--color-text-primary);
  border: 2px solid var(--color-text-primary) !important;
}

.btn-dark.border:hover {
  background-color: var(--color-text-primary);
  color: var(--color-white) !important;
  border: 2px solid var(--color-text-primary) !important;
}

.btn-gray.border {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-border-dark) !important;
}

.btn-gray.border:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  border: 2px solid var(--color-primary) !important;
}

.btn-gray.effect {
  background: var(--color-bg-lighter);
  border: 1px solid var(--color-border-dark) !important;
}

.btn.btn-light {
  background: var(--color-white) none repeat scroll 0 0;
  border: 2px solid var(--color-white);
  color: var(--color-text-primary);
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid var(--color-white);
  color: var(--color-white);
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  border: 2px solid var(--color-primary);
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary);
}

.btn.btn-light.border:hover {
  background: var(--color-primary) none repeat scroll 0 0 !important;
  border: 2px solid var(--color-white) !important;
  color: var(--color-white) !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: var(--color-primary);
  position: relative;
  margin-top: 15px;
  border: 1px solid var(--color-border-dark);
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--color-primary);
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px var(--color-border-medium);
  z-index: 1;
  margin-right: 5px;
  background: var(--color-white);
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

.btn-dark:hover,
.btn-dark:focus {
  color: var(--color-text-primary) !important;
  background: transparent;
}

.bg-dark {
  background: var(--color-text-primary) !important;
}

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

.bg-gradient {
  background-image: linear-gradient(97deg, var(--color-primary) 36%, var(--color-dark) 100%);
  background-color: var(--color-primary);
}

.bg-gradient-light {
  background-image: linear-gradient(90deg, var(--color-bg-light) 0%, var(--color-bg-primary) 100%);
}

.btn-theme {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border {
  background-color: transparent;
  color: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 2px solid var(--color-primary);
  color: var(--color-white);
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid var(--color-white);
  color: var(--color-white);
}


.btn-gradient {
  position: relative;
  z-index: 1;
  color: var(--color-white);
}

.btn-gradient:hover {
  color: var(--color-white);
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 75%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px var(--color-primary);
}

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

.btn-gradient i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
  padding: 17px 40px;
}

.btn-gradient.btn-sm {
  padding: 12px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: var(--color-white) !important;
}

.relative {
  position: relative;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: var(--color-white);
}

.btn-simple {
  display: inline-block;
  border: 1px solid var(--color-border-dark);
  padding: 10px 40px;
  border-radius: 30px;
  color: var(--color-primary);
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn-simple.md.light {
  color: var(--color-primary);
}

a.btn-simple.md.light:hover {
  color: var(--color-white);
}

.btn-simple:after {
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: var(--color-white);
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: var(--color-white);
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

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

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

.site-heading h2 {
  display: block;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h5 {
  color: var(--color-text-secondary);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: inherit;
}

.bg-dark .site-heading h5 {
  color: var(--color-text-secondary);
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: var(--color-primary);
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading.barber h2 span {
  color: var(--color-secondary);
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2,
.shadow .site-heading p {
  color: var(--color-white);
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: var(--color-white) none repeat scroll 0 0;
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  margin: 0;
  font-weight: 700;
  margin-top: -8px;
  font-size: 36px;
}

.heading-left h5 {
  text-transform: uppercase;
  color: var(--color-text-secondary);
  font-weight: 800;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-bottom: 24px;
}

.heading-left h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: var(--color-primary);
  z-index: -1;
}

.heading-left p {
  margin-top: 0;
  margin-bottom: 25px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: var(--color-bg-blue-light);
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.left-border::before {
    background: var(--color-white);
  }

  .right-border::before {
    position: absolute;
    right: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: var(--color-bg-blue-light);
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.right-border::before {
    background: var(--color-white);
  }
}

.fa-clock,
.fa-calendar-alt,
.fas.fa-user {
  font-weight: 500;
}


.shape {
  position: relative;
  z-index: 1;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
  left: 0;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0;
  width: 30%;
}

.side-bg.right img {
  right: 0;
  left: auto;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.triangle-shape::after {
  position: absolute;
  right: 10%;
  top: 15%;
  content: "";
  height: 700px;
  width: 500px;
  background: var(--color-bg-blue-lighter);
  z-index: -1;
  transform: rotate(110deg);
  border-radius: 50px;
  opacity: 0.5;
}

.wavesshape-bottom .waveshape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wavesshape-bottom .waveshape.less-opacity img {
  opacity: 0.007;
}

.rectangular-shape::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  content: "";
  height: 600px;
  width: 600px;
  background: var(--color-primary);
  z-index: -1;
  opacity: 0.08;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}

.rectangular-shape.shape-margin-right::after {
  right: -200px;
  bottom: auto;
  top: 40px;
}

.circular-shape::after {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 50px solid var(--color-primary);
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
}

.border-shape::before {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 2px dashed var(--color-border-dark);
  content: "";
  z-index: -1;
  opacity: 1;
  border-radius: 50%;
  animation: rotate-animation 25s infinite linear;
}

.fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixed-shape-bottom img {
  width: 100%;
}



@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    line-height: 1.4;
  }

  h6 {
    line-height: 1.4;
  }

  .container-medium {
    width: 100%;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .site-heading {
    margin-bottom: 40px;
  }


  .side {
    padding: 50px 50px 50px 35px;
    width: 320px;
  }

  
  .heading-left {
    text-align: center;
  }

  .heading-left h5::after {
    left: 50%;
    margin-left: -25px;
  }

  .heading-left p {
    margin-top: 15px;
  }
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
  .side {
    padding: 50px;
    width: 400px;
  }
}

@media screen and (max-width: 991px) {

  
  .order-last {
    order: 0;
  }
}


.page-hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 100px 0 90px;
  color: var(--color-white);
}

.page-hero .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.5) 0%, rgba(30, 41, 59, 0.7) 50%, rgba(15, 23, 42, 0.8) 100%);
  z-index: 0;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero .page-hero-inner {
  text-align: center;
  max-width: 960px;
  margin: auto;
}

.page-hero .page-title {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 34px;
  color: var(--color-white);
  text-transform: uppercase;
}

.page-hero .page-features-modern {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 18px;
}

.page-hero .feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.page-hero .feature-box i {
  font-size: 18px;
  color: var(--color-primary);
}

.page-hero .feature-box strong {
  font-weight: 800;
}

@media (max-width: 991px) {
  .page-hero {
    padding: 90px 0 75px;
  }

  .page-hero .page-title {
    font-size: 32px;
  }

  .page-hero .page-features-modern {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 575px) {
  .page-hero {
    padding: 70px 0 60px;
  }

  .page-hero .page-title {
    font-size: 26px;
  }

  .page-hero .page-features-modern {
    grid-template-columns: 1fr;
  }

  .page-hero .feature-box {
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}


.topbar {
  background: var(--color-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-primary);
  position: relative;
  z-index: 1003;
  direction: ltr;
}

.topbar .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.topbar .topbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}

.topbar .topbar-left {
  display: flex;
  align-items: center;
}

.topbar .topbar-email {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar .topbar-email:hover {
  color: var(--color-white);
  transform: translateX(3px);
}

.topbar .topbar-email i {
  font-size: 11px;
}

.topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar .topbar-phone {
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}

.topbar .topbar-phone:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.topbar .topbar-phone i {
  font-size: 10px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.topbar .topbar-dropdown {
  position: relative;
  border: none !important;
}

.topbar .flag-icon {
  margin-right: 3px;
  max-width: 16px;
  vertical-align: middle;
}

.topbar .topbar-btn {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


.topbar .topbar-btn.currency-btn i:not(.fa-chevron-down) {
  display: none;
}

.topbar .topbar-btn:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.topbar .topbar-btn i {
  font-size: 10px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.topbar .topbar-btn .fa-chevron-down {
  font-size: 7px;
  opacity: 0.7;
  margin-left: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar .topbar-dropdown.active .topbar-btn .fa-chevron-down {
  transform: rotate(180deg);
}

.topbar .topbar-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  min-width: 120px;
  max-height: 250px;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1002;
  overflow-y: auto;
  overflow-x: hidden;
}

.topbar .topbar-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.topbar .topbar-menu::before {
  content: '';
  position: absolute;
  top: -4px;
  right: 18px;
  width: 8px;
  height: 8px;
  background: var(--color-white);
  transform: rotate(45deg);
}

.topbar .topbar-menu a {
  display: block;
  padding: 8px 16px;
  color: var(--color-text-primary);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.topbar .topbar-menu a:hover {
  background: linear-gradient(90deg, var(--color-bg-light) 0%, var(--color-white) 100%);
  color: var(--color-primary);
  padding-left: 20px;
}

.topbar .topbar-menu a.active {
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
}


.topbar .topbar-menu::-webkit-scrollbar {
  width: 6px;
}

.topbar .topbar-menu::-webkit-scrollbar-track {
  background: var(--color-bg-light);
  border-radius: 0 6px 6px 0;
}

.topbar .topbar-menu::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 3px;
}

.topbar .topbar-menu::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-dark);
}


.topbar .contact-modal {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  font-family: var(--font-primary);
  border: none;
  overflow: hidden;
}

.topbar .contact-modal .modal-header {
  background: linear-gradient(135deg, #58cfef 0%, #4db8d8 100%);
  border-bottom: none;
  padding: 24px 30px;
  border-radius: 20px 20px 0 0;
}

.topbar .contact-modal .modal-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.topbar .contact-modal .modal-title i {
  color: #ffffff;
  font-size: 24px;
  opacity: 0.95;
}

.topbar .contact-modal .btn-close {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 8px;
  padding: 8px;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
  display: flex;
  align-items: center;
  justify-content: center;
}

:dir(rtl) .topbar .contact-modal .modal-header{
  direction: rtl;
}

:dir(rtl) .topbar .contact-modal .modal-header .btn-close{
  margin-left: 0;
}

.topbar .contact-modal .btn-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.topbar .contact-modal .modal-body {
  padding: 30px;
  background: #f8f9fa;
}

.topbar .contact-modal .contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(88, 207, 239, 0.15);
}

.topbar .contact-modal .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(88, 207, 239, 0.25);
  border-color: rgba(88, 207, 239, 0.3);
}

.topbar .contact-modal .contact-card h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  color: #1a1a1a;
  padding-bottom: 12px;
  border-bottom: 2px solid #58cfef;
  display: block;
}

:dir(rtl) .topbar .contact-modal .contact-card h6{
  direction: rtl;
}

.topbar .contact-modal .office-location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.topbar .contact-modal .office-location i {
  color: #58cfef;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.topbar .contact-modal .contact-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #495057;
  text-decoration: none;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  background: #f8f9fa;
  border: 1px solid transparent;
}

.topbar .contact-modal .contact-card a:hover {
  background: #fff;
  border-color: #58cfef;
  color: #1a1a1a;
  transform: translateX(4px);
}

.topbar .contact-modal .contact-card a i {
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.topbar .contact-modal .contact-card a:hover i {
  transform: scale(1.1);
}

.topbar .contact-modal .fa-phone {
  color: #58cfef;
}

.topbar .contact-modal .fa-whatsapp {
  color: #25D366;
}

.topbar .contact-modal .fa-map-marked-alt,
.topbar .contact-modal .fa-map-marker-alt {
  color: #dc3545;
}

.topbar .contact-modal .map-link {
  margin-top: 8px;
  font-weight: 600;
}

.topbar .contact-modal .flag {
  width: auto;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
}


[dir="rtl"] .topbar .contact-modal .modal-title {
  flex-direction: row-reverse;
}

[dir="rtl"] .topbar .contact-modal .office-location {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .topbar .contact-modal .office-location i {
  margin-left: 0;
  margin-right: 0;
}

[dir="rtl"] .topbar .contact-modal .contact-card a {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .topbar .contact-modal .contact-card a:hover {
  transform: translateX(-4px);
}


@media (max-width: 768px) {
  .topbar .contact-modal .modal-header {
    padding: 20px 20px;
  }

  .topbar .contact-modal .modal-title {
    font-size: 18px;
  }

  .topbar .contact-modal .modal-title i {
    font-size: 20px;
  }

  .topbar .contact-modal .modal-body {
    padding: 20px;
  }

  .topbar .contact-modal .contact-card {
    padding: 20px;
    margin-bottom: 16px;
  }

  .topbar .contact-modal .contact-card h6 {
    font-size: 16px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .topbar .contact-modal .office-location {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .topbar .contact-modal .contact-card a {
    padding: 10px 12px;
    font-size: 14px;
    gap: 10px;
  }

  .topbar .contact-modal .contact-card a i {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .topbar .contact-modal {
    border-radius: 16px;
    margin: 10px;
  }

  .topbar .contact-modal .modal-header {
    padding: 18px 16px;
    border-radius: 16px 16px 0 0;
  }

  .topbar .contact-modal .modal-title {
    font-size: 16px;
    gap: 8px;
  }

  .topbar .contact-modal .modal-title i {
    font-size: 18px;
  }

  .topbar .contact-modal .modal-body {
    padding: 16px;
  }

  .topbar .contact-modal .contact-card {
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .topbar .contact-modal .contact-card h6 {
    font-size: 15px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .topbar .contact-modal .office-location {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .topbar .contact-modal .office-location i {
    font-size: 14px;
  }

  .topbar .contact-modal .contact-card a {
    padding: 9px 10px;
    font-size: 13px;
    gap: 8px;
    margin-bottom: 6px;
  }

  .topbar .contact-modal .contact-card a i {
    font-size: 15px;
  }

  .topbar .contact-modal .btn-close {
    padding: 6px;
  }
}


nav.header {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border-light);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-family: var(--font-primary);
  position: sticky;
  top: 0;
  z-index: 1002;
  transition: all 0.3s ease;
  direction: ltr;
}

nav.header.scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

nav.header .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

nav .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

nav .header-logo {
  display: inline-block;
  line-height: 0;
}

nav .header-logo img {
  height: 32px;
  width: auto;
  display: block;
  transition: all 0.3s ease;
}

nav .header-logo:hover img {
  transform: scale(1.03);
}

nav .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1002;
}

nav .mobile-toggle span {
  width: 24px;
  height: 2px;
  background: var(--color-text-primary);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

nav .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

nav .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

nav .header-nav {
  flex: 1;
  display: flex;
  justify-content: end;
}

nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  align-items: center;
}

nav .nav-item {
  position: relative;
}

nav .nav-link {
  display: block;
  padding: 8px 18px;
  color: var(--color-black);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-dark) 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav .nav-link:hover,
nav .nav-link.active {
  color: var(--color-dark);
}

nav .nav-link:hover::before,
nav .nav-link.active::before {
  width: 32px;
}

nav .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  min-width: 230px;
  padding: 8px 0;
  list-style: none;
  margin: 6px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
}

nav .has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

nav .nav-dropdown::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 26px;
  width: 8px;
  height: 8px;
  background: var(--color-white);
  transform: rotate(45deg);
}

nav .nav-dropdown li {
  margin: 0;
  padding: 0;
}

nav .nav-dropdown a {
  display: block;
  padding: 9px 20px;
  color: var(--color-text-primary);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

nav .nav-dropdown a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 60%;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-dark) 100%);
  border-radius: 0 2px 2px 0;
  transition: width 0.2s ease;
}

nav .nav-dropdown a:hover {
  background: linear-gradient(90deg, var(--color-bg-lighter) 0%, var(--color-white) 100%);
  color: var(--color-primary);
  padding-left: 26px;
}

nav .nav-dropdown a:hover::before {
  width: 3px;
}


nav .dropdown-arrow {
  display: none;
  font-size: 10px;
  margin-left: 6px;
  opacity: 0.7;
  transition: transform 0.3s ease;
}


@media (max-width: 1199px) {
  nav .nav-link {
    padding: 8px 14px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  nav .mobile-toggle {
    display: flex;
  }

  nav .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    border-top: 1px solid var(--color-border-light);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  nav .header-nav.active {
    max-height: 500px;
  }

  nav .nav-menu {
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    gap: 0;
    align-items: stretch;
  }

  nav .nav-item {
    border-bottom: 1px solid var(--color-bg-lighter);
  }

  nav .nav-item:last-child {
    border-bottom: none;
  }

  nav .nav-link {
    color: var(--color-text-primary) !important;
    padding: 12px 20px;
  }

  nav .nav-link:hover,
  nav .nav-link.active {
    color: var(--color-primary) !important;
    background: var(--color-bg-lighter);
  }

  nav .nav-link::before {
    display: none;
  }

  nav .dropdown-arrow {
    display: inline-block;
    float: right;
    margin-top: 2px;
  }

  nav .has-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
  }

  nav .nav-dropdown {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: var(--color-bg-lighter);
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  nav .nav-dropdown::before {
    display: none;
  }

  nav .has-dropdown.active .nav-dropdown {
    max-height: 300px;
    padding: 6px 0;
  }

  nav .nav-dropdown a {
    padding: 10px 20px 10px 30px;
    font-size: 12px;
  }

  nav .nav-dropdown a:hover {
    padding-left: 35px;
  }
}


@media (max-width: 767px) {

  
  .topbar .topbar-left {
    display: none !important;
  }

  .topbar .topbar-wrapper {
    justify-content: center;
    padding: 8px 0;
  }

  .topbar .topbar-right {
    width: 100%;
    gap: 12px;
  }

  .topbar .topbar-wrapper {
    padding: 6px 0;
  }

  .topbar .topbar-right {
    gap: 10px;
  }

  .topbar .topbar-btn,
  .topbar .topbar-phone {
    font-size: 10px;
    padding: 6px 13px;
  }

  nav .header-wrapper {
    padding: 10px 0;
  }

  nav .header-logo img {
    height: 28px;
  }
}


@media (max-width: 991px) {

  .topbar .topbar-btn,
  .topbar .topbar-phone {
    font-size: 11px;
    padding: 6px 14px;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .topbar .topbar-btn:hover,
  .topbar .topbar-phone:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
  }

  .topbar .topbar-right {
    gap: 8px;
  }
}


@media (max-width: 768px) {

  .topbar .topbar-btn,
  .topbar .topbar-phone {
    font-size: 10px;
    padding: 6px 12px;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .topbar .topbar-btn:hover,
  .topbar .topbar-phone:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
  }

  .topbar .topbar-right {
    gap: 25px;
    justify-content: end;
  }
}


@media (max-width: 640px) {

  .topbar .topbar-btn,
  .topbar .topbar-phone {
    font-size: 9.5px;
    padding: 6px 11px;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .topbar .topbar-btn:hover,
  .topbar .topbar-phone:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
  }

  .topbar .topbar-right {
    gap: 6px;
  }
}


@media (max-width: 575px) {
  .topbar .topbar-left {
    display: none;
  }

  .topbar .topbar-wrapper {
    padding: 6px 0;
  }

  .topbar .topbar-right {
    gap: 6px;
    width: 100%;
    justify-content: end;
  }

  
  .topbar .topbar-phone {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border-radius: 50%;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    order: -1;
    flex-shrink: 0;
  }

  .topbar .topbar-phone span {
    display: none;
  }

  .topbar .topbar-phone i {
    font-size: 15px;
  }

  .topbar .topbar-phone:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.55) !important;
  }

  
  .topbar .topbar-dropdown {
    display: flex;
    border: none !important;
  }

  
  .topbar .topbar-btn {
    padding: 6px 9px;
    font-size: 9.5px;
    border-radius: 6px;
    white-space: nowrap;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .topbar .topbar-btn:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
  }

  
  .topbar .topbar-btn.currency-btn i:not(.fa-chevron-down) {
    display: none;
  }

  .topbar .topbar-btn i:not(.fa-chevron-down) {
    font-size: 10px;
  }

  .topbar .topbar-btn .fa-chevron-down {
    font-size: 7px;
    margin-left: 3px;
    opacity: 0.8;
  }

  .topbar .flag-icon {
    max-width: 14px;
    margin-right: 3px;
  }
}


@media (max-width: 480px) {
  .topbar .topbar-wrapper {
    padding: 5px 0;
  }

  .topbar .topbar-right {
    gap: 20px;
  }

  .topbar .topbar-phone {
    width: 34px;
    height: 34px;
  }

  .topbar .topbar-phone i {
    font-size: 13px;
  }

  .topbar .topbar-btn {
    padding: 5px 7px;
    font-size: 8.5px;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
  }

  .topbar .topbar-btn i:not(.fa-chevron-down) {
    font-size: 9px;
  }

  .topbar .topbar-btn .fa-chevron-down {
    font-size: 6px;
    margin-left: 2px;
  }

  .topbar .flag-icon {
    max-width: 12px;
    margin-right: 2px;
  }

  nav .header-logo img {
    height: 24px;
  }

  nav .mobile-toggle span {
    width: 20px;
  }
}


@media (max-width: 360px) {
  .topbar .topbar-wrapper {
    padding: 4px 0;
  }

  .topbar .topbar-right {
    gap: 20px;
  }

  .topbar .topbar-phone {
    width: 32px;
    height: 32px;
  }

  .topbar .topbar-phone i {
    font-size: 12px;
  }

  .topbar .topbar-btn {
    padding: 4px 6px;
    font-size: 7.5px;
  }

  .topbar .topbar-btn i:not(.fa-chevron-down) {
    font-size: 8px;
  }

  .topbar .topbar-btn .fa-chevron-down {
    font-size: 5px;
  }

  .topbar .flag-icon {
    max-width: 10px;
  }
}

:dir(rtl) nav .header-nav {
  direction: rtl;
  justify-content: start;
}


.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #333333;
  border-top: 1px solid #444444;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-bottom-bar::before {
  display: none;
}

.sticky-bottom-bar.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sticky-bottom-bar .sticky-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  gap: 16px;
  max-width: 1170px;
  margin: 0 auto;
}

.sticky-bottom-bar .sticky-bar-text h4 {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 2px 0;
  line-height: 1.4;
}

.sticky-bottom-bar .sticky-bar-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
}

.sticky-bottom-bar .sticky-bar-action {
  flex-shrink: 0;
}

.sticky-bar-icon,
.sticky-bar-text-mobile,
.sticky-bar-action-mobile {
  display: none;
}

.sticky-bar-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #e63030;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.sticky-bar-btn-mobile {
  border-radius: 50px !important;
  padding: 7px 16px !important;
  font-size: 14px !important;
  gap: 0 !important;
  animation: attractivePulse 1.5s ease-in-out infinite, glowPulse 2s ease-in-out infinite;
}

.sticky-bar-icon-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}


.sticky-bottom-bar .sticky-bar-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(var(--color-primary-rgb), 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;

    
    animation: attractivePulse 1.5s ease-in-out infinite, glowPulse 2s ease-in-out infinite;
}


.sticky-bottom-bar .sticky-bar-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -70%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: fastShineSweep 1.8s infinite;
    pointer-events: none;
}


.sticky-bottom-bar .sticky-bar-btn::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(135deg, var(--color-primary), #fff, var(--color-primary));
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    animation: glowRing 2s ease-in-out infinite;
    pointer-events: none;
}


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


@keyframes glowPulse {
    0%, 100% {
        box-shadow:
            0 4px 18px rgba(88, 207, 239, 0.4),
            0 2px 8px rgba(0, 0, 0, 0.1),
            0 0 20px rgba(88, 207, 239, 0.3);
    }
    50% {
        box-shadow:
            0 8px 32px rgba(88, 207, 239, 0.7),
            0 4px 16px rgba(255, 255, 255, 0.3),
            0 0 40px rgba(88, 207, 239, 0.6),
            inset 0 0 20px rgba(255, 255, 255, 0.1);
    }
}


@keyframes glowRing {
    0%, 100% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.02);
    }
}


@keyframes fastShineSweep {
    0% { left: -70%; }
    100% { left: 130%; }
}


.sticky-bottom-bar .sticky-bar-btn:hover {
  background: linear-gradient(135deg, #45b8d6 0%, var(--color-primary) 100%);
  color: var(--color-white);
  transform: translateY(-3px) scale(1.08) !important;
  animation: none; 
  box-shadow:
    0 8px 35px rgba(88, 207, 239, 0.6),
    0 4px 20px rgba(255, 255, 255, 0.4),
    0 0 50px rgba(88, 207, 239, 0.5),
    inset 0 0 30px rgba(255, 255, 255, 0.2);
  filter: brightness(1.2);
}

.sticky-bottom-bar .sticky-bar-btn:hover::before {
  animation: fastShineSweep 0.6s ease-out; 
}

.sticky-bottom-bar .sticky-bar-btn:hover::after {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

.sticky-bottom-bar .sticky-bar-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.sticky-bottom-bar .sticky-bar-btn:hover i {
  transform: translateX(3px);
}


@media (max-width: 991px) {
  .sticky-bottom-bar .sticky-bar-content {
    padding: 10px 16px;
    gap: 12px;
  }

  .sticky-bottom-bar .sticky-bar-text h4 {
    font-size: 13px;
  }

  .sticky-bottom-bar .sticky-bar-text p {
    font-size: 11px;
  }

  .sticky-bottom-bar .sticky-bar-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .sticky-bottom-bar {
    background-color: rgba(30, 30, 30, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
  }

  .sticky-bottom-bar .sticky-bar-content {
    padding: 10px 14px;
    gap: 10px;
    align-items: center;
  }

  .sticky-bar-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .sticky-bar-text-mobile {
    display: block;
    flex: 1;
  }

  .sticky-bar-text-mobile h4 {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
  }

  .sticky-bar-action-mobile {
    display: flex;
    flex-shrink: 0;
    margin-inline-start: auto;
  }

  .sticky-bar-warning-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}

:dir(rtl) .sticky-bottom-bar .sticky-bar-btn {
  direction: ltr;
}


.mobile-floating-buttons {
  display: none;
  position: fixed;
  bottom: 115px;
  right: 16px;
  z-index: 998;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .mobile-floating-buttons {
    display: flex;
  }
}

.mobile-floating-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12),
    0 1px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  position: relative;
  overflow: visible;
  pointer-events: auto;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.mobile-floating-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  opacity: 0;
}

.mobile-floating-btn:active::before {
  width: 90%;
  height: 90%;
  opacity: 1;
}

.mobile-floating-btn i {
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease;
}

.mobile-floating-btn:active {
  transform: scale(0.95);
}


.mobile-floating-btn.whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #1EBE57 100%);
  color: #ffffff;
}

.mobile-floating-btn.whatsapp:active {
  background: linear-gradient(135deg, #1EBE57 0%, #25D366 100%);
}


.mobile-floating-btn.consultation {
  background: linear-gradient(135deg, var(--color-primary) 0%, #3DB8D4 100%);
  color: #ffffff;
}

.mobile-floating-btn.consultation:active {
  background: linear-gradient(135deg, #3DB8D4 0%, var(--color-primary) 100%);
}


.footer-main {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.footer-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.5) 0%, rgba(30, 41, 59, 0.7) 50%, rgba(15, 23, 42, 0.8) 100%);
  z-index: 0;
  pointer-events: none;
}

.footer-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
  z-index: 1;
  pointer-events: none;
}

.footer-main>* {
  position: relative;
  z-index: 2;
}

.footer-main .footer-top {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  width: 100%;
  background: transparent;
  position: relative;
}

.footer-main .footer-brand-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.footer-main .footer-brand {
  flex: 0 0 auto;
}

.footer-main .footer-logo {
  height: 5rem;
  width: auto;
  max-width: 100%;
}

.footer-main .footer-social {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-main .social-link {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.footer-main .social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-main .footer-middle {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  width: 100%;
  background: transparent;
  position: relative;
}

.footer-main .column-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.625rem;
}

.footer-main .column-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), transparent);
}

.footer-main .column-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main .column-links li {
  margin-bottom: 0.75rem;
}

.footer-main .column-links li:last-child {
  margin-bottom: 0;
}

.footer-main .column-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-main .column-links a::before {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.footer-main .column-links a:hover {
  color: var(--color-white);
}

.column-links a:hover::before {
  width: 100%;
}


.footer-main .footer-bottom {
  padding: 1.5rem 0;
  background: transparent;
  width: 100%;
  position: relative;
}

.footer-main .footer-bottom-content {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.footer-main .footer-bottom-left {
  display: flex;
  justify-content: flex-start;
}

.footer-main .footer-bottom-center {
  display: flex;
  justify-content: center;
}

.footer-main .footer-bottom-right {
  display: flex;
  justify-content: flex-end;
}

.footer-main .copyright {
  color: var(--color-white);
}

.footer-main .copyright p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-main .copyright a {
  color: var(--color-primary);
  font-size: 0.8125rem;
}

.footer-main .payment-methods {
  display: flex;
  align-items: center;
}

.footer-main .payment-icons {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-main .payment-icons img {
  height: 1.25rem;
  width: auto;
}

.footer-main .payment-icons img:hover {
  opacity: 1;
}

.footer-main .footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-main .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.8125rem;
  position: relative;
  padding: 0.3125rem 0;
  white-space: nowrap;
}

.footer-main .footer-bottom-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.footer-main .footer-bottom-links a:hover {
  color: #fff;
}

.footer-main .footer-bottom-links a:hover::after {
  width: 100%;
}


@media screen and (max-width: 991px) {
  .footer-main .footer-top {
    padding: 1.5rem 0 1rem;
  }

  .footer-main .footer-brand-social {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .footer-main .footer-brand {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .footer-main .footer-brand-row {
    display: contents;
  }

  .footer-main .footer-brand .footer-logo {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .footer-main .footer-social {
    width: 100%;
    justify-content: center;
  }

  .footer-main .footer-middle {
    padding: 2rem 0;
  }

  .footer-main .footer-bottom-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .footer-main .footer-bottom-left,
  .footer-main .footer-bottom-center,
  .footer-main .footer-bottom-right {
    justify-content: center;
  }

  .footer-main .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}


@media screen and (max-width: 767px) {
  .footer-main .footer-top {
    padding: 1rem 0 1rem;
  }

  .footer-main .footer-social {
    gap: 0.75rem;
  }

  .footer-main .social-link {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }

  .footer-main .footer-middle {
    padding: 1.5rem 0;
  }

  .footer-main .row {
    --bs-gutter-x: 1.5rem;
  }

  .footer-main .column-title {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .footer-main .column-links li {
    margin-bottom: 0.625rem;
  }

  .footer-main .column-links a {
    font-size: 0.8125rem;
  }

  .footer-main .footer-bottom {
    padding: 1rem 0;
  }

  .footer-main .payment-icons {
    gap: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .footer-main .payment-icons img {
    height: 1rem;
  }

  .footer-main .footer-bottom-links {
    gap: 1rem;
  }

  .footer-main .footer-bottom-links a {
    font-size: 0.75rem;
  }

  .footer-main .copyright p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .footer-main .footer-logo {
    height: 3rem;
  }

  .footer-main .footer-social {
    gap: 0.5rem;
  }

  .footer-main .social-link {
    width: 1.75rem;
    height: 1.75rem;
  }

  .footer-main .column-links a {
    font-size: 0.75rem;
  }

  .footer-main .payment-icons {
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
  }

  .footer-main .payment-icons img {
    height: 0.875rem;
  }

  .footer-main .footer-bottom-links {
    gap: 0.75rem;
  }

  .footer-main .footer-bottom-links a {
    font-size: 0.6875rem;
  }
}


[dir="rtl"] .footer-main .column-title::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, var(--color-primary), transparent);
}

[dir="rtl"] .footer-main .column-links a {
  padding-left: 0;
  padding-right: 0;
}

[dir="rtl"] .footer-main .column-links a::before {
  right: auto;
  left: 0;
}

[dir="rtl"] .footer-main .footer-bottom-left {
  justify-content: flex-end;
}

[dir="rtl"] .footer-main .footer-bottom-right {
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  [dir="rtl"] .footer-main .footer-bottom-left,
  [dir="rtl"] .footer-main .footer-bottom-right {
    justify-content: center;
  }

  [dir="rtl"] .footer-main .footer-brand-social {
    align-items: center;
  }

  [dir="rtl"] .footer-main .footer-social {
    justify-content: center;
  }
}


.google-review {
  background: #fafbfc;
  direction: ltr;
}

.google-review-banner {
  background: linear-gradient(145deg, var(--color-white) 0%, #f8fafb 100%);
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 22px 32px;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  box-shadow:
    0 12px 40px rgba(15, 23, 42, 0.08),
    0 4px 16px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.google-review-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,
      #4285F4 0%,
      #34A853 33%,
      #FBBC04 66%,
      #EA4335 100%);
  border-radius: 16px 16px 0 0;
}

.google-review-banner:hover {
  box-shadow:
    0 16px 50px rgba(66, 133, 244, 0.10),
    0 6px 20px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-2px);
}


.google-review-banner .google-logo-section {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 28px rgba(66, 133, 244, 0.12),
    0 3px 12px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  border: 1.5px solid #e2e8f0;
}

.google-review-banner:hover .google-logo-section {
  transform: scale(1.03);
  box-shadow:
    0 10px 32px rgba(66, 133, 244, 0.15),
    0 4px 16px rgba(15, 23, 42, 0.08);
}

.google-review-banner .google-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.06));
}


.google-review-banner .google-review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}


.google-review-banner .google-rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.google-review-banner .rating-score {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.google-review-banner .rating-stars {
  display: flex;
  gap: 4px;
}

.google-review-banner .rating-stars i {
  color: #FBBC04;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.google-review-banner .check-reviews {
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  padding: 4px 12px;
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
}

.google-review-banner .check-reviews:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

.google-review-banner .review-description {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.google-review-banner .review-description strong {
  font-weight: 700;
  color: var(--color-text-primary);
}

.google-review-banner .student-avatars {
  display: flex;
  gap: -8px;
  align-items: center;
  justify-content: center;
  margin-left: -4px;
}

.google-review-banner .avatar,
.google-review-banner .avatar-more {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-white) 0%, #f1f5f9 100%);
  border: 2.5px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: -10px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.10);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.google-review-banner .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.google-review-banner .avatar:first-child {
  margin-left: 0;
}

.google-review-banner .avatar-more {
  background: linear-gradient(135deg, var(--color-dark), var(--color-text-primary));
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-primary);
}

.google-review-banner .avatar:hover,
.google-review-banner .avatar-more:hover {
  transform: translateY(-3px) scale(1.1);
  z-index: 10;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.20);
}


@media (max-width: 768px) {
  .google-review-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 16px;
  }

  .google-review-banner .google-logo-section {
    width: 64px;
    height: 64px;
  }

  .google-review-banner .google-icon {
    width: 40px;
    height: 40px;
  }

  .google-review-banner .google-rating-row {
    justify-content: center;
  }

  .google-review-banner .rating-score {
    font-size: 26px;
  }

  .google-review-banner .rating-stars i {
    font-size: 16px;
  }

  .google-review-banner .student-avatars {
    justify-content: center;
  }

  .google-review-banner .review-description {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .google-review-banner {
    padding: 18px 16px;
  }

  .google-review-banner .google-logo-section {
    width: 56px;
    height: 56px;
  }

  .google-review-banner .google-icon {
    width: 36px;
    height: 36px;
  }

  .google-review-banner .rating-score {
    font-size: 24px;
  }

  .google-review-banner .rating-stars i {
    font-size: 14px;
  }

  .google-review-banner .check-reviews {
    font-size: 12px;
  }

  .google-review-banner .avatar,
  .google-review-banner .avatar-more {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .google-review-banner .avatar-more {
    font-size: 9px;
  }
}

.google-review-slider {
  position: relative;
  width: 100%;
}


.google-review-slider .google-review-slide {
  display: none;
}

.google-review-slider .google-review-slide.active {
  display: block;
  animation: fadeSlide 0.6s ease;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.google-review-slider .review-prev,
.google-review-slider .review-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid #e2e8f0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  z-index: 10;
}

.google-review-slider .review-prev {
  left: -18px;
}

.google-review-slider .review-next {
  right: -18px;
}

.google-review-slider .review-prev:hover,
.google-review-slider .review-next:hover {
  background: var(--color-primary);
  color: var(--color-dark);
}


.normal-banner {
  width: 100%;
  max-width: 680px;
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--color-white) 0%, #f8fafb 100%);
  border: 1px solid #cbd5e1;
  padding: 18px 28px;
  box-shadow:
    0 12px 40px rgba(15, 23, 42, 0.08),
    0 4px 16px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.normal-banner:hover {
  box-shadow:
    0 16px 50px rgba(15, 23, 42, 0.12),
    0 6px 20px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-2px);
}

.normal-banner img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.normal-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.normal-banner a img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}


@media (max-width: 768px) {
  .normal-banner {
    min-height: 100px;
    padding: 16px 24px;
  }

  .normal-banner img,
  .normal-banner a img {
    max-height: 100px;
  }
}

@media (max-width: 575px) {
  .normal-banner {
    min-height: 90px;
    padding: 14px 20px;
  }

  .normal-banner img,
  .normal-banner a img {
    max-height: 90px;
  }
}


.onepage-main .onepage-hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.onepage-main .onepage-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  padding: 20px;
}

.onepage-main .onepage-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.onepage-main .google-review {
  background: transparent !important;
  margin-top: 30px;
  flex-shrink: 0;
}

.onepage-main .google-review-banner{
  background-color: var(--color-white);
}

.onepage-main .normal-banner {
  background: transparent !important;
}


.onepage-main .onepage-card {
  position: relative;
  z-index: 10;
}


@media (max-width: 767px) {
  .onepage-main .onepage-hero {
    align-items: flex-start;
    min-height: auto;
  }

  .onepage-main .onepage-container {
    padding-top: 90px; 
    padding-bottom: 20px;
    min-height: calc(100vh - 80px);
  }

  .onepage-main .onepage-content {
    justify-content: flex-start;
  }

  .onepage-main .google-review {
    margin-top: 20px;
  }
}


@media (min-width: 768px) {
  .onepage-main .onepage-hero {
    align-items: center;
  }

  .onepage-main .onepage-container {
    padding-top: 160px;
    padding-bottom: 80px;
  }

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


.filter-form-wrapper {
  width: 100%;
}

.filter-bar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 0;
}

.filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  align-items: center;
}

.filter-item {
  flex: 0 0 auto;
}

.filter-item .language-filter-select {
  min-width: 170px;
  padding: 0.45rem 0.875rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: var(--color-white);
  font-size: 0.8125rem;
  color: #444;
  transition: all 0.2s ease;
  height: 38px;
  cursor: pointer;
}

.filter-item .language-filter-select:hover {
  border-color: #bbb;
}

.filter-item .language-filter-select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.08);
  outline: none;
}

.btn-clear-filters {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.45rem 1rem;
  background: #fff;
  color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  height: 38px;
}

.btn-clear-filters i {
  font-size: 0.75rem;
}

.btn-clear-filters:hover {
  background: #dc3545;
  color: var(--color-white);
  border-color: #dc3545;
}

.filter-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.active-filters-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.45rem 0.875rem;
  background: rgba(var(--color-primary-rgb), 0.08);
  border: 1px solid rgba(var(--color-primary-rgb), 0.15);
  border-radius: 6px;
  color: var(--color-primary);
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  height: 38px;
}

.active-filters-badge i {
  font-size: 0.75rem;
}

.language-courses-count {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.45rem 0.875rem;
  background: rgba(40, 167, 69, 0.08);
  border: 1px solid rgba(40, 167, 69, 0.15);
  border-radius: 6px;
  color: #28a745;
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
  height: 38px;
}

.language-courses-count i {
  font-size: 0.75rem;
}


.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.custom-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  color: #333;
}

.checkbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: var(--color-white);
  transition: all 0.2s ease;
}

.checkbox-icon i {
  font-size: 0.625rem;
  color: var(--color-white);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}

.custom-checkbox-input:checked ~ .custom-checkbox-label .checkbox-icon {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.custom-checkbox-input:checked ~ .custom-checkbox-label .checkbox-icon i {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox-label:hover .checkbox-icon {
  border-color: var(--color-primary);
}

.custom-checkbox-input:focus ~ .custom-checkbox-label .checkbox-icon {
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.1);
}


@media (max-width: 991px) {
  .filter-bar-row {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-controls {
    width: 100%;
  }

  .filter-item {
    min-width: 0;
    flex: 1 1 auto;
  }

  .filter-meta {
    width: 100%;
    justify-content: space-between;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 575px) {
  .filter-controls {
    flex-direction: column;
    gap: 0.5rem;
  }

  .filter-item {
    width: 100%;
  }

  .btn-clear-filters {
    width: 100%;
    justify-content: center;
  }

  .filter-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .active-filters-badge,
  .language-courses-count {
    width: 100%;
    justify-content: center;
  }
}

.no-results {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.no-results i {
  color: #ccc;
  margin-bottom: 1.5rem;
}

.no-results h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.no-results p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}


.filter-item .select2-container {
  width: 100% !important;
}

.filter-item .select2-container--default .select2-selection--single {
  min-width: 170px;
  padding: 0.45rem 0.875rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: var(--color-white);
  font-size: 0.8125rem;
  color: #444;
  height: 38px;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.filter-item .select2-container--default .select2-selection--single:hover {
  border-color: #bbb;
}

.filter-item .select2-container--default.select2-container--focus .select2-selection--single,
.filter-item .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.08);
  outline: none;
}

.filter-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1.5;
  padding: 0;
}

.filter-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.filter-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 8px;
}

.filter-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #666 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
}

.filter-item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #666 transparent;
  border-width: 0 4px 5px 4px;
}





.course-detail-section {
  padding: 60px 0 80px;
  background: #f8f9fa;
}


.course-page-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.page-subtitle {
  font-size: 18px;
  color: #666;
  font-weight: 500;
}


.course-main-content {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}


.course-header-image {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.course-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff4757;
  color: #fff;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
}


.course-description-section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--color-primary);
  display: inline-block;
}

.course-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}


.course-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.info-item:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.info-item i {
  font-size: 24px;
  color: var(--color-primary);
  flex-shrink: 0;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-label {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
}

.info-value {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}


.school-info-card {
  margin-bottom: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
}

.school-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.school-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.school-name {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.school-rating {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.school-rating i {
  color: #ffd700;
  font-size: 14px;
}

.school-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}


.location-section {
  margin-bottom: 40px;
}

.location-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 500;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.info-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.info-card {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.info-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.info-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
}

.info-card-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.info-card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}


.city-info-section {
  margin-bottom: 40px;
}

.city-info-header {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}

.city-badge i {
  font-size: 16px;
}

.city-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}


.other-courses-section {
  margin-top: 50px;
}

.section-header-with-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.slider-navigation {
  display: flex;
  gap: 10px;
}

[dir="rtl"] .slider-navigation{
  flex-direction: row-reverse;
}

.slider-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.courses-slider-container {
  overflow: hidden;
}

.courses-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.course-slide {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 0;
}

.course-link {
  text-decoration: none;
}

.course-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  height: 100%;
}

.course-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.course-card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.course-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.course-card:hover .course-card-image img {
  transform: scale(1.1);
}

.course-discount {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff4757;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.course-card-content {
  padding: 20px;
}

.course-flag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.course-flag img {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
}

.course-location {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.course-type {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.course-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.course-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.price-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
}

.price-period {
  font-size: 13px;
  color: #999;
}



.course-sidebar-sticky {
  position: sticky;
  top: 20px;
}

.course-sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}


.total-reservation {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  padding: 18px 20px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

.reservation-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.reservation-header i {
  font-size: 18px;
}

.reservation-amount {
  font-size: 28px;
  font-weight: 700;
}


.sidebar-card {
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-card:last-of-type {
  border-bottom: none;
}

.sidebar-card label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.sidebar-card .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fafafa;
  transition: all 0.2s ease;
}

.sidebar-card .form-control:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
  outline: none;
}


.sidebar-card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.sidebar-card .card-header i {
  color: var(--color-primary);
  font-size: 18px;
}


.cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #f5f5f5;
}

.cost-row:last-child {
  border-bottom: none;
}

.cost-row span:last-child {
  font-weight: 700;
  color: #1a1a1a;
}


.optional-costs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cost-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.optional-cost-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--color-primary);
}

.cost-checkbox-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.cost-checkbox-label:hover {
  background: #e9ecef;
}

.cost-checkbox-label span:first-child {
  color: #555;
}

.cost-checkbox-label span:last-child {
  font-weight: 700;
  color: var(--color-primary);
}


.contact-card {
  padding: 20px 25px;
}

.contact-card .form-group {
  margin-bottom: 15px;
}

.contact-card .form-group:last-child {
  margin-bottom: 0;
}

.contact-card .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fafafa;
  transition: all 0.2s ease;
}

.contact-card .form-control:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
  outline: none;
}

.contact-card textarea.form-control {
  resize: vertical;
  min-height: 80px;
}


.sidebar-actions {
  padding: 20px;
}

.btn-get-quote,
.btn-apply-agent,
.btn-phone-counseling {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.btn-get-quote {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--color-primary-rgb), 0.3);
}

.btn-get-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(var(--color-primary-rgb), 0.4);
}

.btn-apply-agent {
  background: #f8f9fa;
  color: #333;
  border: 2px solid #e0e0e0;
}

.btn-apply-agent:hover {
  background: #fff;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn-phone-counseling {
  background: #28a745;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: 10px 18px;
}

.btn-phone-counseling:hover {
  background: #218838;
  transform: translateY(-1px);
}


.btn-view-accommodation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  margin-top: 12px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
}

.btn-view-accommodation:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--color-primary-rgb), 0.3);
}

.btn-view-accommodation i {
  font-size: 14px;
}


#accommodationModal .modal-dialog {
  max-width: 600px;
}

#accommodationModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#accommodationModal .modal-header {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 20px 24px;
  border-bottom: none;
}

#accommodationModal .modal-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

#accommodationModal .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

#accommodationModal .btn-close:hover {
  opacity: 1;
}

#accommodationModal .modal-body {
  padding: 24px;
}

.accommodation-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.accommodation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.accommodation-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
  font-weight: 500;
  text-transform: capitalize;
}

.accommodation-meta .meta-item i {
  color: var(--color-primary);
  font-size: 14px;
}

.accommodation-details p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.accommodation-price-info {
  padding: 16px;
  background: linear-gradient(135deg, rgba(var(--color-primary-rgb), 0.1), rgba(var(--color-primary-rgb), 0.05));
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  color: #333;
}

.accommodation-price-info strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
  margin-bottom: 4px;
}



@media (max-width: 991px) {
  .course-sidebar-sticky {
    position: static;
    margin-top: 40px;
  }

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

  .course-header-image {
    height: 300px;
  }

  .course-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .course-slide {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .course-detail-section {
    padding: 40px 0;
  }

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

  .course-main-content {
    padding: 20px;
  }

  .course-header-image {
    height: 250px;
  }

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

  .course-info-grid {
    grid-template-columns: 1fr;
  }

  .info-cards-row {
    grid-template-columns: 1fr;
  }

  .course-slide {
    flex: 0 0 100%;
  }

  .section-header-with-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}


[dir="rtl"] .topbar .topbar-menu {
  right: auto;
  left: -60px;
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .topbar .topbar-menu::before {
  right: auto;
  left: 18px;
}

[dir="rtl"] .topbar .topbar-menu a:hover {
  padding-left: 16px;
  padding-right: 20px;
}




.select2-container--default .select2-selection--multiple {
  min-height: 46px !important;
  max-height: 100px !important;
  padding: 2px 4px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  cursor: text !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
}


.select2-container--default .select2-selection--multiple::-webkit-scrollbar {
  width: 6px;
}

.select2-container--default .select2-selection--multiple::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px;
}

.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-dark);
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--color-primary) !important;
  border: none !important;
  color: white !important;
  border-radius: 4px !important;
  padding: 3px 24px 3px 8px !important;
  margin: 3px 4px 3px 0 !important;
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 200px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.4 !important;
  float: left !important;
  position: relative !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
  position: absolute !important;
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-weight: bold !important;
  font-size: 14px !important;
  opacity: 0.9 !important;
  transition: opacity 0.2s !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 1 !important;
  background: transparent !important;
  color: white !important;
}


.select2-container--default .select2-selection--multiple .select2-search--inline {
  float: left !important;
  margin: 0 !important;
}


.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 3px 0 !important;
  padding: 3px 8px !important;
  min-width: 120px !important;
  height: 24px !important;
  line-height: 24px !important;
  border: none !important;
  outline: none !important;
  font-size: 13px !important;
}


.select2-container--default .select2-selection--multiple:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999 !important;
  font-size: 14px !important;
  margin: 3px 0 !important;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--color-primary) !important;
  outline: none !important;
}


.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
}


[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px 0 3px 4px !important;
  float: right !important;
  padding-left: 24px !important;
  padding-right: 8px !important;
}

[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: auto !important;
  left: 5px !important;
}

[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-search--inline {
  float: right !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary) !important;
  color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f0f0f0 !important;
  color: #333 !important;
}




.select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
  overflow: visible !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none !important;
  display: inline-block !important;
  float: left !important;
}


.select2-container {
  display: block !important;
  width: 100% !important;
}


[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  float: right !important;
}



.select2-container--default .select2-selection--multiple {
  height: auto !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
  visibility: visible !important;
  opacity: 1 !important;
}



.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-brand-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#iasBadge {
    display: inline-block;
}


#iasBadge img {
    max-height: 90px;
    width: auto !important;
    height: auto;
    display: block;
}

.icef-accredited-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    padding: 5px 14px 5px 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 500;
    direction: rtl;
    white-space: nowrap;
}

.icef-accredited-badge i {
    color: #f59e0b;
    font-size: 13px;
    flex-shrink: 0;
}


@media (max-width: 768px) {
    .footer-brand {
        gap: 15px;
    }

    #iasBadge img {
        max-height: 60px;
        width: auto !important;
    }

    .icef-accredited-badge {
        font-size: 11px;
        padding: 4px 10px 4px 8px;
    }
}