/*---------------------------------
	1.2 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: Bustar - Business Consulting HTML Template
    Author: Devsdesign
    Support: https://rstheme.com/support
    Description: Bustar - Business Consulting HTML Template
    Version: 1.0
	Developer: Nayeem Ahmed

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

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

	-----------------
    01. THEME SCSS
	-----------------
		1.1 spacing
		1.2 theme
		1.3 typography
		1.4 index

	-----------------
    01. utils SCSS
	-----------------
		1.1 breakpoints
		1.2 extends
		1.3 mixins
		1.4 root
		1.5 index
		1.6 main

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 accordion
		2.2 animation
		2.3 background
		2.4 backtotop
		2.5 breadcrumb
		2.6 buttons
		2.7 color
		2.8 common
		2.9 counter
		2.10 cursor
		2.11 forms
		2.12 lenis
		2.13 list
		2.14 navigation
		2.15 offcanvas
		2.16 pagination
		2.17 post-meta
		2.18 post-tag
		2.19 preloader
		2.20 progress-bar
		2.21 scrollbar
		2.22 section-title
		2.23 settings
		2.24 smooth-scroll
		2.25 social
		2.26 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.5 banner-5
			3.1.6 banner-6
			3.1.7 banner-7
			3.1.8 banner-8
			3.1.9 banner-9
			3.1.10 index

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

		-----------------
		3.1.3 ecommerce SCSS
		-----------------
			3.3.1 checkout
			3.3.2 shop
			3.3.3 index

		-----------------
		3.1.4 footer SCSS
		-----------------
			3.4.1 footer
			3.4.2 copyright
			3.4.3 index

		-----------------
		3.1.5 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-2
			3.5.3 header-3
			3.5.4 header-common
			3.5.5 header-top
			3.5.6 index
		-----------------
		3.1.6 menu SCSS
		-----------------
			3.6.1 memu
			3.6.2 mobile-menu
			3.6.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 about
		4.2 bio
		4.3 brand
		4.4 career
		4.5 cart
		4.6 contact
		4.7 cta
		4.8 error
		4.9 faq
		4.10 feature
		4.11 gallery
		4.12 login
		4.13 portfolio
		4.14 price-range
		4.15 pricing-cta
		4.16 pricing
		4.17 privacy-policy
		4.18 promo
		4.19 quantity
		4.20 services
		4.21 skill
		4.22 team
		4.23 testimonial
		4.24 text-clip
		4.25 text-slide
		4.26 time-line
		4.27 value
		4.28 video
		4.29 why-choose
		4.30 work
		4.31 index

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --rs-ff-body: "Inter Tight", sans-serif;
  --rs-ff-title: "Inter Tight", sans-serif;
  --rs-ff-p: "Inter Tight", sans-serif;
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #000;
  --rs-light: #eee;
  --rs-green: #54BD05;
  --rs-yellow: #F69C00;
  --rs-pink: #E033E0;
  --rs-red: #E80000;
  /* Brand: Triaxo (keep template accent #AB052D on inline SVGs / --rs-theme-accent) */
  --rs-theme-primary: #052c65;
  --rs-theme-secondary: #0070a6;
  --rs-theme-accent: #ab052d;
  --rs-text-primary: #616C74;
  --rs-text-secondary: #BEBEBE;
  --rs-title-primary: #2B3944;
  --rs-bg-primary: #2B3944;
  --rs-bg-secondary: #F8F8F9;
  --rs-bg-dark-blue: #2F3E4B;
  --rs-bg-black: #121213;
  --rs-border-primary: #DBDEE1;
  --rs-border-secondary: rgba(255, 255, 255, 0.15);
  --rs-border-tertiary: rgba(255, 255, 255, 0.1);
  --rs-rgba-1: rgba(255, 255, 255, 0.7);
  --rs-rgba-2: rgba(255, 255, 255, 0.8);
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-gradient-primary: #00033D;
  --rs-gradient-secondary: #0349EF;
  --rs-rating: #F3B656;
  /** @font weight declaration */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 16px;
  --rs-fs-p: 17px;
  --rs-fs-h1: 66px;
  --rs-fs-h2: 52px;
  --rs-fs-h3: 36px;
  --rs-fs-h4: 30px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

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

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

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

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

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

.gy-24 {
  --bs-gutter-y: 24px;
}

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.opacity-05 {
  opacity: 0.5;
}

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

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
  padding-bottom: 0;
}
.underline a:hover {
  color: var(--rs-title-primary);
  background-size: 100% 1px;
}
.underline.is-white a {
  background-image: linear-gradient(var(--rs-white), var(--rs-white)), linear-gradient(var(--rs-white), var(--rs-white));
}
.underline.is-white a:hover {
  color: var(--rs-white);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (max-width: 1366px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--rs-white);
}
.mfp-close::after {
  position: absolute;
  content: "\eb98";
  height: 100%;
  width: 100%;
  font-family: var(--rs-ff-remixicon);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media only screen and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

/*---------------------------------
	1.3 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--rs-text-primary);
  font-family: var(--rs-ff-body);
  font-size: var(--rs-fs-body);
  font-weight: normal;
  line-height: 1.5;
}

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

h1,
.h1 {
  font-size: var(--rs-fs-h1);
  line-height: 1;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: var(--rs-fs-h2);
  font-weight: var(--rs-fw-sbold);
  line-height: 1.19;
}
@media only screen and (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 27px;
  }
}

h3,
.h3 {
  font-size: var(--rs-fs-h3);
  line-height: 1.46;
}
@media only screen and (max-width: 1600px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: var(--rs-fs-h4);
  line-height: 1.33;
}
@media only screen and (max-width: 1600px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: var(--rs-fs-h5);
  line-height: 1.4;
}
@media only screen and (max-width: 1600px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--rs-fs-h6);
  line-height: 1.44;
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

img {
  max-width: 100%;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  opacity: 1;
  border: none;
  height: 1px;
  background-color: #ececec;
}
[rs-theme=rs-theme-dark] hr:not([size]) {
  background-color: #2d2d27;
}

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

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--rs-theme-primary);
}

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

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

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

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

/*---------------------------------
	1.1 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

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

/*----------------------------------------*/
/*  2.1 accordion
/*----------------------------------------*/
.rs-accordion-one .accordion-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.062);
  border-radius: 6px;
  overflow: hidden;
}
.rs-accordion-one .rs-accordion-item {
  border-radius: 0;
  background-color: transparent;
}
.rs-accordion-one .rs-accordion-item.active {
  background: #2F3E4B;
}
.rs-accordion-one .rs-accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.062);
}
.rs-accordion-one .accordion-button {
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-inline-start: 20px;
  padding-inline-end: 50px;
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .rs-accordion-one .accordion-button {
    font-size: 18px;
  }
}
.rs-accordion-one .accordion-button::after {
  content: none;
}
.rs-accordion-one .accordion-button:focus {
  border: none;
}
.rs-accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-white);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-white);
}
.rs-accordion-one .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  inset-inline-end: 30px;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.rs-accordion-one .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: var(--rs-white);
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.3s ease-out 0s;
}
.rs-accordion-one .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--rs-white);
  border-radius: 2px;
}
.rs-accordion-one .accordion-button .accordion-btn:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.rs-accordion-one .accordion-button .accordion-icon {
  margin-inline-end: 20px;
}
.rs-accordion-one .accordion-button .accordion-icon svg {
  width: 40px;
  height: 40px;
}
.rs-accordion-one .accordion-button .accordion-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.rs-accordion-one .accordion-body {
  padding: 0;
  color: rgba(255, 255, 255, 0.56);
  padding-top: 0;
  padding-bottom: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 50px;
  border-top: 0;
  font-size: 17px;
}
.rs-accordion-two .rs-accordion-item {
  border: 1px solid var(--rs-border-primary);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .rs-accordion-two .rs-accordion-item {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-accordion-two .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-accordion-two .accordion-button {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-inline-end: 50px;
  padding-inline-start: 0;
  font-size: 22px;
  font-weight: 500;
  color: var(--rs-title-primary);
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .rs-accordion-two .accordion-button {
    font-size: 20px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-accordion-two .accordion-button {
    font-size: 18px;
  }
}
.rs-accordion-two .accordion-button::after {
  content: none;
}
.rs-accordion-two .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-theme-primary);
}
.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg {
  transform: rotate(0deg);
}
.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-accordion-two .accordion-icon {
  position: absolute;
  inset-inline-end: 0px;
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-two .accordion-icon svg {
  width: 16px;
  transform: rotate(-90deg);
}
[dir=rtl] .rs-accordion-two .accordion-icon svg {
  transform: rotate(90deg);
}
.rs-accordion-two .accordion-icon svg path {
  fill: var(--rs-theme-secondary);
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-two .accordion-item {
  padding-top: 22px;
  padding-bottom: 0;
  padding-inline-end: 22px;
  padding-inline-start: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.rs-accordion-two .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.rs-accordion-two .accordion-body {
  color: var(--rs-text-primary);
  padding: 14px 30px 0 0px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .rs-accordion-two .accordion-body {
    padding: 14px 0px 0 0px;
  }
}

/*----------------------------------------*/
/*  2.3 Background
/*----------------------------------------*/
.bg-primary {
  background-color: var(--rs-bg-primary);
}

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

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

.theme-secondary {
  /* Dark charcoal band (formerly tied to secondary); secondary token is brand cyan */
  background: var(--rs-bg-primary);
}

.blue-bg {
  background: var(--rs-blue);
}

/*----------------------------------------*/
/*  2.6 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 17px;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  transition: all 0.4s ease-out 0s;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rs-theme-primary);
}
.rs-btn:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-btn:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-btn:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn:hover.has-icon .icon-first {
  transform: translateX(150%);
}
.rs-btn:hover.has-icon .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-theme-secondary {
  background: var(--rs-theme-secondary);
}
.rs-btn.has-theme-secondary:hover {
  background: var(--rs-theme-primary);
}
.rs-btn.has-text {
  padding: 0;
  width: unset;
  height: unset;
  background: transparent;
}
.rs-btn.has-text:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text:hover.has-icon .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.has-icon {
  gap: 8px;
}
.rs-btn.has-text.has-icon .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-btn.has-text.has-icon.is-white .icon-box svg path {
  fill: var(--rs-white);
  transition: 0.3s;
}
.rs-btn.has-text.has-icon.is-white:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-white {
  color: var(--rs-white);
}
.rs-btn.has-text.is-text-white:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-white:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-white.has-icon svg path {
  fill: var(--rs-white);
}
.rs-btn.has-text.is-text-black {
  color: var(--rs-title-primary);
}
.rs-btn.has-text.is-text-black:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-black.has-icon svg path {
  fill: var(--rs-black);
}
.rs-btn.has-text.is-text-primary {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-primary:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-primary.has-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
[dir=rtl] .rs-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-btn.has-icon .icon-box svg {
  width: 17px;
}
.rs-btn.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-icon .icon-box.is-black svg path {
  fill: var(--rs-black);
}
.rs-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-btn.hover-white:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.hover-white:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.hover-black:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-btn.hover-black:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-primary:hover {
  background: var(--rs-theme-primary);
}
.rs-btn.hover-secondary:hover {
  background: var(--rs-theme-secondary);
}
.rs-btn .border-hover-primary:hover {
  border-color: var(--rs-theme-primary);
}
.rs-btn.is-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #f2f2f2;
}
.rs-btn.is-circle svg path {
  fill: var(--rs-primary);
}
.rs-btn.is-circle:hover {
  background: var(--rs-primary);
}
.rs-btn.is-circle:hover svg path {
  fill: var(--rs-white);
}
.rs-btn.has-radius {
  border-radius: 50px;
}
.rs-btn.has-sm-radius {
  border-radius: 3px;
}
.rs-btn.has-md-radius {
  border-radius: 6px;
}
.rs-btn.is-small {
  height: 45px;
  padding: 15px 20px;
}
.rs-btn.is-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-secondary);
}
.rs-btn.border-red {
  border: 1px solid var(--rs-theme-primary);
  color: var(--rs-theme-primary);
}
.rs-btn.border-red .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.border-red:hover {
  color: var(--rs-white);
}
.rs-btn.border-red:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-bg-white {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-btn.has-bg-white .icon-box svg path {
  fill: var(--rs-theme-secondary);
}
.rs-btn.has-bg-white:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-btn.has-bg-white:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-bg-white.has-bg-secondary:hover {
  background: var(--rs-theme-secondary);
}
.rs-btn.has-text-underline {
  text-decoration: underline;
  color: var(--rs-title-primary);
  overflow: visible;
}
.rs-btn.has-border {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--rs-theme-primary);
  border-radius: 0;
}
.rs-btn.has-border.has-border-white {
  border-color: var(--rs-white);
}
.rs-btn.has-border.has-border-white:hover {
  border-color: var(--rs-theme-primary);
}

.rs-rotate-btn {
  width: 180px;
  height: 180px;
  position: relative;
}
.rs-rotate-btn:hover .rs-text-circle {
  animation-play-state: paused;
}
.rs-rotate-btn .rs-circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transform: translate(-50%, -50%);
  background: var(--rs-theme-primary);
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  z-index: 1;
  transition: 0.3s;
}
.rs-rotate-btn .rs-circle-btn:hover svg {
  transform: rotate(45deg);
}
.rs-rotate-btn .rs-circle-btn svg {
  width: 27px;
  height: 27px;
}
.rs-rotate-btn .rs-circle-btn svg path {
  fill: var(--rs-theme-secondary);
}
.rs-rotate-btn .rs-text-circle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-rotate-btn .rs-text-circle {
  animation: rotate-infinite 30s infinite linear;
  width: 100%;
  height: 100%;
  position: relative;
}
.rs-rotate-btn .rs-text-circle span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: var(--rs-title-primary);
}
.rs-rotate-btn .rs-text-circle.is-text-white span {
  color: var(--rs-white);
}

.rs-play-btn {
  width: 70px;
  height: 70px;
  font-size: 20px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  border-radius: 50%;
  color: var(--rs-white);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.rs-play-btn.is-large {
  width: 90px;
  height: 90px;
  font-size: 30px;
}
.rs-play-btn.is-large::before {
  width: 90px;
  height: 90px;
}
.rs-play-btn.is-medium {
  width: 80px;
  height: 80px;
  font-size: 30px;
}
.rs-play-btn.is-medium::before {
  width: 80px;
  height: 80px;
}
.rs-play-btn.is-small {
  width: 40px;
  height: 40px;
  font-size: 13px;
}
.rs-play-btn.is-small::before {
  width: 35px;
  height: 35px;
}
.rs-play-btn.is-white {
  background: var(--rs-white);
  color: var(--rs-theme-secondary);
}
.rs-play-btn.is-white::before {
  background: var(--rs-white);
}
.rs-play-btn.is-white:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-play-btn.has-transparent-btn::before {
  content: none;
}
.rs-play-btn.has-transparent-btn::after {
  content: none;
}
.rs-play-btn.has-blur {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(71, 74, 74, 0.12) 0%, rgba(226, 237, 237, 0.12) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(21px);
}
.rs-play-btn.hover-primary:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-play-btn:hover {
  color: var(--rs-black);
}
.rs-play-btn::before {
  background: var(--rs-theme-primary);
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
  animation: rs-pulse-border 1500ms ease-out infinite;
}
.rs-play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  transition: all 200ms;
}

.rs-btn-circle {
  width: 60px;
  height: 60px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.rs-btn-circle:hover {
  background: var(--rs-white);
}
.rs-btn-circle:hover svg {
  transform: rotate(45deg);
}
.rs-btn-circle:hover i {
  color: var(--rs-black);
}
.rs-btn-circle svg {
  width: 14px;
  height: 14px;
}
.rs-btn-circle svg path {
  fill: var(--rs-white);
}
.rs-btn-circle i {
  font-size: 25px;
  color: var(--rs-white);
}

.rs-square-btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 9px;
  height: 30px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #202021;
}
.rs-square-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-square-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
[dir=rtl] .rs-square-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-square-btn.has-icon .icon-box svg {
  width: 16px;
}
.rs-square-btn.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-square-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon:hover {
  background: var(--rs-theme-primary);
}
.rs-square-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-transparent {
  background: transparent;
  padding: unset;
}
.rs-square-btn.has-transparent:hover {
  background: transparent;
}

/*----------------------------------------*/
/*  2.7 Color Short Code
/*----------------------------------------*/
.rs-text-primary {
  color: var(--rs-primary);
}

.rs-white {
  color: var(--rs-white);
}

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

.rs-light-purple {
  color: var(--rs-theme-purple-light);
}

.rs-red {
  color: var(--rs-red);
}

.rating-color {
  color: #FFB21D;
}

/*----------------------------------------*/
/*  2. 9 counter
/*----------------------------------------*/
.rs-counter-one .rs-counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-counter-one .rs-counter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-counter-one .rs-counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-counter-one .rs-counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-counter-one .rs-counter-item {
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
  padding-top: 35px;
  padding-inline-start: 35px;
  padding-bottom: 180px;
  padding-inline-end: 35px;
  background: var(--rs-bg-secondary);
  position: relative;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one .rs-counter-item {
    padding-top: 30px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-counter-one .is-item-active:hover {
  background: var(--rs-theme-primary);
}
.rs-counter-one .is-item-active.active {
  background: var(--rs-theme-primary);
}
.rs-counter-one .is-item-active.active .rs-counter-number,
.rs-counter-one .is-item-active.active .prefix {
  color: var(--rs-white);
}
.rs-counter-one .is-item-active.active .rs-counter-title {
  color: var(--rs-white);
}
.rs-counter-one .rs-counter-number,
.rs-counter-one .prefix {
  font-size: 40px;
  color: var(--rs-title-primary);
  font-weight: 600;
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 35px;
  }
}
.rs-counter-one .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rs-counter-one .rs-counter-title {
  color: var(--rs-text-primary);
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one .rs-counter-title {
    font-size: 16px;
  }
}
.rs-counter-one .rs-counter-count-number {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 0px 3px 0px 6px;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  letter-spacing: 0.16px;
}
[dir=rtl] .rs-counter-one .rs-counter-count-number {
  border-radius: 6px 0px 3px 0px;
}
.rs-counter-two .rs-counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-counter-two .rs-counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-counter-two .rs-counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-counter-two .rs-counter-item {
  display: flex;
  border: 1px solid var(--rs-border-primary);
  padding: 30px;
  gap: 20px;
  border-radius: 6px;
  background: var(--rs-bg-secondary);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-counter-two .rs-counter-item {
    flex-wrap: wrap;
  }
}
.rs-counter-two .rs-counter-icon svg {
  width: 45px;
  height: 45px;
}
.rs-counter-two .rs-counter-number,
.rs-counter-two .prefix {
  font-size: 40px;
  color: var(--rs-title-primary);
  font-weight: 600;
  line-height: 0.8;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-number,
  .rs-counter-two .prefix {
    font-size: 30px;
  }
}
.rs-counter-two .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

/*----------------------------------------*/
/*  2.15 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--rs-white) none repeat scroll 0 0;
  position: fixed;
  inset-inline-end: -100%;
  top: 0;
  width: 400px;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  inset-inline-end: 0%;
}
.offcanvas-area .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-secondary);
}
.offcanvas-logo a img {
  width: 150px;
}
.offcanvas-logo .logo-white {
  display: none;
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 40px 40px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-title-meta {
  color: var(--rs-title-primary);
  margin-bottom: 20px;
  font-size: 20px;
}
.offcanvas-text p {
  margin-bottom: 25px;
}
.offcanvas-social {
  margin-bottom: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas-social ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--rs-border-primary);
  color: #585B6F;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas-social ul li a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-contact ul li a:hover {
  color: var(--rs-theme-primary);
}
.offcanvas-contact ul li:hover svg {
  animation: rs-fold linear 0.5s;
}
.offcanvas-contact-icon {
  flex: 0 0 auto;
}
.offcanvas-contact-icon svg {
  width: 22px;
  height: 22px;
}
.offcanvas-contact-icon svg path {
  fill: var(--rs-theme-primary);
}

.offcanvas-gallery-thumb-wrapper {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.offcanvas-gallery-thumb-wrapper .offcanvas-popup-thumb img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.offcanvas-about p {
  max-width: 300px;
}

.offcanvas-close {
  width: 35px;
  height: 35px;
  background: var(--rs-theme-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

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

/*----------------------------------------*/
/*  2.22 Section Title  
/*----------------------------------------*/
.section-title {
  color: var(--rs-title-primary);
}
.section-title.is-white {
  color: var(--rs-white);
}
.section-subtitle {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--rs-title-primary);
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 2.5px;
}
.section-subtitle.is-white {
  color: var(--rs-white);
}
.section-desc.is-white {
  color: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  2.5 Breadcrumb
/*----------------------------------------*/
.rs-breadcrumb-one {
  background: var(--rs-theme-secondary);
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: -1;
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 54px;
  line-height: 1.12;
  color: var(--rs-white);
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 35px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line {
  width: 482px;
  position: relative;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-line {
    width: 100%;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: flex;
  align-items: center;
  gap: 8px 32px;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul > svg {
  width: 20px;
  height: 20px;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:last-child {
  color: white;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover svg path {
  fill: var(--rs-theme-primary);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a svg path {
  transition: 0.3s;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span {
  position: relative;
  display: inline-block;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span::before {
  content: "";
  position: absolute;
  inset-inline-end: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M1.99974 13.0001L1.9996 11.0002L18.1715 11.0002L14.2218 7.05044L15.636 5.63623L22 12.0002L15.636 18.3642L14.2218 16.9499L18.1716 13.0002L1.99974 13.0001Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-menu ul li span::before {
  transform: translateY(-50%) rotateY(180deg);
}
.rs-breadcrumb-one .rs-breadcrumb-desc {
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------
   2.16 Basic pagination
-----------------------------------------*/
.rs-pagination.swiper-pagination {
  position: unset;
  overflow: visible;
  font-size: unset;
  transform: unset !important;
  width: 100% !important;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DBDEE1;
  position: relative;
  transform: unset;
  opacity: unset;
  margin: 3px 13px;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-primary);
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-primary);
  transform: translate(-50%, -50%) scale(1);
}

.common-pagination {
  margin-top: 45px;
}
.common-pagination ul {
  display: inline-flex;
  gap: 10px;
}
.common-pagination ul li {
  list-style: none;
}
.common-pagination ul li.current {
  background: var(--rs-theme-primary);
}
.common-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  border-radius: 50%;
  position: relative;
  background: var(--rs-bg-secondary);
}
.common-pagination ul li a:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.common-pagination ul li a.current {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border: none;
}
.common-pagination ul li a.is-next::before {
  position: absolute;
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  content: "\ea6b";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .common-pagination ul li a.is-next::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}

/*----------------------------------------*/
/*  2.11 forms
/*----------------------------------------*/
/* Custom checkbox button */
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:checked ~ label::after {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
input[type=checkbox]:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-inline-start: 25px;
  color: var(--rs-white);
  font-size: 16px;
}
input[type=checkbox] ~ label::after {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: all 0.2s linear;
  border-radius: 2px;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  content: "\eb7a";
  top: 3px;
  inset-inline-start: 1px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rs-white);
  transition: all 0.2s linear;
  font-family: remixicon !important;
  font-size: 10px;
}
input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.25 social
/*----------------------------------------*/
.theme-social {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.theme-social a {
  color: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  background-color: var(--rs-theme-primary);
  transition: 0.5s;
  border-radius: 50%;
}
.theme-social a:hover {
  background: var(--rs-theme-secondary);
}
.theme-social svg {
  width: 16px;
  height: 16px;
}
.theme-social.has-transparent a {
  background: transparent;
  color: #fff;
  width: unset;
  height: unset;
  border-radius: 0;
}
.theme-social.has-transparent a:hover {
  color: var(--rs-theme-primary);
}
.theme-social.has-border a {
  border: 1px solid var(--rs-border-primary);
}
.theme-social.rs-social-links a {
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
.theme-social.rs-social-links a:hover {
  background: 0.5;
}
.theme-social.rs-social-links a.is-facebook {
  background: #1559C2;
}
.theme-social.rs-social-links a.is-instagram {
  background: #E1306C;
}
.theme-social.rs-social-links a.is-twitter {
  background: #202021;
}
.theme-social.rs-social-links a.is-linkedin {
  background: #0077B5;
}
.theme-social.has-transform a:hover {
  transform: translate(0, -10%);
}

/*----------------------------------------*/
/*  2.4 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: var(--rs-white);
}
.backtotop-wrap:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    inset-inline-end: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes rs-scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rs-left-right {
  0% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
  0% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}
@keyframes rs-pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes rs-fold {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
  }
}
@keyframes btnHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnHoverEffect {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
/* marquee left */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rs-scale-two {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@keyframes rs-scale-three {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@-webkit-keyframes rs-scale-three {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.popup-circle:before {
  content: "";
  position: relative;
  display: block;
  top: -14px;
  inset-inline-start: -14px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #E40101;
  animation: rs-pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.popup-circle:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E40101;
  border-radius: 50%;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes rs-pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes popup-circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes textRotatingOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-70%) rotateX(100deg);
    opacity: 0;
  }
}
@keyframes textRotatingIn {
  from {
    transform: translateY(70%) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes rs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rs-slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rs-skew {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
/*----------------------------------------*/
/*  2. 8 Short codes
/*----------------------------------------*/
.container.has-large {
  max-width: 1720px;
}

.is-stroke-text {
  -webkit-text-stroke: 2px var(--rs-primary);
  -webkit-text-fill-color: var(--rs-white);
}

.h-55 {
  height: 55px;
}

.height-50 {
  height: 50px;
}

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

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.has-separator {
  position: relative;
}
.has-separator::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(101, 101, 103, 0.3);
  transform: translateY(-50%);
  inset-inline-end: 0px;
  top: 50%;
}

.image-link {
  width: 100%;
  height: 100%;
}

/* gap */
.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.mb-0 {
  margin-bottom: 0;
}

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

.gap-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

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

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

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

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

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

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

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

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

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

.rs-section-border-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rs-section-border-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.rs-section-border-wrapper .section-border {
  width: 100%;
  display: flex;
  align-items: center;
}
.rs-section-border-wrapper .section-border {
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-section-border-wrapper .section-border {
    padding-inline-end: 0px;
  }
}
.rs-section-border-wrapper .rs-section-dot {
  width: 7px;
  height: 7px;
  background-color: var(--rs-theme-primary);
  display: inline-block;
  transform: rotate(45deg);
  margin-inline-end: 5px;
  margin-inline-start: 5px;
}
.rs-section-border-wrapper .rs-section-line {
  border: 1px solid var(--rs-border-primary);
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
}

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

.timeline-divider {
  position: absolute;
  width: 10px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-divider::before {
  content: "";
  border: 1px solid var(--rs-theme-primary);
  border-radius: 10px;
  position: absolute;
  inset: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--rs-border-tertiary);
}
.timeline-divider .divider-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--rs-theme-primary);
  z-index: 1;
  border-radius: 10px;
}
.timeline-divider .divider-circle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--rs-white);
  border: 3px solid var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  2.19 Preloader
/*----------------------------------------*/
#pre-load {
  background-color: var(--rs-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 3px solid #ebebec;
  border-radius: 50%;
  background: var(--rs-white);
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-top: 3px solid var(--rs-theme-primary);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite ease-in-out;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*----------------------------------------*/
/*  2.20 Progress Bar
/*----------------------------------------*/
.single-progress {
  position: relative;
  overflow: hidden;
}

.progress {
  overflow: visible;
  border-radius: 0px;
  height: 14px;
  line-height: 14px;
  padding: 3px 3px 3px 3px;
  border: 1px solid var(--rs-border-primary);
  background-color: var(--rs-bg-secondary);
}

.progress-bar {
  border-radius: 0px;
  width: 0;
  height: 100%;
  background-color: var(--rs-theme-secondary);
  transition: width 0.5s ease;
  overflow: visible;
}

.progress-number {
  position: absolute;
  font-size: 16px;
  top: 0;
  inset-inline-end: 0;
  z-index: 1;
  font-weight: 500;
  color: var(--rs-title-primary);
}

.progress-title {
  font-size: 18px;
  font-weight: 500;
}

.progress-top {
  margin-bottom: 17px;
}

/*----------------------------------------*/
/*  2.10 cursor
/*----------------------------------------*/
#rs-mouse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease-in-out 0.5s;
}

#rs-mouse #cursor-ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(156, 156, 156, 0.5);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

#rs-mouse #cursor-ball:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--rs-theme-primary);
  transform: translate(-50%);
}

@media only screen and (max-width: 991px) {
  #rs-mouse {
    display: none;
  }
}
/*----------------------------------------*/
/*  2.21 Swiper scrollbar 
/*----------------------------------------*/
.rs-swiper-scrollbar.swiper-scrollbar {
  height: 5px;
  background: var(--rs-bg-secondary);
}
.rs-swiper-scrollbar .swiper-scrollbar-drag {
  width: 220px !important;
  background: var(--rs-theme-primary);
}

/*----------------------------------------*/
/* 2.12 lenis
/*----------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-scrolling {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*----------------------------------------*/
/*  2.23 settings
/*----------------------------------------*/
.rs-theme-settings-area {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 240px;
  background-color: var(--rs-white);
  transform: translateY(-50%) translateX(100%);
  z-index: 991;
  border-bottom-right-radius: 4px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s 0s ease-out;
}
.rs-theme-settings-area.settings-opened {
  transform: translateY(-50%) translateX(0%);
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-gear {
  opacity: 0;
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-close {
  opacity: 1;
}
.rs-theme-settings-open {
  position: absolute;
  top: -1px;
  right: 100%;
}
.rs-theme-settings-open button {
  background-color: var(--rs-white);
  border-inline-end: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  color: var(--rs-black);
  position: relative;
  border-start-start-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.15);
}
.rs-theme-settings-gear {
  display: inline-block;
  color: var(--rs-black);
  animation: spin 8s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rs-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
[dir=rtl] .rs-theme-settings-close {
  inset-inline-end: 50%;
  inset-inline-start: auto;
}
.rs-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--rs-black);
}
.rs-theme-wrapper {
  padding: 15px 20px 20px 20px;
}
.rs-theme-toggle {
  text-align: center;
}
.rs-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-black);
  padding: 4px;
  border-radius: 2px;
}
.rs-theme-toggle-main span.active {
  color: var(--rs-black);
}
.rs-theme-toggle-light, .rs-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.rs-theme-toggle input {
  display: none;
}
.rs-theme-toggle:hover {
  cursor: pointer;
}
.rs-theme-toggle label {
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-toggle label:hover {
  cursor: pointer;
}
.rs-theme-toggle #rs-theme-toggler {
  display: none;
}
.rs-theme-toggle #rs-theme-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-toggle-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  background-color: var(--rs-white);
  border-radius: 3px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.rs-theme-dir {
  text-align: center;
}
.rs-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-theme-primary);
  padding: 4px 0px 3px 0px;
  border-radius: 2px;
}
.rs-theme-dir-main span.active {
  color: var(--rs-black);
}
.rs-theme-dir-ltr, .rs-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
  color: var(--rs-white);
}
.rs-theme-dir input {
  display: none;
}
.rs-theme-dir:hover {
  cursor: pointer;
}
.rs-theme-dir label {
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-dir label:hover {
  cursor: pointer;
}
.rs-theme-dir #rs-dir-toggler {
  display: none;
}
.rs-theme-dir #rs-dir-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-dir-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 25px;
  background-color: var(--rs-white);
  border-radius: 2px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

/*----------------------------------------
   2.14 Basic navigation
-----------------------------------------*/
.rs-swiper-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rs-swiper-btn {
  width: 40px;
  height: 40px;
  background: var(--rs-theme-secondary);
  color: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s 0s ease-out;
  cursor: pointer;
}
[dir=rtl] .rs-swiper-btn {
  transform: rotateY(-180deg);
}
.rs-swiper-btn.is-large {
  width: 60px;
  height: 60px;
  background: var(--rs-theme-secondary);
  border-radius: 0%;
  font-size: 30px;
  color: var(--rs-white);
}
.rs-swiper-btn.is-large:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-swiper-btn.has-radius-small {
  border-radius: 3px;
}
.rs-swiper-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-theme-secondary);
}
.rs-swiper-btn.has-transparent {
  background: transparent;
  width: unset;
  height: unset;
}

.rs-swiper .swiper-button-prev,
.rs-swiper .swiper-button-next {
  position: unset;
  margin-top: 0;
}
.rs-swiper .swiper-button-prev::after,
.rs-swiper .swiper-button-next::after {
  content: none;
}

/*----------------------------------------*/
/*  2.13 list
/*----------------------------------------*/
.rs-list-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
@media only screen and (max-width: 480px) {
  .rs-list-item ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-list-item ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rs-title-primary);
}
.rs-list-item ul li svg {
  width: 20px;
  height: 20px;
}
.rs-list-item ul li svg path {
  fill: var(--rs-theme-primary);
}
.rs-list-item ul li i {
  border: 2px solid var(--rs-theme-blue);
  color: var(--rs-theme-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-list-item.is-list-block ul {
  display: block;
}
.rs-list-item.is-list-block ul li:not(:last-child) {
  margin-bottom: 13px;
}
.rs-list-item.is-large ul li svg {
  width: 22px;
  height: 22px;
}
.rs-list-item.is-large ul li svg path {
  fill: var(--rs-primary);
}

/*----------------------------------------*/
/*  2.18 post tag
/*----------------------------------------*/
.rs-post-tag .post-tag {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  height: 21px;
  border-radius: 0 100px 100px 70px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
}
.rs-post-tag .post-tag.is-yellow {
  background-color: var(--rs-yellow);
}
.rs-post-tag .post-tag.is-green {
  background-color: var(--rs-green);
}
.rs-post-tag .post-tag.is-pink {
  background-color: var(--rs-pink);
}
.rs-post-tag .post-tag.is-red {
  background: #FF3A3A;
}
.rs-post-tag-two .post-tag {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rs-text-primary);
  padding-inline-start: 16px;
}
.rs-post-tag-two .post-tag:hover {
  color: var(--rs-theme-primary);
}
.rs-post-tag-two .post-tag::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(246, 156, 0, 0.5);
  border-radius: 50%;
}
.rs-post-tag-two .post-tag.is-white {
  color: var(--rs-white);
}
.rs-post-tag-two .post-tag.is-white:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------
   2.17 Post Meta
-----------------------------------------*/
.rs-post-meta ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-post-meta ul {
    flex-wrap: wrap;
  }
}
.rs-post-meta ul li {
  list-style: none;
}
.rs-post-meta .rs-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.rs-post-meta .rs-meta svg {
  width: 15px;
  height: 15px;
}
.rs-post-meta .rs-meta svg path {
  fill: var(--rs-theme-primary);
}
.rs-post-meta .rs-meta .meta-author:hover {
  color: var(--rs-theme-primary);
}
.rs-post-meta .rs-meta .rs-meta-thumb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rs-post-meta.meta-white span {
  color: rgba(255, 255, 255, 0.8);
}
.rs-post-meta.meta-white .rs-meta svg path {
  fill: rgba(255, 255, 255, 0.8);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.rs-header-one {
  overflow-x: clip;
}
.rs-header-one .header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  /* Charcoal bar: template previously used --rs-theme-secondary (same as #2b3944); secondary is now brand cyan */
  background: var(--rs-bg-primary);
  padding-inline-start: 60px;
  padding-inline-end: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .header-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-one .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-one .header-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.rs-header-one .header-wrapper.has-bg-gradient {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, #2F3E4B 0%, rgba(47, 62, 75, 0.06) 100%);
  backdrop-filter: blur(21px) !important;
}
.rs-header-one .header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-one .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
}
.rs-header-one .header-menu {
  display: flex;
  align-items: center;
}
.rs-header-one .header-right {
  display: flex;
  gap: 65px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .header-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-one .header-right {
    gap: 30px;
  }
}
.rs-header-one .header-search-icon {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  .rs-header-one .header-search-icon {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-one .header-btn {
    display: none;
  }
}
.rs-header-one.has-bg-white .header-wrapper {
  background: var(--rs-white);
}
.rs-header-one.has-bg-white .header-search-icon {
  border-color: var(--rs-border-primary);
}
.rs-header-one.has-bg-white .header-search-icon i {
  color: var(--rs-theme-secondary);
}
.rs-header-one.has-bg-white .header-search-icon:hover .has-search {
  color: var(--rs-theme-primary);
}
.rs-header-one.has-bg-white .sidebar-toggle {
  background: transparent;
  border-color: var(--rs-border-primary);
}
.rs-header-one.has-bg-white .sidebar-toggle .header-bar-icon span {
  background: var(--rs-theme-secondary);
}

/* Triaxo: on dark header, navy primary is illegible for active/hover — use brand cyan */
.rs-header-one .main-menu .onepage-menu li.active > a,
.rs-header-one .main-menu .onepage-menu li a.active,
.rs-header-one .main-menu .multipage-menu li.active > a,
.rs-header-one .main-menu .multipage-menu li a.active {
  color: var(--rs-theme-secondary);
}
.rs-header-one .main-menu .onepage-menu li:hover > a,
.rs-header-one .main-menu .multipage-menu li:hover > a {
  color: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  3.5.2 Header Style 2
/*----------------------------------------*/
.rs-header-two {
  overflow-x: clip;
}
.rs-header-two .header-wrapper {
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two .header-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.rs-header-two .header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-two .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--rs-theme-primary);
  padding-inline-start: 80px;
  padding-inline-end: 90px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-two .header-left {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-left {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two .header-left {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.rs-header-two .header-left.has-header-space {
  padding-top: 3px;
}
.rs-header-two .header-menu {
  display: flex;
  align-items: center;
  margin-inline-start: 90px;
}
@media only screen and (max-width: 1366px) {
  .rs-header-two .header-menu {
    margin-inline-start: 30px;
  }
}
.rs-header-two .header-menu.has-menu-space {
  margin-inline-start: 223px;
}
@media only screen and (max-width: 1366px) {
  .rs-header-two .header-menu.has-menu-space {
    margin-inline-start: 60px;
  }
}
.rs-header-two .header-right {
  display: flex;
  align-items: center;
  background: var(--rs-theme-secondary);
  padding-top: 33px;
  padding-bottom: 33px;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .rs-header-two .header-right {
    padding-top: 19px;
    padding-bottom: 19px;
    height: 100%;
    min-height: 94px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-right {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two .header-right {
    padding-top: 10px;
    padding-bottom: 10px;
    height: unset;
    min-height: unset;
  }
}
.rs-header-two .header-search-icon {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 1366px) {
  .rs-header-two .header-btn {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-two .header-btn {
    display: none;
  }
}
.rs-header-two .main-menu ul li.active > a {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu ul li ul.submenu li.active > a {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu ul li ul.submenu li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-two .main-menu ul li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu ul li:hover > a::after {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu ul .mega-menu li.active > a {
  color: var(--rs-theme-primary);
}
.rs-header-two .main-menu ul .mega-menu li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-two .main-menu ul .mega-menu.mega-grid {
  inset-inline-start: 330px;
  margin: unset;
}
@media only screen and (max-width: 1600px) {
  .rs-header-two .main-menu ul .mega-menu.mega-grid {
    inset-inline-start: 265px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-header-two .main-menu ul .mega-menu.mega-grid {
    inset-inline-start: 205px;
  }
}
.rs-header-two .main-menu > ul {
  gap: 0 30px;
}
.rs-header-two .main-menu .onepage-menu li.active > a {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu .onepage-menu li a.active {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu .onepage-menu li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .main-menu .onepage-menu li:hover > a::after {
  color: rgba(255, 255, 255, 0.7);
}
.rs-header-two .header-logo {
  min-width: 160px;
}
.rs-header-two .rs-promo-one.rs-promo-wrapper {
  margin-top: 0;
}
.rs-header-two .rs-promo-one .rs-promo-content p,
.rs-header-two .rs-promo-one .rs-promo-content a {
  color: var(--rs-white);
}
@media only screen and (max-width: 575px) {
  .rs-header-two .rs-promo-one .rs-promo-content p,
  .rs-header-two .rs-promo-one .rs-promo-content a {
    text-align: center;
  }
}
.rs-header-two .rs-promo-one .rs-promo-icon {
  background: var(--rs-white);
}
@media only screen and (max-width: 575px) {
  .rs-header-two .rs-promo-one .rs-promo-icon {
    display: none;
  }
}
.rs-header-two .rs-promo-one .rs-promo-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-header-two .sidebar-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

/*----------------------------------------*/
/*  3.5.3 Header Style 3
/*----------------------------------------*/
.rs-header-three {
  overflow-x: clip;
}
.rs-header-three .header-bottom-wrapper {
  display: flex;
  align-items: center;
  padding-inline-start: 248px;
  padding-inline-end: 248px;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1700px) {
  .rs-header-three .header-bottom-wrapper {
    padding-inline-start: 150px;
    padding-inline-end: 150px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-header-three .header-bottom-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-three .header-bottom-wrapper {
    justify-content: center;
  }
}
.rs-header-three .header-wrapper {
  padding-inline-start: 248px;
  padding-inline-end: 248px;
  background: var(--rs-black);
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .rs-header-three .header-wrapper {
    padding-inline-start: 150px;
    padding-inline-end: 150px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-header-three .header-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-header-three .header-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  justify-content: end;
  margin-inline-start: auto;
}
@media only screen and (max-width: 1199px) {
  .rs-header-three .header-right {
    max-width: 100%;
    justify-content: start;
    margin-inline-start: unset;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.rs-header-three .header-right .swiper-slide {
  width: auto !important;
}
.rs-header-three .header-right .swiper-slide:not(:last-child) .header-top-tag ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 12px);
  background: var(--rs-border-secondary);
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-header-three .header-right .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}
.rs-header-three .main-menu li a {
  padding: 18px 0px;
}
.rs-header-three .header-top-tag ul li {
  list-style: none;
  position: relative;
  text-align: center;
}
.rs-header-three .header-top-tag ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.rs-header-three .header-top-tag ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-three .header-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rs-header-three .header-navigation button {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
[dir=rtl] .rs-header-three .header-navigation button {
  transform: rotateY(180deg);
}
.rs-header-three .header-navigation button i {
  font-weight: 400;
}
.rs-header-three .header-navigation button:hover {
  color: var(--rs-theme-primary);
}
.rs-header-three .header-logo {
  max-width: 130px;
}
.rs-header-three .header-logo .logo-white {
  display: none;
}
.rs-header-three .header-toggle {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .rs-header-three .header-toggle {
    display: block;
    padding-inline-start: 20px;
  }
}

/*----------------------------------------*/
/*  3.5.5 Header Top Style
/*----------------------------------------*/
.rs-header-top.rs-header-top-one {
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  padding-bottom: 7px;
  padding-top: 7px;
  background: var(--rs-theme-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one {
    padding-bottom: 10px;
    padding-top: 8px;
  }
}
.rs-header-top.rs-header-top-one .header-top-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-wrapper .header-top-icon {
    display: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-icon {
  width: 17px;
  min-width: 17px;
  flex-wrap: wrap;
  background: var(--rs-white);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rs-header-top.rs-header-top-one .header-top-icon svg {
  width: 9px;
}
.rs-header-top.rs-header-top-one .header-top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-left {
    display: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-right {
    flex-wrap: wrap;
    gap: 5px 30px;
    justify-content: center;
  }
}
.rs-header-top.rs-header-top-one .header-top-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}
.rs-header-top.rs-header-top-one .header-top-content p a {
  text-decoration: underline;
}
.rs-header-top.rs-header-top-one .header-top-content p a:hover {
  color: var(--rs-theme-secondary);
}
.rs-header-top.rs-header-top-one .header-top-description {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-description {
    text-align: center;
  }
}
.rs-header-top.rs-header-top-one .header-top-description.is-active {
  position: relative;
  opacity: 1;
  animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-one .header-top-description:not(.is-active) {
  animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-one .header-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-one .header-top-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child) {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-item h6 {
  font-size: 15px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-top-item h6 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rs-header-top.rs-header-top-one .header-top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
    padding-inline-end: 0;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-meta-icon {
  position: relative;
  top: -2px;
}
.rs-header-top.rs-header-top-one .header-top-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-header-top.rs-header-top-one .header-top-meta-icon svg path {
  fill: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-top-meta-content span {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-header-top.rs-header-top-one .header-top-meta-content a {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-header-top.rs-header-top-one .header-top-meta-content a:hover {
  color: var(--rs-theme-secondary);
}
.rs-header-top.rs-header-top-one .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-title {
  font-size: 14px;
  font-weight: 600;
  color: #E40101;
  text-transform: uppercase;
  line-height: 20px;
}
.rs-header-top.rs-header-top-one .header-top-social a {
  font-size: 14px;
}
.rs-header-top.rs-header-top-one .header-top-social-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-header-top.rs-header-top-one .header-top-social-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-two {
  padding-inline-start: 170px;
  padding-inline-end: 170px;
  padding-bottom: 12px;
  padding-top: 12px;
  background: var(--rs-black);
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-two {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-two {
    justify-content: center;
  }
}
.rs-header-top.rs-header-top-two .header-top-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-two .header-top-left {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-two .header-top-left {
    gap: 5px 30px;
    flex-wrap: wrap;
  }
}
.rs-header-top.rs-header-top-two .header-top-content {
  overflow: hidden;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-description {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-two .header-top-description {
    text-align: center;
  }
}
.rs-header-top.rs-header-top-two .header-top-description.is-active {
  position: relative;
  opacity: 1;
  animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-two .header-top-description:not(.is-active) {
  animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-two .header-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-two .header-top-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child) {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-two .header-top-item h6 {
  font-size: 15px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-two .header-top-item h6 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rs-header-top.rs-header-top-two .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-title {
  font-size: 14px;
  font-weight: 600;
  color: #E40101;
  text-transform: uppercase;
  line-height: 20px;
}
.rs-header-top.rs-header-top-two .header-top-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  justify-content: end;
  margin-inline-start: auto;
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-two .header-top-right {
    justify-content: unset;
    margin-inline-start: unset;
    margin: 0 auto;
  }
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-slide {
  width: auto !important;
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-slide:not(:last-child) .header-top-tag ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 12px);
  background: var(--rs-border-secondary);
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li {
  list-style: none;
  position: relative;
  text-align: center;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-top.rs-header-top-two .header-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rs-header-top.rs-header-top-two .header-navigation button {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
[dir=rtl] .rs-header-top.rs-header-top-two .header-navigation button {
  transform: rotateY(180deg);
}
.rs-header-top.rs-header-top-two .header-navigation button i {
  font-weight: 400;
}
.rs-header-top.rs-header-top-two .header-navigation button:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
.header-logo {
  width: 160px;
}
.rs-header-one .header-logo.triaxo-header-logo {
  width: auto;
  max-width: 220px;
}
.rs-header-one .header-logo.triaxo-header-logo .triaxo-brand-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
@media only screen and (max-width: 575px) {
  .header-logo {
    width: 140px;
  }
  .rs-header-one .header-logo.triaxo-header-logo {
    width: auto;
    max-width: 180px;
  }
  .rs-header-one .header-logo.triaxo-header-logo .triaxo-brand-logo {
    height: 38px;
    max-width: 180px;
  }
}
.offcanvas-logo img.triaxo-brand-logo {
  width: auto !important;
  max-width: 200px;
  height: 42px;
  object-fit: contain;
}
.header-search-wrapper {
  position: relative;
}
.header-search-inner {
  display: none;
  position: absolute;
  width: 290px;
  top: 74px;
  z-index: 2;
  inset-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
  .header-search-inner {
    top: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .header-search-inner {
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .header-search-inner {
    top: 60px;
    width: 220px;
  }
}
.header-search-icon {
  cursor: pointer;
}
.header-search-icon:hover .has-search {
  color: var(--rs-theme-primary);
}
.header-search-icon:hover .has-close {
  color: var(--rs-theme-primary);
}
.header-search-icon i {
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .header-search-icon i {
    font-size: 17px;
  }
}
.header-search-icon .has-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.header-search-icon.icon-close .has-search {
  opacity: 0;
  visibility: hidden;
}
.header-search-icon.icon-close .has-close {
  opacity: 1;
  visibility: visible;
}
.header-search input {
  color: var(--rs-white);
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  width: 100%;
  background: var(--rs-bg-primary);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 48px;
}
[dir=rtl] .header-search input {
  padding-inline-end: 40px;
}
.header-search input::placeholder {
  color: var(--rs-text-primary);
  font-weight: 500;
}
.header-search button {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .header-search button {
  left: 20px;
}
.header-search button:hover {
  color: var(--rs-theme-primary);
}
.header-content {
  display: flex;
  align-items: center;
  position: relative;
  gap: 18px;
}
.header-inner.rs-sticky .header-menu > nav > ul > li > a {
  padding: 32px 0;
}
.header-inner.rs-sticky .header-search-inner {
  top: 56px;
}
@media only screen and (max-width: 1199px) {
  .header-inner.rs-sticky .header-search-inner {
    top: 51px;
  }
}
@media only screen and (max-width: 480px) {
  .header-inner.rs-sticky .header-search-inner {
    top: 48px;
  }
}

.sidebar-toggle {
  cursor: pointer;
  padding: 12px 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rs-bg-primary);
}
@media only screen and (max-width: 480px) {
  .sidebar-toggle {
    height: 48px;
    width: 48px;
  }
}
.sidebar-toggle.is-transparent {
  background: transparent;
}

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

.rs-sticky-header {
  position: fixed !important;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  z-index: 999;
  background: var(--rs-white);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.rs-sticky-header.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner style 1
/*----------------------------------------*/
.rs-banner-one {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-one .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
}
[dir=rtl] .rs-banner-one .rs-banner-bg-thumb {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-bg-thumb {
    background-position: top left;
  }
}
.rs-banner-one .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #192C3B 0%, rgba(19, 30, 38, 0) 90.29%);
  z-index: 1;
}
.rs-banner-one .rs-banner-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  mix-blend-mode: overlay;
}
.rs-banner-one .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-inline-start: 200px;
  padding-bottom: 330px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-inline-start: 100px;
    padding-bottom: 295px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.rs-banner-one .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rs-banner-one .rs-banner-subtitle::-webkit-scrollbar {
  display: none;
  height: 0;
}
@media only screen and (max-width: 575px) {
  .rs-banner-one .rs-banner-subtitle {
    font-size: 12px;
    letter-spacing: 1.4px;
  }
}
.rs-banner-one .rs-banner-title {
  color: var(--rs-white);
  font-weight: 500;
  line-height: 1.12;
}
@media only screen and (max-width: 480px) {
  .rs-banner-one .rs-banner-title br {
    display: none;
  }
}
.rs-banner-one .rs-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .rs-banner-one .rs-banner-desc {
    max-width: 100%;
  }
}
.rs-banner-one .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-one .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-one .rs-banner-scroll-btn {
  position: absolute;
  bottom: 130px;
  transform: rotate(90deg);
  inset-inline-start: 140px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-scroll-btn {
    display: none;
  }
}
.rs-banner-one .rs-banner-scroll-btn .rs-btn {
  padding: 7px 26px;
  font-size: 16px;
  font-weight: 400;
}
[dir=rtl] .rs-banner-one .rs-banner-scroll-btn .rs-btn {
  flex-direction: row-reverse;
}
.rs-banner-one .rs-banner-scroll-btn .rs-btn.has-icon .icon-box {
  transform: rotate(0);
}

/*----------------------------------------*/
/*  3.1.2 banner style 2
/*----------------------------------------*/
.rs-banner-two {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-two .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
[dir=rtl] .rs-banner-two .rs-banner-bg-thumb {
  transform: rotateY(180deg);
}
.rs-banner-two .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #192C3B 0%, rgba(19, 30, 38, 0) 90.29%);
  z-index: 1;
}
.rs-banner-two .rs-banner-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  mix-blend-mode: overlay;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.rs-banner-two .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 235px;
  padding-inline-start: 170px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
  .rs-banner-two .rs-banner-wrapper {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-two .rs-banner-wrapper {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-two .rs-banner-wrapper {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-two .rs-banner-wrapper {
    padding-top: 150px;
  }
}
.rs-banner-two .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-two .rs-banner-title {
  color: var(--rs-white);
  font-weight: 500;
  line-height: 1.12;
}
.rs-banner-two .rs-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
.rs-banner-two .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-two .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-two .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-two .rs-banner-btn {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1366px) {
  .rs-banner-two .rs-banner-btn {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-two .rs-banner-btn {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-two .rs-banner-btn {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-two .rs-banner-btn {
    margin-bottom: 50px;
  }
}
.rs-banner-two .rs-banner-feature-wrapper {
  max-width: 1070px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline-start: auto;
  margin-top: -282px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-two .rs-banner-feature-wrapper {
    max-width: 1000px;
    margin-top: -308px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-two .rs-banner-feature-wrapper {
    max-width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-two .rs-banner-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-banner-two .rs-banner-feature-item {
  display: flex;
  gap: 35px;
  padding-top: 35px;
  padding-inline-start: 35px;
  padding-bottom: 25px;
  padding-inline-end: 35px;
}
@media only screen and (max-width: 575px) {
  .rs-banner-two .rs-banner-feature-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.rs-banner-two .rs-banner-feature-item:hover .rs-banner-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-banner-two .rs-banner-feature-item.item-one {
  background: var(--rs-theme-secondary);
}
.rs-banner-two .rs-banner-feature-item.item-one .rs-banner-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-banner-two .rs-banner-feature-item.item-two {
  background: var(--rs-theme-primary);
}
.rs-banner-two .rs-banner-feature-item.item-two .rs-banner-feature-icon {
  background: var(--rs-theme-secondary);
}
.rs-banner-two .rs-banner-feature-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.rs-banner-two .rs-banner-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-banner-two .rs-banner-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-banner-two .rs-banner-feature-title {
  color: var(--rs-white);
}
.rs-banner-two .rs-banner-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 10px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-two .rs-banner-feature-line {
    width: 100%;
  }
}
.rs-banner-two .rs-banner-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-two .rs-banner-feature-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 35px;
}
.rs-banner-two .rs-banner-feature-btn .icon-box svg {
  width: 25px;
  height: 25px;
}
.rs-banner-two .rs-banner-tab-wrapper {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-two .rs-banner-tab-wrapper {
    gap: 30px 30px;
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-two .rs-banner-tab-wrapper {
    flex-direction: unset;
  }
}
.rs-banner-two .rs-swiper-btn {
  font-size: 24px;
  font-weight: 500;
  color: var(--rs-white);
  width: unset;
  height: unset;
  background: transparent;
  border-bottom: 1px solid var(--rs-white);
  border-radius: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .rs-banner-two .rs-swiper-btn {
    font-size: 22px;
  }
}
.rs-banner-two .rs-swiper-btn.swiper-button-disabled {
  color: var(--rs-white);
  opacity: 0.3;
  border-bottom: 1px solid var(--rs-white);
}

.rs-banner-two .swiper-slide-active .rs-banner-subtitle,
.rs-banner-two .swiper-slide-active .rs-banner-title,
.rs-banner-two .swiper-slide-active .rs-banner-desc,
.rs-banner-two .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-two .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-two .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-two .swiper-slide-active .rs-banner-desc {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.rs-banner-two .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}

/*----------------------------------------*/
/*  3.1.3 banner style 3
/*----------------------------------------*/
.rs-banner-three {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-three .rs-banner-shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0px;
  z-index: 1;
}
[dir=rtl] .rs-banner-three .rs-banner-shape {
  transform: rotateY(180deg);
}
.rs-banner-three .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .rs-banner-three .rs-banner-wrapper {
    display: block;
  }
}
.rs-banner-three .rs-banner-content-wrapper {
  overflow: hidden;
  min-width: 1004px;
  width: 50%;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-three .rs-banner-content-wrapper {
    min-width: 864px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-three .rs-banner-content-wrapper {
    min-width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-banner-content-wrapper {
    min-width: 498px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-three .rs-banner-content-wrapper {
    min-width: 100%;
  }
}
.rs-banner-three .rs-banner-content-inner {
  background: var(--rs-theme-secondary);
  padding-top: 155px;
  padding-inline-start: 160px;
  padding-inline-end: 160px;
  padding-bottom: 250px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-three .rs-banner-content-inner {
    padding-top: 140px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-three .rs-banner-content-inner {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-banner-content-inner {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-three .rs-banner-content-inner {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.rs-banner-three .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-three .rs-banner-title {
  color: var(--rs-white);
  font-weight: 500;
  line-height: 1.12;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-three .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-three .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-three .rs-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
.rs-banner-three .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-three .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-three .rs-banner-thumb {
  position: relative;
  width: 100%;
}
.rs-banner-three .rs-banner-thumb img {
  width: 100%;
  height: 931px;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-three .rs-banner-thumb img {
    height: 100%;
  }
}
.rs-banner-three .rs-banner-brand {
  position: relative;
}
.rs-banner-three .rs-banner-brand .rs-brand-two {
  background: var(--rs-theme-secondary);
  backdrop-filter: unset;
  margin-top: 0;
}
.rs-banner-three .rs-banner-feature {
  display: flex;
  gap: 35px;
  padding-top: 35px;
  padding-inline-start: 35px;
  padding-bottom: 25px;
  padding-inline-end: 35px;
  background: var(--rs-theme-primary);
  position: absolute;
  bottom: 0;
  width: 535px;
  inset-inline-end: 0;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-three .rs-banner-feature {
    width: 500px;
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-bottom: 25px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-three .rs-banner-feature {
    width: 450px;
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-bottom: 20px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-three .rs-banner-feature {
    width: 100%;
    position: unset;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-bottom: 15px;
    padding-inline-end: 25px;
  }
}
.rs-banner-three .rs-banner-feature:hover .rs-banner-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-banner-three .rs-banner-feature .rs-banner-feature-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--rs-theme-secondary);
}
.rs-banner-three .rs-banner-feature .rs-banner-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-banner-three .rs-banner-feature .rs-banner-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-banner-three .rs-banner-feature-title {
  color: var(--rs-white);
}
.rs-banner-three .rs-banner-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 10px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-banner-feature-line {
    width: 100%;
  }
}
.rs-banner-three .rs-banner-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-three .rs-banner-feature-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .rs-banner-three .rs-banner-feature-desc {
    margin-bottom: 20px;
  }
}
.rs-banner-three .rs-banner-feature-btn .icon-box svg {
  width: 25px;
  height: 25px;
}

/*----------------------------------------*/
/*  3.1.4 banner style 4
/*----------------------------------------*/
.rs-banner-four {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: var(--rs-theme-secondary);
}
.rs-banner-four .rs-banner-shape-one {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}
[dir=rtl] .rs-banner-four .rs-banner-shape-one {
  transform: rotateY(180deg);
}
.rs-banner-four .rs-banner-shape-two {
  position: absolute;
  bottom: 20px;
  inset-inline-start: 20px;
  transform: rotate(90deg);
}
[dir=rtl] .rs-banner-four .rs-banner-shape-two {
  inset-inline-end: 20px;
  inset-inline-start: auto;
}
.rs-banner-four .rs-banner-shape-three {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-shape-three {
    display: none;
  }
}
.rs-banner-four .rs-banner-thumb {
  position: relative;
}
[dir=rtl] .rs-banner-four .rs-banner-thumb {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-thumb {
    height: 300px;
  }
}
.rs-banner-four .rs-banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.rs-banner-four .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
.rs-banner-four .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-four .rs-banner-title {
  color: var(--rs-white);
  font-weight: 500;
  line-height: 1.12;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-four .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-four .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-four .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-four .rs-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
.rs-banner-four .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-four .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-four .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-four .rs-banner-form {
  margin-top: -320px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-form {
    margin-top: 0;
  }
}
.rs-banner-four .rs-banner-form .section-title-wrapper {
  border-radius: 6px 0 0 0;
}
[dir=rtl] .rs-banner-four .rs-banner-form .section-title-wrapper {
  border-radius: 0px 6px 0 0;
}
.rs-banner-four .rs-banner-form .rs-contact-input input {
  height: 56px;
}
.rs-banner-four .rs-banner-form .rs-contact-input .nice-select {
  height: 56px;
}
.rs-banner-four .rs-banner-form .rs-contact-form {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-form .rs-contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-banner-four .rs-banner-content-wrapper {
  display: grid;
  grid-template-columns: auto 750px;
  align-items: end;
  gap: 30px 140px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-content-wrapper {
    grid-template-columns: auto 600px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-four .rs-banner-content-wrapper {
    grid-template-columns: auto 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-four .rs-banner-content-wrapper {
    grid-template-columns: auto 470px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-content-wrapper {
    grid-template-columns: auto;
  }
}
.rs-banner-four .rs-banner-content {
  padding-top: 80px;
  padding-inline-start: 105px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-four .rs-banner-content {
    padding-inline-start: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-content {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

/*----------------------------------------*/
/*  3.1.5 banner style 5
/*----------------------------------------*/
.rs-banner-five {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: var(--rs-theme-secondary);
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-five {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-bottom: 15px;
  }
}
.rs-banner-five .rs-banner-shape {
  position: absolute;
  inset-inline-start: 44%;
  top: 43%;
  z-index: 2;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1700px) {
  .rs-banner-five .rs-banner-shape {
    inset-inline-start: 52%;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-five .rs-banner-shape {
    inset-inline-start: 55%;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-shape {
    display: none;
  }
}
.rs-banner-five .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}
[dir=rtl] .rs-banner-five .rs-banner-bg-thumb {
  transform: rotateY(180deg);
}
.rs-banner-five .rs-banner-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  mix-blend-mode: overlay;
  border-radius: 6px;
}
.rs-banner-five .rs-banner-wrapper {
  position: relative;
  z-index: 1;
}
.rs-banner-five .rs-banner-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(240deg, rgba(171, 5, 45, 0) 44%, var(--rs-theme-primary) 0%);
  mix-blend-mode: multiply;
  border-radius: 6px 0px 0px 6px;
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-wrapper::before {
    background-image: linear-gradient(240deg, rgba(171, 5, 45, 0) 0%, var(--rs-theme-primary) 0% 0%);
  }
}
[dir=rtl] .rs-banner-five .rs-banner-wrapper::before {
  transform: rotateY(180deg);
}
.rs-banner-five .rs-banner-content {
  padding-top: 180px;
  padding-inline-start: 120px;
  padding-bottom: 190px;
  z-index: 1;
  max-width: 750px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-five .rs-banner-content {
    padding-top: 120px;
    padding-inline-start: 100px;
    max-width: 710px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-five .rs-banner-content {
    padding-top: 110px;
    padding-inline-start: 60px;
    max-width: 670px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-content {
    padding-top: 90px;
    padding-inline-start: 40px;
    max-width: 620px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-five .rs-banner-content {
    padding-top: 70px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    max-width: 600px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-five .rs-banner-content {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-five .rs-banner-btn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-btn {
    margin-bottom: 0px;
  }
}
.rs-banner-five .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-five .rs-banner-title {
  color: var(--rs-white);
  font-weight: 500;
  line-height: 1.12;
}
.rs-banner-five .rs-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
.rs-banner-five .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-five .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-five .rs-banner-feature-wrapper {
  max-width: 1125px;
  display: flex;
  margin-inline-start: auto;
  margin-top: -190px;
  position: relative;
  z-index: 2;
  background: var(--rs-white);
  padding-top: 35px;
  padding-inline-start: 35px;
  padding-bottom: 33px;
  padding-inline-end: 35px;
  border-radius: 0 0 6px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-feature-wrapper {
    max-width: 100%;
    padding-top: 25px;
    padding-inline-start: 30px;
    padding-bottom: 23px;
    padding-inline-end: 30px;
    margin-top: 0;
    border-radius: 0 0 6px 6px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-feature-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
[dir=rtl] .rs-banner-five .rs-banner-feature-wrapper {
  border-radius: 0 0 0px 6px;
}
.rs-banner-five .rs-banner-feature-item {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rs-banner-five .rs-banner-feature-item {
    flex-wrap: wrap;
  }
}
.rs-banner-five .rs-banner-feature-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: var(--rs-border-primary);
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-feature-item::before {
    content: none;
  }
}
.rs-banner-five .rs-banner-feature-item:first-child {
  padding-inline-end: 30px;
  margin-inline-end: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-feature-item:first-child {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
}
.rs-banner-five .rs-banner-feature-item:last-child::before {
  content: none;
}
.rs-banner-five .rs-banner-feature-item:hover .rs-banner-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-banner-five .rs-banner-feature-icon {
  margin-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-five .rs-banner-feature-icon {
    margin-inline-end: 0;
    margin-bottom: 20px;
  }
}
.rs-banner-five .rs-banner-feature-icon svg {
  width: 22px;
  height: 22px;
}
.rs-banner-five .rs-banner-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  border-color: rgba(43, 57, 68, 0.1490196078);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-feature-line {
    width: 100%;
  }
}
.rs-banner-five .rs-banner-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-secondary);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-five .rs-banner-video-btn {
  position: absolute;
  top: 190px;
  inset-inline-end: 365px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-video-btn {
    inset-inline-end: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-five .rs-banner-video-btn {
    display: none;
  }
}
.rs-banner-five .rs-play-btn {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(39, 38, 40, 0.2) 0%, rgba(39, 38, 40, 0.12) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(21px);
  color: var(--rs-white);
}
.rs-banner-five .rs-play-btn::before {
  content: none;
}

/*----------------------------------------*/
/*  3.1.6 banner style 6
/*----------------------------------------*/
.rs-banner-six {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-six .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
}
.rs-banner-six .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #22313C 32.44%, rgba(34, 49, 60, 0) 129.77%);
  z-index: 1;
}
.rs-banner-six .banner-shape-one {
  position: absolute;
  inset-inline-start: 0;
  bottom: 120px;
}
.rs-banner-six .rs-banner-wrapper {
  padding-top: 50px;
  padding-inline-start: 160px;
  display: flex;
  justify-content: space-between;
  gap: 30px 300px;
}
@media only screen and (max-width: 1800px) {
  .rs-banner-six .rs-banner-wrapper {
    gap: 30px 150px;
    padding-inline-start: 45px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-six .rs-banner-wrapper {
    padding-inline-start: 0px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-wrapper {
    grid-template-columns: 550px auto;
    display: grid;
    align-items: end;
    gap: 30px 30px;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-six .rs-banner-wrapper {
    padding-top: 70px;
    grid-template-columns: auto;
  }
}
.rs-banner-six .rs-banner-content {
  padding-top: 90px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-content {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-six .rs-banner-content {
    padding-bottom: 0px;
  }
}
.rs-banner-six .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-six .rs-banner-title {
  color: var(--rs-white);
  font-weight: 500;
  line-height: 1.12;
}
.rs-banner-six .rs-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-desc {
    max-width: 100%;
  }
}
.rs-banner-six .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-six .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-six .rs-banner-thumb {
  position: relative;
  z-index: 2;
  min-width: 600px;
  margin-inline-end: 175px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-six .rs-banner-thumb {
    margin-inline-end: 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-six .rs-banner-thumb {
    min-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-thumb {
    min-width: 100%;
  }
}
.rs-banner-six .rs-banner-thumb img {
  width: 100%;
}
.rs-banner-six .rs-text-clip-title {
  font-size: 770px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.75;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -8px;
  inset-inline-end: -100px;
  z-index: -1;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-six .rs-text-clip-title {
    font-size: 700px;
    inset-inline-end: -30px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-six .rs-text-clip-title {
    inset-inline-end: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-text-clip-title {
    font-size: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-six .rs-text-clip-title {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-six .rs-text-clip-title {
    font-size: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-six .rs-text-clip-title {
    font-size: 400px;
  }
}
.rs-banner-six .rs-banner-brand {
  position: relative;
  width: 70%;
  z-index: 1;
  margin-top: -122px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-brand {
    width: 100%;
    margin-top: 0;
    z-index: 2;
  }
}
.rs-banner-six .rs-brand-two {
  margin-top: unset;
  background: var(--rs-bg-primary);
  backdrop-filter: unset;
}

/*----------------------------------------*/
/*  3.1.7 banner style 7
/*----------------------------------------*/
.rs-banner-seven {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-seven .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
[dir=rtl] .rs-banner-seven .rs-banner-bg-thumb {
  transform: rotateY(180deg);
}
.rs-banner-seven .rs-banner-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  mix-blend-mode: overlay;
}
.rs-banner-seven .rs-banner-shape-one {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-shape-one {
    display: none;
  }
}
[dir=rtl] .rs-banner-seven .rs-banner-shape-one {
  transform: rotateY(180deg);
}
.rs-banner-seven .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-inline-start: 170px;
  padding-inline-end: 170px;
  display: grid;
  grid-template-columns: 655px auto;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-wrapper {
    grid-template-columns: 500px auto;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-wrapper {
    grid-template-columns: auto;
    padding-top: 70px;
  }
}
.rs-banner-seven .rs-banner-content {
  padding-bottom: 280px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-content {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-content {
    padding-bottom: 0px;
  }
}
.rs-banner-seven .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-title-primary);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-seven .rs-banner-title {
  font-weight: 500;
  line-height: 1.12;
}
.rs-banner-seven .rs-banner-desc {
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-desc {
    max-width: 100%;
  }
}
.rs-banner-seven .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 30px;
  border-color: rgba(97, 108, 116, 0.1490196078);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-seven .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-seven .rs-banner-thumb {
  position: relative;
  z-index: 1;
}
.rs-banner-seven .rs-banner-thumb img {
  width: 100%;
}

/*----------------------------------------*/
/*  3.1.8 banner style 8
/*----------------------------------------*/
.rs-banner-eight {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: #E5EBEA;
  border-radius: 6px 0px 0px 6px;
  margin-inline-start: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-eight {
    margin-inline-start: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight {
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    border-radius: 0;
  }
}
.rs-banner-eight .banner-shape-one {
  position: absolute;
  bottom: 50px;
  inset-inline-start: 0;
}
[dir=rtl] .rs-banner-eight .banner-shape-one {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1700px) {
  .rs-banner-eight .banner-shape-one {
    display: none;
  }
}
.rs-banner-eight .banner-shape-two {
  position: absolute;
  bottom: 40px;
  inset-inline-end: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .banner-shape-two {
    display: none;
  }
}
.rs-banner-eight .rs-banner-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  mix-blend-mode: overlay;
}
.rs-banner-eight .rs-banner-shape-one {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
}
.rs-banner-eight .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-inline-start: 110px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 730px auto;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-eight .rs-banner-wrapper {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-eight .rs-banner-wrapper {
    grid-template-columns: 680px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-wrapper {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-wrapper {
    grid-template-columns: auto;
    padding-top: 70px;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
}
.rs-banner-eight .rs-banner-content {
  padding-top: 70px;
  padding-bottom: 270px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.rs-banner-eight .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-title-primary);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-eight .rs-banner-title {
  font-weight: 500;
  line-height: 1.12;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-eight .rs-banner-desc {
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-desc {
    max-width: 100%;
  }
}
.rs-banner-eight .rs-banner-line {
  width: 583px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 30px;
  border-color: rgba(97, 108, 116, 0.1490196078);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-eight .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-eight .rs-banner-thumb {
  position: relative;
  z-index: 1;
}
.rs-banner-eight .rs-banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 6px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-thumb img {
    height: auto;
    border-radius: 0;
  }
}
.rs-banner-eight .rs-banner-scroll-btn {
  position: absolute;
  bottom: 130px;
  transform: rotate(90deg);
  inset-inline-start: 140px;
  z-index: 2;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-eight .rs-banner-scroll-btn {
    inset-inline-start: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-scroll-btn {
    display: none;
  }
}
.rs-banner-eight .rs-banner-scroll-btn .rs-btn {
  padding: 7px 26px;
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-title-primary);
  border-color: var(--rs-border-primary);
}
[dir=rtl] .rs-banner-eight .rs-banner-scroll-btn .rs-btn {
  flex-direction: row-reverse;
}
.rs-banner-eight .rs-banner-scroll-btn .rs-btn.has-icon .icon-box {
  transform: rotate(0);
}
.rs-banner-eight .rs-banner-scroll-btn .rs-btn.has-icon .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-banner-eight .rs-banner-scroll-btn .rs-btn:hover {
  color: var(--rs-white);
}
.rs-banner-eight .rs-banner-scroll-btn .rs-btn:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-banner-eight .rs-banner-feature {
  width: 625px;
  position: absolute;
  bottom: 0;
  inset-inline-start: -625px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-feature {
    width: 580px;
    inset-inline-start: -580px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-feature {
    position: relative;
    width: 100%;
    inset-inline-start: unset;
    bottom: unset;
    margin-top: 30px;
  }
}
.rs-banner-eight .rs-banner-feature:hover .rs-banner-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-banner-eight .rs-banner-feature-title {
  color: var(--rs-white);
}
.rs-banner-eight .rs-banner-feature-desc {
  color: var(--rs-white);
  margin-top: 15px;
  margin-bottom: 21px;
}
.rs-banner-eight .rs-banner-feature-inner {
  display: grid;
  grid-template-columns: 265px auto;
  gap: 30px;
  align-items: center;
  padding: 16px;
  border-radius: 6px 0px 0px 6px;
  background: var(--rs-theme-secondary);
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-feature-inner {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-eight .rs-banner-feature-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-eight .rs-banner-feature-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.rs-banner-eight .rs-banner-feature-thumb {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rs-banner-eight .rs-banner-feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 0.8s ease;
}

/*----------------------------------------*/
/*  3.1.9 banner style 9
/*----------------------------------------*/
.rs-banner-nine {
  position: relative;
  overflow-x: clip;
}
.rs-banner-nine .rs-banner-shape {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .rs-banner-nine .rs-banner-shape {
    display: none;
  }
}
[dir=rtl] .rs-banner-nine .rs-banner-shape {
  transform: translateY(-50%) rotateY(180deg);
}
.rs-banner-nine .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.rs-banner-nine .rs-banner-wrapper {
  position: relative;
}
.rs-banner-nine .rs-banner-item-wrapper {
  padding-top: 290px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-nine .rs-banner-item-wrapper {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-nine .rs-banner-item-wrapper {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-nine .rs-banner-item-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-nine .rs-banner-item-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-nine .rs-banner-item-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-banner-nine .rs-banner-item {
  background: var(--rs-theme-secondary);
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  max-width: 645px;
  border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-nine .rs-banner-item {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-nine .rs-banner-item {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-nine .rs-banner-item {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-banner-nine .rs-banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-block;
}
.rs-banner-nine .rs-banner-title {
  font-weight: 500;
  line-height: 1.15;
  color: var(--rs-white);
  font-size: 52px;
}
@media only screen and (max-width: 767px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 35px;
  }
}
.rs-banner-nine .rs-banner-desc {
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 580px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-banner-nine .rs-banner-line {
  width: 490px;
  position: relative;
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 25px;
  border-color: var(--rs-border-secondary);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-nine .rs-banner-line {
    width: 100%;
  }
}
.rs-banner-nine .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 122px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-nine .rs-banner-navigation {
  display: flex;
  gap: 15px;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  inset-inline-end: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .rs-banner-nine .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-nine .rs-banner-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rs-banner-nine .rs-banner-pagination {
    display: block;
  }
}
.rs-banner-nine .rs-banner-pagination .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}

.rs-banner-nine .swiper-slide-active .rs-banner-subtitle,
.rs-banner-nine .swiper-slide-active .rs-banner-title,
.rs-banner-nine .swiper-slide-active .rs-banner-desc,
.rs-banner-nine .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-nine .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-nine .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-nine .swiper-slide-active .rs-banner-desc {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.rs-banner-nine .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}
.rs-banner-nine .swiper-slide-active .rs-banner-bg-thumb {
  transform: scale(1.15);
}

/* Menu index */
.main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
.main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
.main-menu ul li ul.submenu li.active > a {
  color: var(--rs-theme-primary);
}
.main-menu > ul {
  display: inline-flex;
  gap: 0 40px;
}
@media only screen and (max-width: 1366px) {
  .main-menu > ul {
    gap: 0 30px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--rs-theme-primary);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
}
.main-menu > ul > li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: var(--rs-white);
  padding: 37px 0px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s linear;
}
.main-menu .submenu {
  background-color: var(--rs-theme-secondary);
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  width: 260px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  top: 100%;
  transform: scaleY(0);
  transition: all 0.5s ease;
  visibility: hidden;
  transform-origin: top center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-menu .submenu ul {
  background-color: var(--rs-theme-secondary);
  width: 260px;
  position: absolute;
  inset-inline-start: 100%;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .submenu li {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.main-menu .submenu li:last-child {
  padding-bottom: 0;
}
.main-menu .submenu li:first-child {
  padding-top: 0;
}
.main-menu .submenu li:hover > a {
  color: var(--rs-theme-primary);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  transition: all 0.5s;
  text-align: start;
  cursor: pointer;
  padding: 0;
}
.main-menu .mega-menu {
  background-color: #2F3E4B;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  top: 100%;
  transform: scaleY(0);
  transition: all 0.5s ease;
  visibility: hidden;
  transform-origin: top center;
  padding: 30px 30px 30px 30px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 99;
}
@media only screen and (max-width: 1600px) {
  .main-menu .mega-menu {
    width: 1150px;
  }
}
.main-menu .mega-menu li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.main-menu .mega-menu li a:hover {
  color: var(--rs-theme-primary);
}
.main-menu .mega-menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-menu .mega-menu ul li:last-child {
  padding-bottom: 0;
}
.main-menu .mega-menu .active > a {
  color: var(--rs-theme-primary);
}
.main-menu .mega-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 50px;
  display: grid;
  width: 1010px;
}
.main-menu .mega-grid > li {
  position: relative;
}
.main-menu .mega-grid > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-inline-end: 1px solid #414D57;
  inset-inline-end: 0;
}
.main-menu .mega-grid > li:last-child::before {
  content: none;
}
.main-menu .rs-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .mega-menu-title a {
  display: inline-block;
  border-radius: 6px;
  font-size: 22px;
  margin-bottom: 0px;
  color: var(--rs-title-primary);
  font-weight: 600;
}
.main-menu .mega-menu-title a:hover {
  color: var(--rs-theme-primary);
}
.main-menu .rs-mega-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.main-menu .mega-menu .title {
  pointer-events: none;
  font-weight: 600;
  color: var(--rs-white) !important;
  margin-bottom: 20px;
}
.main-menu .mega-grid-two {
  background-color: var(--rs-bg-primary);
  grid-template-columns: repeat(4, 1fr) 410px;
  display: grid;
  width: 1300px;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .main-menu .mega-grid-two {
    width: 1150px;
    grid-template-columns: repeat(4, 1fr) 300px;
  }
}
.main-menu .mega-grid-two > li {
  position: relative;
}
.main-menu .mega-grid-two > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-inline-end: 1px solid #414d57;
  inset-inline-end: 0;
  top: 0;
}
.main-menu .mega-grid-two > li:nth-child(4)::before {
  content: none;
}
.main-menu .mega-grid-two > li:last-child::before {
  content: none;
}
.main-menu .mega-grid-two .title {
  color: var(--rs-white) !important;
}
.main-menu .mega-grid-two li a {
  color: rgba(255, 255, 255, 0.65);
}
.main-menu .mega-grid-two li a:hover {
  color: var(--rs-theme-primary);
}
.main-menu .rs-mega-menu-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-menu .rs-mega-menu-right {
  background: rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.main-menu .mega-grid-two .rs-mega-menu-right {
  background: rgba(0, 0, 0, 0.18);
  border-inline-start: 1px solid #414d57;
}
.main-menu .rs-mega-menu-right:hover .rs-mega-menu-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.main-menu .rs-mega-menu-right .mega-menu-title a {
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-title-primary);
  padding: 0;
}
.main-menu .mega-grid-two .rs-mega-menu-right .mega-menu-title a {
  color: var(--rs-white);
}
.main-menu .mega-grid-two .rs-mega-menu-right .mega-menu-title a:hover {
  color: var(--rs-theme-primary);
}
.main-menu .rs-mega-menu-desc {
  margin: 10px 0 10px 0;
}
.main-menu .mega-grid-two .rs-mega-menu-right .rs-mega-menu-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.55;
}
.main-menu .rs-mega-menu-thumb {
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.main-menu .mega-grid-two .triaxo-mega-menu-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  background: #3a4a56;
}
.main-menu .mega-grid-two .triaxo-mega-menu-thumb-placeholder span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.02em;
}
.main-menu .rs-mega-menu-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
  object-fit: cover;
  object-position: top center;
  height: 150px;
}
@media only screen and (max-width: 1366px) {
  .main-menu .rs-mega-menu-thumb img {
    height: 100%;
  }
}
.main-menu .rs-menu-item {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
.main-menu .rs-mega-menu-btn .rs-btn {
  font-size: 14px;
}
.main-menu .mega-grid-two .rs-mega-menu-btn .rs-btn.is-white {
  color: var(--rs-white);
  border-color: rgba(255, 255, 255, 0.35);
}
.main-menu .mega-grid-two .rs-mega-menu-btn .rs-btn.is-white:hover {
  color: var(--rs-bg-primary);
  background: var(--rs-white);
  border-color: var(--rs-white);
}
.main-menu .rs-mega-menu-btn .rs-btn .icon-box svg {
  width: 14px;
  height: 14px;
}

.main-menu li .has-arrow > a::after {
  position: absolute;
  inset-inline-end: 20px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  content: "\ea4e";
  font-family: var(--rs-ff-remixicon);
}
.main-menu li .has-arrow:hover a::after {
  transform: rotate(-90deg);
}
[dir=rtl] .main-menu li .has-arrow:hover a::after {
  transform: rotate(90deg);
}

.main-menu > ul > li:hover > a::after {
  transform: rotate(180deg);
  color: var(--rs-theme-primary);
}
.main-menu > ul > li.menu-item-has-children > a {
  position: relative;
}
.main-menu > ul > li.menu-item-has-children > a::after {
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  content: "\ea4e";
  font-family: var(--rs-ff-remixicon);
}
.main-menu ul li.rs-mega-menu.is-text-white.active > a {
  color: var(--rs-white);
}
.main-menu ul li.rs-mega-menu.is-text-white.active > a:hover {
  color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .submenu li:hover > a {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
.rs-header-area.has-bg-white .main-menu .submenu li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .submenu li a.active {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .mega-menu li a {
  color: rgba(255, 255, 255, 0.6);
}
.rs-header-area.has-bg-white .main-menu > ul > li a {
  color: var(--rs-title-primary);
}
.rs-header-area.has-bg-white .main-menu > ul > li a:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.6.2 Mobile Menu css
/*----------------------------------------*/
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 30px;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--rs-white);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--rs-white);
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mean-container .mean-nav ul.mega-menu {
  position: static;
  height: 100%;
  background: transparent;
  z-index: 3;
  display: block;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  transition: none;
  padding-inline-start: 20px;
}
[dir=rtl] .mean-container .mean-nav ul.mega-menu {
  padding-inline-start: 22px;
  padding-inline-end: 0;
}

.mean-container .mean-nav .submenu {
  padding-inline-start: 20px;
}
.mean-container .mean-nav .submenu a {
  font-size: 16px;
}
.mean-container .mean-nav .mega-menu ul {
  padding-inline-start: 20px;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--rs-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: start;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--rs-black);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-primary);
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: 2;
  background: transparent;
  border: none !important;
  font-size: 14px !important;
  margin-top: 8px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  color: var(--rs-black);
  line-height: 30px;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.mean-container .mean-nav ul li a.mean-expand i,
.mean-container .mean-nav ul li span.mean-expand i {
  transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-primary);
  color: var(--rs-black);
  border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rs-white);
  transform: rotate(45deg);
}

.mobile-menu.mean-container .menu-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(43, 77, 255, 0.1215686275);
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.mobile-menu.mean-container .menu-item:hover {
  background: rgba(43, 77, 255, 0.0392156863);
}
.mobile-menu.mean-container .menu-item:hover .title {
  color: var(--rs-theme-primary);
}
.mobile-menu.mean-container .menu-item-has-children.dropdown-opened {
  border-bottom: 0;
}
.mobile-menu.mean-container .rs-mega-menu-btn {
  margin-bottom: 20px;
}
.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn {
  border-radius: 0;
  display: inline-flex;
  float: unset;
  align-items: center;
  justify-content: start;
  font-size: 15px;
  height: unset;
  padding: unset;
  width: unset;
}
.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn .icon-box {
  width: unset;
  padding: 0;
}
.mobile-menu.mean-container .rs-mega-menu-thumb .image-link {
  padding: 0;
}
.mobile-menu.mean-container .rs-mega-menu-desc {
  margin-bottom: 10px;
}


@media only screen and (max-width: 1199px) {
  #mobile-menu-two {
    display: none;
  }
}

.mobile-menu.mean-container .onepage-menu li a.active,
.mobile-menu.mean-container .multipage-menu li a.active {
  color: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.rs-blog-one .rs-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-blog-one .rs-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-blog-one .rs-blog-item {
  position: relative;
}
.rs-blog-one .rs-blog-item:hover .rs-blog-content-hover {
  opacity: 1;
  visibility: visible;
}
.rs-blog-one .rs-blog-item:hover .rs-blog-tag a {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-blog-one .rs-blog-thumb {
  height: 565px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-thumb {
    height: 500px;
  }
}
.rs-blog-one .rs-blog-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(43, 57, 68, 0) 0%, #2B3944 92.33%);
  z-index: 1;
}
.rs-blog-one .rs-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
.rs-blog-one .rs-blog-meta-item {
  display: flex;
  align-items: center;
}
.rs-blog-one .rs-blog-meta-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rs-white);
}
.rs-blog-one .rs-blog-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 17px;
}
.rs-blog-one .rs-blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-content {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-blog-one .rs-blog-content {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-blog-one .rs-blog-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px;
  z-index: 2;
}
.rs-blog-one .rs-blog-title {
  color: var(--rs-white);
}
.rs-blog-one .rs-blog-content-wrapper {
  width: 100%;
}
.rs-blog-one .rs-blog-content-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--rs-theme-primary);
  z-index: 1;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-blog-one .rs-blog-content-hover .rs-blog-content {
  position: relative;
  padding-top: 115px;
  height: 100%;
}
.rs-blog-one .rs-blog-content-hover .rs-blog-desc {
  color: var(--rs-white);
  margin-bottom: 153px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-content-hover .rs-blog-desc {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-content-hover .rs-blog-desc {
    margin-bottom: 80px;
  }
}
.rs-blog-one .rs-blog-content-hover .rs-blog-title {
  color: var(--rs-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.rs-blog-one .rs-blog-content-hover .rs-btn {
  text-decoration: underline;
  overflow: visible;
}
.rs-blog-one .rs-blog-content-hover .rs-btn:hover {
  color: var(--rs-black);
}
.rs-blog-two {
  position: relative;
  z-index: 1;
}
.rs-blog-two .rs-blog-bg-thumb {
  position: absolute;
  width: 100%;
  height: calc(100% - 390px);
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-blog-two .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.rs-blog-two .rs-blog-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-blog-two .rs-blog-item:hover .rs-blog-title::after {
  width: 100%;
}
.rs-blog-two .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-blog-two .rs-blog-item:hover .rs-blog-meta-inner {
  background: var(--rs-theme-primary);
}
.rs-blog-two .rs-blog-content {
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 0 0 6px 6px;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-inline-start: 35px;
  padding-inline-end: 40px;
  border-top: 0;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-two .rs-blog-content {
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-blog-two .rs-blog-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-blog-two .rs-blog-content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-blog-two .rs-blog-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rs-blog-two .rs-blog-title:hover {
  color: var(--rs-theme-primary);
}
.rs-blog-two .rs-blog-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--rs-border-primary);
  bottom: 0;
  height: 1px;
}
.rs-blog-two .rs-blog-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-black);
  inset-inline-start: 0;
  height: 1px;
  bottom: 0;
  transition: 0.6s;
}
.rs-blog-two .rs-blog-desc {
  margin-bottom: 15px;
}
.rs-blog-two .rs-blog-meta {
  position: absolute;
  bottom: 0;
}
.rs-blog-two .rs-blog-meta-inner {
  background: var(--rs-theme-secondary);
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  align-items: center;
  gap: 12px;
  transition: 0.5s;
  flex-wrap: wrap;
}
.rs-blog-two .rs-blog-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rs-blog-two .rs-blog-meta-item span {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-blog-two .rs-blog-meta-item span a:hover {
  color: var(--rs-theme-secondary);
}
.rs-blog-two .rs-blog-meta-icon {
  font-size: 14px;
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.rs-blog-tag a {
  color: var(--rs-white);
  font-size: 14px;
  padding: 6px 12px 6px 12px;
  border-radius: 3px;
  background: var(--rs-theme-secondary);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.rs-blog-tag a:hover {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}

/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.rs-postbox-more-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-top: 30px;
  margin-top: 50px;
  padding-bottom: 30px;
  background: var(--rs-white);
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-postbox-more-navigation {
    justify-content: center;
  }
}
.rs-postbox-more-navigation a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rs-title-primary);
}
.rs-postbox-more-navigation a:hover {
  color: var(--rs-theme-primary);
}
.rs-postbox-more-navigation a i {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-postbox-more-item::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
@media only screen and (max-width: 480px) {
  .rs-postbox-more-item::before {
    content: none;
  }
}
.rs-postbox-more-item:last-child::before {
  content: none;
}

.rs-postbox-item:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.rs-postbox-content {
  padding-top: 30px;
}
.rs-postbox-accordion .accordion-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 6px !important;
  padding: 30px 30px 30px 30px;
}
@media only screen and (max-width: 480px) {
  .rs-postbox-accordion .accordion-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-postbox-accordion .accordion-button:not(.collapsed) .accordion-icon i {
  transform: rotate(180deg);
}
.rs-postbox-accordion .accordion-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--rs-title-primary);
}
.rs-postbox-accordion .accordion-icon {
  width: 28px;
  height: 28px;
  background: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 13px;
  color: var(--rs-white);
  position: absolute;
  right: 0;
}
.rs-postbox-accordion .accordion-icon i {
  transition: 0.3s;
}
.rs-postbox-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.rs-postbox-thumb:hover img {
  transform: scale(1.1);
}
.rs-postbox-thumb img {
  width: 100%;
  transition: 0.9s;
}
.rs-postbox-tag {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
}
.rs-postbox-tag a {
  color: var(--rs-title-primary);
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
  background: var(--rs-theme-primary);
  transition: 0.3s;
}
.rs-postbox-tag a:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-postbox-meta-list {
  display: flex;
  align-items: center;
  gap: 20px 0px;
}
.rs-postbox-title {
  margin: 15px 0 15px;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-title {
    font-size: 26px;
  }
}
.rs-postbox-title a:hover {
  color: #acd601;
}
.rs-postbox-meta-item {
  position: relative;
  display: flex;
  align-items: center;
}
.rs-postbox-meta-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-postbox-meta-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  inset-inline-start: -15px;
  top: 50%;
  background: #616161;
  transform: translate(-50%, -50%);
}
.rs-postbox-meta-item:not(:last-child)::before {
  content: none;
}
.rs-postbox-meta-item span {
  font-size: 16px;
}
.rs-postbox-meta-item .meta-author {
  font-weight: 700;
}
.rs-postbox-meta-item .meta-author:hover {
  color: var(--rs-theme-primary);
}
.rs-postbox-btn {
  margin-top: 30px;
}
.rs-postbox-btn .rs-btn {
  height: 55px;
  padding: 15px 20px;
}
.rs-postbox-details-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-postbox-details-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-title {
    font-size: 25px;
  }
}
.rs-postbox-details-tags {
  align-items: center;
}
.rs-postbox-details-tags span {
  font-weight: 600;
  padding-inline-end: 10px;
  color: var(--rs-title-primary);
}
.rs-postbox-details-tags.tagcloud a {
  padding: 6px 15px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
}
.rs-postbox-details-social {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-top: 20px;
  padding-bottom: 20px;
}
.rs-postbox-details-comment-title {
  margin-bottom: 20px;
  margin-top: 40px;
}
.rs-postbox-details-video {
  position: relative;
  z-index: 1;
  height: 380px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-video {
    height: 300px;
  }
}
.rs-postbox-details-video .rs-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.rs-postbox-details-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-postbox-details-comment-inner ul li {
  list-style: none;
}
.rs-postbox-details-comment-inner ul.children {
  margin-inline-start: 77px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-comment-inner ul.children {
    margin-inline-start: 0px;
  }
}
.rs-postbox-details-comment-inner ul.children li {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-postbox-details-comment-inner ul.children li:first-child {
  border-top: 1px solid var(--rs-border-primary);
}
.rs-postbox-details-avater-meta {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}
.rs-postbox-details-comment-content P {
  margin-bottom: 20px;
}
.rs-postbox-details-comment-box {
  margin-bottom: 30px;
  padding-top: 30px;
  gap: 20px 30px;
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-details-comment-box {
    flex-wrap: wrap;
  }
}
.rs-postbox-details-comment-reply a {
  padding: 6px 20px;
  background: var(--rs-theme-primary);
  color: var(--rs-title-primary);
  font-size: 14px;
  border-radius: 5px;
}
.rs-postbox-details-comment-reply a:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-postbox-details-comment-thumb img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.rs-postbox-details-social .rs-postbox-social span {
  font-weight: 600;
  padding-inline-end: 10px;
  color: var(--rs-title-primary);
}
.rs-postbox-details-social .rs-postbox-social a {
  color: #616C74;
  font-size: 16px;
}
.rs-postbox-details-social .rs-postbox-social .rs-theme-social {
  gap: 15px;
}
.rs-postbox-quote {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-quote {
    margin-top: 50px;
  }
}
.rs-postbox-quote blockquote {
  background: var(--rs-bg-secondary);
  border-radius: 6px;
  padding-top: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-quote blockquote {
    padding-top: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-postbox-quote blockquote {
    padding-top: 15px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-postbox-quote p {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 31px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-quote p {
    margin-bottom: 20px;
  }
}
.rs-postbox-quote cite {
  text-transform: uppercase;
  font-style: normal;
  color: var(--rs-black);
  font-weight: 500;
  position: relative;
  padding-inline-start: 57px;
}
.rs-postbox-quote cite::before {
  content: "";
  background: var(--rs-theme-primary);
  height: 2px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-postbox-quote-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.rs-postbox-quote .rs-postbox-quote-icon svg {
  width: 36px;
}
.rs-postbox-quote .rs-postbox-quote-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-postbox-details-feature {
  margin-top: 20px;
}
.rs-postbox-details-feature ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-feature ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-postbox-details-feature ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-postbox-details-feature ul li {
  list-style: none;
  position: relative;
  display: flex;
  color: var(--rs-black);
  gap: 7px;
  font-weight: 500;
}
.rs-postbox-details-feature ul li span {
  width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.rs-postbox-details-feature ul li span svg {
  width: 11px;
  height: 11px;
}
.rs-postbox-comment-form .rs-contact-input-title {
  font-size: 16px;
  color: var(--rs-title-primary);
  margin-bottom: 7px;
  font-weight: 500;
}
.rs-postbox-comment-form .rs-contact-input input {
  height: 56px;
  border-radius: 6px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  border: 1px solid var(--rs-border-primary);
}
.rs-postbox-comment-form .rs-contact-input input:focus {
  border-color: var(--rs-theme-primary);
}
.rs-postbox-comment-form .rs-contact-input textarea {
  height: 200px;
  border-radius: 6px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  border: 1px solid var(--rs-border-primary);
}
.rs-postbox-comment-form .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-primary);
}

.rs-blog-post-one .rs-blog-post-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.25;
}
.rs-blog-post-one .rs-blog-post-social {
  align-items: center;
  display: flex;
  gap: 15px;
}
.rs-blog-post-one .rs-blog-post-social-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-title-primary);
  flex: 0 0 auto;
}
.rs-blog-post-one .rs-blog-post-right {
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-post-one .rs-blog-post-right {
    margin-top: 0;
  }
}
.rs-blog-post-one .rs-blog-post-description {
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-blog-post-one .rs-blog-post-description {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.rs-sidebar-sticky {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 991px) {
  .rs-sidebar-sticky {
    position: relative;
    top: unset;
  }
}

.sidebar-widget {
  position: relative;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  padding: 30px 30px 38px 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 1600px) {
  .sidebar-widget {
    padding: 10px 20px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-widget {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-widget {
    padding: 10px 20px 20px 20px;
  }
}
.sidebar-widget.widget-categories ul li {
  list-style: none;
}
.sidebar-widget.widget-categories ul li:not(:last-child) {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar-widget.widget-categories ul li a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}
.sidebar-widget.widget-categories ul li a:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget.widget-categories-two {
  padding: 30px 30px 40px 30px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-categories-two {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widget.widget-categories-two.has-content-none::before {
  content: none;
}
.sidebar-widget.widget-categories-two ul li {
  list-style: none;
}
.sidebar-widget.widget-categories-two ul li:not(:last-child) {
  margin-bottom: 12px;
}
.sidebar-widget.widget-categories-two ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(2, 1, 1, 0.09);
  padding: 12px 20px;
  background: var(--rs-white);
  font-weight: 500;
  border-radius: 6px;
  font-size: 17px;
}
.sidebar-widget.widget-categories-two ul li a:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.sidebar-widget.widget-categories-two ul li i {
  font-size: 20px;
}
.sidebar-widget.widget-price-filter {
  overflow-x: clip;
}
.sidebar-search-input {
  position: relative;
}
.sidebar-search-input input {
  padding-inline-end: 50px;
  background: var(--rs-white);
  border: 1px solid #ddd;
  height: 60px;
}
.sidebar-search-input button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  color: var(--rs-black);
  font-size: 16px;
  transform: translateY(-50%);
}
.sidebar-search-input button:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget-title {
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  padding-bottom: 12px;
}
.sidebar-widget-title::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0;
  background: #2B3944;
}
.sidebar-widget-title::after {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  inset-inline-start: 30px;
  bottom: 0;
  background: var(--rs-theme-primary);
}
.sidebar-widget-title.has-large {
  font-size: 36px;
}
@media only screen and (max-width: 575px) {
  .sidebar-widget-title.has-large {
    font-size: 30px;
  }
}
.sidebar-widget-title.has-border {
  position: relative;
  margin-bottom: 40px;
  border-inline-start: 2px solid var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.sidebar-blog-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-item {
    display: grid;
    grid-template-columns: auto;
  }
}
.sidebar-blog-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
}
.sidebar-blog-item:hover .sidebar-blog-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.sidebar-blog-thumb {
  overflow: hidden;
  flex: 0 0 auto;
  width: 85px;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-thumb {
    width: 100%;
  }
}
.sidebar-blog-thumb img {
  width: 100%;
  border-radius: 4px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.sidebar-blog-title {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-blog-title {
    font-size: 16px;
  }
}
.sidebar-blog-title a:hover {
  color: var(--rs-theme-primary);
}
.sidebar-blog-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sidebar-blog-meta i {
  color: var(--rs-theme-primary);
}
.sidebar-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(116, 116, 117, 0.141);
  background: transparent;
}
.sidebar-social a:hover {
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.2.4 Sidebar css
/*----------------------------------------*/
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tagcloud.has-bg-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 8px;
  padding: 30px;
}
.tagcloud.has-bg-transparent a {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--rs-white);
  background: var(--rs-bg-primary);
}
.tagcloud.has-bg-white a {
  background: var(--rs-white);
}
.tagcloud a {
  font-size: 16px;
  border: 1px solid var(--rs-border-primary);
  padding: 7px 15px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  background: var(--rs-white);
  border-radius: 6px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 480px) {
  .tagcloud a {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.tagcloud a:hover {
  color: var(--rs-white);
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.4.1 Footer Style
/*----------------------------------------*/
.rs-footer-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-footer-one .rs-footer-shape-one {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}
[dir=rtl] .rs-footer-one .rs-footer-shape-one {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-shape-one {
    display: none;
  }
}
.rs-footer-one .rs-footer-shape-two {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
[dir=rtl] .rs-footer-one .rs-footer-shape-two {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-shape-two {
    display: none;
  }
}
.rs-footer-one .rs-footer-widget-desc {
  color: rgba(255, 255, 255, 0.43);
  margin-bottom: 0px;
  margin-top: 30px;
}
.rs-footer-one .rs-footer-widget-contact-info {
  margin-bottom: 45px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-widget-contact-info {
    margin-bottom: 35px;
    margin-top: 25px;
  }
}
.rs-footer-one .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.rs-footer-one .rs-footer-widget-title::before {
  position: absolute;
  content: "";
  width: 148px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
}
.rs-footer-one .rs-footer-widget-title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: var(--rs-white);
  inset-inline-start: 0;
  bottom: 0px;
}
.rs-footer-one .rs-footer-content-item:not(:last-child) {
  margin-bottom: 18px;
}
.rs-footer-one .rs-footer-social a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
}
.rs-footer-one .rs-footer-social a svg path {
  transition: 0.3s;
}
.rs-footer-one .rs-footer-social a:hover {
  background: var(--rs-theme-primary);
}
.rs-footer-one .rs-footer-social a:hover svg path {
  fill: var(--rs-white);
}
.rs-footer-one .rs-footer-content-item span,
.rs-footer-one .rs-footer-content-item a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4392156863);
}
.rs-footer-one .rs-footer-content-item a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-one .rs-footer-wrapper {
  display: grid;
  grid-template-columns: 500px auto;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 330px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: auto;
    gap: 30px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-wrapper {
    padding-bottom: 75px;
  }
}
.rs-footer-one .rs-footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-footer-one .rs-footer-widget-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-footer-one .rs-footer-left {
  padding-top: 100px;
  padding-bottom: 230px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  padding-inline-end: 100px;
  margin-inline-end: 115px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-left {
    padding-inline-end: 70px;
    margin-inline-end: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-left {
    padding-inline-end: 40px;
    margin-inline-end: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-left {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
    border-inline-end: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-left {
    padding-top: 80px;
  }
}
.rs-footer-one .rs-footer-right {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-right {
    padding-top: 0;
  }
}
.rs-footer-one .rs-footer-widget-link ul li {
  list-style: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.43);
}
.rs-footer-one .rs-footer-widget-link ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-footer-one .rs-footer-widget-link ul li a {
  position: relative;
  transition: 0.5s;
}
.rs-footer-one .rs-footer-widget-link ul li a:hover {
  color: var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.rs-footer-one .rs-footer-widget-link ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rs-footer-one .rs-footer-widget-link ul li a::before {
  content: "\f2e5";
  color: var(--rs-theme-primary);
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: var(--rs-ff-remixicon);
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-footer-one .rs-footer-subscribe-from {
  background-color: var(--rs-bg-dark-blue);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-subscribe-from {
    margin-top: 40px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-footer-one .rs-footer-subscribe-title {
  color: var(--rs-white);
  font-weight: 500;
}
.rs-footer-one .rs-cta-input {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-cta-input {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-cta-input {
    width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-cta-input {
    width: 100%;
  }
}
.rs-footer-one .rs-cta-input input {
  background: var(--rs-theme-secondary);
  border-color: var(--rs-theme-secondary);
  height: 54px;
  padding-inline-end: 135px;
  color: var(--rs-white);
}
.rs-footer-one .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 400;
}
.rs-footer-one .rs-cta-input button {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
  background: #2F3E4B;
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
}
.rs-footer-one .rs-cta-input button .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-footer-one .rs-footer-brand {
  display: flex;
  justify-content: center;
  gap: 30px 55px;
  margin-top: 42px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-footer-one .rs-footer-brand {
    flex-wrap: wrap;
    gap: 30px 30px;
  }
}
.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb {
  cursor: pointer;
}
.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb img {
  opacity: 0.5;
}
.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb:hover img {
  opacity: 1;
}

/* Triaxo — footer branding */
.rs-footer-one .triaxo-footer-logo .triaxo-brand-logo {
  max-width: 180px;
  width: auto;
  height: auto;
  display: block;
}
.rs-footer-one .triaxo-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease, transform 0.2s ease;
}
.rs-footer-one .triaxo-footer-social a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.rs-footer-one .triaxo-footer-brand .rs-footer-brand-thumb img {
  opacity: 0.85;
  max-height: 44px;
  width: auto;
  object-fit: contain;
}
.rs-footer-one .triaxo-footer-brand .rs-footer-brand-thumb:first-child img {
  max-height: 36px;
}
.rs-footer-one .triaxo-footer-brand .rs-footer-brand-thumb:hover img {
  opacity: 1;
}

/* Triaxo — compact footer: no extra gap before copyright bar */
.rs-footer-one .rs-footer-left {
  padding-bottom: 48px;
}
.rs-footer-one .rs-footer-right {
  padding-bottom: 48px;
}
.rs-footer-one .rs-footer-subscribe-from {
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-wrapper {
    padding-bottom: 0;
  }
  .rs-footer-one .rs-footer-left,
  .rs-footer-one .rs-footer-right {
    padding-bottom: 0;
  }
}

.rs-footer-one .triaxo-footer-contact .rs-footer-content-item span:first-child {
  min-width: 9.5rem;
}
.rs-footer-one .triaxo-footer-contact .rs-footer-content-item a {
  color: rgba(255, 255, 255, 0.72);
}
.rs-footer-one .triaxo-footer-contact .rs-footer-content-item a:hover {
  color: var(--rs-theme-primary);
}

/* Triaxo — contact page: balanced form + offices */
.triaxo-contact-page.rs-contact-four .triaxo-contact-wrapper,
.triaxo-contact-page.rs-contact-four .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .triaxo-contact-page.rs-contact-four .triaxo-contact-wrapper,
  .triaxo-contact-page.rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.triaxo-contact-page.rs-contact-four .rs-contact-form,
.triaxo-contact-page.rs-contact-four .triaxo-contact-sidebar__panel {
  min-width: 0;
  padding: 44px 48px 48px;
  background: var(--rs-bg-secondary);
  border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
  .triaxo-contact-page.rs-contact-four .rs-contact-form,
  .triaxo-contact-page.rs-contact-four .triaxo-contact-sidebar__panel {
    padding: 36px 36px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .triaxo-contact-page.rs-contact-four .rs-contact-form,
  .triaxo-contact-page.rs-contact-four .triaxo-contact-sidebar__panel {
    padding: 28px 24px 32px;
  }
}
.triaxo-contact-page .section-title-wrapper .section-desc {
  font-size: 17px;
  line-height: 1.6;
}
.triaxo-contact-schedule-intro {
  padding-bottom: 28px;
  margin-bottom: 0;
}
.triaxo-contact-schedule-heading {
  margin: 8px 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--rs-title-primary);
}
.triaxo-contact-schedule-hint {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.triaxo-contact-schedule-hint__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-title-primary);
  letter-spacing: 0.01em;
}
.triaxo-contact-schedule-hint__detail {
  font-weight: 400;
  color: var(--rs-text-primary);
  opacity: 0.85;
}
.triaxo-contact-page .triaxo-contact-input--picker {
  position: relative;
}
.triaxo-contact-page .triaxo-contact-input--picker input {
  padding-inline-end: 48px;
  cursor: pointer;
}
.triaxo-contact-page .triaxo-contact-input--picker i {
  pointer-events: none;
  position: absolute;
  inset-inline-end: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rs-theme-primary);
}
.triaxo-contact-page .flatpickr-input[readonly] {
  cursor: pointer;
  background: var(--rs-white);
}
.triaxo-contact-sidebar {
  min-width: 0;
  font-family: var(--rs-ff-body);
  font-size: 17px;
  line-height: 1.55;
}
.triaxo-contact-sidebar__panel {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.triaxo-contact-page .triaxo-contact-sidebar .section-subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--rs-theme-secondary);
  margin-bottom: 8px;
}
.triaxo-contact-page .triaxo-contact-sidebar .section-title {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 600;
}
.triaxo-contact-page .triaxo-contact-sidebar .section-desc {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--rs-text-primary);
  opacity: 1;
  margin-bottom: 0;
}
.triaxo-contact-sidebar__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.triaxo-contact-page .triaxo-office-card {
  background: #ffffff;
  border: 1px solid rgba(5, 44, 101, 0.1);
  border-radius: 10px;
  padding: 22px 24px 24px;
  box-shadow: none;
  margin: 0;
  font-family: inherit;
}
.triaxo-contact-page .triaxo-office-card__header {
  margin: 0 0 18px;
  padding: 0 0 16px 14px;
  border-bottom: 1px solid rgba(5, 44, 101, 0.08);
  border-left: 3px solid var(--rs-theme-secondary);
}
.triaxo-contact-page .triaxo-office-card__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--rs-title-primary);
  line-height: 1.3;
}
.triaxo-contact-page .triaxo-office-card__location {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: var(--rs-text-primary);
  line-height: 1.6;
}
.triaxo-contact-page .triaxo-office-card__details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.triaxo-contact-page .triaxo-office-card__details > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.triaxo-contact-page .triaxo-office-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
  border: none;
}
.triaxo-contact-page .triaxo-office-card__row:last-child {
  margin-bottom: 0;
}
.triaxo-contact-page .triaxo-office-card__row-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 6px;
  background: rgba(0, 112, 166, 0.08);
  color: var(--rs-theme-secondary);
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}
.triaxo-contact-page .triaxo-office-card__row-text {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--rs-text-primary);
}
.triaxo-contact-page .triaxo-office-card__row-text a {
  color: var(--rs-text-primary);
  font-weight: 400;
  font-size: 15px;
  line-height: inherit;
  text-decoration: none;
}
.triaxo-contact-page .triaxo-office-card__row-text a:hover {
  color: var(--rs-theme-secondary);
  text-decoration: underline;
}
.triaxo-contact-page .triaxo-contact-locations {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.triaxo-contact-page .triaxo-location {
  padding: 24px 22px;
  background: #ffffff;
  border: 1px solid rgba(5, 44, 101, 0.1);
  border-radius: 8px;
}
.triaxo-contact-page .triaxo-location__title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-title-primary);
  line-height: 1.3;
}
.triaxo-contact-page .triaxo-location__place {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 500;
  color: var(--rs-text-primary);
  line-height: 1.45;
}
.triaxo-contact-page .triaxo-location__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px 16px;
  margin-bottom: 14px;
}
.triaxo-contact-page .triaxo-location__row:last-child {
  margin-bottom: 0;
}
.triaxo-contact-page .triaxo-location__label {
  font-size: 17px;
  font-weight: 500;
  color: var(--rs-text-primary);
}
.triaxo-contact-page .triaxo-location__value {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--rs-text-primary);
}
.triaxo-contact-page .triaxo-location__value--link a {
  color: var(--rs-text-primary);
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}
.triaxo-contact-page .triaxo-location__value--link a:hover {
  color: var(--rs-theme-secondary);
  text-decoration: underline;
}
.triaxo-offices__grid {
  max-width: 1080px;
  margin-inline: auto;
}
@media only screen and (max-width: 991px) {
  .triaxo-contact-page .triaxo-contact-sidebar {
    order: 2;
  }
  .triaxo-contact-page .rs-contact-form {
    order: 1;
  }
}

.offcanvas-contact-icon i {
  font-size: 1.125rem;
  color: #6d6d6d;
}
.offcanvas-contact-text strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--rs-title-primary);
}

.rs-footer-one .footer-1-col-3 {
  margin-inline-start: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .footer-1-col-3 {
    margin-inline-start: 0px;
  }
}
.rs-footer-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-footer-two .rs-footer-widget-desc {
  color: var(--rs-rgba-1);
  margin-bottom: 20px;
  margin-top: 30px;
}
.rs-footer-two .rs-footer-widget-contact-info {
  margin-bottom: 45px;
  margin-top: 35px;
}
.rs-footer-two .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.rs-footer-two .rs-footer-widget-title::before {
  position: absolute;
  content: "";
  width: 148px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
}
.rs-footer-two .rs-footer-widget-title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: var(--rs-white);
  inset-inline-start: 0;
  bottom: 0px;
}
.rs-footer-two .rs-footer-content-item:not(:last-child) {
  margin-bottom: 18px;
}
.rs-footer-two .rs-footer-social a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
}
.rs-footer-two .rs-footer-social a svg path {
  transition: 0.3s;
}
.rs-footer-two .rs-footer-social a:hover {
  background: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-social a:hover svg path {
  fill: var(--rs-white);
}
.rs-footer-two .rs-footer-content-item span,
.rs-footer-two .rs-footer-content-item a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4392156863);
}
.rs-footer-two .rs-footer-content-item a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-wrapper {
  display: grid;
  grid-template-columns: 300px auto;
  padding-top: 90px;
  padding-bottom: 50px;
  gap: 30px 190px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-two .rs-footer-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .rs-footer-wrapper {
    grid-template-columns: 270px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-footer-wrapper {
    grid-template-columns: auto;
    padding-top: 80px;
  }
}
.rs-footer-two .rs-footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-footer-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-footer-two .rs-footer-widget-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-footer-two .rs-footer-location p a {
  color: var(--rs-rgba-1);
}
.rs-footer-two .rs-footer-location p a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-contact a {
  color: var(--rs-rgba-1);
}
.rs-footer-two .rs-footer-contact a:not(:last-child) {
  margin-bottom: 5px;
}
.rs-footer-two .rs-footer-contact a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-time p {
  color: var(--rs-rgba-1);
}
.rs-footer-two .rs-footer-widget-link ul li {
  list-style: none;
  line-height: 1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.43);
}
.rs-footer-two .rs-footer-widget-link ul li:not(:last-child) {
  margin-bottom: 24px;
}
.rs-footer-two .rs-footer-widget-link ul li a {
  position: relative;
  transition: 0.5s;
}
.rs-footer-two .rs-footer-widget-link ul li a:hover {
  color: var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.rs-footer-two .rs-footer-widget-link ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rs-footer-two .rs-footer-widget-link ul li a::before {
  content: "\f2e5";
  color: var(--rs-theme-primary);
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: var(--rs-ff-remixicon);
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-footer-two .rs-footer-subscribe-from {
  background-color: #2F3E4B;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 30px;
  padding-inline-end: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-footer-subscribe-from {
    padding-inline-start: 20px;
    margin-top: 40px;
  }
}
.rs-footer-two .rs-footer-subscribe-title {
  color: var(--rs-white);
  font-weight: 500;
}
.rs-footer-two .rs-cta-input {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .rs-cta-input {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-cta-input {
    width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-cta-input {
    width: 100%;
  }
}
.rs-footer-two .rs-cta-input input {
  background: var(--rs-theme-secondary);
  border-color: var(--rs-theme-secondary);
  height: 54px;
  padding-inline-end: 135px;
  color: var(--rs-white);
}
.rs-footer-two .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 400;
}
.rs-footer-two .rs-cta-input button {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
  background: #2F3E4B;
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
}
.rs-footer-two .rs-cta-input button .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-footer-two .rs-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-footer-two .footer-1-col-3 {
  margin-inline-start: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .footer-1-col-3 {
    margin-inline-start: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .footer-1-col-3 {
    margin-inline-start: 0px;
  }
}

/*----------------------------------------*/
/*  3.4.2 Copyright Style
/*----------------------------------------*/
.rs-copyright-one {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.082);
}
.rs-copyright-one .rs-footer-copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .rs-copyright-one .rs-footer-copyright-wrapper {
    justify-content: center;
  }
}
.rs-copyright-one .rs-footer-copyright a {
  color: var(--rs-theme-primary);
}
.rs-copyright-one .rs-footer-copyright a:hover {
  color: var(--rs-theme-primary);
}
.rs-copyright-one .rs-footer-copyright p {
  color: #BFC4C7;
  text-align: center;
}
.rs-copyright-one .rs-footer-copyright-link a {
  font-size: 16px;
  color: #BFC4C7;
}
.rs-copyright-one .rs-footer-copyright-link a:hover {
  color: var(--rs-theme-primary);
}
.rs-copyright-one .rs-footer-copyright-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

/*----------------------------------------*/
/*  4.1 About css
/*----------------------------------------*/
.rs-about-one {
  overflow-x: clip;
}
.rs-about-one .rs-about-wrapper {
  display: grid;
  grid-template-columns: auto 475px;
  gap: 30px 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one .rs-about-wrapper {
    grid-template-columns: auto 430px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-wrapper {
    grid-template-columns: auto 340px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-wrapper {
    grid-template-columns: auto;
    gap: 30px 30px;
  }
}
.rs-about-one .rs-about-content-inner {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1800px) {
  .rs-about-one .rs-about-content-inner {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-one .rs-about-content-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rs-about-one .rs-about-content-left {
  padding-inline-end: 65px;
  margin-inline-end: 65px;
  position: relative;
  flex-shrink: 0;
}
.rs-about-one .rs-about-counter-right {
  flex: 1;
  min-width: 0;
}
.rs-about-one .rs-about-content-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 29px);
  top: 19px;
  inset-inline-end: 0;
  border-inline-end: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 1600px) {
  .rs-about-one .rs-about-content-left {
    padding-inline-end: 40px;
    margin-inline-end: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-content-left {
    padding-inline-end: 30px;
    margin-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-one .rs-about-content-left {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-about-one .rs-about-content-left::before {
    content: none;
  }
}
.rs-about-one .rs-counter-number-wrapper {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
}
.rs-about-one .rs-counter-number.odometer {
  white-space: nowrap;
}
.rs-about-one .rs-counter-number-wrapper .prefix {
  font-size: 35px;
  font-weight: 400;
  color: var(--rs-title-primary);
}
.rs-about-one .rs-counter-number {
  font-size: 225px;
  color: var(--rs-title-primary);
  font-weight: 400;
  line-height: 0.8;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one .rs-counter-number {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-about-one .rs-counter-number {
    font-size: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-counter-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-counter-number {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-one .rs-counter-number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-one .rs-counter-number {
    font-size: 70px;
  }
}
.rs-about-one .rs-counter-title {
  font-size: 22px;
  color: var(--rs-title-primary);
  font-weight: 500;
  margin-inline-start: 30px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one .rs-counter-title {
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-counter-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-counter-title {
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-one .rs-counter-title {
    margin-top: 5px;
  }
}
.rs-about-one .rs-about-desc {
  max-width: 324px;
  margin-bottom: 40px;
}
.rs-about-one .rs-about-highlights {
  margin-bottom: 36px;
  max-width: min(100%, 520px);
}
.rs-about-one .rs-about-bullet-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.rs-about-one .rs-about-bullet-list li {
  position: relative;
  padding-inline-start: 26px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: var(--rs-text-primary);
}
.rs-about-one .rs-about-bullet-list li:last-child {
  margin-bottom: 0;
}
.rs-about-one .rs-about-bullet-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--rs-theme-secondary);
}
.rs-about-one .rs-about-desc-closing {
  max-width: min(100%, 520px);
  margin-bottom: 0;
  font-weight: 500;
}
.rs-about-one .triaxo-about-years-label {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .triaxo-about-years-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-about-one .rs-about-desc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-one .rs-about-desc {
    max-width: 100%;
  }
  .rs-about-one .rs-about-desc-closing {
    max-width: 100%;
  }
}
.rs-about-one .rs-about-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-about-one .rs-about-thumb img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: unset;
}
.rs-about-two {
  overflow-x: clip;
}
.rs-about-two .rs-about-wrapper {
  display: grid;
  grid-template-columns: 616px auto;
  gap: 30px 80px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: 520px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: 370px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-two .rs-about-thumb {
  position: sticky;
  top: 110px;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .rs-about-two .rs-about-thumb {
    position: relative;
    top: unset;
  }
}
.rs-about-two .rs-about-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-about-two .rs-about-thumb-two {
  overflow: hidden;
  visibility: hidden;
}
.rs-about-two .rs-about-thumb-two img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-about-two .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-two .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-two .rs-about-list-icon svg {
  width: 15px;
  height: 15px;
}
.rs-about-two .rs-about-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-about-two .rs-about-list-title {
  margin-bottom: 13px;
}
.rs-about-two .rs-about-list-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 0;
  max-width: 538px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rs-about-two .rs-about-list-item-wrapper {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-two .rs-about-list-desc {
  margin-bottom: 20px;
}
.rs-about-two .rs-about-progress-wrapper {
  margin-top: 35px;
}
.rs-about-two .rs-about-progress-title {
  margin-bottom: 13px;
}
.rs-about-two .single-progress:not(:last-child) {
  margin-bottom: 20px;
}
.rs-about-two .rs-about-progress-desc {
  margin-bottom: 25px;
}
.rs-about-two .rs-about-list-wrapper {
  margin-top: 35px;
}
.rs-about-three {
  position: relative;
  z-index: 1;
}
.rs-about-three .rs-shape-one {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}
@media only screen and (max-width: 575px) {
  .rs-about-three .rs-shape-one {
    display: none;
  }
}
.rs-about-three .rs-shape-two {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 767px) {
  .rs-about-three .rs-shape-two {
    display: none;
  }
}
.rs-about-three .rs-about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-three .rs-about-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-three .rs-about-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-three .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 560px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-about-three .rs-about-list-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-three .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-three .rs-about-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-title-primary);
}
.rs-about-three .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-three .rs-about-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-about-three .rs-about-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-about-three .rs-about-thumb {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .rs-about-three .rs-about-thumb {
    margin-bottom: 0;
  }
}
.rs-about-three .rs-about-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-about-three .rs-about-meta {
  background: var(--rs-bg-secondary);
  padding: 35px;
  border-radius: 6px;
  position: absolute;
  bottom: -50px;
  inset-inline-end: 30px;
  width: 285px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-three .rs-about-meta {
    padding: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-three .rs-about-meta {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-three .rs-about-meta {
    position: unset;
    width: 100%;
  }
}
.rs-about-three .rs-about-meta-icon img {
  width: 50px;
}
.rs-about-three .rs-about-meta-desc {
  font-size: 24px;
  color: var(--rs-title-primary);
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.33;
}
@media only screen and (max-width: 1199px) {
  .rs-about-three .rs-about-meta-desc {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.rs-about-four {
  position: relative;
  z-index: 1;
}
.rs-about-four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 340px);
  bottom: 0;
  left: 0;
  background: var(--rs-theme-secondary);
  z-index: -1;
}
.rs-about-four .about-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
.rs-about-four .rs-about-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-about-four .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 510px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rs-about-four .rs-about-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-bottom: 40px;
  }
}
.rs-about-four .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-four .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-four .rs-about-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-about-four .rs-about-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-about-four .rs-progress-sec-title {
  position: relative;
  display: inline-flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-progress-sec-title {
    margin-bottom: 20px;
  }
}
.rs-about-four .rs-progress-sec-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--rs-border-primary);
  bottom: 0;
  height: 1px;
}
.rs-about-four .rs-progress-sec-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-secondary);
  inset-inline-start: 0;
  height: 2px;
  bottom: 0;
  transition: 0.6s;
}
.rs-about-four .rs-about-thumb {
  position: relative;
  z-index: 1;
  height: 100%;
}
.rs-about-four .rs-about-thumb img {
  border-radius: 6px 0px 0px 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-thumb img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-thumb img {
    height: auto;
  }
}
[dir=rtl] .rs-about-four .rs-about-thumb img {
  border-radius: 0px 6px 6px 0px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .rs-about-four .rs-about-thumb img {
    border-radius: 0;
  }
}
.rs-about-four .rs-about-wrapper {
  display: grid;
  grid-template-columns: 580px auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-about-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.rs-about-four .single-progress:not(:last-child) {
  margin-bottom: 18px;
}
.rs-about-four .progress-title {
  font-size: 14px;
}
.rs-about-four .progress-top {
  margin-bottom: 13px;
}
.rs-about-four .progress-number {
  font-size: 14px;
}
.rs-about-four .rs-progress-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  padding-top: 40px;
  padding-bottom: 50px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1800px) {
  .rs-about-four .rs-progress-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-about-four .rs-about-progress-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  inset-inline-start: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline-start: 65px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-about-progress-wrapper {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-progress-wrapper {
    position: unset;
    inset-inline-start: unset;
    padding-inline-end: 0;
    padding-inline-start: 0;
    padding-bottom: 0;
  }
}
.rs-about-four .rs-about-content-wrapper {
  background: var(--rs-bg-secondary);
  padding-top: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  padding-bottom: 60px;
  border-radius: 0px 6px 6px 0px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-content-wrapper {
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-content-wrapper {
    border-radius: 0;
  }
}
[dir=rtl] .rs-about-four .rs-about-content-wrapper {
  border-radius: 0px 6px 0px 6px;
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .rs-about-four .rs-about-content-wrapper {
    border-radius: 0;
  }
}
.rs-about-five {
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
.rs-about-five .rs-about-shape {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}
@media only screen and (max-width: 767px) {
  .rs-about-five .rs-about-shape {
    display: none;
  }
}
.rs-about-five .rs-about-wrapper {
  display: grid;
  grid-template-columns: 630px auto;
  gap: 30px 100px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: 550px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: 450px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-five .rs-about-content-right {
  width: 870px;
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-content-right {
    width: 100%;
  }
}
.rs-about-five .section-desc {
  max-width: 550px;
}
.rs-about-five .rs-about-list-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  border-top: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 767px) {
  .rs-about-five .rs-about-list-wrapper {
    margin-bottom: 40px;
  }
}
.rs-about-five .rs-about-list-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-primary);
  top: 50%;
  transform: translateY(-50%);
}
.rs-about-five .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-five .rs-about-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-title-primary);
}
.rs-about-five .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-five .rs-about-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-about-five .rs-about-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-about-five .rs-about-list-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
  width: 560px;
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .rs-about-five .rs-about-list-inner {
    width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-list-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-list-inner {
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-five .rs-about-list-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-five .rs-about-list-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-five .rs-about-meta-wrapper {
  background: var(--rs-theme-primary);
  padding-top: 60px;
  padding-bottom: 55px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  border-radius: 6px 0 0 0;
}
@media only screen and (max-width: 1366px) {
  .rs-about-five .rs-about-meta-wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-about-five .rs-about-meta-title {
  color: var(--rs-white);
  font-size: 22px;
  position: relative;
}
.rs-about-five .rs-about-meta-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-white);
  bottom: 0;
  left: 0;
}
.rs-about-five .rs-about-meta-info {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.rs-about-five .rs-about-meta-desc {
  color: rgba(255, 255, 255, 0.9);
  max-width: 468px;
}
@media only screen and (max-width: 767px) {
  .rs-about-five .rs-about-meta-desc {
    max-width: 100%;
  }
}
.rs-about-five .rs-about-thumb {
  position: relative;
}
.rs-about-five .rs-about-thumb img {
  width: 100%;
}
.rs-about-five .rs-about-award {
  background-image: radial-gradient(at center center, #5A6268 0%, rgba(90, 98, 104, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(21px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  width: 540px;
  position: absolute;
  bottom: 40px;
  inset-inline-start: 40px;
}
@media only screen and (max-width: 1366px) {
  .rs-about-five .rs-about-award {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-award {
    flex-wrap: wrap;
    gap: 30px;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-five .rs-about-award {
    width: 100%;
    position: relative;
    inset-inline-start: 0px;
    bottom: 0px;
    margin-top: 30px;
    margin-bottom: 70px;
    background: var(--rs-theme-primary);
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-five .rs-about-award {
    position: relative;
    bottom: 0;
    inset-inline-start: 0px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-award {
    margin-bottom: 60px;
  }
}
.rs-about-five .rs-about-award-desc {
  color: var(--rs-white);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
  padding-inline-start: 40px;
  margin-inline-start: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-award-desc {
    border-inline-start: 0;
    padding-inline-start: 0px;
    margin-inline-start: 0px;
  }
}
.rs-about-five .rs-about-award-thumb {
  width: 123px;
  min-width: 123px;
}
.rs-about-six {
  padding-top: 250px;
}
@media only screen and (max-width: 991px) {
  .rs-about-six {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-six {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-six {
    padding-top: 180px;
  }
}
.rs-about-six .rs-about-wrapper {
  display: grid;
  grid-template-columns: 616px auto;
  gap: 30px 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-six .rs-about-wrapper {
    grid-template-columns: 500px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-six .rs-about-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-six .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-six .rs-about-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-six .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-six .rs-about-thumb {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-six .rs-about-thumb {
    margin-bottom: 0;
  }
}
.rs-about-six .rs-about-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-about-six .rs-about-rotate-btn {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .rs-about-six .rs-about-rotate-btn {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    display: flex;
    justify-content: center;
  }
}
.rs-about-six .rs-rotate-btn {
  width: 204px;
  height: 204px;
  position: relative;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  background: var(--rs-theme-primary);
  border-radius: 50%;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 50% 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-six .rs-counter-number,
.rs-about-six .prefix {
  font-size: 50px;
  color: var(--rs-white);
  font-weight: 500;
  line-height: 0.8;
}
.rs-about-six .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rs-about-six .rs-counter-title {
  color: var(--rs-white);
  font-size: 13px;
  font-weight: 500;
}
.rs-about-six .rs-counter-wrapper {
  text-align: center;
}
.rs-about-six .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 10px;
  max-width: 576px;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-about-six .rs-about-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}
.rs-about-six .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-six .rs-about-list-item p {
  color: var(--rs-white);
}
.rs-about-six .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-six .rs-about-list-icon svg {
  width: 15px;
  height: 15px;
}
.rs-about-six .rs-about-list-icon svg path {
  fill: var(--rs-white);
}
.rs-about-seven {
  position: relative;
  z-index: 1;
}
.rs-about-seven .rs-about-shape {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}
@media only screen and (max-width: 575px) {
  .rs-about-seven .rs-about-shape {
    display: none;
  }
}
.rs-about-seven .rs-about-wrapper {
  display: grid;
  grid-template-columns: 610px auto;
  gap: 30px 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-seven .rs-about-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-seven .rs-about-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-seven .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-seven .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-seven .rs-about-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-about-seven .rs-about-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-about-seven .rs-about-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-about-seven .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 510px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-seven .rs-about-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-seven .rs-about-list-wrapper {
    width: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-seven .rs-about-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-seven .rs-about-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-seven .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-seven .rs-about-btn {
  margin-top: 45px;
}
.rs-about-seven .rs-about-thumb {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .rs-about-seven .rs-about-thumb {
    margin-bottom: 0;
  }
}
.rs-about-seven .rs-about-thumb > img {
  width: 100%;
  border-radius: 6px;
}
.rs-about-seven .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
}
.rs-about-seven .rs-about-counter {
  background: var(--rs-theme-primary);
  padding-top: 30px;
  padding-bottom: 35px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  width: 363px;
  border-radius: 6px;
  position: absolute;
  bottom: -30px;
  inset-inline-end: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-seven .rs-about-counter {
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-seven .rs-about-counter {
    width: 100%;
    position: relative;
    bottom: unset;
    inset-inline-end: unset;
    margin-top: 30px;
  }
}
.rs-about-seven .rs-counter-number,
.rs-about-seven .prefix {
  font-size: 50px;
  color: var(--rs-white);
  font-weight: 600;
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .rs-about-seven .rs-counter-number,
  .rs-about-seven .prefix {
    font-size: 40px;
  }
}
.rs-about-seven .rs-counter-title {
  font-size: 24px;
  color: var(--rs-white);
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-seven .rs-counter-title {
    font-size: 20px;
  }
}
.rs-about-seven .rs-about-counter-btn .rs-btn {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-about-seven .rs-about-counter-btn .icon-box svg {
  width: 13px;
  height: 13px;
}
.rs-about-seven .rs-about-counter-shape {
  position: absolute;
  width: 46px;
  top: 35px;
  inset-inline-end: 35px;
}
.rs-about-eight {
  position: relative;
  z-index: 1;
}
.rs-about-eight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 340px);
  bottom: 0;
  left: 0;
  background: var(--rs-theme-secondary);
  z-index: -1;
}
.rs-about-eight .about-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
.rs-about-eight .rs-about-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-white);
}
.rs-about-eight .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 510px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-eight .rs-about-list-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.rs-about-eight .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-eight .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-eight .rs-about-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-about-eight .rs-about-list-icon svg path {
  fill: var(--rs-white);
}
.rs-about-eight .rs-about-thumb {
  position: relative;
  z-index: 1;
  margin: 17px;
}
.rs-about-eight .rs-about-thumb::before {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  background: #2B3944;
  top: -17px;
  left: -17px;
  border-radius: 6px;
  z-index: -1;
}
.rs-about-eight .rs-about-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .rs-about-eight .rs-about-thumb img {
    height: auto;
  }
}
.rs-about-eight .rs-about-wrapper {
  display: grid;
  grid-template-columns: 550px auto;
  gap: 30px;
  position: relative;
  z-index: 1;
  background: #2F3E4B;
  padding-top: 40px;
  padding-inline-start: 45px;
  padding-inline-end: 45px;
  padding-bottom: 30px;
  border-radius: 6px;
  border: 1px solid var(--rs-border-secondary);
}
@media only screen and (max-width: 1199px) {
  .rs-about-eight .rs-about-wrapper {
    grid-template-columns: 450px auto;
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-eight .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-eight .rs-about-meta-wrapper {
  background: var(--rs-theme-primary);
  width: 432px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px 0px 6px 0px;
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-about-eight .rs-about-meta-wrapper {
    width: 350px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-eight .rs-about-meta-wrapper {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-eight .rs-about-meta-wrapper {
    position: relative;
    bottom: unset;
    inset-inline-end: unset;
    width: 100%;
    margin-top: 30px;
  }
}
[dir=rtl] .rs-about-eight .rs-about-meta-wrapper {
  border-radius: 0px 6px 0px 6px;
}
.rs-about-eight .rs-about-meta-title {
  color: var(--rs-white);
  font-size: 22px;
  text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .rs-about-eight .rs-about-meta-title {
    font-size: 20px;
  }
}
.rs-about-eight .rs-about-meta-desc {
  color: rgba(255, 255, 255, 0.9);
}
.rs-about-eight .rs-about-meta-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.rs-about-nine .rs-about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 90px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-nine .rs-about-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-nine .rs-about-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-nine .rs-about-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-nine .rs-about-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-about-nine .rs-about-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-about-nine .rs-about-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-about-nine .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 570px;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-about-nine .rs-about-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-nine .rs-about-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-nine .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-nine .rs-about-btn {
  margin-top: 45px;
  margin-bottom: 45px;
}
.rs-about-nine .rs-about-thumb {
  position: relative;
}
.rs-about-nine .rs-about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .rs-about-nine .rs-about-thumb img {
    height: auto;
  }
}
.rs-about-nine .rs-about-meta {
  background: var(--rs-bg-secondary);
  padding: 35px;
  border-radius: 6px;
  position: absolute;
  bottom: 25px;
  inset-inline-end: 25px;
  width: 283px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-nine .rs-about-meta {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-nine .rs-about-meta {
    padding: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-nine .rs-about-meta {
    width: 100%;
    position: unset;
    margin-top: 30px;
  }
}
.rs-about-nine .rs-about-meta-icon img {
  width: 50px;
}
.rs-about-nine .rs-about-meta-desc {
  font-size: 24px;
  color: var(--rs-title-primary);
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.33;
}
@media only screen and (max-width: 1600px) {
  .rs-about-nine .rs-about-meta-desc {
    font-size: 22px;
  }
}
.rs-about-nine .single-progress:not(:last-child) {
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  4.7 call to action css
/*----------------------------------------*/
.rs-cta-one {
  position: relative;
  z-index: 1;
}
.rs-cta-one .rs-cta-wrapper {
  display: grid;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-wrapper {
    grid-template-columns: auto;
  }
}
.rs-cta-one .rs-cta-icon {
  background-color: var(--rs-white);
  width: 17px;
  min-width: 17px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rs-cta-one .rs-cta-content p {
  font-size: 16px;
  font-weight: 500;
}
.rs-cta-one .rs-cta-content p a {
  text-decoration: underline;
}
.rs-cta-one .rs-cta-content p a:hover {
  color: var(--rs-theme-secondary);
}
.rs-cta-one .rs-cta-content p a:hover {
  color: var(--rs-theme-secondary);
}
.rs-cta-one .rs-cta-left {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 38px;
  padding-bottom: 38px;
  justify-content: end;
  padding-inline-start: 15px;
  padding-inline-end: 130px;
  background: var(--rs-theme-primary);
}
@media only screen and (max-width: 1199px) {
  .rs-cta-one .rs-cta-left {
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-left {
    justify-content: center;
  }
}
.rs-cta-one .rs-cta-left .rs-cta-content p {
  color: var(--rs-white);
}
.rs-cta-one .rs-cta-right {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 38px;
  padding-bottom: 38px;
  justify-content: start;
  padding-inline-start: 130px;
  padding-inline-end: 15px;
  background: var(--rs-bg-secondary);
}
@media only screen and (max-width: 1199px) {
  .rs-cta-one .rs-cta-right {
    padding-inline-start: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-right {
    justify-content: center;
  }
}
.rs-cta-one .rs-cta-right .rs-cta-icon {
  border: 1px solid var(--rs-border-primary);
}
.rs-cta-two {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.rs-cta-two .rs-cta-wrapper {
  border-radius: 6px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 65px;
  padding-inline-end: 65px;
  background: var(--rs-theme-primary);
  display: grid;
  grid-template-columns: 1fr 365px;
  gap: 30px 230px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two .rs-cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    background: var(--rs-theme-primary);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two .rs-cta-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-cta-two .rs-cta-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-cta-two .rs-cta-title {
  color: var(--rs-white);
  margin-bottom: 25px;
}
.rs-cta-two .rs-cta-input input {
  background: var(--rs-theme-secondary);
  border: 0;
  height: 66px;
  padding-inline-start: 50px;
  padding-inline-end: 150px;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-input input {
    padding-inline-end: 20px;
  }
}
.rs-cta-two .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rs-cta-two .rs-cta-input {
  position: relative;
}
.rs-cta-two .rs-cta-input button {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  background: var(--rs-white);
  position: absolute;
  inset-inline-end: 15px;
  top: 15px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-input button {
    position: relative;
    top: unset;
    inset-inline-end: unset;
    margin-top: 10px;
    width: 100%;
    padding: 12px 26px;
  }
}
.rs-cta-two .rs-cta-input button:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-two .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-cta-two .rs-cta-input .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-cta-two .rs-cta-input .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-cta-two .rs-cta-icon {
  position: absolute;
}
.rs-cta-two .rs-cta-icon svg {
  width: 16px;
}
.rs-cta-two .rs-cta-icon {
  position: absolute;
  top: 30px;
  inset-inline-start: 15px;
  transform: translateY(-50%);
}
.rs-cta-two .rs-cta-meta-title {
  color: var(--rs-white);
  font-size: 22px;
}
@media only screen and (max-width: 575px) {
  .rs-cta-two .rs-cta-meta-title {
    font-size: 20px;
  }
}
.rs-cta-two .rs-cta-desc {
  color: rgba(255, 255, 255, 0.9);
}
.rs-cta-two .rs-cta-content-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.rs-cta-three {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .rs-cta-three {
    margin-top: 0;
  }
}
.rs-cta-three .rs-cta-wrapper {
  background: var(--rs-theme-primary);
  display: grid;
  grid-template-columns: 347px auto;
  align-items: center;
  padding-inline-start: 80px;
  padding-inline-end: 80px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-cta-three .rs-cta-wrapper {
    grid-template-columns: 320px auto;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-cta-three .rs-cta-wrapper {
    grid-template-columns: 280px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
    gap: 30px;
  }
}
.rs-cta-three .rs-cta-thumb {
  margin-top: -80px;
}
[dir=rtl] .rs-cta-three .rs-cta-thumb {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-thumb {
    margin-top: 0;
  }
}
.rs-cta-three .rs-cta-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
.rs-cta-three .rs-cta-shape-two {
  position: absolute;
  top: 30px;
  inset-inline-end: 30px;
  width: 60px;
}
@media only screen and (max-width: 480px) {
  .rs-cta-three .rs-cta-shape-two {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-rotate-btn {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .section-title-wrapper {
    text-align: center;
  }
}
.rs-cta-three .rs-rotate-btn {
  width: 186px;
  height: 186px;
  position: relative;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  background: var(--rs-white);
  border-radius: 50%;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 50% 110px;
}
.rs-cta-three .rs-meta-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
}
.rs-cta-three .rs-text-circle {
  animation: unset;
  transform: rotate(-90deg);
}
.rs-cta-three .rs-text-circle span {
  font-size: 14px;
}
.rs-cta-three .rs-cta-content-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px 40px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-three .rs-cta-content-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-content-wrapper {
    grid-template-columns: auto;
    gap: 20px 30px;
  }
}
.rs-cta-four {
  margin-top: -130px;
  margin-bottom: -120px;
  position: relative;
  z-index: 2;
}
.rs-cta-four .rs-cta-wrapper {
  border-radius: 6px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 65px;
  padding-inline-end: 65px;
  background: var(--rs-theme-primary);
  display: grid;
  grid-template-columns: 555px auto;
  gap: 30px 230px;
}
@media only screen and (max-width: 1600px) {
  .rs-cta-four .rs-cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 45px;
    padding-inline-end: 45px;
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-cta-four .rs-cta-wrapper {
    gap: 30px 30px;
    grid-template-columns: 450px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-four .rs-cta-wrapper {
    grid-template-columns: auto;
  }
}
.rs-cta-four .rs-cta-title {
  color: var(--rs-white);
  margin-bottom: 25px;
}
.rs-cta-four .rs-cta-input {
  position: relative;
}
.rs-cta-four .rs-cta-input button {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  background: var(--rs-white);
  position: absolute;
  inset-inline-end: 15px;
  top: 13px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 480px) {
  .rs-cta-four .rs-cta-input button {
    position: unset;
    inset-inline-end: unset;
    top: unset;
    margin-top: 15px;
  }
}
.rs-cta-four .rs-cta-input button:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-four .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-cta-four .rs-cta-input .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-cta-four .rs-cta-input .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-cta-four .rs-cta-meta-title {
  color: var(--rs-white);
  font-size: 22px;
}
.rs-cta-four .rs-cta-desc {
  color: rgba(255, 255, 255, 0.9);
}
.rs-cta-four .rs-cta-content-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.rs-cta-four .rs-cta-input .nice-select {
  width: 100%;
  background: var(--rs-theme-secondary);
  height: 60px;
  border: 0;
  color: var(--rs-white);
  display: flex;
  align-items: center;
  padding-inline-end: 185px;
}
@media only screen and (max-width: 480px) {
  .rs-cta-four .rs-cta-input .nice-select {
    padding-inline-end: 20px;
  }
}
.rs-cta-four .rs-cta-input .nice-select::before {
  position: absolute;
  content: "";
  inset-inline-end: 145px;
  top: 50%;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .rs-cta-four .rs-cta-input .nice-select::before {
    content: none;
  }
}
.rs-cta-four .rs-cta-input .nice-select::after {
  color: var(--rs-white);
  inset-inline-end: 155px;
}
@media only screen and (max-width: 480px) {
  .rs-cta-four .rs-cta-input .nice-select::after {
    inset-inline-end: 20px;
  }
}
.rs-cta-four .rs-cta-input .list {
  width: 100%;
  background: var(--rs-theme-primary);
  padding-bottom: 6px;
  padding-top: 5px;
  margin-top: 0;
  border: 1px solid var(--rs-border-secondary);
}
.rs-cta-four .rs-cta-input .option {
  color: var(--rs-white);
}
.rs-cta-five {
  padding-top: 70px;
  padding-bottom: 70px;
  background: var(--rs-theme-primary);
}
@media only screen and (max-width: 991px) {
  .rs-cta-five {
    padding-top: 60px;
  }
}
.rs-cta-five .rs-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.rs-cta-six {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.rs-cta-six .rs-cta-icon {
  background-color: var(--rs-white);
  width: 17px;
  min-width: 17px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .rs-cta-six .rs-cta-icon {
    display: none;
  }
}
.rs-cta-six .rs-cta-content {
  font-size: 14px;
  font-weight: 500;
}
.rs-cta-six .rs-cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .rs-cta-six .rs-cta-content p {
    text-align: center;
  }
}
.rs-cta-six .rs-cta-content p a {
  text-decoration: underline;
  display: inline-block;
}
.rs-cta-six .rs-cta-content p a:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-six .rs-cta-content-wrapper {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
  backdrop-filter: blur(21px);
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-inline: 15px;
}

/*----------------------------------------*/
/*  4.22 Team css
/*----------------------------------------*/
.rs-team-one .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-team-one .rs-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-one .rs-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-one .rs-team-thumb {
  margin-bottom: 21px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rs-team-one .rs-team-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-team-one .rs-team-item:hover .rs-team-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-team-one .rs-team-item:hover .rs-team-content-wrapper::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-team-one .rs-team-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-team-one .rs-team-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-team-one .rs-team-item:hover .rs-btn.has-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-team-one .rs-team-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 25px;
}
.rs-team-one .rs-team-content-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-primary);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-team-one .rs-team-content-wrapper::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-team-one .rs-team-title {
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.rs-team-one .rs-team-title:hover {
  color: var(--rs-theme-primary);
}
.rs-team-one .rs-team-designation {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.rs-team-two .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-team-two .rs-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-two .rs-team-item:hover .rs-team-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-team-two .rs-team-item:hover .rs-team-btn .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-team-two .rs-team-item:hover .rs-team-btn .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-team-two .rs-team-item:hover .rs-team-btn .rs-btn.has-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-team-two .rs-team-item:hover .rs-team-line::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-team-two .rs-team-item:hover .rs-team-social {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.rs-team-two .rs-team-thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.rs-team-two .rs-team-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-team-two .rs-team-content-wrapper {
  position: absolute;
  width: 90%;
  bottom: 0;
  background: var(--rs-theme-secondary);
  padding-top: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  padding-bottom: 35px;
  border-radius: 0 6px 0px 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-team-two .rs-team-content-wrapper {
    padding-top: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-team-two .rs-team-content-wrapper {
    width: 80%;
    padding-top: 20px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-team-two .rs-team-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.rs-team-two .rs-team-title {
  margin-bottom: 5px;
  color: var(--rs-white);
}
.rs-team-two .rs-team-title:hover {
  color: var(--rs-theme-primary);
}
.rs-team-two .rs-team-designation {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-white);
}
.rs-team-two .rs-team-btn .rs-btn .icon-box svg {
  width: 22px;
  height: 22px;
}
.rs-team-two .rs-team-line {
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rs-team-two .rs-team-line::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  inset-inline-end: 0;
  top: 0;
  transition: 0.5s;
}
.rs-team-two .rs-team-social {
  position: absolute;
  top: 0;
  transform: translateX(100%);
  inset-inline-end: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
[dir=rtl] .rs-team-two .rs-team-social {
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.rs-team-two .rs-team-social .theme-social {
  gap: 10px;
  flex-direction: column;
  background: var(--rs-theme-primary);
  padding: 10px;
  border-radius: 0px 5px 0px 5px;
}
.rs-team-two .rs-team-social .theme-social a {
  font-size: 16px;
}
.rs-team-two .rs-team-social .theme-social a:hover {
  color: var(--rs-theme-secondary);
}
.rs-team-three .rs-team-item {
  gap: 30px 100px;
  display: grid;
  grid-template-columns: 470px auto;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .rs-team-three .rs-team-item {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-team-three .rs-team-item {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-team-three .rs-team-item {
    grid-template-columns: auto;
  }
}
.rs-team-three .rs-team-thumb-wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-team-three .rs-team-thumb-wrapper {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-three .rs-team-thumb-wrapper {
    height: 400px;
  }
}
.rs-team-three .rs-team-thumb {
  opacity: 0;
  scale: 1.1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: top center;
  transition: 0.5s;
  z-index: 1;
}
.rs-team-three .rs-team-thumb.active {
  opacity: 1;
  scale: 1;
}
.rs-team-three .rs-team-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-team-three .rs-team-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid var(--rs-border-primary);
  padding-bottom: 25px;
  padding-top: 25px;
}
@media only screen and (max-width: 480px) {
  .rs-team-three .rs-team-content-item {
    display: grid;
    gap: 20px;
  }
}
.rs-team-three .rs-team-content-item:last-child {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-team-three .rs-team-content-item.active .rs-team-title {
  color: var(--rs-theme-primary);
}
.rs-team-three .rs-team-content-item.active .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-team-three .rs-team-content-item.active .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-team-three .rs-team-content-item.active .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-team-three .rs-team-btn .icon-box svg {
  width: 20px;
  height: 20px;
}
.rs-team-details .rs-team-details-wrapper {
  display: grid;
  grid-template-columns: 510px 1fr;
  gap: 30px 100px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-team-details .rs-team-details-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-team-details .rs-team-details-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 30px;
  }
}
.rs-team-details .rs-team-details-thumb {
  height: 513px;
}
@media only screen and (max-width: 1366px) {
  .rs-team-details .rs-team-details-thumb {
    height: 100%;
  }
}
.rs-team-details .rs-team-details-thumb img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.rs-team-details .rs-team-details-desig {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .rs-team-details .rs-team-details-desig {
    font-size: 18px;
  }
}
.rs-team-details .rs-team-details-desc {
  margin-top: 6px;
  margin-bottom: 40px;
}
.rs-team-details .rs-team-details-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.rs-team-details .rs-team-details-line {
  width: 686px;
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 42px;
  border-color: var(--rs-border-primary);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-team-details .rs-team-details-line {
    width: 100%;
  }
}
.rs-team-details .rs-team-details-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-team-details .rs-team-details-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-team-details .rs-team-details-info {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-details .rs-team-details-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-details .rs-team-details-info-item {
  background: var(--rs-bg-secondary);
  padding-top: 28px;
  padding-bottom: 28px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-team-details .rs-team-details-info-item {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-team-details .rs-team-details-info-item {
    flex-wrap: wrap;
  }
}
.rs-team-details .rs-team-details-info-icon {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rs-white);
  border-radius: 3px;
}
.rs-team-details .rs-team-details-info-icon svg {
  width: 32px;
  height: 32px;
}
.rs-team-details .rs-team-details-info-title {
  margin-bottom: 5px;
}
.rs-team-details .rs-team-details-info-value a {
  font-weight: 500;
}
.rs-team-details .rs-team-details-info-value a:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*   4.6 Contact css
/*----------------------------------------*/
.rs-contact-one {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-contact-one:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 290px);
  bottom: 0;
  left: 0;
  background: var(--rs-bg-secondary);
  z-index: -1;
}
.rs-contact-one .rs-contact-shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
.rs-contact-one .rs-contact-meta-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px;
}
.rs-contact-one .rs-contact-meta-inner {
  background: var(--rs-theme-primary);
  padding: 15px 20px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-contact-one .rs-contact-meta-inner {
    padding: 15px 20px 18px 20px;
  }
}
.rs-contact-one .rs-contact-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-contact-one .rs-contact-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-contact-one .rs-contact-meta-icon svg path {
  fill: var(--rs-white);
}
.rs-contact-one .rs-contact-meta-content {
  color: var(--rs-white);
}
.rs-contact-one .rs-contact-meta-content a:hover {
  color: var(--rs-title-primary);
}
.rs-contact-one .rs-contact-meta-btn .rs-btn {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
}
.rs-contact-one .rs-contact-meta-btn .rs-btn .icon-box svg {
  width: 14px;
  height: 14px;
}
.rs-contact-one .rs-contact-wrapper {
  display: grid;
  grid-template-columns: 490px auto;
  align-items: center;
  gap: 0;
  background: var(--rs-white);
  border-radius: 6px;
  border: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one .rs-contact-wrapper {
    grid-template-columns: 470px auto;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-contact-one .rs-contact-wrapper {
    grid-template-columns: 440px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-wrapper {
    grid-template-columns: auto;
  }
}
.rs-contact-one .rs-contact-form {
  padding-inline-end: 80px;
  padding-inline-start: 80px;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one .rs-contact-form {
    padding-inline-end: 50px;
    padding-inline-start: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-contact-one .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.rs-contact-one .rs-contact-input-box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rs-contact-one .rs-contact-input-box textarea {
    margin-top: 20px;
  }
}
.rs-contact-one .rs-contact-form-title {
  margin-bottom: 17px;
}
.rs-contact-one .rs-contact-input input {
  height: 50px;
  border-radius: 3px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-contact-one .rs-contact-input input::placeholder {
  color: var(--rs-title-primary);
}
.rs-contact-one .rs-contact-input textarea {
  height: 174px;
  border-radius: 3px;
  padding: 15px 20px;
  background: var(--rs-white);
}
.rs-contact-one .rs-contact-input textarea::placeholder {
  color: var(--rs-title-primary);
}
.rs-contact-one .rs-contact-input .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--rs-white);
}
.rs-contact-one .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-one .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-one .rs-contact-thumb {
  height: 100%;
  width: 100%;
  position: relative;
}
.rs-contact-one .rs-contact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 0 0 6px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-thumb img {
    border-radius: 6px 6px 0 0px;
  }
}
.rs-contact-two {
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-two {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-two {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-two {
    padding-bottom: 60px;
  }
}
.rs-contact-two .rs-contact-bg-thumb {
  position: absolute;
  width: 100%;
  height: 512px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .rs-contact-bg-thumb {
    height: 380px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-contact-two .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-two .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-contact-two .section-title {
    font-size: 27px;
  }
}
.rs-contact-two .rs-contact-form {
  background: var(--rs-white);
  padding-top: 62px;
  padding-bottom: 62px;
  padding-inline-start: 60px;
  padding-inline-end: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two .rs-contact-form {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-contact-two .rs-contact-form {
    padding-inline-start: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two .rs-contact-form {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
.rs-contact-two .rs-contact-wrapper {
  display: grid;
  grid-template-columns: 740px 851px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two .rs-contact-wrapper {
    grid-template-columns: 550px 851px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-contact-two .rs-contact-wrapper {
    grid-template-columns: 450px 851px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two .rs-contact-wrapper {
    grid-template-columns: auto;
  }
}
.rs-contact-two .section-title-wrapper {
  background: var(--rs-theme-primary);
  padding-top: 50px;
  padding-inline-start: 60px;
  padding-bottom: 55px;
  padding-inline-end: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two .section-title-wrapper {
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-bottom: 30px;
    padding-inline-end: 30px;
  }
}
.rs-contact-two .rs-section-desc {
  color: var(--rs-white);
}
.rs-contact-two .rs-contact-input input {
  height: 50px;
  border-radius: 100px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-contact-two .rs-contact-input input::placeholder {
  color: var(--rs-title-primary);
}
.rs-contact-two .rs-contact-input textarea {
  height: 174px;
  border-radius: 16px;
  padding: 15px 20px;
  background: var(--rs-white);
}
.rs-contact-two .rs-contact-input textarea::placeholder {
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .rs-contact-input textarea {
    margin-top: 20px;
  }
}
.rs-contact-two .rs-contact-input .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--rs-white);
  border-radius: 100px;
}
.rs-contact-two .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 16px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-two .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-two .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-two .rs-contact-btn .rs-btn {
  border-radius: 16px;
}
.rs-contact-two .rs-contact-item-wrapper {
  background: var(--rs-theme-secondary);
  padding-top: 88px;
  padding-inline-start: 60px;
  padding-bottom: 85px;
  padding-inline-end: 60px;
  display: flex;
  align-items: center;
  gap: 30px 70px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two .rs-contact-item-wrapper {
    padding-top: 60px;
    padding-inline-start: 30px;
    padding-bottom: 60px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two .rs-contact-item-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px 30px;
  }
}
.rs-contact-two .rs-contact-title {
  color: rgba(255, 255, 255, 0.31);
  font-size: 24px;
  display: block;
  line-height: 1.15;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .rs-contact-title {
    font-size: 20px;
  }
}
.rs-contact-two .rs-contact-item a {
  color: var(--rs-white);
  font-size: 20px;
}
.rs-contact-two .rs-contact-item a:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-two .rs-contact-thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two .rs-contact-thumb {
    height: auto;
  }
}
.rs-contact-two .rs-contact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-contact-two .rs-contact-thumb.has-height {
  height: 100%;
}
.rs-contact-two .rs-ripple-item {
  position: absolute;
}
.rs-contact-two .rs-ripple-item.ripple .pre-circle-ripple::before {
  -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
  animation: rs-pulse-border 1500ms ease-out infinite;
  opacity: 1;
}
.rs-contact-two .rs-ripple-item.ripple .rs-ripple-figure {
  opacity: 1;
  transform: translate3d(-50%, -35px, 0);
  visibility: visible;
}
.rs-contact-two .rs-ripple-item:hover .pre-circle-ripple::before {
  -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
  animation: rs-pulse-border 1500ms ease-out infinite;
  opacity: 1;
}
.rs-contact-two .rs-ripple-item:hover .rs-ripple-figure {
  opacity: 1;
  transform: translate3d(-50%, -35px, 0);
  visibility: visible;
}
.rs-contact-two .rs-ripple-item.ripple-1 {
  inset-inline-start: 17%;
  top: 30%;
}
@media only screen and (max-width: 991px) {
  .rs-contact-two .rs-ripple-item.ripple-1 {
    inset-inline-start: 24%;
  }
}
.rs-contact-two .rs-ripple-item.ripple-2 {
  inset-inline-start: 50%;
  top: 22%;
}
.rs-contact-two .rs-ripple-item.ripple-3 {
  inset-inline-start: 55%;
  top: 46%;
}
.rs-contact-two .rs-ripple-item.ripple-4 {
  inset-inline-start: 37%;
  bottom: 33%;
}
.rs-contact-two .rs-ripple-figure {
  display: flex;
  background: var(--rs-bg-secondary);
  padding: 8px;
  border-radius: 6px;
  gap: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  min-width: 370px;
  position: absolute;
  bottom: 0;
  left: 8px;
  transition: all 0.4s ease;
  z-index: 99;
  opacity: 0;
  transition: all 500ms ease;
  transform: translate3d(-50%, -70px, 0);
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .rs-ripple-figure {
    display: none;
  }
}
.rs-contact-two .rs-ripple-figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid var(--rs-theme-secondary);
  top: 100%;
  right: 0;
  margin: 0 auto;
}
.rs-contact-two .ripple-content .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.rs-contact-two .rs-ripple-thumb {
  width: 130px;
  min-width: 130px;
}
.rs-contact-two .rs-ripple-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-contact-two .pre-circle-ripple {
  position: relative;
  cursor: pointer;
}
.rs-contact-two .pre-circle-ripple::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  transform-origin: center center;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.rs-contact-two .pre-circle-ripple::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7607843137);
  z-index: 9;
  border: 1px solid var(--rs-theme-secondary);
}
.rs-contact-two .pre-circle-ripple .ripple-line {
  position: absolute;
  left: 7px;
  bottom: -19px;
  width: 1px;
  height: 8px;
  background: var(--rs-theme-secondary);
}
.rs-contact-two .mobile_item {
  display: none;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 280px;
  color: #000;
  background: var(--rs-white);
  padding: 30px;
  border-radius: 5px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  text-align: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .mobile_item {
    display: block !important;
    padding: 15px;
  }
}
.rs-contact-two .mobile_item.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.rs-contact-two .mobile_item .description {
  color: var(--rs-text-primary);
}
.rs-contact-two .mobile_item .pre-title .title {
  color: var(--rs-title-primary);
  font-size: 18px;
  margin-bottom: 6px;
}
.rs-contact-two .mobile_item .remove-icon {
  border: 1px solid #d5d5d5;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.rs-contact-two.rs-contact-alt .rs-contact-bg-thumb {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 1px;
  left: 0;
  z-index: -1;
}
.rs-contact-two.rs-contact-alt .rs-contact-form {
  background: var(--rs-bg-secondary);
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two.rs-contact-alt .rs-contact-form {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-contact-two.rs-contact-alt .rs-contact-thumb img {
  height: auto;
}
.rs-contact-two.rs-contact-alt .rs-ripple-item.ripple-4 {
  bottom: 43%;
}
.rs-contact-two.rs-contact-alt-two .rs-contact-bg-thumb {
  display: none;
}
.rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
  display: grid;
  grid-template-columns: 745px auto;
  margin-inline-end: 140px;
  margin-inline-start: 140px;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-inline-end: 100px;
    margin-inline-start: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
    margin-inline-end: 0px;
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-contact-two.rs-contact-alt-two .rs-contact-form {
  background: var(--rs-bg-secondary);
  padding-top: 52px;
  padding-bottom: 52px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}
@media only screen and (max-width: 1366px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-form {
    padding-inline-start: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-end: 30px;
  }
}
.rs-contact-two.rs-contact-alt-two .rs-contact-thumb {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-thumb {
    height: auto;
  }
}
.rs-contact-two.rs-contact-alt-two .rs-contact-input {
  position: relative;
}
.rs-contact-two.rs-contact-alt-two .rs-contact-input input {
  border-radius: 3px;
}
.rs-contact-two.rs-contact-alt-two .rs-contact-input textarea {
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-input textarea {
    margin-top: 0;
  }
}
.rs-contact-two.rs-contact-alt-two .rs-contact-input .nice-select {
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .rs-contact-two.rs-contact-alt-two .rs-contact-input .nice-select {
    margin-bottom: 20px;
  }
}
.rs-contact-two.rs-contact-alt-two .rs-contact-input .nice-select .list {
  border-radius: 3px;
}
.rs-contact-two.rs-contact-alt-two .rs-contact-input i {
  pointer-events: none;
  position: absolute;
  inset-inline-end: 20px;
  font-size: 18px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.rs-contact-two.rs-contact-alt-two .rs-contact-btn .rs-btn {
  border-radius: 3px;
}
.rs-contact-two.rs-contact-alt-two .rs-ripple-item.ripple-4 {
  bottom: 35%;
}
.rs-contact-three .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-three .rs-contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-three .rs-contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-contact-three .rs-contact-item {
  text-align: center;
}
.rs-contact-three .rs-contact-item:hover .rs-contact-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-contact-three .rs-contact-thumb {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 144px;
}
.rs-contact-three .rs-contact-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-contact-three .rs-contact-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rs-contact-three .rs-contact-title::before {
  position: absolute;
  content: "";
  width: 145px;
  height: 1px;
  background: var(--rs-border-primary);
  bottom: 0;
  inset-inline-start: 0;
}
.rs-contact-three .rs-contact-title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  bottom: 0px;
}
.rs-contact-three .rs-contact-info span {
  display: block;
}
.rs-contact-three .rs-contact-info span:not(:last-child) {
  margin-bottom: 5px;
}
.rs-contact-three .rs-contact-info a:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-four {
  position: relative;
  z-index: 1;
}
.rs-contact-four .rs-contact-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-contact-four .rs-contact-meta-icon svg path {
  fill: var(--rs-white);
}
.rs-contact-four .rs-contact-meta-content {
  color: var(--rs-white);
}
.rs-contact-four .rs-contact-meta-content a:hover {
  color: var(--rs-title-primary);
}
.rs-contact-four .rs-contact-wrapper {
  display: grid;
  grid-template-columns: 805px auto;
  gap: 30px 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 680px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: auto;
  }
}
.rs-contact-four .rs-contact-form {
  padding-inline-end: 60px;
  padding-inline-start: 60px;
  padding-top: 50px;
  padding-bottom: 60px;
  background: var(--rs-bg-secondary);
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.rs-contact-four .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-four .rs-contact-form-title {
  margin-bottom: 17px;
}
.rs-contact-four .rs-contact-input input {
  height: 50px;
  border-radius: 3px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-contact-four .rs-contact-input input::placeholder {
  color: var(--rs-title-primary);
}
.rs-contact-four .rs-contact-input textarea {
  height: 174px;
  border-radius: 3px;
  padding: 15px 20px;
  background: var(--rs-white);
}
.rs-contact-four .rs-contact-input textarea::placeholder {
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-contact-input textarea {
    margin-top: 20px;
  }
}
.rs-contact-four .rs-contact-input .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--rs-white);
}
.rs-contact-four .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-four .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-four .rs-contact-list {
  border: 1px solid var(--rs-border-primary);
  padding: 40px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-list {
    padding: 30px;
  }
}
.rs-contact-four .rs-contact-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.rs-contact-four .rs-contact-list li:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-contact-four .rs-contact-list-content .label {
  font-size: 24px;
  display: block;
  color: var(--rs-title-primary);
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-list-content .label {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-contact-list-content .label {
    font-size: 20px;
  }
}
.rs-contact-four .rs-contact-list-content a {
  font-size: 17px;
}
.rs-contact-four .rs-contact-list-content a:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-four .rs-contact-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: var(--rs-bg-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-contact-four .rs-contact-icon svg {
  width: 32px;
  height: 32px;
}
.rs-contact-four .rs-contact-icon svg path {
  fill: var(--rs-theme-primary);
}

.rs-map-one {
  line-height: 0;
}
.rs-map-one .rs-google-map iframe {
  width: 100%;
  height: 575px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (max-width: 1600px) {
  .rs-map-one .rs-google-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-map-one .rs-google-map iframe {
    height: 250px;
  }
}

/*----------------------------------------*/
/*  4.28 video css
/*----------------------------------------*/
.rs-video-one {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 230px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1600px) {
  .rs-video-one {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-video-one {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-video-one {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}
.rs-video-one .rs-video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-video-two {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 230px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .rs-video-two {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.rs-video-two.has-padding {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media only screen and (max-width: 1600px) {
  .rs-video-two.has-padding {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-video-two.has-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-video-two.has-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.rs-video-two.has-padding-two {
  padding-top: 135px;
  padding-bottom: 255px;
}
@media only screen and (max-width: 1366px) {
  .rs-video-two.has-padding-two {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-video-two.has-padding-two {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}
.rs-video-two .rs-video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-video-two .rs-video-icon {
  background-color: var(--rs-white);
  width: 17px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rs-video-two .rs-video-content {
  font-size: 14px;
  font-weight: 500;
}
.rs-video-two .rs-video-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
}
.rs-video-two .rs-video-content p a {
  text-decoration: underline;
}
.rs-video-two .rs-video-content p a:hover {
  color: var(--rs-theme-primary);
}
.rs-video-two .rs-video-content-wrapper {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
  backdrop-filter: blur(21px);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-top: 21px;
  padding-bottom: 21px;
  margin-top: 125px;
}
.rs-video-two .has-bg-gradient.rs-play-btn {
  background: radial-gradient(at center center, rgba(71, 74, 74, 0.1215686275) 0%, rgba(226, 237, 237, 0.1215686275) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(21px);
  color: var(--rs-white);
}
.rs-video-two .has-bg-gradient.rs-play-btn::before {
  content: none;
}
.rs-video-three {
  position: relative;
  z-index: 1;
  min-height: 513px;
  margin-top: -165px;
}
@media only screen and (max-width: 1600px) {
  .rs-video-three {
    min-height: 430px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-video-three {
    min-height: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-video-three {
    min-height: 400px;
  }
}
.rs-video-three .rs-video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.rs-video-four .rs-video-wrapper {
  height: 600px;
}
@media only screen and (max-width: 1600px) {
  .rs-video-four .rs-video-wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-video-four .rs-video-wrapper {
    height: 100%;
  }
}
.rs-video-four .rs-video-wrapper video {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*   4.10 feature css
/*----------------------------------------*/
.rs-feature-one {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
  padding-top: 325px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-one {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one {
    padding-top: 150px;
  }
}
.rs-feature-one .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-feature-one .rs-feature-wrapper {
  background: var(--rs-theme-primary);
  padding-top: 50px;
  padding-bottom: 40px;
  padding-inline-start: 100px;
  padding-inline-end: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 120px;
  border-radius: 6px;
  margin-bottom: -160px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-one .rs-feature-wrapper {
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    gap: 30px 60px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-feature-one .rs-feature-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-one .rs-feature-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-white);
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-feature-one .rs-feature-title {
  color: var(--rs-white);
  letter-spacing: 0.01em;
}
.rs-feature-one .rs-feature-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-feature-one .rs-feature-icon {
  background: var(--rs-theme-secondary);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.rs-feature-one .rs-feature-icon svg {
  width: 44px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-feature-one .rs-feature-icon svg path {
  fill: var(--rs-white);
  transition: all 0.5s ease-in-out;
}
.rs-feature-one .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 10px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one .rs-feature-line {
    width: 100%;
  }
}
.rs-feature-one .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-two {
  position: relative;
  z-index: 1;
}
.rs-feature-two .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-feature-two .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: 410px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: 1fr;
  }
}
.rs-feature-two .rs-feature-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 5px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-two .rs-feature-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-two .rs-feature-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-two .rs-feature-list ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.rs-feature-two .rs-feature-list ul li svg {
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.rs-feature-two .rs-feature-list ul li svg path {
  fill: var(--rs-white);
}
.rs-feature-two .rs-feature-list-title {
  color: var(--rs-white);
}
.rs-feature-two .rs-feature-list {
  width: 470px;
}
@media only screen and (max-width: 575px) {
  .rs-feature-two .rs-feature-list {
    width: 100%;
  }
}
.rs-feature-two .rs-feature-thumb img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-thumb img {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
}
.rs-feature-two .rs-feature-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline-start: 16px;
  padding-inline-end: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-in-out;
}
.rs-feature-two .rs-feature-item:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  backdrop-filter: unset;
}
.rs-feature-two .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-two .rs-feature-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-item-wrapper {
    justify-content: start;
  }
}
.rs-feature-three .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 430px auto;
  gap: 30px 80px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-three .rs-feature-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-three .rs-feature-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-three .rs-feature-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-three .rs-feature-wrapper {
    grid-template-columns: auto;
  }
}
.rs-feature-three .rs-feature-more-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-three .rs-feature-more-btn {
    margin-top: 30px;
  }
}
.rs-feature-three .rs-feature-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-three .rs-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 15px;
}
.rs-feature-three .rs-feature-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-three .rs-feature-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-three .rs-feature-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-three .rs-feature-item:hover .rs-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-feature-three .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-theme-primary);
}
.rs-feature-three .rs-feature-item:first-child {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-item:first-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.rs-feature-three .rs-feature-item:nth-child(2) {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
.rs-feature-three .rs-feature-item:nth-child(5) {
  margin-bottom: 0px;
}
.rs-feature-three .rs-feature-item:nth-child(6) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-item:nth-child(6) {
    padding-top: 15px;
  }
}
.rs-feature-three .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-feature-three .rs-feature-thumb {
  width: 64px;
  height: 64px;
  min-width: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.rs-feature-three .rs-feature-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-feature-three .rs-feature-title {
  font-weight: 500;
  transition: unset;
}
.rs-feature-three .rs-feature-title:hover {
  color: var(--rs-theme-primary);
}
.rs-feature-three .rs-feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature-three .rs-feature-btn .rs-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
.rs-feature-four {
  position: relative;
  z-index: 1;
  padding-top: 245px;
  margin-top: -150px;
}
.rs-feature-four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--rs-theme-secondary);
  z-index: -1;
}
.rs-feature-four .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rs-border-tertiary);
  border-bottom: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-four .rs-feature-item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 0;
  padding-inline-end: 50px;
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 1600px) {
  .rs-feature-four .rs-feature-item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-item {
    border-inline-end: 0;
    padding-inline-end: 0px;
  }
}
.rs-feature-four .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-four .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-four .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-four .rs-feature-item:nth-child(3) {
  border-inline-end: 0;
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-item:nth-child(3) {
    border-inline-end: 1px solid var(--rs-border-tertiary);
    border-bottom: 1px solid var(--rs-border-tertiary);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-item:nth-child(3) {
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-item:first-child {
    border-bottom: 1px solid var(--rs-border-tertiary);
  }
}
.rs-feature-four .rs-feature-item:nth-child(2), .rs-feature-four .rs-feature-item:nth-child(3) {
  padding-inline-start: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-four .rs-feature-item:nth-child(2), .rs-feature-four .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-item:nth-child(2) {
    border-bottom: 1px solid var(--rs-border-tertiary);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-item:nth-child(2) {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-item:nth-child(3) {
    padding-inline-start: 0px;
  }
}
.rs-feature-four .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 13px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.rs-feature-four .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-four .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rs-white);
  transition: 0.5s;
  border-radius: 3px;
}
.rs-feature-four .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-four .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
  transition: 0.5s;
}
.rs-feature-four .rs-feature-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-white);
}
.rs-feature-four .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-four .rs-feature-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 22px;
}
.rs-feature-four .rs-feature-desc {
  color: rgba(255, 255, 255, 0.78);
  width: 320px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-four .rs-feature-desc {
    width: 100%;
  }
}
.rs-feature-five {
  position: relative;
  z-index: 1;
}
.rs-feature-five .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-feature-five .rs-feature-wrapper {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(42, 45, 45, 0.3) 0%, rgba(42, 45, 45, 0.3) 100%);
  backdrop-filter: blur(21px);
  border-radius: 0px 0px 0px 6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-five .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-five .rs-feature-title {
  color: var(--rs-white);
  letter-spacing: 0.01em;
}
.rs-feature-five .rs-feature-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-feature-five .rs-feature-icon {
  background: var(--rs-white);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.rs-feature-five .rs-feature-icon svg {
  width: 44px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-feature-five .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
  transition: all 0.5s ease-in-out;
}
.rs-feature-five .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 10px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-five .rs-feature-line {
    width: 100%;
  }
}
.rs-feature-five .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-five .rs-feature-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-white);
}
.rs-feature-five .rs-feature-icon-info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.rs-feature-five .rs-feature-item {
  padding-top: 50px;
  padding-inline-start: 45px;
  padding-bottom: 43px;
  padding-inline-end: 45px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-five .rs-feature-item {
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-bottom: 25px;
    padding-inline-end: 30px;
  }
}
.rs-feature-five .rs-feature-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--rs-border-secondary);
  top: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-item:not(:last-child)::before {
    content: none;
  }
}
.rs-feature-five .rs-feature-item:nth-child(2) {
  padding-inline-start: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-five .rs-feature-item:nth-child(2) {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-five .rs-feature-item:nth-child(2)::before {
    content: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-five .rs-feature-item:nth-child(2) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-item:nth-child(2) {
    padding-top: 0;
  }
}
.rs-feature-five .rs-feature-item:nth-child(3) {
  padding-inline-start: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-five .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-five .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-item:nth-child(3) {
    padding-top: 0;
  }
}
.rs-feature-six .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 486px auto;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-six .rs-feature-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-wrapper {
    grid-template-columns: auto;
  }
}
.rs-feature-six .rs-feature-more-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-more-btn {
    margin-top: 30px;
  }
}
.rs-feature-six .rs-feature-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-six .rs-feature-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-six .rs-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-secondary);
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 15px;
}
.rs-feature-six .rs-feature-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-six .rs-feature-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-six .rs-feature-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-six .rs-feature-item:hover .rs-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-feature-six .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-theme-primary);
}
.rs-feature-six .rs-feature-item:first-child {
  border-top: 1px solid var(--rs-border-secondary);
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-six .rs-feature-item:first-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.rs-feature-six .rs-feature-item:nth-child(2) {
  border-top: 1px solid var(--rs-border-secondary);
  padding-top: 15px;
}
.rs-feature-six .rs-feature-item:nth-child(5) {
  margin-bottom: 0px;
}
.rs-feature-six .rs-feature-item:nth-child(6) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-six .rs-feature-item:nth-child(6) {
    padding-top: 15px;
  }
}
.rs-feature-six .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-feature-six .rs-feature-thumb {
  width: 64px;
  height: 64px;
  min-width: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.rs-feature-six .rs-feature-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-feature-six .rs-feature-title {
  font-weight: 500;
  color: var(--rs-white);
  transition: unset;
}
.rs-feature-six .rs-feature-title:hover {
  color: var(--rs-theme-primary);
}
.rs-feature-six .rs-feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature-six .rs-feature-btn .rs-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
.rs-feature-six .rs-feature-btn .rs-btn .icon-box svg path {
  fill: var(--rs-white);
}
.rs-feature-six .section-desc {
  color: var(--rs-white);
  font-size: 16px;
}
.rs-feature-seven {
  position: relative;
  z-index: 1;
  background: var(--rs-theme-secondary);
}
.rs-feature-seven .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.082);
  border-bottom: 1px solid rgba(255, 255, 255, 0.082);
}
@media only screen and (max-width: 1366px) {
  .rs-feature-seven .rs-feature-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-seven .rs-feature-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-seven .rs-feature-item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 20px;
  padding-inline-end: 30px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-seven .rs-feature-item {
    padding-inline-end: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item {
    border-inline-end: 0;
  }
}
.rs-feature-seven .rs-feature-item:last-child {
  border-inline-end: 0;
  padding-inline-start: 40px;
  padding-inline-end: 0px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-seven .rs-feature-item:last-child {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.082);
  }
}
.rs-feature-seven .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-seven .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-seven .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-seven .rs-feature-item:nth-child(1) {
  padding-inline-start: 0px;
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item:nth-child(1) {
    padding-inline-end: 0;
  }
}
.rs-feature-seven .rs-feature-item:nth-child(2) {
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-item:nth-child(2) {
    padding-inline-end: 0px;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item:nth-child(2) {
    padding-inline-end: 0px;
    padding-inline-start: 0;
  }
}
.rs-feature-seven .rs-feature-item:nth-child(3) {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-seven .rs-feature-item:nth-child(3) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-seven .rs-feature-item:nth-child(3) {
    padding-inline-end: 0;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-item:nth-child(3) {
    padding-inline-start: 0px;
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item:nth-child(3) {
    padding-inline-end: 0px;
    border-inline-end: 0;
    padding-top: 30px;
  }
}
.rs-feature-seven .rs-feature-item:nth-child(4) {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-seven .rs-feature-item:nth-child(4) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-seven .rs-feature-item:nth-child(4) {
    padding-inline-end: 0px;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-seven .rs-feature-item:nth-child(4) {
    padding-inline-start: 0px;
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-item:nth-child(4) {
    padding-inline-start: 25px;
    padding-inline-end: 0px;
    border-inline-end: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item:nth-child(4) {
    padding-inline-start: 0px;
    padding-inline-end: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-seven .rs-feature-item:nth-child(5) {
    padding-inline-start: 0px;
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-seven .rs-feature-item:nth-child(5) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-item:nth-child(5) {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-seven .rs-feature-item:nth-child(5) {
    border-inline-end: 0;
    padding-inline-end: 0;
    padding-top: 30px;
  }
}
.rs-feature-seven .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 13px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.rs-feature-seven .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-seven .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F3E4B;
  transition: 0.5s;
  border-radius: 3px;
}
.rs-feature-seven .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-seven .rs-feature-icon svg path {
  fill: var(--rs-white);
  transition: 0.5s;
}
.rs-feature-seven .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-seven .rs-feature-top {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 22px;
}
.rs-feature-seven .rs-feature-desc {
  color: rgba(255, 255, 255, 0.78);
}
.rs-feature-eight {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .rs-feature-eight {
    border-bottom: 0;
  }
}
.rs-feature-eight .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-eight .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-eight .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-eight .rs-feature-shape {
  position: absolute;
  inset-inline-end: 40px;
  top: 40px;
}
.rs-feature-eight .rs-feature-item {
  padding-top: 40px;
  padding-bottom: 33px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  background: var(--rs-bg-secondary);
  border-inline-start: 1px solid var(--rs-border-primary);
  border-inline-end: 1px solid var(--rs-border-primary);
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .rs-feature-eight .rs-feature-item {
    padding-top: 30px;
    padding-bottom: 28px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-eight .rs-feature-item {
    border-bottom: 1px solid var(--rs-border-primary);
  }
  .rs-feature-eight .rs-feature-item:last-child {
    border-top: 1px solid var(--rs-border-primary);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-eight .rs-feature-item:nth-child(2) {
    border-top: 1px solid var(--rs-border-primary);
  }
}
.rs-feature-eight .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-eight .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-eight .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-eight .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rs-white);
  transition: 0.5s;
  border-radius: 3px;
}
.rs-feature-eight .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-eight .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
  transition: 0.5s;
}
.rs-feature-eight .rs-feature-title {
  margin-bottom: 15px;
}
.rs-feature-eight .rs-feature-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 22px;
}
.rs-feature-eight.feature-border {
  border-bottom: 0;
}
.rs-feature-eight.feature-border .rs-feature-item {
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
}
.rs-feature-nine {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-feature-nine .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.rs-feature-nine .rs-feature-slider-wrapper .swiper {
  overflow: visible;
  max-width: 805px;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-nine .rs-feature-slider-wrapper .swiper {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-slider-wrapper .swiper {
    overflow: hidden;
    max-width: 100%;
    margin: unset;
  }
}
.rs-feature-nine .rs-feature-slider-wrapper .swiper .swiper-slide-active .rs-feature-item {
  background: var(--rs-theme-primary);
}
.rs-feature-nine .rs-feature-slider-wrapper .swiper .swiper-slide-active .rs-btn:hover {
  background: var(--rs-theme-secondary);
}
.rs-feature-nine .rs-feature-item {
  background: var(--rs-theme-secondary);
  padding-top: 42px;
  padding-bottom: 50px;
  padding-inline-end: 50px;
  padding-inline-start: 120px;
  position: relative;
  z-index: 1;
  margin-inline-start: 100px;
  transition: 0.5s;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-nine .rs-feature-item {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-inline-end: 40px;
    padding-inline-start: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-nine .rs-feature-item {
    padding-top: 32px;
    padding-bottom: 30px;
    padding-inline-end: 30px;
    padding-inline-start: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-nine .rs-feature-item {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-item {
    padding-inline-start: 30px;
    margin-inline-start: 0px;
  }
}
.rs-feature-nine .rs-feature-thumb {
  width: 158px;
  height: 158px;
  margin: 14px;
  position: absolute;
  inset-inline-start: -100px;
  top: 47%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1366px) {
  .rs-feature-nine .rs-feature-thumb {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-nine .rs-feature-thumb {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-thumb {
    position: relative;
    top: unset;
    inset-inline-start: unset;
    transform: unset;
    margin-bottom: 35px;
  }
}
.rs-feature-nine .rs-feature-thumb::before {
  position: absolute;
  content: "";
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  border-radius: 50%;
  background: var(--rs-white);
  z-index: -1;
  left: -14px;
  top: -14px;
}
.rs-feature-nine .rs-feature-country {
  font-size: 24px;
  font-weight: 600;
  color: var(--rs-white);
}
.rs-feature-nine .rs-feature-title {
  color: var(--rs-white);
  margin-top: 10px;
  margin-bottom: 12px;
}
.rs-feature-nine .rs-feature-desc {
  color: rgba(255, 255, 255, 0.83);
  margin-bottom: 22px;
}
.rs-feature-nine .rs-feature-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 10px;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-nine .rs-feature-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-feature-nine .rs-feature-list-item p {
  color: var(--rs-white);
  font-size: 15px;
  font-weight: 500;
}
.rs-feature-nine .rs-feature-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-feature-nine .rs-feature-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-feature-nine .rs-feature-list-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-ten {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  min-width: 1136px;
  width: 1136px;
  margin-top: -165px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-ten {
    margin-top: 30px;
    width: 100%;
    min-width: 100%;
  }
}
.rs-feature-ten .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--rs-theme-secondary);
  border-radius: 0px 6px 6px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-ten .rs-feature-wrapper {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-ten .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-ten .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-ten .rs-feature-item {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .rs-feature-ten .rs-feature-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.rs-feature-ten .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-ten .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-ten .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-ten .rs-feature-item.active-item {
  background: var(--rs-theme-primary);
  padding-inline-start: 30px;
}
.rs-feature-ten .rs-feature-item.active-item .rs-feature-icon {
  background: var(--rs-white);
}
.rs-feature-ten .rs-feature-item.active-item .rs-feature-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-ten .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 13px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.rs-feature-ten .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-ten .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F3E4B;
  transition: 0.5s;
  border-radius: 3px;
  margin: 0 auto 20px;
}
.rs-feature-ten .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-ten .rs-feature-icon svg path {
  fill: var(--rs-white);
  transition: 0.5s;
}
.rs-feature-ten .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-ten .rs-feature-desc {
  color: rgba(255, 255, 255, 0.78);
  width: 320px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-ten .rs-feature-desc {
    width: 100%;
  }
}
.rs-feature-eleven {
  position: relative;
  z-index: 1;
  background: var(--rs-theme-secondary);
  overflow-x: clip;
}
.rs-feature-eleven .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.082);
  border-bottom: 1px solid rgba(255, 255, 255, 0.082);
}
@media only screen and (max-width: 1366px) {
  .rs-feature-eleven .rs-feature-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-eleven .rs-feature-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-eleven .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-eleven .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-eleven .rs-feature-item {
  padding-top: 70px;
  padding-bottom: 60px;
  padding-inline-start: 20px;
  padding-inline-end: 30px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  text-align: center;
  transition: 0.5s;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-eleven .rs-feature-item {
    padding-inline-end: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-eleven .rs-feature-item {
    border-inline-end: 0;
  }
}
.rs-feature-eleven .rs-feature-item:last-child {
  border-inline-end: 0;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-eleven .rs-feature-item:last-child {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-eleven .rs-feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.082);
  }
}
.rs-feature-eleven .rs-feature-item:hover {
  background: #2F3E4B;
}
.rs-feature-eleven .rs-feature-item:hover .rs-feature-number {
  background: var(--rs-theme-secondary);
}
.rs-feature-eleven .rs-feature-item:nth-child(2) {
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-eleven .rs-feature-item:nth-child(2) {
    border-inline-end: 0;
  }
}
.rs-feature-eleven .rs-feature-item:nth-child(3) {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-eleven .rs-feature-item:nth-child(3) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-eleven .rs-feature-item:nth-child(3) {
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-eleven .rs-feature-item:nth-child(3) {
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-eleven .rs-feature-item:nth-child(3) {
    border-inline-end: 0;
    padding-top: 30px;
  }
}
.rs-feature-eleven .rs-feature-item:nth-child(4) {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-eleven .rs-feature-item:nth-child(4) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-eleven .rs-feature-item:nth-child(4) {
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-eleven .rs-feature-item:nth-child(4) {
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-eleven .rs-feature-item:nth-child(4) {
    padding-inline-start: 25px;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-eleven .rs-feature-item:nth-child(4) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-eleven .rs-feature-item:nth-child(5) {
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-eleven .rs-feature-item:nth-child(5) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-eleven .rs-feature-item:nth-child(5) {
    border-inline-end: 0;
    padding-top: 30px;
  }
}
.rs-feature-eleven .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 13px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.rs-feature-eleven .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-eleven .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F3E4B;
  transition: 0.5s;
  border-radius: 3px;
}
.rs-feature-eleven .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-eleven .rs-feature-icon svg path {
  fill: var(--rs-white);
  transition: 0.5s;
}
.rs-feature-eleven .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-eleven .rs-feature-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-white);
  background: #2F3E4B;
  border-radius: 100px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 32px;
  margin-bottom: 40px;
}
.rs-feature-eleven .rs-feature-desc {
  color: rgba(255, 255, 255, 0.78);
}
.rs-feature-twelve {
  overflow-x: clip;
}
.rs-feature-twelve .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 30px 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-twelve .rs-feature-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-twelve .rs-feature-wrapper {
    grid-template-columns: 1fr 450px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-twelve .rs-feature-wrapper {
    grid-template-columns: 1fr;
  }
}
.rs-feature-twelve .rs-feature-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rs-feature-twelve .rs-feature-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-feature-twelve .rs-feature-thumb img {
  width: 100%;
  transition: unset;
}
.rs-feature-twelve .rs-section-desc {
  max-width: 590px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-twelve .rs-section-desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.rs-feature-twelve .rs-feature-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rs-feature-twelve .rs-feature-list-item {
  display: flex;
  gap: 25px;
  position: relative;
  background: var(--rs-bg-secondary);
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-twelve .rs-feature-list-item {
    flex-wrap: wrap;
  }
}
.rs-feature-twelve .rs-feature-list-item:hover .rs-feature-list-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-twelve .rs-feature-list-item:hover .rs-feature-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-twelve .rs-feature-list-item:hover .rs-feature-list-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-twelve .rs-feature-list-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: 0.5s;
}
.rs-feature-twelve .rs-feature-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-feature-twelve .rs-feature-list-icon svg path {
  fill: var(--rs-bg-primary);
  transition: 0.3s;
}
.rs-feature-twelve .rs-feature-list-title {
  margin-bottom: 12px;
}
.rs-feature-thirteen {
  position: relative;
  z-index: 1;
}
.rs-feature-thirteen .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  align-items: center;
  background: var(--rs-bg-secondary);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-thirteen .rs-feature-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-thirteen .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-feature-thirteen .rs-feature-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-feature-thirteen .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 470px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-feature-thirteen .rs-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 15px;
}
.rs-feature-thirteen .rs-feature-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-thirteen .rs-feature-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-thirteen .rs-feature-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-thirteen .rs-feature-item:hover .rs-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-feature-thirteen .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-theme-primary);
}
.rs-feature-thirteen .rs-feature-item:first-child {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-item:first-child {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
}
.rs-feature-thirteen .rs-feature-item:nth-child(2) {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(2) {
    border-bottom: 0;
  }
}
.rs-feature-thirteen .rs-feature-item:nth-child(3) {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(4) {
    margin-bottom: 0;
  }
}
.rs-feature-thirteen .rs-feature-item:nth-child(5) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(5) {
    padding-top: 15px;
  }
}
.rs-feature-thirteen .rs-feature-item:nth-child(6) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(6) {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(7) {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(8) {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(8) {
    padding-top: 0px;
  }
}
.rs-feature-thirteen .rs-feature-item:nth-child(10) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(10) {
    margin-bottom: 15px;
  }
}
.rs-feature-thirteen .rs-feature-item:nth-child(11) {
  margin-bottom: 0px;
}
.rs-feature-thirteen .rs-feature-item:nth-child(12) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-thirteen .rs-feature-item:nth-child(12) {
    padding-top: 15px;
  }
}
.rs-feature-thirteen .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-feature-thirteen .rs-feature-thumb {
  width: 64px;
  height: 64px;
  min-width: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.rs-feature-thirteen .rs-feature-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-feature-thirteen .rs-feature-title {
  font-weight: 500;
  transition: unset;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-thirteen .rs-feature-title {
    font-size: 18px;
  }
}
.rs-feature-thirteen .rs-feature-title:hover {
  color: var(--rs-theme-primary);
}
.rs-feature-thirteen .rs-feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature-thirteen .rs-feature-btn .rs-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
.rs-feature-fourteen {
  overflow-x: clip;
  margin-top: -330px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-fourteen {
    margin-top: -295px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-fourteen {
    margin-top: 0;
  }
}
.rs-feature-fourteen .rs-feature-info-list-wrapper {
  display: flex;
  flex-direction: column;
}
.rs-feature-fourteen .rs-feature-info-wrapper {
  position: relative;
  z-index: 1;
  background: var(--rs-theme-primary);
  padding-top: 50px;
  padding-bottom: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  display: grid;
  grid-template-columns: 487px auto;
  gap: 30px 100px;
  border-radius: 6px 0 0 0;
}
@media only screen and (max-width: 1800px) {
  .rs-feature-fourteen .rs-feature-info-wrapper {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1700px) {
  .rs-feature-fourteen .rs-feature-info-wrapper {
    grid-template-columns: 390px auto;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-feature-fourteen .rs-feature-info-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-fourteen .rs-feature-info-wrapper {
    gap: 30px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-fourteen .rs-feature-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-fourteen .rs-feature-info-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-feature-fourteen .rs-feature-info-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-feature-fourteen .rs-feature-info-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-feature-fourteen .rs-feature-info-list-item {
    gap: 15px;
  }
}
.rs-feature-fourteen .rs-feature-info-list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-feature-fourteen .rs-feature-info-list-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-secondary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-feature-fourteen .rs-feature-info-list-item:hover {
  flex: 1.15;
}
.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-feature-info-number {
  color: var(--rs-white);
}
.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-feature-info-title {
  color: var(--rs-white);
}
.rs-feature-fourteen .rs-feature-info-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-square-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-square-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-square-btn.has-icon .icon-box svg path {
  fill: var(--rs-theme-secondary);
}
.rs-feature-fourteen .rs-feature-info-content {
  display: flex;
  align-items: center;
  gap: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-fourteen .rs-feature-info-content {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-fourteen .rs-feature-info-content {
    gap: 30px 20px;
  }
}
.rs-feature-fourteen .rs-feature-info-number {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 575px) {
  .rs-feature-fourteen .rs-feature-info-number {
    font-size: 17px;
  }
}
.rs-feature-fourteen .rs-feature-info-title {
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 480px) {
  .rs-feature-fourteen .rs-feature-info-title {
    font-size: 17px;
  }
}
.rs-feature-fourteen .rs-feature-info-btn .rs-square-btn.has-icon .icon-box svg {
  width: 20px;
}
.rs-feature-fourteen .rs-feature-info-btn .rs-square-btn.has-icon .icon-box svg path {
  fill: rgba(255, 255, 255, 0.3);
}
.rs-feature-fourteen .rs-feature-info-desc {
  color: var(--rs-white);
  font-weight: 500;
}
.rs-feature-fourteen .rs-feature-info-counter .rs-counter-item {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-fourteen .rs-feature-info-counter .rs-counter-item {
    margin-top: 30px;
  }
}
.rs-feature-fourteen .rs-feature-info-counter .rs-counter-number,
.rs-feature-fourteen .rs-feature-info-counter .prefix {
  font-size: 90px;
  color: var(--rs-white);
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .rs-feature-fourteen .rs-feature-info-counter .rs-counter-number,
  .rs-feature-fourteen .rs-feature-info-counter .prefix {
    font-size: 70px;
  }
}
.rs-feature-fourteen .rs-feature-info-counter .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.rs-feature-fourteen .rs-feature-info-counter .rs-counter-number-wrapper .prefix {
  color: var(--rs-theme-secondary);
}
.rs-feature-fourteen .rs-feature-info-counter .rs-counter-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  4.30 work
/*----------------------------------------*/
.rs-working-one {
  overflow-x: clip;
}
.rs-working-one .rs-working-wrapper {
  display: grid;
  grid-template-columns: 418px auto;
  gap: 30px 75px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-one .rs-working-wrapper {
    grid-template-columns: 370px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-one .rs-working-wrapper {
    grid-template-columns: auto;
    gap: 30px 30px;
  }
}
.rs-working-one .rs-working-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-working-one .rs-working-thumb img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  transition: unset;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-thumb img {
    height: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-thumb {
    position: sticky;
    top: 110px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-one .rs-working-thumb {
    position: relative;
    top: unset;
    align-self: unset;
  }
}
.rs-working-one .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 30px;
  }
}
.rs-working-one .rs-working-list-item {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-list-item {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-working-one .rs-working-list-item {
    flex-wrap: wrap;
  }
}
.rs-working-one .rs-working-list-item:nth-child(3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-list-item:nth-child(3) {
    margin-bottom: 30px;
  }
}
.rs-working-one .rs-working-list-item:nth-child(4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-list-item:nth-child(4) {
    padding-bottom: 0;
  }
  .rs-working-one .rs-working-list-item:nth-child(4)::before {
    content: none;
  }
  .rs-working-one .rs-working-list-item:nth-child(4)::after {
    content: none;
  }
}
.rs-working-one .rs-working-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-working-one .rs-working-list-item:hover .rs-working-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-working-one .rs-working-list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-primary);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-working-one .rs-working-list-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-working-one .rs-working-list-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--rs-bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-one .rs-working-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-working-one .rs-working-list-icon svg path {
  fill: var(--rs-bg-primary);
}
.rs-working-one .rs-working-list-title {
  margin-bottom: 10px;
}
.rs-working-two .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  margin-top: 30px;
}
.rs-working-two .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-two .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-two .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-two .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-three {
  overflow-x: clip;
}
.rs-working-three .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rs-working-three .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-three .rs-working-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-working-three .rs-working-thumb img {
  width: 100%;
  transition: unset;
}
.rs-working-three .rs-working-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-working-three .rs-working-btn {
    margin-top: 30px;
  }
}
.rs-working-three .rs-section-desc {
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .rs-working-three .rs-section-desc {
    max-width: 100%;
  }
}
.rs-working-four {
  position: relative;
  z-index: 2;
}
.rs-working-four .rs-working-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 500px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-four .rs-working-wrapper {
    grid-template-columns: 1fr 1fr 350px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-four .rs-working-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-working-wrapper {
    grid-template-columns: 1fr;
  }
}
.rs-working-four .rs-working-item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-working-item.item-one {
    min-height: 250px;
  }
}
.rs-working-four .rs-working-item.item-two {
  background: var(--rs-theme-primary);
  padding-top: 55px;
  padding-bottom: 60px;
  padding-inline-start: 50px;
  padding-inline-end: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-four .rs-working-item.item-two {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-working-four .rs-working-item.item-two .rs-counter-shape {
  position: absolute;
  width: 56px;
  inset-inline-end: 20px;
  top: 20px;
}
.rs-working-four .rs-working-item.item-three {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  background: var(--rs-bg-secondary);
  border-radius: 0 6px 6px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-four .rs-working-item.item-three {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-four .rs-working-item.item-three {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-working-item.item-three {
    border-radius: 0;
  }
}
.rs-working-four .rs-working-item.item-three .rs-progress-sec-title {
  position: relative;
  display: inline-flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rs-working-four .rs-working-item.item-three .rs-progress-sec-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--rs-border-primary);
  bottom: 0;
  height: 1px;
}
.rs-working-four .rs-working-item.item-three .rs-progress-sec-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-secondary);
  inset-inline-start: 0;
  height: 1px;
  bottom: 0;
  transition: 0.6s;
}
.rs-working-four .rs-working-item.item-three .single-progress:not(:last-child) {
  margin-bottom: 15px;
}
.rs-working-four .rs-video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px 0 0px 6px;
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-video-bg-thumb {
    border-radius: 0;
  }
}
.rs-working-four .rs-video-play-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.rs-working-four .rs-counter-number,
.rs-working-four .prefix {
  font-size: 50px;
  color: var(--rs-white);
  font-weight: 600;
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .rs-working-four .rs-counter-number,
  .rs-working-four .prefix {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-counter-number,
  .rs-working-four .prefix {
    font-size: 35px;
  }
}
.rs-working-four .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rs-working-four .rs-counter-btn .rs-btn {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-working-four .rs-counter-btn .rs-btn:hover {
  color: var(--rs-theme-primary);
}
.rs-working-four .rs-counter-btn .rs-btn:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-working-four .rs-counter-btn .rs-btn .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-working-four .rs-counter-btn .rs-btn .icon-box svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-four .rs-counter-title {
  font-size: 24px;
  color: var(--rs-white);
  font-weight: 500;
  margin-bottom: 80px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  .rs-working-four .rs-counter-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-counter-title {
    margin-bottom: 30px;
  }
}
.rs-working-five {
  position: relative;
  z-index: 1;
}
.rs-working-five .rs-working-bg-thumb {
  position: absolute;
  width: 100%;
  height: calc(100% - 360px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-working-five .rs-working-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-working-five .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 510px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rs-working-five .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-bottom: 40px;
  }
}
.rs-working-five .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-five .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-five .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-five .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-five .rs-progress-sec-title {
  position: relative;
  display: inline-flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.rs-working-five .rs-progress-sec-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--rs-border-primary);
  bottom: 0;
  height: 1px;
}
.rs-working-five .rs-progress-sec-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-secondary);
  inset-inline-start: 0;
  height: 2px;
  bottom: 0;
  transition: 0.6s;
}
.rs-working-five .rs-working-thumb {
  position: relative;
  z-index: 1;
}
.rs-working-five .rs-working-thumb img {
  border-radius: 6px;
  width: 100%;
}
.rs-working-five .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--rs-bg-secondary);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  gap: 30px 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-five .rs-working-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-five .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-five .single-progress:not(:last-child) {
  margin-bottom: 18px;
}
.rs-working-five .progress-title {
  font-size: 14px;
}
.rs-working-five .progress-top {
  margin-bottom: 13px;
}
.rs-working-five .progress-number {
  font-size: 14px;
}
.rs-working-five .rs-progress-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  padding-top: 40px;
  padding-bottom: 50px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-five .rs-progress-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-working-five .rs-progress-wrapper {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-working-five .rs-working-thumb-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .rs-working-five .rs-working-thumb-wrapper {
    margin-bottom: 0;
  }
}
.rs-working-five .rs-working-progress-wrapper {
  position: absolute;
  width: 485px;
  bottom: -95px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .rs-working-five .rs-working-progress-wrapper {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-five .rs-working-progress-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-five .rs-working-progress-wrapper {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    margin-top: 30px;
  }
}
.rs-working-five .rs-section-desc {
  max-width: 500px;
}
.rs-working-six .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-six .rs-working-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-six .rs-working-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-six .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-six .rs-working-item {
  padding: 12px 12px 18px 12px;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  border-radius: 90px 6px 6px 6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rs-working-six .rs-working-item {
    border-radius: 150px 6px 6px 6px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-working-six .rs-working-item {
    border-radius: 90px 6px 6px 6px;
  }
}
.rs-working-six .rs-working-item:hover .rs-working-number {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-working-six .rs-working-item:hover .rs-working-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-working-six .rs-working-thumb {
  overflow: hidden;
  border-radius: 500px 0px 0px 500px;
}
.rs-working-six .rs-working-thumb.has-radius {
  border-radius: 500px;
}
.rs-working-six .rs-working-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-working-six .rs-working-number {
  width: 62px;
  height: 62px;
  background: var(--rs-white);
  font-size: 20px;
  color: var(--rs-theme-primary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: -30px auto 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.rs-working-six .rs-working-title {
  margin-bottom: 10px;
}
.rs-working-seven {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-working-seven .rs-working-wrapper {
  display: grid;
  grid-template-columns: 1fr 522px;
  background: var(--rs-bg-secondary);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 30px;
  gap: 30px 90px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-seven .rs-working-wrapper {
    padding-inline-start: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-seven .rs-working-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-working-seven .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 515px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-seven .rs-working-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-working-seven .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-list-wrapper {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    width: 515px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-seven .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.rs-working-seven .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-seven .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-seven .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-seven .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-seven .rs-working-thumb {
  position: relative;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}
.rs-working-seven .rs-working-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: unset;
}
.rs-working-eight {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-working-eight .rs-working-wrapper {
  display: grid;
  grid-template-columns: 630px 1fr;
  gap: 30px 75px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-working-eight .rs-working-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-eight .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-eight .rs-section-desc {
  max-width: 530px;
}
@media only screen and (max-width: 991px) {
  .rs-working-eight .rs-section-desc {
    max-width: 100%;
  }
}
.rs-working-eight .rs-working-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-working-eight .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 515px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-working-eight .rs-working-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .rs-working-eight .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-eight .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-eight .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-eight .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-eight .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-eight .rs-working-thumb {
  position: relative;
  z-index: 1;
  height: 350px;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .rs-working-eight .rs-working-thumb {
    height: 100%;
  }
}
.rs-working-eight .rs-working-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: unset;
}
.rs-working-nine {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-working-nine .rs-working-bg-thumb {
  position: absolute;
  width: 100%;
  height: calc(100% - 360px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-working-nine .rs-working-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-working-nine .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 510px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-working-nine .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.rs-working-nine .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-nine .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-nine .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-nine .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-nine .rs-progress-sec-title {
  position: relative;
  display: inline-flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.rs-working-nine .rs-progress-sec-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--rs-border-primary);
  bottom: 0;
  height: 1px;
}
.rs-working-nine .rs-progress-sec-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-secondary);
  inset-inline-start: 0;
  height: 2px;
  bottom: 0;
  transition: 0.6s;
}
.rs-working-nine .rs-working-thumb {
  position: relative;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
}
.rs-working-nine .rs-working-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: unset;
}
.rs-working-nine .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background: var(--rs-bg-secondary);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  gap: 30px 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-nine .rs-working-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-working-nine .rs-working-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-nine .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-nine .single-progress:not(:last-child) {
  margin-bottom: 18px;
}
.rs-working-nine .progress-title {
  font-size: 14px;
}
.rs-working-nine .progress-top {
  margin-bottom: 13px;
}
.rs-working-nine .progress-number {
  font-size: 14px;
}
.rs-working-nine .rs-progress-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 6px;
}
.rs-working-nine .rs-working-thumb-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 95px;
}
.rs-working-nine .rs-working-progress-wrapper {
  position: absolute;
  width: 485px;
  bottom: -95px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.rs-working-nine .rs-section-desc {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .rs-working-nine .rs-section-desc {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  4.12 login
/*----------------------------------------*/
.rs-login-wrapper {
  background-color: var(--rs-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  padding: 30px 30px;
  margin: 0 auto;
  border-radius: 8px 0 0px 8px;
}
@media only screen and (max-width: 480px) {
  .rs-login-wrapper {
    padding: 25px 25px;
  }
}
.rs-login-wrapper input[type=checkbox] ~ label {
  color: var(--rs-black);
}
.rs-login-wrapper input[type=checkbox] ~ label::after {
  border: 1px solid rgba(102, 102, 102, 0.278);
  z-index: 1;
}
.rs-login-wrapper input[type=checkbox] ~ label::before {
  color: var(--rs-white);
  z-index: 2;
}
.rs-login-wrapper .form-input-title label {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  display: block;
  font-weight: 500;
  color: var(--rs-black);
}
.rs-login-thumb {
  height: 100%;
}
.rs-login-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 6px 6px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-login-thumb img {
    border-radius: 0 0px 6px 6px;
  }
}
.rs-login-link {
  color: var(--rs-theme-primary);
}
.rs-login-link:hover {
  color: var(--rs-black);
}
.rs-login-btn .rs-btn {
  height: 50px;
}
.rs-login-meta-divider-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
  margin-top: 30px;
}
.rs-login-meta-divider-line {
  position: relative;
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.rs-login-meta-divider-line.left-line {
  background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}
.rs-login-meta-divider-line-right-line {
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
}
.rs-login-meta-divider-title {
  position: relative;
  padding: 0 15px;
  width: max-content;
  font-size: 17px;
  color: var(--rs-black);
}
.rs-login-label {
  color: var(--rs-black);
}

/*----------------------------------------*/
/*  4.8 error
/*----------------------------------------*/
.error-wrapper {
  position: relative;
}
.error-wrapper .section-title {
  font-size: 50px;
}
@media only screen and (max-width: 1366px) {
  .error-wrapper .section-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-wrapper .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrapper .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .error-wrapper .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .error-wrapper .section-title {
    font-size: 25px;
  }
}

.error-title {
  font-size: 500px;
  line-height: 0.8;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .error-title {
    font-size: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .error-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .error-title {
    font-size: 150px;
  }
}

/*----------------------------------------*/
/*  4.17 privacy policy css
/*----------------------------------------*/
.policy-wrapper {
  padding: 50px 50px 50px 50px;
  background-color: var(--rs-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .policy-wrapper {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .policy-wrapper {
    padding: 30px 20px;
  }
}
.policy-meta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.policy-title {
  margin-bottom: 10px;
  font-size: 28px;
}
@media only screen and (max-width: 575px) {
  .policy-title {
    font-size: 22px;
  }
}
.policy-item:not(:last-child) {
  margin-bottom: 25px;
}
.policy-item ul li {
  font-size: 16px;
  position: relative;
  padding-inline-start: 15px;
  list-style: none;
}
.policy-item ul li::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--rs-theme-primary);
  border-radius: 50%;
}
.policy-item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.policy-item ul li b {
  color: var(--rs-black);
}
.policy-contact ul {
  margin-bottom: 10px;
}
.policy-contact ul li {
  list-style: none;
  font-size: 16px;
  color: var(--rs-black);
}
.policy-contact ul li a:hover {
  color: var(--rs-theme-primary);
}
.policy-address p {
  font-size: 16px;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  4.3 brand css
/*----------------------------------------*/
.rs-brand-one {
  overflow-x: clip;
}
.rs-brand-one .brand-slider {
  border-top: 1px solid var(--rs-border-primary);
}
.rs-brand-one .rs-brand-item {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-inline-start: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-brand-one .rs-brand-item .rs-brand-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.rs-brand-one .rs-brand-item .rs-brand-thumb img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.7;
  width: 180px;
}
@media only screen and (max-width: 1366px) {
  .rs-brand-one .rs-brand-item .rs-brand-thumb img {
    width: 150px;
  }
}
.rs-brand-one .rs-brand-item:hover .rs-brand-thumb img {
  animation: rs-slideInUp 500ms;
  filter: brightness(100%) contrast(150%) saturate(100%) blur(0px) hue-rotate(0deg);
  opacity: 1;
}
.rs-brand-one .rs-brand-thumb img[src*="client-logos"],
.rs-brand-one .rs-brand-thumb img[src*="trackaxo-clients"] {
  width: auto;
  max-width: 200px;
  height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 1366px) {
  .rs-brand-one .rs-brand-thumb img[src*="client-logos"],
  .rs-brand-one .rs-brand-thumb img[src*="trackaxo-clients"] {
    max-width: 180px;
    height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-brand-one .rs-brand-thumb img[src*="client-logos"],
  .rs-brand-one .rs-brand-thumb img[src*="trackaxo-clients"] {
    max-width: 150px;
    height: 60px;
  }
}
.rs-brand-two {
  overflow-x: clip;
  margin-top: -120px;
  position: relative;
  z-index: 1;
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
  backdrop-filter: blur(21px);
}
@media only screen and (max-width: 991px) {
  .rs-brand-two {
    margin-top: -115px;
  }
}
.rs-brand-two .brand-slider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.rs-brand-two .rs-brand-item {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.rs-brand-two .rs-brand-item .rs-brand-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.rs-brand-two .rs-brand-item .rs-brand-thumb img {
  filter: brightness(0) invert(1);
  width: 180px;
}
@media only screen and (max-width: 1366px) {
  .rs-brand-two .rs-brand-item .rs-brand-thumb img {
    width: 150px;
  }
}
.rs-brand-two .rs-brand-item:hover .rs-brand-thumb img {
  animation: rs-slideInUp 500ms;
  filter: unset;
}
.rs-brand-two.has-margin {
  margin-top: -120px;
  z-index: 2;
}
.rs-brand-three .rs-brand-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-brand-three .rs-brand-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-bg-secondary);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .rs-brand-three .rs-brand-item {
    height: 120px;
  }
}
.rs-brand-three .rs-brand-item .rs-brand-thumb {
  position: relative;
  overflow: hidden;
}
.rs-brand-three .rs-brand-item .rs-brand-thumb img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.7;
  width: 180px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .rs-brand-three .rs-brand-item .rs-brand-thumb img {
    width: 150px;
  }
}
.rs-brand-three .rs-brand-item:hover {
  background: var(--rs-theme-primary);
}
.rs-brand-three .rs-brand-item:hover .rs-brand-thumb img {
  animation: rs-slideInUp 500ms;
  filter: brightness(0) invert(1);
  opacity: 1;
}

/*----------------------------------------*/
/*  4.20 services css
/*----------------------------------------*/
.rs-services-one {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  margin-bottom: 165px;
}
.rs-services-one .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-services-one .rs-services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -165px;
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .rs-services-one .rs-services-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-one .rs-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-one .rs-services-item {
  padding-top: 45px;
  padding-inline-start: 40px;
  padding-bottom: 50px;
  padding-inline-end: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background: var(--rs-bg-primary);
}
@media only screen and (max-width: 1600px) {
  .rs-services-one .rs-services-item {
    padding-top: 25px;
    padding-inline-start: 30px;
    padding-bottom: 30px;
    padding-inline-end: 30px;
  }
}
.rs-services-one .rs-services-item:hover .rs-services-thumb {
  opacity: 1;
  background-position: left bottom;
  pointer-events: auto;
}
.rs-services-one .rs-services-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-services-one .rs-services-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-services-one .rs-services-item.item-two {
  background: var(--rs-theme-primary);
}
.rs-services-one .rs-services-item.item-two:hover {
  background: var(--rs-theme-secondary);
}
.rs-services-one .rs-services-item.item-two .rs-services-thumb {
  display: none;
}
.rs-services-one .rs-services-item.item-two .rs-services-list ul li {
  border-color: rgba(255, 255, 255, 0.14);
}
.rs-services-one .rs-services-item.item-two .rs-btn:hover {
  color: var(--rs-white);
}
.rs-services-one .rs-services-item.item-two .rs-btn.has-icon:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-services-one .rs-services-item.item-three:hover .rs-services-thumb {
  background-position: bottom right;
}
.rs-services-one .rs-services-item.item-three .rs-services-thumb {
  background-position: 800px 800px;
  inset-inline-end: 0;
  inset-inline-start: auto;
}
.rs-services-one .rs-services-thumb {
  position: absolute;
  width: 308px;
  height: 244px;
  bottom: 0;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  background-position: -621px 654px;
  transition: all 0.5s ease-in-out;
}
.rs-services-one .rs-services-number {
  font-size: 24px;
  color: var(--rs-white);
  font-weight: 500;
  border-bottom: 1px solid var(--rs-white);
  display: inline-flex;
  line-height: 1.16;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}
.rs-services-one .rs-services-title {
  color: var(--rs-white);
  margin-bottom: 15px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .rs-services-one .rs-services-title {
    margin-top: 30px;
  }
}
.rs-services-one .rs-services-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-services-one .rs-services-list {
  margin-bottom: 35px;
}
.rs-services-one .rs-services-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rs-services-one .rs-services-list ul li {
  list-style: none;
  font-size: 14px;
  color: var(--rs-white);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px 10px 0px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-services-one .rs-btn {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(255, 255, 255, 0.31);
  border-radius: 0;
  padding-bottom: 4px;
}
.rs-services-one .rs-btn.has-text:hover {
  color: var(--rs-theme-primary);
}
.rs-services-one .rs-btn.has-text:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-services-two {
  position: relative;
  z-index: 1;
}
.rs-services-two .rs-services-shape {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.rs-services-two .section-desc {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.32px;
}
.rs-services-two .rs-services-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-inline-start: 75px;
  padding-inline-end: 75px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-two .rs-services-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-services-two .rs-services-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-two .rs-services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-two .rs-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-two .rs-services-item {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2F3E4B;
  padding-top: 16px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-bottom: 30px;
  transition: all 0.5s ease;
}
.rs-services-two .rs-services-item:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-services-two .rs-services-item:hover .rs-services-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-services-two .rs-services-item:hover .rs-services-btn {
  opacity: 1;
  visibility: visible;
}
.rs-services-two .rs-services-title {
  color: var(--rs-white);
  font-weight: 500;
  letter-spacing: 0.16px;
}
.rs-services-two .rs-services-desc {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  margin-bottom: 30px;
}
.rs-services-two .rs-services-thumb {
  border-radius: 6px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.rs-services-two .rs-services-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-services-two .rs-services-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.rs-services-two .rs-services-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-services-two .rs-services-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-services-two .rs-services-list-icon svg path {
  fill: var(--rs-white);
}
.rs-services-two .rs-services-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-services-two .rs-services-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.rs-services-two .rs-services-list-item p {
  color: var(--rs-white);
  font-size: 16px;
  font-weight: 500;
}
.rs-services-two .rs-services-list-title {
  color: var(--rs-white);
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.rs-services-two .rs-services-content {
  padding-inline-start: 18px;
  padding-inline-end: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-services-two .rs-services-content {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
.rs-services-three {
  position: relative;
  z-index: 1;
}
.rs-services-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 490px);
  background: var(--rs-bg-primary);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-services-three.has-bg-none::before {
  content: none;
}
.rs-services-three .rs-services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-three .rs-services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-three .rs-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-three .rs-services-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rs-services-three .rs-services-item:hover .rs-services-title::after {
  width: 100%;
}
.rs-services-three .rs-services-item:hover .rs-desc-height {
  scale: 1;
  opacity: 1;
  height: var(--desc-height) !important;
  margin-bottom: 30px;
}
.rs-services-three .rs-services-thumb {
  position: relative;
  z-index: 1;
}
.rs-services-three .rs-services-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-services-three .rs-services-content {
  background: radial-gradient(187.38% 200.79% at 5.44% -12.25%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  backdrop-filter: blur(21px);
  position: absolute;
  bottom: 0px;
  padding-top: 35px;
  padding-bottom: 0px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-inline-end: 30px;
  border-radius: 0 6px 0 6px;
  transition: 0.6s;
}
@media only screen and (max-width: 575px) {
  .rs-services-three .rs-services-content {
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-services-three .rs-services-info {
  display: flex;
  gap: 22px;
}
@media only screen and (max-width: 480px) {
  .rs-services-three .rs-services-info {
    flex-wrap: wrap;
  }
}
.rs-services-three .rs-services-icon svg {
  width: 50px;
}
.rs-services-three .rs-services-icon svg path {
  fill: var(--rs-white);
}
.rs-services-three .rs-services-title {
  color: var(--rs-white);
  position: relative;
  padding-bottom: 23px;
}
.rs-services-three .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-three .rs-services-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
  height: 1px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-three .rs-services-title {
    width: 100%;
  }
}
.rs-services-three .rs-services-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 1px;
  bottom: 0;
  transition: 0.6s;
}
.rs-services-three .rs-services-desc {
  color: rgba(255, 255, 255, 0.83);
  margin-top: 40px;
}
.rs-services-three .rs-desc-height {
  scale: 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  margin-bottom: 0;
}
.rs-services-three .is-item-active.active .rs-services-desc {
  margin-top: 25px;
}
.rs-services-three .is-item-active.active .rs-desc-height {
  scale: 1;
  opacity: 1;
  height: var(--desc-height) !important;
  margin-bottom: 30px;
}
.rs-services-four {
  position: relative;
  z-index: 1;
}
.rs-services-four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 530px);
  background: var(--rs-theme-secondary);
  z-index: -1;
  bottom: 0;
  left: 0;
}
.rs-services-four.has-bg-none::before {
  content: none;
}
.rs-services-four .services-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.rs-services-four .rs-services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-four .rs-services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-four .rs-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-four .rs-services-thumb {
  border-radius: 6px;
  margin-bottom: 22px;
  overflow: hidden;
}
.rs-services-four .rs-services-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-services-four .rs-services-item {
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-bg-secondary);
  padding-top: 10px;
  padding-bottom: 36px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  border-radius: 6px;
  transition: 0.5s;
}
.rs-services-four .rs-services-item:hover .rs-services-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-services-four .rs-services-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-services-four .rs-services-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-services-four .rs-services-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 6px;
}
.rs-services-four .rs-services-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.rs-services-four .rs-services-list-wrapper {
  margin-bottom: 35px;
}
.rs-services-four .rs-services-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-services-four .rs-services-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-services-four .rs-services-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-services-four .rs-services-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-services-four .rs-services-btn .rs-btn {
  justify-content: space-between;
}
.rs-services-four .rs-services-content {
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
@media only screen and (max-width: 480px) {
  .rs-services-four .rs-services-content {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-services-four .rs-services-desc {
  margin-top: 15px;
  margin-bottom: 25px;
}
.rs-services-four .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-five {
  overflow-x: clip;
}
.rs-services-five .rs-services-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.rs-services-five .rs-services-icon {
  margin-top: 90px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-five .rs-services-icon {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-five .rs-services-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.rs-services-five .rs-services-icon svg {
  width: 48px;
  height: 48px;
}
.rs-services-five .rs-services-icon svg path {
  fill: var(--rs-white);
}
.rs-services-five .rs-services-item {
  background: var(--rs-theme-secondary);
  padding: 30px;
  border-radius: 6px;
  gap: 30px;
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .rs-services-five .rs-services-item {
    display: grid;
  }
}
@media only screen and (max-width: 480px) {
  .rs-services-five .rs-services-item {
    padding: 25px;
  }
}
.rs-services-five .rs-services-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-services-five .rs-services-content {
  width: 500px;
}
@media only screen and (max-width: 991px) {
  .rs-services-five .rs-services-content {
    width: 100%;
  }
}
.rs-services-five .rs-services-title {
  color: var(--rs-white);
}
.rs-services-five .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-five .rs-services-desc {
  color: rgba(255, 255, 255, 0.9);
}
.rs-services-five .rs-services-number span {
  font-size: 24px;
  font-weight: 500;
  color: var(--rs-white);
  border-bottom: 1px solid var(--rs-white);
  letter-spacing: 0.01em;
}
.rs-services-six {
  overflow-x: clip;
}
.rs-services-six .rs-services-icon svg {
  width: 48px;
  height: 48px;
}
.rs-services-six .rs-services-icon svg path {
  fill: var(--rs-white);
}
.rs-services-six .rs-services-title {
  color: var(--rs-white);
  margin-bottom: 16px;
}
.rs-services-six .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-six .rs-services-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-services-six .rs-services-info {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-six .rs-services-info {
    flex-wrap: wrap;
  }
}
.rs-services-six .rs-services-number {
  font-size: 110px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  line-height: 0.85;
}
@media only screen and (max-width: 1600px) {
  .rs-services-six .rs-services-number {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-services-six .rs-services-number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-six .rs-services-number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-services-six .rs-services-number {
    font-size: 40px;
  }
}
.rs-services-six .rs-services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .rs-services-six .rs-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-six .rs-services-item {
  display: grid;
  grid-template-columns: 518px auto;
  justify-content: space-between;
  gap: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  padding-top: 70px;
  padding-bottom: 65px;
  border-top: 1px solid var(--rs-border-secondary);
  border-inline-start: 1px solid var(--rs-border-secondary);
  border-inline-end: 1px solid var(--rs-border-secondary);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .rs-services-six .rs-services-item {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-services-six .rs-services-item {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    padding-top: 30px;
    padding-bottom: 35px;
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-services-six .rs-services-item {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-six .rs-services-item {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-six .rs-services-item {
    grid-template-columns: 250px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-six .rs-services-item {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 480px) {
  .rs-services-six .rs-services-item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.rs-services-six .rs-services-item:nth-child(1) {
  border-inline-end: 0;
}
.rs-services-six .rs-services-item:nth-child(3) {
  border-inline-end: 0;
}
.rs-services-six .rs-services-item:nth-child(5) {
  border-inline-end: 0;
}
.rs-services-six .rs-services-item.active-item.active .rs-services-bg-thumb {
  width: 100%;
  inset-inline-start: 0;
}
.rs-services-six .rs-services-item.active-item.active .rs-services-number {
  color: var(--rs-white);
}
.rs-services-six .rs-services-item:hover .rs-services-bg-thumb {
  width: 100%;
  inset-inline-start: 0;
}
.rs-services-six .rs-services-item:hover .rs-services-number {
  color: var(--rs-white);
}
.rs-services-six .rs-services-item:hover .rs-services-icon svg {
  animation: rs-skew 0.6s;
}
.rs-services-six .rs-services-bg-thumb {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  inset-inline-start: 100%;
  transition: width 0.5s ease, opacity 0.5s ease, inset-inline-start 0.5s ease;
}
.rs-services-seven {
  position: relative;
  z-index: 1;
  padding-bottom: 240px;
}
@media only screen and (max-width: 991px) {
  .rs-services-seven {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-seven {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-services-seven {
    padding-bottom: 180px;
  }
}
.rs-services-seven .rs-services-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rs-services-seven .rs-services-shape {
    display: none;
  }
}
.rs-services-seven .rs-services-item {
  padding: 12px;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
}
.rs-services-seven .rs-services-item:hover .rs-services-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-services-seven .rs-services-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rs-services-seven .rs-services-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.rs-services-seven .rs-services-content {
  padding-top: 15px;
  padding-bottom: 35px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media only screen and (max-width: 480px) {
  .rs-services-seven .rs-services-content {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
.rs-services-seven .rs-services-list-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-services-seven .rs-services-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-services-seven .rs-services-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-services-seven .rs-services-thumb {
  overflow: hidden;
  border-radius: 6px;
}
.rs-services-seven .rs-services-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-services-seven .rs-services-title {
  margin-bottom: 15px;
}
.rs-services-seven .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-seven .rs-services-desc {
  margin-bottom: 20px;
}
.rs-services-seven .rs-services-list-desc {
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 991px) {
  .rs-services-seven .rs-promo-one.rs-promo-wrapper {
    margin-top: 35px;
  }
}
.rs-services-eight {
  position: relative;
  z-index: 1;
}
.rs-services-eight .rs-services-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 991px) {
  .rs-services-eight .rs-services-shape {
    display: none;
  }
}
[dir=rtl] .rs-services-eight .rs-services-shape {
  transform: rotateY(180deg);
}
.rs-services-eight .rs-services-item {
  display: grid;
  grid-template-columns: 610px auto;
  align-items: center;
  gap: 30px 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-eight .rs-services-item {
    grid-template-columns: 580px auto;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-services-eight .rs-services-item {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-eight .rs-services-item {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-eight .rs-services-item {
    grid-template-columns: auto;
  }
}
.rs-services-eight .rs-services-number {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 991px) {
  .rs-services-eight .rs-services-number {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-eight .rs-services-number {
    font-size: 20px;
  }
}
.rs-services-eight .rs-services-thumb-wrapper {
  position: relative;
  height: 445px;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-services-eight .rs-services-thumb-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-eight .rs-services-thumb-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-eight .rs-services-thumb-wrapper {
    height: 300px;
  }
}
.rs-services-eight .rs-services-thumb {
  opacity: 0;
  scale: 1.1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  z-index: 1;
}
.rs-services-eight .rs-services-thumb.active {
  opacity: 1;
  scale: 1;
}
.rs-services-eight .rs-services-title {
  color: rgba(255, 255, 255, 0.3);
}
.rs-services-eight .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-eight .rs-services-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid var(--rs-border-secondary);
  padding-bottom: 25px;
  padding-top: 25px;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  .rs-services-eight .rs-services-content-item {
    gap: 0;
  }
}
.rs-services-eight .rs-services-content-item:last-child {
  border-bottom: 1px solid var(--rs-border-secondary);
}
.rs-services-eight .rs-services-content-item.active {
  background: #2F3E4B;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
}
@media only screen and (max-width: 1366px) {
  .rs-services-eight .rs-services-content-item.active {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-services-eight .rs-services-content-item.active .rs-services-number {
  color: var(--rs-white);
}
.rs-services-eight .rs-services-content-item.active .rs-services-title {
  color: var(--rs-white);
}
.rs-services-eight .rs-services-content-item.active .rs-btn .icon-box svg path {
  fill: var(--rs-white);
}
.rs-services-eight .rs-services-btn .has-icon .icon-box svg {
  width: 20px;
  height: 20px;
}
.rs-services-eight .rs-services-btn .has-icon .icon-box svg path {
  fill: rgba(255, 255, 255, 0.3);
}
.rs-services-nine .rs-services-item {
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  padding-top: 12px;
  padding-bottom: 26px;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  border-radius: 6px;
}
.rs-services-nine .rs-services-item:hover .rs-services-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-services-nine .rs-services-item:hover .rs-services-icon {
  background: var(--rs-theme-primary);
}
.rs-services-nine .rs-services-item:hover .rs-services-icon svg {
  animation: rs-skew 0.6s;
}
.rs-services-nine .rs-services-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}
.rs-services-nine .rs-services-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-services-nine .rs-services-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(21px);
  position: absolute;
  bottom: 25px;
  inset-inline-start: 25px;
  transition: 0.5s;
}
.rs-services-nine .rs-services-icon svg {
  width: 36px;
  height: 36px;
}
.rs-services-nine .rs-services-icon svg path {
  fill: var(--rs-white);
}
.rs-services-nine .rs-services-content {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-services-nine .rs-services-content {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
.rs-services-nine .rs-services-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.rs-services-nine .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-nine .rs-services-desc {
  margin-bottom: 15px;
}
.rs-services-nine .rs-services-pagination {
  margin-top: 40px;
}
.rs-services-ten .rs-services-wrapper {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .rs-services-ten .rs-services-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-ten .rs-services-wrapper {
    padding-inline-start: 30px;
  }
  [dir=rtl] .rs-services-ten .rs-services-wrapper {
    padding-inline-start: 0;
    padding-inline-end: 30px;
  }
}
.rs-services-ten .rs-services-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media only screen and (max-width: 1366px) {
  .rs-services-ten .rs-services-item-wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-ten .rs-services-item-wrapper {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-ten .rs-services-item-wrapper {
    gap: 30px;
  }
}
.rs-services-ten .rs-services-item {
  display: flex;
  align-items: center;
  gap: 30px 225px;
  opacity: 0.25;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .rs-services-ten .rs-services-item {
    gap: 30px 200px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-services-ten .rs-services-item {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-ten .rs-services-item {
    gap: 0px;
    flex-wrap: wrap;
  }
  .rs-services-ten .rs-services-item:nth-child(1) {
    flex-direction: column-reverse;
  }
  .rs-services-ten .rs-services-item:nth-child(3) {
    flex-direction: column-reverse;
  }
}
.rs-services-ten .rs-services-item.item-visible {
  opacity: 1;
}
.rs-services-ten .rs-services-content {
  background-color: var(--rs-bg-dark-blue);
  padding-top: 33px;
  padding-bottom: 32px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-ten .rs-services-content {
    padding-top: 23px;
    padding-bottom: 22px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-ten .rs-services-content {
    padding-top: 18px;
    padding-bottom: 17px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-services-ten .rs-services-title {
  color: var(--rs-white);
  font-weight: 500;
}
.rs-services-ten .rs-services-desc {
  font-size: 20px;
  font-style: italic;
  color: white;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .rs-services-ten .rs-services-desc {
    font-size: 18px;
  }
}
.rs-services-ten .rs-services-content-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .rs-services-ten .rs-services-content-info {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.rs-services-ten .rs-services-meta {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  display: inline-block;
  color: white;
}
.rs-services-ten .rs-services-number {
  color: white;
  letter-spacing: 1.2px;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
}
@media only screen and (max-width: 575px) {
  .rs-services-ten .rs-services-number {
    font-size: 35px;
  }
}
.rs-services-ten .rs-services-thumb {
  min-width: 447px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-ten .rs-services-thumb {
    min-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-ten .rs-services-thumb {
    min-width: 100%;
  }
}
.rs-services-ten .rs-services-thumb img {
  width: 100%;
  border-radius: 137px;
}
@media only screen and (max-width: 991px) {
  .rs-services-ten .rs-services-thumb img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-ten .timeline-divider {
    left: 0;
  }
}
.rs-services-details-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-services-details-title {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-details-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-details-title {
    font-size: 27px;
  }
}
.rs-services-details-desc.desc-two {
  font-weight: 500;
  font-style: italic;
  color: var(--rs-title-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.rs-services-details-working-list .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-working-list .rs-working-list-wrapper {
    gap: 30px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-details-working-list .rs-working-list-item {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 33px;
}
@media only screen and (max-width: 991px) {
  .rs-services-details-working-list .rs-working-list-item {
    flex-wrap: wrap;
  }
}
.rs-services-details-working-list .rs-working-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-services-details-working-list .rs-working-list-item:hover .rs-working-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-services-details-working-list .rs-working-list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-primary);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-services-details-working-list .rs-working-list-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-services-details-working-list .rs-working-list-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--rs-bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-services-details-working-list .rs-working-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-services-details-working-list .rs-working-list-icon svg path {
  fill: var(--rs-bg-primary);
}
.rs-services-details-working-list .rs-working-list-title {
  margin-bottom: 10px;
}
.rs-services-details-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-content-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-details-content-wrapper {
    gap: 30px 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-details-content-wrapper h5 {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-content-wrapper h5 {
    margin-top: 30px;
  }
}
.rs-services-details-content-list p {
  position: relative;
  padding-inline-start: 15px;
  font-size: 17px;
}
.rs-services-details-content-list p:not(:last-child) {
  margin-bottom: 15px;
}
.rs-services-details-content-list p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #616c74;
  top: 10px;
  inset-inline-start: 0;
  border-radius: 50%;
}
.rs-services-details .rs-services-details-thumb {
  margin-bottom: 50px;
}

/*----------------------------------------*/
/*  4.25 text slide css
/*----------------------------------------*/
.rs-text-slide-one {
  padding-bottom: 26px;
  overflow-x: clip;
  background: var(--rs-theme-primary);
  padding-top: 26px;
  position: relative;
  z-index: 1;
}
.rs-text-slide-one .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.rs-text-slide-one .rs-text-slide-inner {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-one .rs-text-slide-item {
  display: inline-flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-one .rs-text-slide-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rs-white);
  font-weight: 500;
}
.rs-text-slide-one .rs-text-slide-thumb img {
  width: 24px;
}
.rs-text-slide-two {
  padding-bottom: 26px;
  overflow-x: clip;
  background: var(--rs-bg-secondary);
  padding-top: 26px;
  position: relative;
  z-index: 1;
}
.rs-text-slide-two .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.rs-text-slide-two .rs-text-slide-inner {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-two .rs-text-slide-item {
  display: inline-flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-two .rs-text-slide-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rs-title-primary);
  font-weight: 500;
}
.rs-text-slide-two .rs-text-slide-thumb img {
  width: 24px;
}

/*----------------------------------------*/
/*  4.23 testimonial
/*----------------------------------------*/
.rs-testimonial-one {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: var(--rs-bg-primary);
}
.rs-testimonial-one .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-testimonial-one .rs-testimonial-wrapper {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    padding-bottom: 60px;
  }
}
.rs-testimonial-one .rs-testimonial-thumb {
  position: relative;
  margin-inline-end: 30px;
}
.rs-testimonial-one .rs-testimonial-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(43, 57, 68, 0) 36.01%, #2B3944 89.31%);
  top: 0;
  left: 0;
  z-index: 1;
}
.rs-testimonial-one .rs-testimonial-thumb img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-one .rs-testimonial-thumb {
    margin-inline-end: 0px;
  }
}
.rs-testimonial-one .rs-testimonial-slider-wrapper {
  margin-inline-end: -415px;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-one .rs-testimonial-slider-wrapper {
    margin-inline-end: -330px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-slider-wrapper {
    margin-inline-end: 0px;
  }
}
.rs-testimonial-one .rs-testimonial-item {
  background: var(--rs-bg-dark-blue);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-one .rs-testimonial-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-testimonial-one .rs-testimonial-icon svg {
  width: 60px;
}
.rs-testimonial-one .rs-testimonial-icon svg path {
  fill: #3D4C57;
}
.rs-testimonial-one .rs-testimonial-desc {
  color: var(--rs-rgba-1);
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.32px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-desc {
    font-size: 18px;
  }
}
.rs-testimonial-one .rs-testimonial-avater-title {
  font-size: 20px;
  color: var(--rs-white);
  font-weight: 600;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
}
.rs-testimonial-one .rs-testimonial-avater-designation {
  font-size: 16px;
  color: var(--rs-white);
  font-weight: 500;
  letter-spacing: 0.16px;
}
.rs-testimonial-one .rs-testimonial-rating {
  font-size: 60px;
  font-weight: 600;
  color: var(--rs-white);
  line-height: 0.9;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-one .rs-testimonial-rating {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-one .rs-testimonial-rating {
    font-size: 40px;
  }
}
.rs-testimonial-one .rs-testimonial-rating-icon i {
  color: #FF8E2B;
  font-size: 17px;
}
.rs-testimonial-one .rs-testimonial-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 55px;
  margin-bottom: 35px;
}
.rs-testimonial-one .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-testimonial-two {
  position: relative;
  z-index: 1;
  margin-bottom: 315px;
  overflow-x: clip;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-two {
    margin-bottom: 240px;
  }
}
.rs-testimonial-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--rs-theme-secondary);
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-testimonial-two .rs-testimonial-shape {
  position: absolute;
  right: 0;
  top: 280px;
  z-index: -1;
}
.rs-testimonial-two .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 513px;
  bottom: -315px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-two .rs-testimonial-bg-thumb {
    bottom: -240px;
  }
}
.rs-testimonial-two .section-desc {
  color: var(--rs-white);
}
.rs-testimonial-two .rs-counter-number,
.rs-testimonial-two .prefix {
  font-size: 100px;
  color: var(--rs-white);
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-two .rs-counter-number,
  .rs-testimonial-two .prefix {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-two .rs-counter-number,
  .rs-testimonial-two .prefix {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-two .rs-counter-number,
  .rs-testimonial-two .prefix {
    font-size: 60px;
  }
}
.rs-testimonial-two .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.rs-testimonial-two .rs-counter-number-wrapper .prefix {
  color: var(--rs-theme-primary);
}
.rs-testimonial-two .rs-counter-title {
  font-size: 20px;
  color: var(--rs-white);
}
.rs-testimonial-two .rs-testimonial-counter {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-two .rs-testimonial-counter {
    justify-content: start;
  }
}
.rs-testimonial-two .rs-testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
}
.rs-testimonial-two .rs-testimonial-wrapper {
  background: var(--rs-white);
  padding: 20px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 500px 644px;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-two .rs-testimonial-wrapper {
    grid-template-columns: 400px 630px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-two .rs-testimonial-wrapper {
    grid-template-columns: auto 480px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-two .rs-testimonial-wrapper {
    display: block;
  }
}
.rs-testimonial-two .rs-testimonial-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-testimonial-two .rs-testimonial-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-testimonial-two .rs-testimonial-rating-icon i {
  color: #FF8E2B;
}
.rs-testimonial-two .rs-testimonial-title-info {
  position: relative;
}
.rs-testimonial-two .rs-testimonial-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-testimonial-two .rs-testimonial-icon svg {
  opacity: 0.1;
}
.rs-testimonial-two .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 23px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-two .rs-testimonial-top {
    margin-top: 35px;
  }
}
.rs-testimonial-two .rs-testimonial-desc {
  font-size: 20px;
  font-style: italic;
  color: var(--rs-title-primary);
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-two .rs-testimonial-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-two .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-two .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rs-testimonial-two .rs-testimonial-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-testimonial-two .rs-testimonial-avater-designation {
  font-size: 15px;
  font-weight: 500;
}
.rs-testimonial-two .rs-testimonial-avater-title {
  margin-bottom: 2px;
}
.rs-testimonial-two .rs-testimonial-navigation {
  width: 82px;
  border-radius: 100px;
  border: 1px solid var(--rs-border-primary);
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  gap: unset;
  justify-content: space-between;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-two .rs-testimonial-navigation {
    position: relative;
    margin: 20px auto 0;
  }
}
.rs-testimonial-two .rs-testimonial-navigation::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.rs-testimonial-two .rs-testimonial-navigation .rs-swiper-btn {
  font-size: 18px;
  color: #2B3944;
}
.rs-testimonial-two .rs-testimonial-navigation .rs-swiper-btn:hover {
  color: var(--rs-theme-primary);
}
.rs-testimonial-three {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-testimonial-three .section-desc {
  max-width: 500px;
  margin-inline-start: auto;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-three .section-desc {
    max-width: 100%;
  }
}
.rs-testimonial-three .rs-testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
}
.rs-testimonial-three .rs-testimonial-wrapper {
  background: var(--rs-bg-secondary);
  padding: 20px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 500px 644px;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-three .rs-testimonial-wrapper {
    grid-template-columns: 450px 550px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-three .rs-testimonial-wrapper {
    grid-template-columns: 350px 500px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-three .rs-testimonial-wrapper {
    display: block;
  }
}
.rs-testimonial-three .rs-testimonial-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-testimonial-three .rs-testimonial-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-testimonial-three .rs-testimonial-rating-icon i {
  color: #FF8E2B;
}
.rs-testimonial-three .rs-testimonial-title-info {
  position: relative;
}
.rs-testimonial-three .rs-testimonial-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-testimonial-three .rs-testimonial-icon svg {
  opacity: 0.1;
}
.rs-testimonial-three .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 23px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-three .rs-testimonial-top {
    margin-top: 35px;
  }
}
.rs-testimonial-three .rs-testimonial-desc {
  font-size: 20px;
  font-style: italic;
  color: var(--rs-title-primary);
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-three .rs-testimonial-desc {
    font-size: 18px;
  }
}
.rs-testimonial-three .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rs-testimonial-three .rs-testimonial-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-testimonial-three .rs-testimonial-avater-designation {
  font-size: 15px;
  font-weight: 500;
}
.rs-testimonial-three .rs-testimonial-avater-title {
  margin-bottom: 2px;
}
.rs-testimonial-three .rs-testimonial-navigation {
  width: 82px;
  border-radius: 100px;
  border: 1px solid var(--rs-border-primary);
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  gap: unset;
  justify-content: space-between;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-three .rs-testimonial-navigation {
    position: relative;
    margin: 20px auto 0;
  }
}
.rs-testimonial-three .rs-testimonial-navigation::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.rs-testimonial-three .rs-testimonial-navigation .rs-swiper-btn {
  font-size: 18px;
  color: #2B3944;
}
.rs-testimonial-three .rs-testimonial-navigation .rs-swiper-btn:hover {
  color: var(--rs-theme-primary);
}
.rs-testimonial-four {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: var(--rs-bg-primary);
  padding-top: 275px;
  margin-top: -160px;
}
.rs-testimonial-four .rs-testimonial-shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
}
.rs-testimonial-four .rs-testimonial-item {
  background: #2F3E4B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-four .rs-testimonial-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-testimonial-four .rs-testimonial-icon svg {
  width: 60px;
}
.rs-testimonial-four .rs-testimonial-icon svg path {
  fill: #3D4C57;
}
.rs-testimonial-four .rs-testimonial-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.rs-testimonial-four .rs-testimonial-avater-title {
  font-size: 20px;
  color: var(--rs-white);
  font-weight: 600;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
}
.rs-testimonial-four .rs-testimonial-avater-designation {
  font-size: 16px;
  color: var(--rs-white);
  font-weight: 500;
  letter-spacing: 0.16px;
}
.rs-testimonial-four .rs-testimonial-rating {
  font-size: 60px;
  font-weight: 600;
  color: var(--rs-white);
  line-height: 0.9;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-four .rs-testimonial-rating {
    font-size: 50px;
  }
}
.rs-testimonial-four .rs-testimonial-rating-icon i {
  color: #FF8E2B;
  font-size: 17px;
}
.rs-testimonial-four .rs-testimonial-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 55px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-four .rs-testimonial-rating-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.rs-testimonial-four .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-four .rs-testimonial-avater-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rs-testimonial-five .rs-testimonial-item {
  background: var(--rs-bg-secondary);
  border-radius: 16px;
  padding-top: 8px;
  padding-inline-end: 30px;
  padding-inline-start: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-five .rs-testimonial-item {
    padding-inline-start: 25px;
    padding-bottom: 30px;
  }
}
.rs-testimonial-five .rs-testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-inline-start: -28px;
  margin-bottom: 20px;
  margin-inline-start: 0;
  margin-top: 0;
}
.rs-testimonial-five .rs-testimonial-avater-thumb img {
  border-radius: 12px 0px 60px 0px;
  width: 110px;
  height: 110px;
  min-width: 110px;
}
.rs-testimonial-five .rs-testimonial-rating i {
  font-size: 20px;
  color: #F55B1F;
}
.rs-testimonial-five .rs-testimonial-desc {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-five .rs-testimonial-desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-five .rs-testimonial-desc {
    font-size: 18px;
  }
}
.rs-testimonial-five .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-six {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-testimonial-six::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 337px);
  background: var(--rs-theme-secondary);
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-testimonial-six .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 513px;
  bottom: -315px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-six .rs-testimonial-bg-thumb {
    bottom: -240px;
  }
}
.rs-testimonial-six .section-desc {
  color: var(--rs-white);
}
.rs-testimonial-six .rs-counter-number,
.rs-testimonial-six .prefix {
  font-size: 100px;
  color: var(--rs-white);
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-six .rs-counter-number,
  .rs-testimonial-six .prefix {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-six .rs-counter-number,
  .rs-testimonial-six .prefix {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-six .rs-counter-number,
  .rs-testimonial-six .prefix {
    font-size: 60px;
  }
}
.rs-testimonial-six .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.rs-testimonial-six .rs-counter-number-wrapper .prefix {
  color: var(--rs-theme-primary);
}
.rs-testimonial-six .rs-counter-title {
  font-size: 20px;
  color: var(--rs-white);
}
.rs-testimonial-six .rs-testimonial-counter {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-six .rs-testimonial-counter {
    justify-content: start;
  }
}
.rs-testimonial-six .rs-testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
}
.rs-testimonial-six .rs-testimonial-wrapper {
  background: var(--rs-bg-secondary);
  padding: 20px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 500px 644px;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-six .rs-testimonial-wrapper {
    grid-template-columns: 400px 630px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-six .rs-testimonial-wrapper {
    grid-template-columns: auto 480px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-six .rs-testimonial-wrapper {
    display: block;
  }
}
.rs-testimonial-six .rs-testimonial-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-testimonial-six .rs-testimonial-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-testimonial-six .rs-testimonial-rating-icon i {
  color: #FF8E2B;
}
.rs-testimonial-six .rs-testimonial-title-info {
  position: relative;
}
.rs-testimonial-six .rs-testimonial-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-testimonial-six .rs-testimonial-icon svg {
  opacity: 0.1;
}
.rs-testimonial-six .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 23px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-six .rs-testimonial-top {
    margin-top: 35px;
  }
}
.rs-testimonial-six .rs-testimonial-desc {
  font-size: 20px;
  font-style: italic;
  color: var(--rs-title-primary);
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-six .rs-testimonial-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-six .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-six .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rs-testimonial-six .rs-testimonial-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-testimonial-six .rs-testimonial-avater-designation {
  font-size: 15px;
  font-weight: 500;
}
.rs-testimonial-six .rs-testimonial-avater-title {
  margin-bottom: 2px;
}
.rs-testimonial-six .rs-testimonial-navigation {
  width: 82px;
  border-radius: 100px;
  border: 1px solid var(--rs-border-primary);
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  gap: unset;
  justify-content: space-between;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-six .rs-testimonial-navigation {
    position: relative;
    margin: 20px auto 0;
  }
}
.rs-testimonial-six .rs-testimonial-navigation::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.rs-testimonial-six .rs-testimonial-navigation .rs-swiper-btn {
  font-size: 18px;
  color: #2B3944;
}
.rs-testimonial-six .rs-testimonial-navigation .rs-swiper-btn:hover {
  color: var(--rs-theme-primary);
}
.rs-testimonial-seven {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-testimonial-seven .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 513px;
  bottom: -315px;
  left: 0;
  z-index: 0;
}
.rs-testimonial-seven .rs-testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
}
.rs-testimonial-seven .section-desc {
  margin-inline-start: auto;
  max-width: 490px;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-seven .section-desc {
    margin-inline-start: auto;
    max-width: 100%;
  }
}
.rs-testimonial-seven .rs-testimonial-wrapper {
  background: var(--rs-bg-secondary);
  padding: 20px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 500px 644px;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-seven .rs-testimonial-wrapper {
    grid-template-columns: 400px 630px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-seven .rs-testimonial-wrapper {
    grid-template-columns: auto 480px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-seven .rs-testimonial-wrapper {
    display: block;
  }
}
.rs-testimonial-seven .rs-testimonial-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-testimonial-seven .rs-testimonial-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-testimonial-seven .rs-testimonial-rating-icon i {
  color: #FF8E2B;
}
.rs-testimonial-seven .rs-testimonial-title-info {
  position: relative;
}
.rs-testimonial-seven .rs-testimonial-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-testimonial-seven .rs-testimonial-icon svg {
  opacity: 0.1;
}
.rs-testimonial-seven .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 23px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-seven .rs-testimonial-top {
    margin-top: 35px;
  }
}
.rs-testimonial-seven .rs-testimonial-desc {
  font-size: 20px;
  font-style: italic;
  color: var(--rs-title-primary);
  line-height: 1.7;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-seven .rs-testimonial-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-seven .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-seven .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rs-testimonial-seven .rs-testimonial-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-testimonial-seven .rs-testimonial-avater-designation {
  font-size: 15px;
  font-weight: 500;
}
.rs-testimonial-seven .rs-testimonial-avater-title {
  margin-bottom: 2px;
}
.rs-testimonial-seven .rs-testimonial-navigation {
  width: 82px;
  border-radius: 100px;
  border: 1px solid var(--rs-border-primary);
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  gap: unset;
  justify-content: space-between;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-seven .rs-testimonial-navigation {
    position: relative;
    margin: 20px auto 0;
  }
}
.rs-testimonial-seven .rs-testimonial-navigation::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.rs-testimonial-seven .rs-testimonial-navigation .rs-swiper-btn {
  font-size: 18px;
  color: #2B3944;
}
.rs-testimonial-seven .rs-testimonial-navigation .rs-swiper-btn:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  4.29 why choose css
/*----------------------------------------*/
.rs-why-choose-one .rs-why-choose-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one .rs-why-choose-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-one .rs-why-choose-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-why-choose-one .rs-why-choose-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-why-choose-one .rs-why-choose-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-why-choose-one .rs-why-choose-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-why-choose-one .rs-why-choose-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-why-choose-one .rs-why-choose-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 510px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-one .rs-why-choose-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .rs-why-choose-one .rs-why-choose-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-why-choose-one .rs-why-choose-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-why-choose-one .rs-why-choose-btn {
  margin-top: 45px;
  margin-bottom: 45px;
}
.rs-why-choose-one .rs-why-choose-thumb {
  position: relative;
  margin-bottom: 35px;
  margin-inline-end: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .rs-why-choose-thumb {
    margin-bottom: 0px;
    margin-inline-end: 0px;
  }
}
.rs-why-choose-one .rs-why-choose-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-why-choose-one .rs-why-choose-meta {
  background: var(--rs-bg-secondary);
  padding: 35px;
  border-radius: 6px;
  position: absolute;
  bottom: -35px;
  inset-inline-end: -35px;
  width: 283px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one .rs-why-choose-meta {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .rs-why-choose-meta {
    bottom: 0;
    inset-inline-end: 0;
    padding: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-why-choose-one .rs-why-choose-meta {
    width: 100%;
    position: unset;
    margin-top: 30px;
  }
}
.rs-why-choose-one .rs-why-choose-meta-icon img {
  width: 50px;
}
.rs-why-choose-one .rs-why-choose-meta-desc {
  font-size: 24px;
  color: var(--rs-title-primary);
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.33;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one .rs-why-choose-meta-desc {
    font-size: 22px;
  }
}
.rs-why-choose-one .triaxo-trackaxo-lead {
  margin-top: -5px;
  margin-bottom: 12px;
  font-weight: 500;
}
.rs-why-choose-one .triaxo-trackaxo-checklist.rs-why-choose-list-wrapper {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  gap: 18px 0;
}
.rs-why-choose-one .triaxo-trackaxo-checklist .rs-why-choose-list-desc strong {
  color: var(--rs-title-primary);
}
@media only screen and (min-width: 768px) {
  .rs-why-choose-one .triaxo-trackaxo-checklist.rs-why-choose-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
  }
}
.rs-why-choose-one .triaxo-trackaxo-cta-note {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-text-primary);
  line-height: 1.35;
}
.rs-why-choose-one .triaxo-trackaxo-feature-grid,
.triaxo-trackaxo-feature-grid--mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 0;
}
.rs-why-choose-one .triaxo-trackaxo-checklist-after-grid.rs-why-choose-list-wrapper {
  margin-top: 28px;
}
.rs-why-choose-one .triaxo-trackaxo-feature.triaxo-tag-chip {
  margin: 0;
}
.rs-why-choose-one .triaxo-trackaxo-feature.triaxo-tag-chip::before {
  display: none;
}
.rs-why-choose-one .triaxo-trackaxo-feature-label,
.triaxo-trackaxo-feature.triaxo-tag-chip .triaxo-tag-chip__label {
  white-space: nowrap;
}
.rs-why-choose-one .rs-why-choose-btn.triaxo-trackaxo-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 32px;
  margin-top: 35px;
  margin-bottom: 24px;
}

/* TrackAxo — KPI stat strip */
.rs-why-choose-one .triaxo-trackaxo-stats {
  list-style: none;
  margin: 4px 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.rs-why-choose-one .triaxo-trackaxo-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(5, 44, 101, 0.04), rgba(5, 44, 101, 0.015));
  border: 1px solid rgba(5, 44, 101, 0.08);
}
.rs-why-choose-one .triaxo-trackaxo-stat-value {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--rs-theme-primary);
  letter-spacing: -0.01em;
}
.rs-why-choose-one .triaxo-trackaxo-stat-label {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(5, 44, 101, 0.7);
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .triaxo-trackaxo-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .rs-why-choose-one .triaxo-trackaxo-stats {
    grid-template-columns: 1fr;
  }
}

/* TrackAxo — eyebrow above modules grid */
.rs-why-choose-one .triaxo-trackaxo-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.7);
  margin-bottom: 12px;
}

/* TrackAxo — preview "Showing: …" caption */
.rs-why-choose-one .rs-why-choose-thumb {
  position: relative;
}
.rs-why-choose-one .triaxo-trackaxo-preview-caption {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(5, 44, 101, 0.08);
  box-shadow: 0 4px 14px -6px rgba(5, 44, 101, 0.18);
  pointer-events: none;
}
.rs-why-choose-one .triaxo-trackaxo-preview-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
  flex-shrink: 0;
}
.rs-why-choose-one .triaxo-trackaxo-preview-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.6);
}
.rs-why-choose-one .triaxo-trackaxo-preview-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--rs-title-primary);
}

/* TrackAxo (#trackaxo) — preview matches left column height; wide art crops on the right */
@media only screen and (min-width: 992px) {
  #trackaxo.rs-why-choose-area {
    overflow-x: visible;
  }
  #trackaxo .container,
  #trackaxo .row,
  #trackaxo [class*="col-"] {
    overflow-x: visible;
  }
  #trackaxo .rs-why-choose-wrapper {
    align-items: stretch;
    container-type: inline-size;
    container-name: trackaxo-why;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr);
    gap: 30px 24px;
  }
  #trackaxo .rs-why-choose-wrapper > .rs-why-choose-content-wrapper,
  #trackaxo .rs-why-choose-wrapper > .rs-why-choose-thumb {
    min-width: 0;
  }
  #trackaxo .rs-why-choose-thumb {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: auto;
    min-height: 0;
    max-width: none;
    margin-inline-end: 0;
    margin-inline-start: -24px;
    justify-self: start;
  }
  @supports (width: 10cqw) {
    #trackaxo .rs-why-choose-thumb {
      /* Bleed left into the column gap (24px) and right to viewport edge */
      width: calc(100% + 24px + max(0px, 50vw - 50cqw));
    }
  }
  #trackaxo .triaxo-trackaxo-preview-stack {
    flex: 1 1 auto;
    min-height: 0;
  }
}
#trackaxo .triaxo-trackaxo-preview-stack {
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 6px;
  min-height: clamp(220px, 58vw, 380px);
}
@media only screen and (min-width: 992px) {
  #trackaxo .triaxo-trackaxo-preview-stack {
    min-height: 0;
    border-radius: 6px 0 0 6px;
  }
}
#trackaxo .triaxo-trackaxo-preview-stack #trackaxo-preview-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  object-position: left center;
}
@media only screen and (min-width: 992px) {
  #trackaxo .triaxo-trackaxo-preview-stack #trackaxo-preview-img {
    border-radius: 6px 0 0 6px;
  }
}
#trackaxo .triaxo-trackaxo-hover-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#trackaxo .triaxo-trackaxo-hover-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}
@media only screen and (min-width: 992px) {
  #trackaxo .triaxo-trackaxo-hover-preview {
    border-radius: 6px 0 0 6px;
  }
}
#trackaxo .rs-why-choose-wrapper:has(.triaxo-trackaxo-feature[data-trackaxo-hover-preview]:hover) .triaxo-trackaxo-hover-preview,
#trackaxo .rs-why-choose-wrapper:has(.triaxo-trackaxo-feature[data-trackaxo-hover-preview]:focus-visible) .triaxo-trackaxo-hover-preview {
  opacity: 1;
  visibility: visible;
}

.rs-why-choose-two {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media only screen and (max-width: 1366px) {
  .rs-why-choose-two {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-two {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-two {
    padding-top: 80px;
  }
}
.rs-why-choose-two .rs-why-choose-bg-thumb {
  position: absolute;
  width: 100%;
  height: calc(100% - 447px);
  top: 0;
  left: 0;
  background-position: top center;
}
.rs-why-choose-two .rs-why-choose-wrapper {
  background: var(--rs-theme-secondary);
  position: relative;
  z-index: 1;
  padding-top: 95px;
  padding-bottom: 100px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1366px) {
  .rs-why-choose-two .rs-why-choose-wrapper {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-two .rs-why-choose-wrapper {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-two .rs-why-choose-wrapper {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-two .rs-why-choose-wrapper {
    padding-top: 35px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-why-choose-two .rs-why-choose-wrapper {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-why-choose-two .section-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-why-choose-two .rs-why-choose-tab {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 25px;
}
@media only screen and (max-width: 1366px) {
  .rs-why-choose-two .rs-why-choose-tab {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-two .rs-why-choose-tab {
    margin-bottom: 40px;
  }
}
.rs-why-choose-two .rs-why-choose-tab .nav-pills {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.rs-why-choose-two .rs-why-choose-tab .nav-link {
  background: transparent;
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 5px 15px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--rs-white);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .rs-why-choose-two .rs-why-choose-tab .nav-link {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
}
.rs-why-choose-two .rs-why-choose-tab .nav-link.active {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-why-choose-two .rs-why-choose-tab .nav-link:hover {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
@media only screen and (max-width: 480px) {
  .rs-why-choose-two .rs-why-choose-tab .nav-item {
    width: 100%;
  }
}
.rs-why-choose-two .rs-why-choose-tab-title {
  color: var(--rs-white);
  font-weight: 500;
  margin-bottom: 18px;
}
.rs-why-choose-two .rs-why-choose-tab-desc {
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-why-choose-two .rs-why-choose-list-icon svg {
  width: 16px;
  height: 16px;
}
.rs-why-choose-two .rs-why-choose-list-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-why-choose-two .rs-why-choose-list-title {
  color: var(--rs-white);
}
.rs-why-choose-two .rs-why-choose-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rs-why-choose-two .rs-why-choose-tab-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}
.rs-why-choose-two .rs-why-choose-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 0;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-two .rs-why-choose-tab-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}
.rs-why-choose-two .rs-why-choose-tab-item {
  display: grid;
  grid-template-columns: 525px auto;
  gap: 30px 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-two .rs-why-choose-tab-item {
    gap: 30px 30px;
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-two .rs-why-choose-tab-item {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-two .rs-why-choose-tab-item {
    grid-template-columns: auto;
  }
}
.rs-why-choose-two .rs-why-choose-tab-anim .tab-pane.active {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-why-choose-three {
  overflow-x: clip;
}
.rs-why-choose-three .rs-why-choose-wrapper {
  display: grid;
  grid-template-columns: 418px auto;
  gap: 30px 75px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-three .rs-why-choose-wrapper {
    grid-template-columns: 340px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-three .rs-why-choose-wrapper {
    grid-template-columns: 400px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-three .rs-why-choose-wrapper {
    grid-template-columns: auto;
  }
}
.rs-why-choose-three .rs-why-choose-thumb {
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-three .rs-why-choose-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-three .rs-why-choose-thumb {
    position: relative;
    top: unset;
  }
}
.rs-why-choose-three .rs-why-choose-thumb img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  transition: unset;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-three .rs-why-choose-thumb img {
    height: auto;
  }
}
.rs-why-choose-three .rs-why-choose-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-three .rs-why-choose-list-wrapper {
    gap: 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-three .rs-why-choose-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-why-choose-three .rs-why-choose-list-item {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-three .rs-why-choose-list-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-why-choose-three .rs-why-choose-list-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rs-why-choose-three .rs-why-choose-list-item:nth-child(3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-three .rs-why-choose-list-item:nth-child(3) {
    margin-bottom: 30px;
  }
}
.rs-why-choose-three .rs-why-choose-list-item:nth-child(4) {
  margin-bottom: 0;
}
.rs-why-choose-three .rs-why-choose-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-why-choose-three .rs-why-choose-list-item:hover .rs-why-choose-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-why-choose-three .rs-why-choose-list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-primary);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-why-choose-three .rs-why-choose-list-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-why-choose-three .rs-why-choose-list-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--rs-bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-why-choose-three .rs-why-choose-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-why-choose-three .rs-why-choose-list-icon svg path {
  fill: var(--rs-bg-primary);
}
.rs-why-choose-three .rs-why-choose-list-title {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  4.9 faq css
/*----------------------------------------*/
.rs-faq-one .rs-section-desc {
  color: var(--rs-white);
}
.rs-faq-one .rs-faq-contact {
  background: var(--rs-theme-primary);
  border-radius: 6px;
  padding-top: 32px;
  padding-bottom: 35px;
  padding-inline: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-faq-one .rs-faq-contact {
    padding-top: 22px;
    padding-bottom: 30px;
    padding-inline: 30px;
    margin-top: 50px;
  }
}
.rs-faq-one .rs-faq-contact-title {
  color: var(--rs-white);
  margin-bottom: 10px;
}
.rs-faq-one .rs-faq-contact-desc {
  color: var(--rs-white);
  margin-bottom: 0;
}
.rs-faq-one .rs-faq-wrapper {
  display: grid;
  grid-template-columns: 650px auto;
  align-items: center;
  gap: 30px 85px;
}
@media only screen and (max-width: 1600px) {
  .rs-faq-one .rs-faq-wrapper {
    grid-template-columns: 630px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faq-one .rs-faq-wrapper {
    grid-template-columns: 450px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faq-one .rs-faq-wrapper {
    grid-template-columns: auto;
  }
}

/* Breathing room between dark FAQ band and white contact section (homepage flow) */
.rs-faq-area.rs-faq-one.theme-secondary + #contact {
  margin-top: clamp(40px, 5vw, 80px);
}

.rs-faq-two {
  overflow-x: clip;
}
@media only screen and (max-width: 991px) {
  .rs-faq-two {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-faq-two {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-faq-two {
    padding-bottom: 60px;
  }
}
.rs-faq-two .rs-section-desc {
  color: var(--rs-white);
}
.rs-faq-two .rs-faq-thumb > img {
  width: 100%;
  border-radius: 6px 0 0 0;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .rs-faq-two .rs-faq-thumb > img {
    height: auto;
  }
}
.rs-faq-two .rs-faq-wrapper {
  display: grid;
  grid-template-columns: 640px auto;
  gap: 30px 90px;
}
@media only screen and (max-width: 1600px) {
  .rs-faq-two .rs-faq-wrapper {
    grid-template-columns: 550px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-faq-two .rs-faq-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faq-two .rs-faq-wrapper {
    grid-template-columns: 450px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faq-two .rs-faq-wrapper {
    grid-template-columns: auto;
  }
}
.rs-faq-two .rs-faq-content {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .rs-faq-two .rs-faq-content {
    padding-bottom: 0;
  }
}
.rs-faq-two .rs-faq-thumb {
  width: 870px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rs-faq-two .rs-faq-thumb {
    width: 100%;
  }
}
.rs-faq-two .rs-faq-award {
  background-image: radial-gradient(at center center, #5A6268 0%, rgba(90, 98, 104, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(21px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  width: 540px;
  position: absolute;
  bottom: 40px;
  inset-inline-start: 40px;
}
@media only screen and (max-width: 1366px) {
  .rs-faq-two .rs-faq-award {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faq-two .rs-faq-award {
    flex-wrap: wrap;
    gap: 30px;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-faq-two .rs-faq-award {
    width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-faq-two .rs-faq-award {
    position: relative;
    bottom: 0;
    inset-inline-start: 0px;
    width: 100%;
    margin-top: 30px;
  }
}
.rs-faq-two .rs-faq-award-desc {
  color: var(--rs-white);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
  padding-inline-start: 40px;
  margin-inline-start: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-faq-two .rs-faq-award-desc {
    border-inline-start: 0;
    padding-inline-start: 0px;
    margin-inline-start: 0px;
  }
}
.rs-faq-two .rs-faq-award-thumb {
  width: 123px;
  min-width: 123px;
}
.rs-faq-three {
  overflow-x: clip;
}
.rs-faq-three .rs-section-desc {
  color: var(--rs-white);
}
.rs-faq-three .rs-faq-thumb > img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .rs-faq-three .rs-faq-thumb > img {
    height: auto;
  }
}
.rs-faq-three .rs-faq-wrapper {
  display: grid;
  grid-template-columns: 630px auto;
  gap: 30px 90px;
}
@media only screen and (max-width: 1600px) {
  .rs-faq-three .rs-faq-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faq-three .rs-faq-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faq-three .rs-faq-wrapper {
    grid-template-columns: auto;
  }
}
.rs-faq-three .rs-faq-thumb {
  position: relative;
}
.rs-faq-three .rs-faq-meta {
  background: var(--rs-bg-secondary);
  padding: 35px;
  border-radius: 6px;
  position: absolute;
  bottom: 20px;
  inset-inline-end: 20px;
  width: 285px;
}
@media only screen and (max-width: 767px) {
  .rs-faq-three .rs-faq-meta {
    padding: 25px;
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-faq-three .rs-faq-meta {
    position: relative;
    bottom: unset;
    inset-inline-end: unset;
    width: 100%;
    margin-top: 30px;
  }
}
.rs-faq-three .rs-faq-meta-icon img {
  width: 50px;
}
.rs-faq-three .rs-faq-meta-desc {
  font-size: 24px;
  color: var(--rs-title-primary);
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  .rs-faq-three .rs-faq-meta-desc {
    font-size: 20px;
  }
}
.rs-faq-four .rs-faq-wrapper {
  display: grid;
  grid-template-columns: 510px 1fr;
  gap: 30px 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-faq-four .rs-faq-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faq-four .rs-faq-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-faq-four .rs-faq-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-faq-four .rs-faq-thumb {
  height: 100%;
  position: relative;
}
.rs-faq-four .rs-faq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.rs-faq-four .rs-faq-meta-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px;
}
.rs-faq-four .rs-faq-meta-inner {
  background: var(--rs-theme-primary);
  padding: 15px 20px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  gap: 20px;
  flex-wrap: wrap;
}
.rs-faq-four .rs-faq-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-faq-four .rs-faq-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-faq-four .rs-faq-meta-icon svg path {
  fill: var(--rs-white);
}
.rs-faq-four .rs-faq-meta-content {
  color: var(--rs-white);
}
.rs-faq-four .rs-faq-meta-content a:hover {
  color: var(--rs-title-primary);
}
.rs-faq-four .rs-faq-meta-btn .rs-btn {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 400;
}
.rs-faq-four .rs-faq-meta-btn .rs-btn .icon-box svg {
  width: 14px;
  height: 14px;
}

/*----------------------------------------*/
/*  4.13 portfolio css
/*----------------------------------------*/
.rs-portfolio-one {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-portfolio-one .rs-portfolio-shape {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-one .rs-portfolio-shape {
    display: none;
  }
}
.rs-portfolio-one .rs-portfolio-tab {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.rs-portfolio-one .rs-portfolio-tab .nav-pills {
  display: flex;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
  padding-bottom: 22px;
}
.rs-portfolio-one .rs-portfolio-tab .nav-link {
  background: transparent;
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 5px 15px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--rs-white);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-one .rs-portfolio-tab .nav-link {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
}
.rs-portfolio-one .rs-portfolio-tab .nav-link.active {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-portfolio-one .rs-portfolio-tab .nav-link:hover {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-one .rs-portfolio-tab .nav-item {
    width: 100%;
  }
}
.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-portfolio-tab-content::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-portfolio-tab-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-portfolio-one .rs-portfolio-tab-thumb {
  overflow: hidden;
  border-radius: 6px;
}
.rs-portfolio-one .rs-portfolio-tab-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-portfolio-one .rs-portfolio-tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  padding-bottom: 30px;
}
.rs-portfolio-one .rs-portfolio-tab-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-secondary);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-portfolio-one .rs-portfolio-tab-content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-portfolio-one .rs-portfolio-tab-title {
  color: var(--rs-white);
}
.rs-portfolio-one .rs-portfolio-tab-title:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-one .rs-portfolio-tab-btn .rs-btn:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-portfolio-one .rs-portfolio-tab-btn .icon-box svg {
  width: 20px;
  height: 20px;
}
.rs-portfolio-one .rs-portfolio-tab-anim .tab-pane.active .rs-portfolio-tab-slider {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-portfolio-two {
  position: relative;
  z-index: 1;
}
.rs-portfolio-two .rs-portfolio-tab {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
.rs-portfolio-two .rs-portfolio-tab .nav-pills {
  display: flex;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
  padding-bottom: 22px;
}
.rs-portfolio-two .rs-portfolio-tab .nav-link {
  background: transparent;
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 5px 15px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--rs-white);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-two .rs-portfolio-tab .nav-link {
    width: 100%;
  }
}
.rs-portfolio-two .rs-portfolio-tab .nav-link.active {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-portfolio-two .rs-portfolio-tab .nav-link:hover {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-two .rs-portfolio-tab .nav-item {
    width: 100%;
  }
}
.rs-portfolio-two .rs-portfolio-tab-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.025);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.rs-portfolio-two .rs-portfolio-tab-title {
  color: var(--rs-white);
}
.rs-portfolio-two .rs-portfolio-tab-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-two .rs-portfolio-tag-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
.rs-portfolio-two .rs-portfolio-tag a {
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 15px;
}
.rs-portfolio-two .rs-portfolio-tag a:hover {
  color: var(--rs-theme-primary);
  background: var(--rs-white);
}
.rs-portfolio-two .rs-banner-line {
  width: 146px;
  position: relative;
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 18px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-two .rs-banner-line {
    width: 100%;
  }
}
.rs-portfolio-two .rs-banner-line::after {
  position: absolute;
  content: "";
  width: 73px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-portfolio-two .rs-desc-height {
  color: var(--rs-rgba-2);
}
.rs-portfolio-two .rs-portfolio-tab-content {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0px);
  padding-top: 45px;
  padding-bottom: 40px;
  padding-inline-start: 45px;
  padding-inline-end: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (max-width: 1600px) {
  .rs-portfolio-two .rs-portfolio-tab-content {
    padding-top: 40px;
    padding-bottom: 35px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-portfolio-two .rs-portfolio-tab-content {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-portfolio-two .rs-portfolio-tab-item {
  min-height: 570px;
  position: relative;
  border-right: 1px solid var(--rs-border-secondary);
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .rs-portfolio-two .rs-portfolio-tab-item {
    min-height: 500px;
  }
}
.rs-portfolio-two .portfolio-slide-active .swiper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-portfolio-two .portfolio-slide-active .swiper-slide-active .rs-portfolio-tab-content {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(21px);
}
.rs-portfolio-two .portfolio-slide-active .swiper-slide-active .rs-desc-height {
  scale: 1;
  opacity: 1;
  height: var(--desc-height) !important;
  margin-bottom: 20px;
}
.rs-portfolio-two .rs-desc-height {
  scale: 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  margin-bottom: 0;
}
.rs-portfolio-two .rs-portfolio-tab-anim .tab-pane.active .rs-portfolio-tab-slider {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-pills {
  border-color: var(--rs-border-primary);
}
.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-link {
  color: var(--rs-text-primary);
  border-color: var(--rs-border-primary);
}
.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-link.active {
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-link:hover {
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-portfolio-three {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-portfolio-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 291px);
  top: 0;
  left: 0;
  background: var(--rs-theme-secondary);
  z-index: -1;
}
.rs-portfolio-three.has-bg-none::before {
  display: none;
}
.rs-portfolio-three.has-tab-black .rs-portfolio-tab .nav-pills {
  border-color: var(--rs-border-primary);
}
.rs-portfolio-three.has-tab-black .rs-portfolio-tab .nav-link {
  color: var(--rs-text-primary);
  border-color: var(--rs-border-primary);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-services-desc {
  margin-top: 25px;
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-desc-height {
  scale: 1;
  opacity: 1;
  height: var(--desc-height) !important;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-tab-title {
  color: var(--rs-white);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-tab-content {
  background: var(--rs-theme-primary);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn {
  color: var(--rs-white);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn .icon-box svg path {
  fill: var(--rs-white);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-line {
  border-color: var(--rs-border-secondary);
}
.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-line::after {
  background: var(--rs-white);
}
.rs-portfolio-three .rs-portfolio-tab {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.rs-portfolio-three .rs-portfolio-tab .nav-pills {
  display: flex;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
  padding-bottom: 22px;
}
.rs-portfolio-three .rs-portfolio-tab .nav-link {
  background: transparent;
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 5px 15px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--rs-white);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-three .rs-portfolio-tab .nav-link {
    width: 100%;
  }
}
.rs-portfolio-three .rs-portfolio-tab .nav-link.active {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-portfolio-three .rs-portfolio-tab .nav-link:hover {
  color: var(--rs-white);
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-three .rs-portfolio-tab .nav-item {
    width: 100%;
  }
}
.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-portfolio-tab-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-portfolio-line {
  border-color: rgba(255, 255, 255, 0.2);
}
.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-portfolio-line:after {
  background: var(--rs-white);
  width: 100%;
}
.rs-portfolio-three .rs-portfolio-tab-thumb {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.rs-portfolio-three .rs-portfolio-tab-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
  min-height: 570px;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 1366px) {
  .rs-portfolio-three .rs-portfolio-tab-thumb img {
    min-height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-three .rs-portfolio-tab-thumb img {
    min-height: 450px;
  }
}
.rs-portfolio-three .rs-portfolio-tab-content {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  background: var(--rs-bg-secondary);
  padding-top: 32px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 0px 0px 6px 6px;
  transition: 0.5s;
}
@media only screen and (max-width: 1600px) {
  .rs-portfolio-three .rs-portfolio-tab-content {
    padding-top: 22px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-three .rs-portfolio-tab-content {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-portfolio-three .rs-portfolio-tab-title {
  color: var(--rs-title-primary);
  transition: unset;
}
.rs-portfolio-three .rs-portfolio-tab-btn .rs-btn:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-portfolio-three .rs-portfolio-tab-anim .tab-pane.active .rs-portfolio-tab-slider {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-portfolio-three .rs-desc-height {
  scale: 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  margin-bottom: 0;
  color: var(--rs-text-primary);
}
.rs-portfolio-three .rs-portfolio-line {
  width: 146px;
  position: relative;
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 18px;
  border-color: var(--rs-border-primary);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-three .rs-portfolio-line {
    width: 100%;
  }
}
.rs-portfolio-three .rs-portfolio-line::after {
  position: absolute;
  content: "";
  width: 73px;
  background: #2B3944;
  inset-inline-start: 0;
  height: 1px;
  top: 50%;
  transition: 0.5s;
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-desc-height {
  scale: 1;
  opacity: 1;
  height: var(--desc-height) !important;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-tab-title {
  color: var(--rs-white);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-tab-content {
  background: var(--rs-theme-primary);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn {
  color: var(--rs-white);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn .icon-box svg path {
  fill: var(--rs-white);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-line {
  border-color: var(--rs-border-secondary);
}
.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-line::after {
  background: var(--rs-white);
}
.rs-portfolio-four {
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
.rs-portfolio-four .rs-portfolio-slider {
  position: relative;
}
.rs-portfolio-four .rs-portfolio-item {
  min-height: 800px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1600px) {
  .rs-portfolio-four .rs-portfolio-item {
    min-height: 700px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-portfolio-four .rs-portfolio-item {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-four .rs-portfolio-item {
    min-height: 500px;
  }
}
.rs-portfolio-four .rs-portfolio-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-four .rs-portfolio-bg-thumb {
    position: relative;
    height: 300px;
  }
}
.rs-portfolio-four .rs-portfolio-content {
  background-color: transparent;
  max-width: 505px;
  backdrop-filter: blur(21px);
  background-image: radial-gradient(at center center, rgba(42, 45, 45, 0.3019607843) 0%, rgba(42, 45, 45, 0.3019607843) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  flex: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-four .rs-portfolio-content {
    flex: unset;
    min-width: 100%;
    padding: 25px;
    background-image: unset;
    backdrop-filter: unset;
    background: var(--rs-theme-secondary);
  }
}
.rs-portfolio-four .rs-portfolio-shape {
  position: absolute;
  top: 200px;
  inset-inline-start: 50px;
}
@media only screen and (max-width: 1366px) {
  .rs-portfolio-four .rs-portfolio-shape {
    top: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-four .rs-portfolio-shape {
    display: none;
  }
}
.rs-portfolio-four .rs-portfolio-line {
  width: 146px;
  position: relative;
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 18px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-four .rs-portfolio-line {
    width: 100%;
  }
}
.rs-portfolio-four .rs-portfolio-line::after {
  position: absolute;
  content: "";
  width: 73px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-portfolio-four .rs-portfolio-title {
  color: var(--rs-white);
}
.rs-portfolio-four .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-four .rs-portfolio-tag-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
.rs-portfolio-four .rs-portfolio-tag a {
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 15px;
}
.rs-portfolio-four .rs-portfolio-tag a:hover {
  color: var(--rs-theme-primary);
  background: var(--rs-white);
}
.rs-portfolio-four .rs-portfolio-desc {
  color: var(--rs-rgba-2);
  margin-bottom: 20px;
}
.rs-portfolio-four .swiper-slide-active .rs-portfolio-title,
.rs-portfolio-four .swiper-slide-active .rs-banner-line,
.rs-portfolio-four .swiper-slide-active .rs-portfolio-desc,
.rs-portfolio-four .swiper-slide-active .rs-portfolio-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-portfolio-four .swiper-slide-active .rs-portfolio-title {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-portfolio-four .swiper-slide-active .rs-portfolio-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-portfolio-four .swiper-slide-active .rs-portfolio-desc {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.rs-portfolio-four .swiper-slide-active .rs-portfolio-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}
.rs-portfolio-four .swiper-slide-active .rs-portfolio-bg-thumb {
  transform: scale(1.15);
}
.rs-portfolio-four .rs-portfolio-navigation {
  display: flex;
  gap: 15px;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-four .rs-portfolio-navigation {
    display: none;
  }
}
.rs-portfolio-four .rs-portfolio-navigation button {
  width: 92px;
  height: 92px;
  background: transparent;
  border: 1px solid var(--rs-border-secondary);
  font-size: 40px;
  color: var(--rs-border-secondary);
  position: absolute;
  z-index: 3;
  inset-inline-start: 545px;
  bottom: 40px;
  top: unset;
}
.rs-portfolio-four .rs-portfolio-navigation button.swiper-button-next {
  inset-inline-start: auto;
  inset-inline-end: 40px;
}
.rs-portfolio-four .rs-portfolio-navigation button:hover {
  border-color: var(--rs-white);
  color: var(--rs-white);
}
.rs-portfolio-four .rs-portfolio-pagination {
  display: none;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-four .rs-portfolio-pagination {
    display: block;
  }
}
.rs-portfolio-four .rs-portfolio-pagination .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.rs-portfolio-details-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-portfolio-details-title {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-details-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-details-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-details-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-details-title {
    font-size: 27px;
  }
}
.rs-portfolio-details-desc.desc-two {
  font-weight: 500;
  font-style: italic;
  color: var(--rs-title-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.rs-portfolio-details-working-list .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 45px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
  padding: 30px;
  background: var(--rs-bg-secondary);
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-portfolio-details-working-list .rs-working-list-item {
  display: flex;
  gap: 23px;
  position: relative;
  border: 1px solid var(--rs-border-primary);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 6px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1600px) {
  .rs-portfolio-details-working-list .rs-working-list-item {
    padding-top: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-portfolio-details-working-list .rs-working-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-portfolio-details-working-list .rs-working-list-item:hover .rs-working-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-portfolio-details-working-list .rs-working-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-portfolio-details-working-list .rs-working-list-icon svg path {
  fill: var(--rs-bg-primary);
}
.rs-portfolio-details-working-list .rs-working-list-title {
  margin-bottom: 5px;
}
.rs-portfolio-details-working-list .rs-working-list-content p a {
  color: var(--rs-theme-primary);
}
.rs-portfolio-details-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-details-content-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-details-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-portfolio-details-content-wrapper h5 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.rs-portfolio-details-content-list p {
  position: relative;
  padding-inline-start: 15px;
  font-size: 17px;
}
.rs-portfolio-details-content-list p:not(:last-child) {
  margin-bottom: 15px;
}
.rs-portfolio-details-content-list p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #616c74;
  top: 10px;
  inset-inline-start: 0;
  border-radius: 50%;
}

/*----------------------------------------*/
/*  4.24 Text clip css
/*----------------------------------------*/
.rs-text-clip-one .rs-text-clip {
  text-align: center;
}
.rs-text-clip-one .rs-text-clip-title {
  font-size: 340px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 280px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 80px;
  }
}

/*----------------------------------------*/
/*  4.16 pricing css
/*----------------------------------------*/
.rs-pricing-one .rs-pricing-item {
  background-color: var(--rs-white);
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px;
  border: 1px solid var(--rs-border-primary);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s ease-out 0s;
}
@media only screen and (max-width: 1366px) {
  .rs-pricing-one .rs-pricing-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-pricing-one .rs-pricing-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-pricing-one .rs-pricing-item.active {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-pricing-one .rs-pricing-item.active .rs-pricing-title {
  color: var(--rs-white);
  border-color: rgba(219, 222, 225, 0.2);
}
.rs-pricing-one .rs-pricing-item.active .rs-pricing-amount {
  color: var(--rs-white);
}
.rs-pricing-one .rs-pricing-item.active .rs-pricing-duration {
  color: var(--rs-white);
}
.rs-pricing-one .rs-pricing-item.active .rs-pricing-desc {
  color: rgba(255, 255, 255, 0.9);
}
.rs-pricing-one .rs-pricing-item.active .rs-feature-title {
  color: rgba(255, 255, 255, 0.9);
}
.rs-pricing-one .rs-pricing-item.active .rs-pricing-feature-icon {
  border-color: rgba(255, 255, 255, 0.2);
}
.rs-pricing-one .rs-pricing-item.active .rs-pricing-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-pricing-one .rs-pricing-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-pricing-one .rs-pricing-amount {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-one .rs-pricing-amount {
    font-size: 35px;
  }
}
.rs-pricing-one .rs-pricing-amount-wrapper {
  display: flex;
  align-items: end;
  gap: 6px;
}
.rs-pricing-one .rs-pricing-duration {
  font-size: 20px;
  font-weight: 500;
}
.rs-pricing-one .rs-pricing-desc {
  margin-top: 15px;
  margin-bottom: 20px;
}
.rs-pricing-one .rs-pricing-btn {
  margin-bottom: 35px;
}
.rs-pricing-one .rs-pricing-btn .rs-btn {
  justify-content: space-between;
}
.rs-pricing-one .rs-pricing-feature ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rs-pricing-one .rs-pricing-feature ul li:not(:last-child) {
  margin-bottom: 18px;
}
.rs-pricing-one .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg {
  width: 14px;
  height: 14px;
}
.rs-pricing-one .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg path {
  opacity: 0.6;
}
.rs-pricing-one .rs-pricing-feature ul li.close .rs-feature-title {
  opacity: 0.6;
}
.rs-pricing-one .rs-pricing-feature-icon {
  width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-pricing-one .rs-pricing-tab-switcher {
  display: flex;
  justify-content: center;
}
.rs-pricing-one .rs-pricing-tab-switcher {
  margin-bottom: 40px;
}
.rs-pricing-one .rs-pricing-tab-inner {
  width: 100%;
  max-width: 280px;
  border: 1px solid var(--rs-border-primary);
  padding: 7px;
  border-radius: 6px;
  background: transparent;
  transition: 0.4s;
  display: inline-flex;
  justify-content: space-between;
}
.rs-pricing-one .rs-pricing-switcher-tab button {
  padding: 8px 20px;
  font-size: 17px;
  border-radius: 6px;
}
.rs-pricing-one .rs-pricing-switcher-tab button.active {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-pricing-one .yearly-pricing {
  display: none;
}

/*----------------------------------------*/
/*  4.4 career css
/*----------------------------------------*/
.rs-career-one {
  padding-top: 30px;
}
.rs-career-one .rs-career-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 490px;
  justify-content: space-between;
  gap: 30px;
  margin-inline-start: 45px;
  margin-inline-end: 45px;
}
@media only screen and (max-width: 1700px) {
  .rs-career-one .rs-career-wrapper {
    grid-template-columns: 1fr 1fr 400px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-career-one .rs-career-wrapper {
    grid-template-columns: 1fr 1fr 300px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-career-one .rs-career-wrapper {
    grid-template-columns: 1fr 1fr 230px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-career-one .rs-career-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .rs-career-one .rs-career-wrapper {
    grid-template-columns: 1fr;
  }
}
.rs-career-one .rs-career-item.item-one {
  display: grid;
  grid-template-columns: 270px 290px;
  align-items: center;
  gap: 25px;
  background: var(--rs-theme-secondary);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-career-one .rs-career-item.item-one {
    grid-template-columns: 220px 290px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-career-one .rs-career-item.item-one {
    grid-template-columns: 200px 250px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-career-one .rs-career-item.item-one {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 575px) {
  .rs-career-one .rs-career-item.item-one {
    grid-template-columns: auto;
  }
}
.rs-career-one .rs-career-item.item-one .rs-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 6px;
}
.rs-career-one .rs-career-item.item-one .rs-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.rs-career-one .rs-career-item.item-one .rs-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-tertiary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-career-one .rs-career-item.item-one .rs-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-career-one .rs-career-item.item-one .rs-list-icon svg path {
  fill: var(--rs-white);
}
.rs-career-one .rs-career-item.item-one .rs-career-title {
  color: var(--rs-white);
}
.rs-career-one .rs-career-item.item-one .rs-list-desc {
  font-size: 16px;
  color: var(--rs-white);
  font-weight: 500;
}
.rs-career-one .rs-career-item.item-one .rs-career-desc {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  margin-top: 15px;
}
.rs-career-one .rs-career-item.item-one .rs-list-title {
  color: var(--rs-white);
  font-size: 16px;
  border-bottom: 1px solid var(--rs-border-tertiary);
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.rs-career-one .rs-career-item.item-one .rs-list-wrapper {
  max-width: 260px;
}
.rs-career-one .rs-career-item.item-one .rs-career-thumb {
  height: 100%;
}
.rs-career-one .rs-career-item.item-one .rs-career-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.rs-career-one .rs-career-item.item-two {
  border-radius: 6px;
  padding-top: 25px;
  padding-bottom: 35px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-secondary);
}
@media only screen and (max-width: 1600px) {
  .rs-career-one .rs-career-item.item-two {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-career-one .rs-career-item.item-two .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-career-one .rs-career-item.item-two .rs-contact-input input {
  height: 50px;
  border-radius: 100px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-career-one .rs-career-item.item-two .rs-contact-input input::placeholder {
  font-size: 14px;
}
.rs-career-one .rs-career-item.item-two .rs-contact-input .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--rs-white);
  border-radius: 100px;
  margin-bottom: 20px;
  color: var(--rs-text-primary);
  font-size: 14px;
}
.rs-career-one .rs-career-item.item-two .rs-contact-input .nice-select .list {
  width: 100%;
}
.rs-career-one .rs-career-item.item-two .rs-contact-btn .rs-btn {
  border-radius: 100px;
}
.rs-career-one .rs-career-item.item-two .rs-contact-title {
  margin-bottom: 20px;
}
.rs-career-one .rs-career-item.item-three .rs-counter-thumb {
  position: relative;
  z-index: 1;
  height: 100%;
}
.rs-career-one .rs-career-item.item-three .rs-counter-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .rs-career-one .rs-career-item.item-three .rs-counter-thumb img {
    height: 400px;
  }
}
.rs-career-one .rs-career-item.item-three .rs-counter-number-wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 5px;
}
.rs-career-one .rs-career-item.item-three .rs-counter-number-wrapper .prefix {
  font-size: 40px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-career-one .rs-career-item.item-three .rs-counter-number {
  font-size: 125px;
  color: var(--rs-white);
  font-weight: 400;
  line-height: 0.8;
}
@media only screen and (max-width: 1600px) {
  .rs-career-one .rs-career-item.item-three .rs-counter-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-career-one .rs-career-item.item-three .rs-counter-number {
    font-size: 80px;
  }
}
.rs-career-one .rs-career-item.item-three .rs-counter-title {
  font-size: 16px;
  color: var(--rs-white);
  font-weight: 500;
}
.rs-career-one .rs-career-item .rs-counter-wrapper {
  background-image: linear-gradient(174deg, rgba(222, 223, 223, 0.3019607843) 0%, rgba(42, 45, 45, 0.3019607843) 100%);
  backdrop-filter: blur(21px) !important;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 243px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .rs-career-one .rs-career-item .rs-counter-wrapper {
    width: 200px;
  }
}
.rs-career-two .rs-career-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--rs-border-primary);
  padding-bottom: 33px;
  padding-top: 33px;
}
.rs-career-two .rs-career-item:last-child {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-career-two .rs-career-type {
  font-size: 17px;
  font-weight: 500;
  color: var(--rs-title-primary);
}
.rs-career-two .rs-career-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rs-career-two .rs-career-company {
  font-size: 17px;
  font-weight: 500;
}
.rs-career-two .rs-career-desc {
  margin-bottom: 0;
  max-width: 450px;
}

/*----------------------------------------*/
/*  4.27 value css
/*----------------------------------------*/
.rs-value-one {
  position: relative;
  z-index: 1;
  padding-top: 188px;
  padding-bottom: 188px;
}
@media only screen and (max-width: 1600px) {
  .rs-value-one {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-value-one {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-value-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.rs-value-one .rs-value-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-value-one .rs-value-title {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #B2B2B2;
  stroke: #B2B2B2;
  line-height: 0.9;
}
@media only screen and (max-width: 1600px) {
  .rs-value-one .rs-value-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-value-one .rs-value-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-value-one .rs-value-title {
    font-size: 60px;
    line-height: 1;
  }
}
.rs-value-one .rs-value-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*  4.21 skill css
/*----------------------------------------*/
.rs-skill-one {
  overflow-x: clip;
}
.rs-skill-one .rs-skill-wrapper {
  display: grid;
  grid-template-columns: 616px auto;
  gap: 30px 80px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-skill-one .rs-skill-wrapper {
    grid-template-columns: 520px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-skill-one .rs-skill-wrapper {
    grid-template-columns: 370px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-skill-one .rs-skill-wrapper {
    grid-template-columns: auto;
  }
}
.rs-skill-one .rs-skill-thumb-wrapper {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 991px) {
  .rs-skill-one .rs-skill-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-skill-one .rs-skill-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}
@media only screen and (max-width: 480px) {
  .rs-skill-one .rs-skill-thumb {
    margin-bottom: 0;
  }
}
.rs-skill-one .rs-skill-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-skill-one .rs-skill-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-skill-one .rs-skill-list-item p {
  color: var(--rs-white);
}
.rs-skill-one .rs-skill-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-skill-one .rs-skill-list-icon svg {
  width: 15px;
  height: 15px;
}
.rs-skill-one .rs-skill-list-icon svg path {
  fill: var(--rs-white);
}
.rs-skill-one .rs-skill-list-title {
  margin-bottom: 13px;
  color: var(--rs-white);
}
.rs-skill-one .rs-skill-list-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 0;
  max-width: 538px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rs-skill-one .rs-skill-list-item-wrapper {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-skill-one .rs-skill-list-desc {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-skill-one .rs-skill-progress-wrapper {
  margin-top: 35px;
}
.rs-skill-one .rs-skill-progress-title {
  margin-bottom: 13px;
  color: var(--rs-white);
}
.rs-skill-one .single-progress:not(:last-child) {
  margin-bottom: 20px;
}
.rs-skill-one .rs-skill-progress-desc {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-skill-one .rs-skill-list-wrapper {
  margin-top: 35px;
}
.rs-skill-one .rs-rotate-btn {
  width: 186px;
  height: 186px;
  position: relative;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  background: var(--rs-theme-primary);
  border-radius: 50%;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 50% 76px;
}
.rs-skill-one .rs-meta-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90px;
}
.rs-skill-one .rs-skill-rotate-btn {
  position: absolute;
  bottom: -75px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .rs-skill-one .rs-skill-rotate-btn {
    position: relative;
    bottom: unset;
    inset-inline-start: unset;
    transform: unset;
    display: flex;
    justify-content: center;
  }
}
.rs-skill-one .progress-title {
  color: var(--rs-white);
}
.rs-skill-one .progress {
  border: 1px solid var(--rs-border-secondary);
  background-color: transparent;
}
.rs-skill-one .progress-bar {
  background-color: var(--rs-theme-primary);
}
.rs-skill-one .progress-number {
  color: var(--rs-white);
}
.rs-skill-two {
  overflow-x: clip;
}
.rs-skill-two .rs-skill-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 130px;
}
@media only screen and (max-width: 1600px) {
  .rs-skill-two .rs-skill-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-skill-two .rs-skill-wrapper {
    gap: 30px 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-skill-two .rs-skill-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-skill-two .rs-skill-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-skill-two .rs-skill-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rs-skill-two .rs-skill-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-skill-two .rs-skill-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-skill-two .rs-skill-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-skill-two .rs-skill-list-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-secondary);
}
.rs-skill-two .rs-skill-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 570px;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-skill-two .rs-skill-list-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-skill-two .rs-skill-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-skill-two .rs-text-clip-title {
  font-size: 140px;
}
@media only screen and (max-width: 1199px) {
  .rs-skill-two .rs-text-clip-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-skill-two .rs-text-clip-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-skill-two .rs-text-clip-title {
    font-size: 60px;
  }
}
.rs-skill-two .rs-skill-thumb {
  margin-top: 50px;
  visibility: hidden;
  overflow: hidden;
}
.rs-skill-two .rs-skill-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-skill-two .rs-skill-progress-desc {
  margin-top: 12px;
  margin-bottom: 25px;
}
.rs-skill-two .single-progress:not(:last-child) {
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  4.18 promo css
/*----------------------------------------*/
.rs-promo-one.rs-promo-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 65px;
}
.rs-promo-one .rs-promo-icon {
  background-color: var(--rs-theme-primary);
  width: 17px;
  min-width: 17px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rs-promo-one .rs-promo-icon svg path {
  fill: var(--rs-white);
}
.rs-promo-one .rs-promo-content p {
  font-size: 14px;
  font-weight: 500;
}
.rs-promo-one .rs-promo-content p a {
  text-decoration: underline;
  color: var(--rs-title-primary);
}
.rs-promo-one .rs-promo-content p a:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  4.15 pricing cta css
/*----------------------------------------*/
.rs-pricing-cta-wrapper {
  display: grid;
  grid-template-columns: 530px auto;
}
@media only screen and (max-width: 1600px) {
  .rs-pricing-cta-wrapper {
    grid-template-columns: 560px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper {
    grid-template-columns: auto;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-item {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px;
  border: 1px solid var(--rs-border-secondary);
  transition: all 0.5s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper .rs-pricing-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-wrapper .rs-pricing-item {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-title {
  color: var(--rs-white);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 1px solid var(--rs-border-secondary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-pricing-cta-wrapper .rs-pricing-amount {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-amount-wrapper {
  display: flex;
  align-items: end;
  gap: 6px;
}
.rs-pricing-cta-wrapper .rs-pricing-duration {
  font-size: 20px;
  font-weight: 500;
  color: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-desc {
  margin-top: 17px;
  margin-bottom: 22px;
  color: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-btn {
  margin-bottom: 35px;
}
.rs-pricing-cta-wrapper .rs-pricing-btn .rs-btn {
  justify-content: space-between;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li:not(:last-child) {
  margin-bottom: 18px;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg {
  width: 14px;
  height: 14px;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg path {
  opacity: 0.6;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-feature-title {
  opacity: 0.6;
}
.rs-pricing-cta-wrapper .rs-pricing-feature-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-pricing-cta-wrapper .rs-pricing-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-tab {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-pills {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab .nav-pills {
    gap: 20px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link {
  background: transparent;
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0px;
  border-bottom: 1px solid var(--rs-border-tertiary);
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab .nav-link {
    width: 100%;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link.active {
  color: var(--rs-white);
  border-color: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link:hover {
  color: var(--rs-white);
  border-color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab .nav-item {
    width: 100%;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-pricing-tab-content::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-pricing-cta-wrapper .rs-pricing-wrapper {
  background: var(--rs-theme-secondary);
  padding-top: 35px;
  padding-bottom: 50px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px 0px 0px 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper .rs-pricing-wrapper {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-pricing-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-wrapper .rs-pricing-wrapper {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab-anim .tab-pane.active .rs-pricing-item {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title-wrapper {
  border-radius: 0 6px 0px 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title-wrapper {
    border-radius: 0;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .contact-shape {
  position: absolute;
  top: 30px;
  inset-inline-end: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .contact-shape {
    display: none;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
    font-size: 27px;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-form {
  background: var(--rs-bg-secondary);
  padding-top: 55px;
  padding-bottom: 50px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
  border-radius: 0 0px 6px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input input {
  border-radius: 6px;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input textarea {
  border-radius: 6px;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input .nice-select {
  border-radius: 6px;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-btn .rs-btn {
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-two {
    padding-bottom: 0;
  }
}

.rs-pricing-cta-area .rs-partnership-model-title {
  color: var(--rs-white);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: normal;
}
.rs-pricing-cta-area .rs-partnership-model-meta {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px;
}
.rs-pricing-cta-area .rs-pricing-item .rs-pricing-desc {
  margin-top: 12px;
}
.rs-pricing-cta-area .rs-pricing-tab .nav-pills {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: clamp(14px, 2.2vw, 28px);
}
.rs-pricing-cta-area .rs-pricing-tab .nav-item {
  width: auto;
  flex: 0 0 auto;
}
.rs-pricing-cta-area .rs-pricing-tab .nav-link {
  width: auto;
  white-space: nowrap;
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-area .rs-pricing-tab .nav-pills {
    gap: 10px;
  }
  .rs-pricing-cta-area .rs-pricing-tab .nav-link {
    font-size: 12px;
    padding-bottom: 8px;
  }
}

/*----------------------------------------*/
/*  4.26 time line css
/*----------------------------------------*/
.rs-time-line-one {
  overflow-x: clip;
}
.rs-time-line-one .rs-time-line-wrapper {
  position: relative;
}
.rs-time-line-one .rs-time-line-wrapper::before, .rs-time-line-one .rs-time-line-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 15%;
  background: linear-gradient(90deg, #2B3944 51.13%, rgba(43, 57, 68, 0) 106.7%);
  z-index: 2;
  pointer-events: none;
}
.rs-time-line-one .rs-time-line-wrapper:after {
  inset-inline-start: unset;
  inset-inline-end: 0;
  scale: -1;
}
.rs-time-line-one .rs-time-line-item {
  border: 1px solid var(--rs-border-tertiary);
  border-radius: 6px;
  background: var(--rs-bg-dark-blue);
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .rs-time-line-one .rs-time-line-item {
    max-width: 175px;
    width: 100%;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    margin: 0 auto;
  }
}
.rs-time-line-one .rs-time-line-item::after {
  position: absolute;
  content: "";
  transition: 0.4s;
  left: 50%;
  translate: -50% 0;
  width: 18px;
  height: 18px;
  rotate: 45deg;
  background: var(--rs-bg-primary);
  border: 1px solid var(--rs-border-tertiary);
  top: -9px;
  z-index: -1;
}
.rs-time-line-one .empty-box {
  height: 99px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rs-time-line-one .rs-time-line-year {
  color: var(--rs-white);
  margin-bottom: 5px;
}
.rs-time-line-one .rs-time-line-title {
  color: var(--rs-white);
}
.rs-time-line-one .swiper::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(50% - 0.5px);
  height: 1px;
  background: var(--rs-border-tertiary);
  pointer-events: none;
}
.rs-time-line-one .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 140px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rs-time-line-one .swiper-slide {
    gap: 100px;
  }
}
.rs-time-line-one .swiper-slide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--rs-white);
  border: 3px solid var(--rs-theme-primary);
}
.rs-time-line-one .swiper-slide.t-odd {
  flex-direction: column-reverse;
}
.rs-time-line-one .swiper-slide.t-odd .rs-time-line-item::after {
  top: unset;
  bottom: -9px;
}
.rs-time-line-one .swiper-slide-active .rs-time-line-item {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-time-line-one .swiper-slide-active .rs-time-line-item::after {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  4.2 Bio css
/*----------------------------------------*/
.rs-bio {
  position: relative;
}
.rs-bio::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 595px;
  background: var(--rs-theme-secondary);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-bio .rs-bio-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  transform: rotateY(180deg);
}
.rs-bio .rs-bio-wrapper {
  background: var(--rs-theme-primary);
  padding-top: 57px;
  padding-bottom: 65px;
  padding-inline-start: 65px;
  padding-inline-end: 65px;
  border-radius: 6px;
}
@media only screen and (max-width: 1366px) {
  .rs-bio .rs-bio-wrapper {
    padding-top: 22px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-bio .rs-bio-wrapper {
    padding-top: 22px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-bio .rs-bio-info-item {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--rs-border-secondary);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-bio .rs-bio-info-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-bio .rs-bio-info-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rs-bio .rs-bio-info-item:last-child {
  border-bottom: 1px solid var(--rs-border-secondary);
}
.rs-bio .rs-bio-title {
  font-size: 40px;
  color: var(--rs-white);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.12;
}
@media only screen and (max-width: 1199px) {
  .rs-bio .rs-bio-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-bio .rs-bio-title {
    font-size: 30px;
  }
}
.rs-bio .rs-bio-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-bio .rs-bio-desc {
    margin-bottom: 40px;
  }
}
.rs-bio .rs-bio-info-title,
.rs-bio .rs-bio-info-content {
  font-size: 24px;
  color: var(--rs-white);
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .rs-bio .rs-bio-info-title,
  .rs-bio .rs-bio-info-content {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-bio .rs-bio-info-title,
  .rs-bio .rs-bio-info-content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-bio .rs-bio-info-title,
  .rs-bio .rs-bio-info-content {
    font-size: 18px;
  }
}
.rs-bio .rs-bio-quote {
  background: var(--rs-white);
  border-radius: 6px;
  padding-top: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 80px;
  padding-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-bio .rs-bio-quote {
    padding-inline-end: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-bio .rs-bio-quote {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
.rs-bio .rs-bio-quote-desc {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.4;
}
@media only screen and (max-width: 575px) {
  .rs-bio .rs-bio-quote-desc {
    font-size: 18px;
  }
}
.rs-bio .rs-bio-quote-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.rs-bio .rs-bio-quote-icon {
  width: 36px;
}
.rs-bio .rs-bio-quote-icon path {
  fill: var(--rs-theme-primary);
}
.rs-bio .rs-bio-quote-author {
  color: var(--rs-title-primary);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-inline-start: 57px;
}
.rs-bio .rs-bio-quote-author::before {
  content: "";
  background: var(--rs-theme-primary);
  height: 2px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  4.11 gallery css
/*----------------------------------------*/
.rs-gallery-one .rs-gallery-item {
  position: relative;
}
.rs-gallery-one .rs-gallery-item:hover .rs-gallery-thumb::before {
  visibility: visible;
  opacity: 1;
}
.rs-gallery-one .rs-gallery-item:hover .rs-gallery-btn {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}
.rs-gallery-one .rs-gallery-thumb {
  position: relative;
}
.rs-gallery-one .rs-gallery-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 57, 68, 0.5);
  transition: all 0.4s ease-out;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.rs-gallery-one .rs-gallery-thumb img {
  width: 100%;
  border-radius: 6px;
  height: 445px;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 767px) {
  .rs-gallery-one .rs-gallery-thumb img {
    height: 100%;
  }
}
.rs-gallery-one .rs-gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}

/*----------------------------------------*/
/*  4.14 price range CSS
/*----------------------------------------*/
.sidebar-widget-range .noUi-horizontal {
  height: 8px;
}
.sidebar-widget-range .noUi-target {
  background: #ddd;
  border: none;
  box-shadow: none;
}
.sidebar-widget-range .noUi-connect {
  background: var(--rs-theme-primary);
}
.sidebar-widget-range .noUi-handle {
  border: none;
  background: var(--rs-theme-primary);
  cursor: default;
  box-shadow: none;
  border-radius: 0;
}
.sidebar-widget-range .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  inset-inline-end: -15px;
  top: 4px;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sidebar-widget-range .noUi-handle::after, .sidebar-widget-range .noUi-handle::before {
  display: none;
}
.sidebar-widget-range .price-filter input {
  border: none;
  height: unset;
  padding: 0;
  color: var(--rs-text-primary);
  font-size: 16px;
  text-align: end;
}
.sidebar-widget-range .noUi-base .noUi-connects {
  border-radius: 0;
}
.sidebar-widget-range-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-widget-range-amount .rs-btn {
  background: var(--rs-theme-primary);
  height: 44px;
  font-size: 14px;
  color: var(--rs-white);
}
.sidebar-widget-range-amount .rs-btn:hover {
  background: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  4.19 quantity css
/*----------------------------------------*/
.rs-product-quantity {
  width: 156px;
  position: relative;
}

.rs-cart-plus,
.rs-cart-minus {
  width: 50px;
  height: 50px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--rs-black);
  position: absolute;
  top: 50%;
  left: 0px;
  border: 2px solid var(--rs-border-primary);
  cursor: pointer;
  transform: translateY(-50%);
}

.rs-cart-input[type=text] {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: var(--rs-bg-secondary);
  padding: 0 45px;
  line-height: 1.5;
  color: var(--rs-black);
  border: 2px solid var(--rs-border-primary);
}

.rs-cart-plus.rs-cart-plus,
.rs-cart-minus.rs-cart-plus {
  left: auto;
  right: 0px;
}

.product-details-info p,
.product-details-categories p,
.product-details-tags p,
.product-details-id p,
.product-details-share p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--rs-black);
  margin-bottom: 0;
  margin-right: 5px;
}

.product-details-checkout-card p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--rs-black);
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  4.5 cart css
/*----------------------------------------*/
.table.table-bordered {
  border: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .table.table-bordered {
    width: 900px;
  }
}
.table.table-bordered thead tr th {
  border: none;
}

.shop-table-content table {
  border-color: var(--rs-border-primary);
  text-align: center;
}
.shop-table-content table > thead {
  vertical-align: middle;
}
.shop-table-content table > thead th {
  font-size: 16px;
  font-weight: 500;
}
.shop-table-content table > tbody {
  vertical-align: middle;
}
.shop-table-content table .product-thumbnail img {
  width: 125px;
}
.shop-table-content table .rs-product-quantity {
  margin: auto;
}

.removeRow {
  color: var(--rs-black);
  transition: all 0.3s ease-in-out;
}
.removeRow:hover {
  color: var(--rs-theme-orange);
}

.rs-cart-checkout-wrapper {
  background: var(--rs-bg-primary);
  padding: 36px 24px 28px;
  margin-left: -24px;
}

.rs-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--rs-border-primary);
}

.rs-cart-checkout-top span {
  font-size: 20px;
  color: var(--rs-black);
  font-weight: 500;
}

.rs-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 15px;
}

.rs-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: var(--rs-ff-body);
  color: var(--rs-black);
}

.rs-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 5px;
}

.rs-cart-checkout-shipping-option input[type=radio] ~ label::before {
  border: 1px solid var(--rs-black);
}
.rs-cart-checkout-shipping-option input[type=radio]:checked ~ label::before {
  border-color: var(--rs-primary);
}
.rs-cart-checkout-shipping-option input[type=radio]:checked ~ label::after {
  background-color: var(--rs-primary);
}

.rs-cart-checkout-shipping-option label {
  color: var(--rs-black);
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
}

.rs-cart-checkout-shipping-option label span {
  color: var(--rs-primary);
}

.rs-cart-checkout-total {
  margin-bottom: 25px;
}

.rs-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--rs-black);
}

.rs-cart-coupon-input-box label {
  font-size: 18px;
  color: var(--rs-black);
  margin-bottom: 10px;
  font-weight: var(--rs-fw-sbold);
}
.rs-cart-coupon-input-box input[type=text] {
  max-width: 282px;
  height: 60px;
}

.rs-cart-coupon-input .rs-btn:hover {
  background: var(--rs-theme-secondary);
}

.rs-cart-update .rs-btn:hover {
  background: var(--rs-theme-secondary);
}

.cart-page-total {
  margin-top: 80px;
}
.cart-page-total h5 {
  margin-bottom: 20px;
}
.cart-page-total ul {
  border: 1px solid var(--rs-border-primary);
}
.cart-page-total ul li {
  list-style: none;
  font-size: 16px;
  color: var(--rs-black);
  padding: 10px 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page-total ul li:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.cart-page-total .rs-btn {
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.cart-page-total .rs-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.3.2 Shop Style
/*----------------------------------------*/
.rs-shop-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.rs-shorting-select .nice-select {
  height: 52px;
  display: flex;
  align-items: center;
  background: transparent;
  min-width: 220px;
}
.rs-shorting-select .nice-select::after {
  font-size: 18px;
}
.rs-shorting-select .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-shorting-select .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}

.rs-product-item:hover .rs-product-thumb::before {
  opacity: 1;
  visibility: visible;
}
.rs-product-item:hover .rs-product-thumb img {
  transform: scale(1.1);
}
.rs-product-item:hover .rs-product-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}
.rs-product-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}
.rs-product-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, var(--rs-theme-secondary) 0%, transparent 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  z-index: 1;
}
.rs-product-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.rs-product-btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  transform: translateY(0px);
  transition: 0.6s;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
}
.rs-product-btn .product-btn {
  font-size: 17px;
  color: var(--rs-white);
}
.rs-product-btn-inner {
  background: var(--rs-theme-primary);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-inline-end: 7px;
  padding-inline-start: 20px;
  border-radius: 30px;
  font-weight: 500;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.rs-product-btn-inner:hover {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-product-btn-inner:hover .rs-icon {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-product-btn-inner:hover .product-btn {
  color: var(--rs-title-primary);
}
.rs-product-btn .rs-icon {
  width: 35px;
  height: 35px;
  background: var(--rs-white);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.rs-product-title:hover {
  color: var(--rs-theme-primary);
}
.rs-product-price .rs-current-price {
  font-size: 16px;
  color: var(--rs-title-primary);
  font-weight: 600;
}
.rs-product-price .rs-product-discount-price {
  color: #5d5d5d;
  opacity: 0.5;
}
.rs-product-badge {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  z-index: 1;
}
.rs-product-badge .rs-circle-badge {
  width: 47px;
  height: 47px;
  background: var(--rs-theme-primary);
  display: flex;
  border-radius: 50%;
  font-size: 14px;
  color: var(--rs-white);
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.product-details-reviews-wrapper {
  margin-bottom: 50px;
}
.product-details-wrapper {
  margin-inline-start: 50px;
}
@media only screen and (max-width: 1199px) {
  .product-details-wrapper {
    margin-inline-start: 0px;
  }
}
.product-details-active {
  overflow: hidden;
}
.product-details-thumb {
  position: relative;
  width: 186px;
  flex: 0 0 auto;
  border-radius: 4px;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .product-details-thumb {
    margin: 0 auto 20px;
  }
}
.product-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.product-details-nav .swiper-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.product-details-nav .swiper-wrapper .custom-button {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: transparent;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.product-details-nav .swiper-wrapper .custom-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.product-details-nav .swiper-slide-thumb-active .custom-button {
  background: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.product-details-rating-count span {
  font-size: 14px;
}
.product-details-price {
  display: flex;
  align-items: end;
  gap: 5px;
}
.product-details-old-price {
  font-size: 16px;
  color: var(--rs-text-primary);
  text-decoration-line: line-through;
}
.product-details-current-price {
  font-size: 24px;
}
.product-details-count-wrap {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.product-details-action .rs-btn {
  background: var(--rs-theme-primary);
  display: flex;
  gap: 10px;
  height: 48px;
}
.product-details-action .rs-btn:hover {
  background: var(--rs-theme-secondary);
}
.product-details-more a {
  font-size: 16px;
}
.product-details-more a:hover {
  color: var(--rs-theme-primary);
}
.product-details-tags a {
  font-size: 16px;
}
.product-details-tags a:hover {
  color: var(--rs-theme-primary);
}
@media only screen and (max-width: 991px) {
  .product-details-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-title {
    font-size: 26px;
  }
}

.product-rating {
  position: relative;
  padding-inline-end: 10px;
  margin-inline-end: 10px;
}
.product-rating::before {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-rating i {
  font-size: 14px;
}

.product-information-tab .nav-link {
  background: #fbfbfb;
  color: var(--rs-text-primary);
  padding: 0 40px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0px;
  height: 60px;
  transition: 0.3s;
}
.product-information-tab .nav-link:hover {
  background-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
@media only screen and (max-width: 575px) {
  .product-information-tab .nav-link {
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
  }
}
.product-information-tab .nav-link.active {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.product-information-tab .has-border {
  border-bottom: 1px solid var(--rs-border-primary);
}

.product-review-avater {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-review-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.product-review-input input {
  height: 60px;
}
.product-review-input.is-textarea textarea {
  height: 180px;
}
.product-review-btn .rs-btn:hover {
  background: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  3.3.1 Checkout Style
/*----------------------------------------*/
.checkout-verify-item button {
  font-weight: 600;
}

.coupon-info .rs-btn:hover {
  background: rgb(255, 92, 0);
}

.checkout-verify-reveal {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  gap: 10px;
  border-top: 3px solid var(--rs-theme-primary);
  color: #515151;
  padding-top: 16px;
  padding-inline-start: 50px;
  padding-bottom: 16px;
  padding-inline-end: 16px;
  position: relative;
  flex-wrap: wrap;
}
.checkout-verify-reveal .checkout-login-form-reveal-btn:hover {
  color: var(--rs-theme-primary);
}
.checkout-verify-reveal::before {
  content: "\ed53";
  inset-inline-start: 15px;
  top: 13px;
  position: absolute;
  color: var(--rs-theme-primary);
  font-family: var(--rs-ff-remixicon);
  font-weight: 700;
}

.coupon-content {
  display: none;
  margin-top: 14px;
  padding: 30px 30px;
  background-color: var(--rs-white);
  border: 1px solid rgba(54, 54, 54, 0.1);
  border-radius: 5px;
}

.coupon-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.checkout-coupon-form input {
  margin-bottom: 20px;
  height: 60px;
  border-radius: 2px;
}

.checkout-form {
  margin-bottom: 20px;
}
.checkout-form input {
  height: 60px;
  border-radius: 0;
  border-radius: 2px;
}
.checkout-form label {
  font-weight: 500;
  margin-bottom: 5px;
}
.checkout-form .required {
  color: var(--rs-theme-primary);
}

.checkout-bill-area {
  margin-top: 35px;
}

.checkout-bill-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .checkout-bill-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-bill-title {
    font-size: 26px;
  }
}

.checkout-bill-inner .checkout-input {
  margin-bottom: 20px;
}
.checkout-bill-inner .checkout-input input {
  height: 55px;
  border-radius: 0;
  border-radius: 2px;
}
.checkout-bill-inner .checkout-input label {
  margin-bottom: 5px;
  font-weight: 600;
}
.checkout-bill-inner .checkout-input span {
  color: var(--rs-theme-primary);
}
.checkout-bill-inner .checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  float: none;
  padding: 0 26px;
}
.checkout-bill-inner .checkout-input .nice-select .current {
  color: var(--rs-text-primary);
}
.checkout-bill-inner .checkout-input .nice-select .list {
  width: 100%;
}
.checkout-bill-inner .checkout-input .nice-select .list li:hover {
  color: var(--rs-theme-primary);
}
.checkout-bill-inner textarea {
  height: 70px;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 2px;
}

.checkout-place-total ul {
  border: 1px solid var(--rs-border-primary);
}
.checkout-place-total ul li {
  list-style: none;
  color: var(--rs-black);
  padding: 10px 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .checkout-place-total ul li {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-place-total ul li {
    padding: 10px 15px;
  }
}
.checkout-place-total ul li:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.checkout-place-total ul li:nth-child(2) {
  padding: 20px 30px;
  color: var(--rs-text-primary);
}
@media only screen and (max-width: 767px) {
  .checkout-place-total ul li:nth-child(2) {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-place-total ul li:nth-child(2) {
    padding: 10px 15px;
  }
}
.checkout-place-total .rs-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.checkout-place-total .rs-btn:hover {
  background: var(--rs-theme-secondary);
}
@media only screen and (max-width: 1199px) {
  .checkout-place-total .checkout-place-order-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-place-total .checkout-place-order-title {
    font-size: 26px;
  }
}

/*----------------------------------------*/
/*  TRIAXO — Interactive Services Console
/*----------------------------------------*/
.triaxo-services-section {
  background: var(--rs-bg-secondary);
  position: relative;
}
/* Light section heads — matches TrackAxo / About services intro */
.triaxo-section-head-light .section-subtitle,
.triaxo-section-head-light .section-title,
.triaxo-about-services-two .section-subtitle,
.triaxo-about-services-two .section-title,
.triaxo-about-services-two .section-desc {
  color: var(--rs-title-primary);
}
.triaxo-section-head-light .section-desc,
.triaxo-about-services-two .section-desc {
  color: var(--rs-text-secondary);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.triaxo-section-head-light .section-title,
.triaxo-about-services-two .section-title {
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.triaxo-services-console {
  --tx-svc-radius: 14px;
  --tx-svc-radius-sm: 10px;
  --tx-svc-border: 1px solid rgba(5, 44, 101, 0.10);
  --tx-svc-panel-bg: #ffffff;
  --tx-svc-panel-shadow: 0 24px 60px -28px rgba(5, 44, 101, 0.25), 0 2px 8px -2px rgba(5, 44, 101, 0.08);
  --tx-svc-grad: linear-gradient(135deg, rgba(0, 112, 166, 0.10) 0%, rgba(5, 44, 101, 0.05) 100%);
  position: relative;
}

/* Filters */
.triaxo-services-console__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.triaxo-services-console__filter {
  appearance: none;
  background: rgba(5, 44, 101, 0.04);
  border: 1px solid rgba(5, 44, 101, 0.10);
  color: var(--rs-title-primary);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.triaxo-services-console__filter:hover,
.triaxo-services-console__filter:focus-visible {
  border-color: var(--rs-theme-secondary);
  color: var(--rs-theme-secondary);
  outline: none;
}
.triaxo-services-console__filter.is-active {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}

/* Layout */
.triaxo-services-console__layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
@media only screen and (max-width: 1199px) {
  .triaxo-services-console__layout {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .triaxo-services-console__layout {
    display: none;
  }
}

/* List column */
.triaxo-services-console__list-col {
  position: sticky;
  top: 110px;
  align-self: start;
}
.triaxo-services-console__list {
  list-style: none;
  margin: 0;
  padding: 6px;
  border-radius: var(--tx-svc-radius);
  background: rgba(5, 44, 101, 0.03);
  border: var(--tx-svc-border);
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.triaxo-services-console__list::-webkit-scrollbar {
  width: 6px;
}
.triaxo-services-console__list::-webkit-scrollbar-thumb {
  background: rgba(5, 44, 101, 0.15);
  border-radius: 3px;
}

.triaxo-services-console__item {
  margin: 0;
}
.triaxo-services-console__item-btn {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 36px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border: 0;
  background: transparent;
  border-radius: var(--tx-svc-radius-sm);
  color: var(--rs-title-primary);
  text-align: left;
  font: inherit;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.triaxo-services-console__item-btn:hover,
.triaxo-services-console__item-btn:focus-visible {
  background: rgba(0, 112, 166, 0.08);
  outline: none;
}
.triaxo-services-console__item-btn:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 112, 166, 0.45);
}
.triaxo-services-console__item.is-active .triaxo-services-console__item-btn {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  box-shadow: 0 10px 24px -16px rgba(5, 44, 101, 0.55);
}
.triaxo-services-console__item.is-active .triaxo-services-console__item-btn:hover {
  background: var(--rs-theme-primary);
}
.triaxo-services-console__item-index {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(5, 44, 101, 0.6);
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 36px;
  border-radius: 8px;
  background: rgba(5, 44, 101, 0.06);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.triaxo-services-console__item.is-active .triaxo-services-console__item-index {
  background: rgba(255, 255, 255, 0.15);
  color: var(--rs-white);
}
.triaxo-services-console__item-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.triaxo-services-console__item-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(5, 44, 101, 0.35);
  transform: translateX(-4px);
  transition: transform 0.25s ease, color 0.25s ease;
}
.triaxo-services-console__item-btn:hover .triaxo-services-console__item-arrow {
  color: var(--rs-theme-secondary);
  transform: translateX(0);
}
.triaxo-services-console__item.is-active .triaxo-services-console__item-arrow {
  color: var(--rs-white);
  transform: translateX(0);
}

/* Panel column */
.triaxo-services-console__panel-col {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}
.triaxo-services-console__panel {
  background: var(--tx-svc-panel-bg);
  border-radius: var(--tx-svc-radius);
  border: var(--tx-svc-border);
  box-shadow: var(--tx-svc-panel-shadow);
  padding: 36px 36px 32px;
  position: relative;
  overflow: hidden;
  display: none;
  flex-direction: column;
  flex: 1 1 auto;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.triaxo-services-console__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tx-svc-grad);
  pointer-events: none;
  opacity: 0.6;
}
.triaxo-services-console__panel.is-active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 1199px) {
  .triaxo-services-console__panel {
    padding: 28px 24px;
  }
}

/* Panel head */
.triaxo-services-console__panel-head {
  position: relative;
  margin-bottom: 24px;
}
.triaxo-services-console__panel-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rs-theme-secondary);
  margin-bottom: 12px;
}
.triaxo-services-console__panel-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--rs-title-primary);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1199px) {
  .triaxo-services-console__panel-title {
    font-size: 26px;
  }
}
.triaxo-services-console__panel-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--rs-text-primary);
  max-width: 60ch;
  margin: 0;
}

/* Panel stats row */
.triaxo-services-console__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.triaxo-services-console__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(5, 44, 101, 0.04), rgba(5, 44, 101, 0.015));
  border: 1px solid rgba(5, 44, 101, 0.08);
}
.triaxo-services-console__stat-value {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--rs-theme-primary);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.triaxo-services-console__stat-label {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(5, 44, 101, 0.7);
}
@media only screen and (max-width: 575px) {
  .triaxo-services-console__stats {
    grid-template-columns: 1fr;
  }
}

/* Panel grid */
.triaxo-services-console__panel-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .triaxo-services-console__panel-grid {
    grid-template-columns: 1fr;
  }
}

/* Ideal for */
.triaxo-services-console__group--ideal {
  position: relative;
  margin-bottom: 20px;
}
.triaxo-services-console__ideal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}
.triaxo-services-console__ideal li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--rs-title-primary);
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(5, 44, 101, 0.035);
  border: 1px solid rgba(5, 44, 101, 0.06);
}
.triaxo-services-console__ideal-dot {
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--rs-theme-primary);
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .triaxo-services-console__ideal {
    grid-template-columns: 1fr;
  }
}

/* Engagement meta */
.triaxo-services-console__meta {
  position: relative;
  list-style: none;
  margin: 0 0 24px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 24px;
  border-radius: 14px;
  background: rgba(5, 44, 101, 0.04);
  border: 1px solid rgba(5, 44, 101, 0.07);
}
.triaxo-services-console__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.triaxo-services-console__meta-item + .triaxo-services-console__meta-item {
  position: relative;
  padding-left: 24px;
}
.triaxo-services-console__meta-item + .triaxo-services-console__meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(5, 44, 101, 0.1);
}
.triaxo-services-console__meta-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.6);
}
.triaxo-services-console__meta-value {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 767px) {
  .triaxo-services-console__meta {
    grid-template-columns: 1fr;
  }
  .triaxo-services-console__meta-item + .triaxo-services-console__meta-item {
    padding-left: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(5, 44, 101, 0.1);
  }
  .triaxo-services-console__meta-item + .triaxo-services-console__meta-item::before {
    display: none;
  }
}
.triaxo-services-console__group-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.7);
  margin: 0 0 10px;
}

/* Sub-services chips */
.triaxo-services-console__sub,
.triaxo-services-console__tech {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.triaxo-services-console__sub-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--rs-title-primary);
  background: rgba(0, 112, 166, 0.08);
  border: 1px solid rgba(0, 112, 166, 0.18);
  border-radius: 8px;
  line-height: 1.2;
}
.triaxo-services-console__tech-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--rs-title-primary);
  background: #ffffff;
  border: 1px solid rgba(5, 44, 101, 0.15);
  border-radius: 999px;
  line-height: 1.2;
}

/* Benefits */
.triaxo-services-console__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.triaxo-services-console__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--rs-text-primary);
}
.triaxo-services-console__benefit-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 112, 166, 0.25);
  color: var(--rs-theme-secondary);
  margin-top: 1px;
}

/* Process */
.triaxo-services-console__process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.triaxo-services-console__process li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 8px;
  background: rgba(5, 44, 101, 0.04);
  border: 1px solid rgba(5, 44, 101, 0.10);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--rs-title-primary);
}
.triaxo-services-console__process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* Panel CTA row */
.triaxo-services-console__panel-cta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  padding-top: 18px;
  margin-top: auto;
  border-top: 1px solid rgba(5, 44, 101, 0.08);
}

/* Mobile accordion */
.triaxo-services-console__accordion {
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .triaxo-services-console__accordion {
    display: flex;
  }
}
.triaxo-services-console__acc-item {
  background: #ffffff;
  border: var(--tx-svc-border);
  border-radius: var(--tx-svc-radius-sm);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.triaxo-services-console__acc-item.is-open {
  border-color: rgba(0, 112, 166, 0.35);
  box-shadow: 0 10px 24px -18px rgba(5, 44, 101, 0.35);
}
.triaxo-services-console__acc-trigger {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 16px 18px;
  color: var(--rs-title-primary);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.triaxo-services-console__acc-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.triaxo-services-console__acc-icon::before,
.triaxo-services-console__acc-icon::after {
  content: "";
  position: absolute;
  background: var(--rs-title-primary);
  top: 50%;
  left: 50%;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.triaxo-services-console__acc-icon::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.triaxo-services-console__acc-icon::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.triaxo-services-console__acc-item.is-open .triaxo-services-console__acc-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.triaxo-services-console__acc-body {
  padding: 0 18px 18px;
  display: grid;
  gap: 14px;
}
.triaxo-services-console__acc-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}

/* Dark variant — when console sits on the dark services section */
.rs-services-area .triaxo-services-console {
  --tx-svc-border: 1px solid rgba(255, 255, 255, 0.10);
  --tx-svc-panel-bg: rgba(255, 255, 255, 0.04);
  --tx-svc-panel-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.45), 0 2px 8px -2px rgba(0, 0, 0, 0.20);
  --tx-svc-grad: linear-gradient(135deg, rgba(0, 112, 166, 0.20) 0%, rgba(5, 44, 101, 0.10) 100%);
}
.rs-services-area .triaxo-services-console__filter {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.rs-services-area .triaxo-services-console__filter:hover,
.rs-services-area .triaxo-services-console__filter:focus-visible {
  color: var(--rs-white);
  border-color: var(--rs-theme-secondary);
}
.rs-services-area .triaxo-services-console__filter.is-active {
  background: var(--rs-theme-secondary);
  border-color: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__list {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
}
.rs-services-area .triaxo-services-console__item-btn {
  color: rgba(255, 255, 255, 0.85);
}
.rs-services-area .triaxo-services-console__item-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__item-index {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}
.rs-services-area .triaxo-services-console__item.is-active .triaxo-services-console__item-btn {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__item.is-active .triaxo-services-console__item-index {
  background: rgba(255, 255, 255, 0.18);
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__panel-title,
.rs-services-area .triaxo-services-console__group-title,
.rs-services-area .triaxo-services-console__sub-chip,
.rs-services-area .triaxo-services-console__tech-chip,
.rs-services-area .triaxo-services-console__process li {
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__panel-desc,
.rs-services-area .triaxo-services-console__benefits li {
  color: rgba(255, 255, 255, 0.78);
}
.rs-services-area .triaxo-services-console__sub-chip {
  background: rgba(0, 112, 166, 0.20);
  border-color: rgba(0, 112, 166, 0.35);
}
.rs-services-area .triaxo-services-console__tech-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
.rs-services-area .triaxo-services-console__process li {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.10);
}
.rs-services-area .triaxo-services-console__panel-cta {
  border-top-color: rgba(255, 255, 255, 0.10);
}
.rs-services-area .triaxo-services-console__stat {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.10);
}
.rs-services-area .triaxo-services-console__stat-value {
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__stat-label {
  color: rgba(255, 255, 255, 0.7);
}
.rs-services-area .triaxo-services-console__ideal li {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.85);
}
.rs-services-area .triaxo-services-console__ideal-dot {
  background: var(--rs-theme-secondary);
}
.rs-services-area .triaxo-services-console__meta {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
}
.rs-services-area .triaxo-services-console__meta-item + .triaxo-services-console__meta-item::before {
  background: rgba(255, 255, 255, 0.12);
}
.rs-services-area .triaxo-services-console__meta-label {
  color: rgba(255, 255, 255, 0.6);
}
.rs-services-area .triaxo-services-console__meta-value {
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__acc-item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
}
.rs-services-area .triaxo-services-console__acc-trigger,
.rs-services-area .triaxo-services-console__acc-desc {
  color: var(--rs-white);
}
.rs-services-area .triaxo-services-console__acc-icon::before,
.rs-services-area .triaxo-services-console__acc-icon::after {
  background: var(--rs-white);
}

/*----------------------------------------*/
/*  TRIAXO — Mega-menu polish (Phase 1)
/*----------------------------------------*/
.rs-mega-menu .mega-menu.mega-grid-two .title,
.rs-mega-menu .mega-menu.mega-grid .title {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--rs-white) !important;
}
.rs-mega-menu .mega-menu .triaxo-menu-desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--rs-text-primary);
  line-height: 1.45;
  margin-top: -4px;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.rs-mega-menu .mega-menu.mega-grid-two .triaxo-menu-desc {
  color: rgba(255, 255, 255, 0.55);
}

/* Triaxo — all dropdown panels match Services mega-menu (header gray) */
.rs-header-one .main-menu .mega-menu {
  background-color: var(--rs-bg-primary);
}
.rs-header-one .main-menu .mega-menu.mega-grid {
  padding: 30px;
}
.rs-header-one .main-menu .mega-grid .title {
  color: var(--rs-white) !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  pointer-events: auto;
}
.rs-header-one .main-menu .mega-grid li a {
  color: rgba(255, 255, 255, 0.65);
}
.rs-header-one .main-menu .mega-grid li a:hover,
.rs-header-one .main-menu .mega-menu:not(.mega-grid-two) li a:hover {
  color: var(--rs-theme-secondary);
}
.rs-header-one .main-menu .mega-grid-two li a:hover {
  color: var(--rs-theme-secondary);
}
.rs-header-one .main-menu .submenu,
.rs-header-one .main-menu .submenu ul {
  background-color: var(--rs-bg-primary);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.rs-header-one .main-menu .submenu li a {
  color: rgba(255, 255, 255, 0.65);
}
.rs-header-one .main-menu .submenu li:hover > a {
  color: var(--rs-theme-secondary);
}

/* Top-level items with dropdowns — open panel only, no page navigation */
.main-menu > ul > li.menu-item-has-children > a.menu-parent-trigger {
  cursor: pointer;
}
.rs-header-one .main-menu > ul > li.menu-item-has-children:hover > a.menu-parent-trigger {
  color: var(--rs-theme-secondary);
}

/* Triaxo — replace legacy template maroon hovers with brand navy / cyan */
.rs-services-one .rs-services-item:hover {
  background: var(--rs-theme-secondary);
}
.rs-services-one .rs-services-item.item-two {
  background: var(--rs-theme-primary);
}
.rs-services-one .rs-services-item.item-two:hover {
  background: var(--rs-theme-secondary);
}
.rs-services-one .rs-services-item:hover .rs-services-thumb {
  opacity: 0;
}
.triaxo-faq-category-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rs-theme-secondary);
  margin: 28px 0 12px;
  padding-top: 8px;
  border-top: 1px solid var(--rs-border-primary);
}
.triaxo-faq-category-title:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.triaxo-faq-jump-links a {
  color: var(--rs-theme-primary);
  font-weight: 500;
}
.triaxo-faq-jump-links a:hover {
  color: var(--rs-theme-secondary);
}
.triaxo-faq-page .triaxo-faq-wrapper--full {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin-inline: auto;
}
.triaxo-faq-page .rs-faq-thumb {
  display: none;
}

/* How we work — keep process graphic sharp (no cover crop / no GSAP transform blur) */
#how-we-work .triaxo-process-visual {
  visibility: visible;
  overflow: visible;
}
#how-we-work .triaxo-process-visual img {
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  transform: none !important;
}

.triaxo-menu-pill {
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 112, 166, 0.12);
  color: var(--rs-theme-secondary);
  border-radius: 999px;
  margin-inline-start: 8px;
}

/*----------------------------------------*/
/*  Industry page (industry.html)
/*----------------------------------------*/

.triaxo-page-hero .rs-breadcrumb-bg-thumb {
  position: absolute;
  background-position: center center;
  background-size: cover;
}
.triaxo-page-hero .rs-breadcrumb-bg-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(43, 57, 68, 0.88) 0%,
    rgba(5, 44, 101, 0.72) 55%,
    rgba(5, 44, 101, 0.45) 100%
  );
}

/* Legal pages (privacy, terms) */
.triaxo-legal-page .triaxo-legal-meta {
  font-size: 0.9rem;
  color: var(--rs-text-secondary);
}
.triaxo-legal-page .policy-wrapper {
  color: var(--rs-text-primary);
}
.triaxo-legal-page .policy-item + .policy-item {
  margin-top: 28px;
}
.triaxo-legal-page .policy-title {
  color: var(--rs-title-primary);
  margin-bottom: 12px;
}
.triaxo-legal-page .policy-item ul {
  margin-top: 10px;
  padding-left: 1.25rem;
}
.triaxo-legal-page .policy-item ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.triaxo-legal-page .policy-contact {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--rs-border-primary);
}

/* Sticky industry chip switcher */
.triaxo-industry-switcher {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--rs-white);
  border-bottom: 1px solid var(--rs-border-primary);
  padding: 14px 0;
}
.triaxo-industry-switcher__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.triaxo-industry-switcher__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.55);
  flex-shrink: 0;
}
.triaxo-industry-switcher__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  overflow-x: auto;
}
.triaxo-industry-switcher__list li {
  list-style: none;
}
.triaxo-industry-switcher__list a {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rs-title-primary);
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 999px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.triaxo-industry-switcher__list a:hover,
.triaxo-industry-switcher__list a:focus-visible {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
  border-color: var(--rs-theme-secondary);
  transform: translateY(-1px);
}

/* Per-industry section */
.triaxo-industry-section {
  --industry-accent: var(--rs-theme-secondary);
  --industry-accent-soft: rgba(5, 44, 101, 0.08);
  --industry-accent-strong: rgba(5, 44, 101, 0.18);
  background: var(--rs-white);
}
.triaxo-industry-section--alt {
  background: var(--rs-bg-primary);
  color: var(--rs-white);
}
.triaxo-industry-section--alt .triaxo-industry-block__head-text .section-title {
  color: var(--rs-white);
}
.triaxo-industry-section--alt .triaxo-industry-block__head-text .section-desc {
  color: rgba(255, 255, 255, 0.78);
}
.triaxo-industry-section--alt .triaxo-industry-services__label {
  color: rgba(255, 255, 255, 0.55);
}
.triaxo-industry-block--healthcare { --industry-accent: #10b981; --industry-accent-soft: rgba(16, 185, 129, 0.10); --industry-accent-strong: rgba(16, 185, 129, 0.22); }
.triaxo-industry-block--finance    { --industry-accent: #4f46e5; --industry-accent-soft: rgba(79, 70, 229, 0.10);  --industry-accent-strong: rgba(79, 70, 229, 0.22);  }
.triaxo-industry-block--logistics  { --industry-accent: #f59e0b; --industry-accent-soft: rgba(245, 158, 11, 0.12); --industry-accent-strong: rgba(245, 158, 11, 0.24); }
.triaxo-industry-block--saas       { --industry-accent: #7c3aed; --industry-accent-soft: rgba(124, 58, 237, 0.10); --industry-accent-strong: rgba(124, 58, 237, 0.22); }
.triaxo-industry-block--retail     { --industry-accent: #e11d48; --industry-accent-soft: rgba(225, 29, 72, 0.10);  --industry-accent-strong: rgba(225, 29, 72, 0.22);  }
.triaxo-industry-block--education  { --industry-accent: #06b6d4; --industry-accent-soft: rgba(6, 182, 212, 0.10);  --industry-accent-strong: rgba(6, 182, 212, 0.22);  }
.triaxo-industry-block--public     { --industry-accent: #475569; --industry-accent-soft: rgba(71, 85, 105, 0.10);  --industry-accent-strong: rgba(71, 85, 105, 0.22);  }

.triaxo-industry-block {
  scroll-margin-top: 110px;
}
.triaxo-industry-block__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
.triaxo-industry-block__head-text .section-subtitle {
  color: var(--industry-accent);
}
.triaxo-industry-block__head-text .section-title {
  margin-top: 8px;
  margin-bottom: 14px;
}
.triaxo-industry-block__head-text .section-desc {
  max-width: 720px;
  margin-bottom: 0;
}
.triaxo-industry-block__head-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--industry-accent-soft);
  color: var(--industry-accent);
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .triaxo-industry-block__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .triaxo-industry-block__head-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }
  .triaxo-industry-block__head-icon svg {
    width: 30px;
    height: 30px;
  }
}

.triaxo-industry-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .triaxo-industry-block__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.triaxo-industry-card {
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 14px;
  padding: 28px 28px 24px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.triaxo-industry-section--alt .triaxo-industry-card {
  background: var(--rs-white);
}
.triaxo-industry-card:hover {
  border-color: var(--industry-accent-strong);
  box-shadow: 0 14px 30px -22px var(--industry-accent-strong);
  transform: translateY(-2px);
}
.triaxo-industry-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--rs-title-primary);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--rs-border-primary);
}

.triaxo-industry-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.triaxo-industry-list li {
  position: relative;
  padding-inline-start: 26px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}
.triaxo-industry-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--industry-accent-strong);
}
.triaxo-industry-list--check li::before {
  width: 14px;
  height: 14px;
  top: 6px;
  border-radius: 4px;
  background: var(--industry-accent);
  background-image: linear-gradient(135deg, var(--industry-accent) 0%, var(--industry-accent) 100%);
}
.triaxo-industry-list--check li::after {
  content: "";
  position: absolute;
  inset-inline-start: 3px;
  top: 9px;
  width: 8px;
  height: 4px;
  border-inline-start: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* Services chips strip */
.triaxo-industry-block__services {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.triaxo-industry-services__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.55);
  flex-shrink: 0;
}
.triaxo-industry-services__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.triaxo-industry-chip {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rs-title-primary);
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.triaxo-industry-chip:hover,
.triaxo-industry-chip:focus-visible {
  background: var(--industry-accent);
  color: #fff;
  border-color: var(--industry-accent);
  transform: translateY(-1px);
}

/* Quote */
.triaxo-industry-quote {
  position: relative;
  margin: 0 0 32px;
  padding: 26px 30px;
  border-radius: 14px;
  background: var(--industry-accent-soft);
  border-inline-start: 4px solid var(--industry-accent);
}
.triaxo-industry-quote p {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--rs-title-primary);
  font-weight: 500;
}
.triaxo-industry-quote cite {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(5, 44, 101, 0.7);
}

.triaxo-industry-block__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* By business need */
.triaxo-industry-needs {
  background: var(--rs-bg-secondary);
}
.triaxo-industry-needs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .triaxo-industry-needs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-industry-needs__grid {
    grid-template-columns: 1fr;
  }
}
.triaxo-industry-need {
  display: block;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 14px;
  padding: 26px 24px;
  color: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.triaxo-industry-need:hover,
.triaxo-industry-need:focus-visible {
  border-color: var(--rs-theme-secondary);
  box-shadow: 0 14px 30px -22px rgba(5, 44, 101, 0.25);
  transform: translateY(-3px);
}
.triaxo-industry-need__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(5, 44, 101, 0.10);
  color: var(--rs-theme-secondary);
  margin-bottom: 16px;
}
.triaxo-industry-need h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--rs-title-primary);
  margin: 0 0 8px;
}
.triaxo-industry-need p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--rs-text-primary);
  margin: 0;
}

/* Why Triaxo (dark) */
.triaxo-industry-why {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.triaxo-industry-why .section-title.is-white,
.triaxo-industry-why .section-subtitle.is-white,
.triaxo-industry-why .section-desc.is-white {
  color: var(--rs-white);
}
.triaxo-industry-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media only screen and (max-width: 1199px) {
  .triaxo-industry-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-industry-why__grid {
    grid-template-columns: 1fr;
  }
}
.triaxo-industry-why__tile {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 24px 22px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.triaxo-industry-why__tile:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
}
.triaxo-industry-why__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  color: var(--rs-white);
  margin-bottom: 16px;
}
.triaxo-industry-why__tile h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--rs-white);
  margin: 0 0 8px;
}
.triaxo-industry-why__tile p {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.triaxo-industry-why__tile--stat {
  display: flex;
  flex-direction: column;
  min-height: 168px;
}
.triaxo-industry-why__tile--stat p {
  margin-top: auto;
}
.triaxo-industry-why__stat {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 14px;
}
.triaxo-industry-why__stat-number {
  font-size: clamp(40px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--rs-white);
  font-variant-numeric: tabular-nums;
}
.triaxo-industry-why__stat-suffix {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}
.triaxo-about-why-stand-for .section-desc.is-white {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* About — What we deliver → services cards (no white gap between sections) */
.triaxo-about-what-we-deliver.rs-services-one {
  margin-bottom: 0;
  padding-bottom: 100px;
  background: var(--rs-bg-primary);
}
.triaxo-about-what-we-deliver .rs-services-wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .triaxo-about-what-we-deliver.rs-services-one {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .triaxo-about-what-we-deliver.rs-services-one {
    padding-bottom: 60px;
  }
}
.triaxo-about-services-two {
  margin-top: 0;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .triaxo-about-services-two {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .triaxo-about-services-two {
    padding-top: 60px;
  }
}

/* About — services cards (rs-services-two layout, light theme) */
.triaxo-about-services-two {
  background: var(--rs-bg-secondary);
  position: relative;
}
.triaxo-about-services-two .rs-services-shape {
  opacity: 0.35;
}
.triaxo-about-services-two .rs-services-item {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
}
.triaxo-about-services-two .rs-services-item:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.triaxo-about-services-two .rs-services-title,
.triaxo-about-services-two .rs-services-title a {
  color: var(--rs-theme-primary);
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-title,
.triaxo-about-services-two .rs-services-item:hover .rs-services-title a {
  color: var(--rs-white);
}
.triaxo-about-services-two .rs-services-desc {
  color: var(--rs-text-secondary);
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-desc {
  color: rgba(255, 255, 255, 0.92);
}
.triaxo-about-services-two .rs-services-list-title {
  color: var(--rs-title-primary);
  border-bottom-color: var(--rs-border-primary);
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-list-title {
  color: var(--rs-white);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.triaxo-about-services-two .rs-services-list-item p {
  color: var(--rs-text-primary);
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-list-item p {
  color: var(--rs-white);
}
.triaxo-about-services-two .rs-services-list-icon {
  border-color: var(--rs-border-primary);
  background: var(--rs-bg-secondary);
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-list-icon {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}
.triaxo-about-services-two .rs-services-list-icon svg path {
  fill: var(--rs-theme-primary);
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-list-icon svg path {
  fill: var(--rs-white);
}
.triaxo-about-services-two .rs-services-thumb {
  aspect-ratio: 750 / 356;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #052c65 0%, #0a4a8f 55%, #0070a6 100%);
}
.triaxo-about-services-two .rs-services-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.triaxo-about-services-two .rs-services-item:hover .rs-services-thumb img {
  transform: none;
}

/* Final CTA */
.triaxo-industry-cta-final__inner {
  background: linear-gradient(135deg, var(--rs-bg-secondary) 0%, #ffffff 100%);
  border: 1px solid var(--rs-border-primary);
  border-radius: 18px;
  padding: 50px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .triaxo-industry-cta-final__inner {
    grid-template-columns: 1fr;
    padding: 40px 36px;
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-industry-cta-final__inner {
    padding: 32px 24px;
  }
}
.triaxo-industry-cta-final__copy .section-title {
  margin-top: 8px;
  margin-bottom: 12px;
}
.triaxo-industry-cta-final__copy .section-desc {
  max-width: 560px;
  margin: 0;
}
.triaxo-industry-cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-self: end;
}
@media only screen and (max-width: 991px) {
  .triaxo-industry-cta-final__actions {
    justify-self: start;
  }
}

/*----------------------------------------*/
/*  Mission / Vision / History (mission-vision-history.html)
/*----------------------------------------*/
.triaxo-mvh-mission .section-desc,
.triaxo-mvh-vision .section-desc {
  max-width: 640px;
}
.triaxo-mvh-mission__bullets {
  margin-top: 22px;
}
.triaxo-mvh-delivery__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 8px;
}
.triaxo-mvh-delivery__title {
  font-size: 17px;
  font-weight: var(--rs-fw-sbold);
  color: var(--rs-title-primary);
  margin: 0 0 6px;
}
.triaxo-mvh-delivery__desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-primary);
  margin: 0;
}
.triaxo-mvh-delivery .rs-progress-wrapper {
  display: none;
}
.triaxo-mvh-history__intro {
  margin-bottom: 8px;
}
.triaxo-mvh-pillars {
  gap: 20px;
}
.triaxo-mvh-pillar__title {
  font-size: 18px;
  font-weight: var(--rs-fw-sbold);
  color: var(--rs-title-primary);
  margin: 0 0 6px;
  line-height: 1.3;
}
.triaxo-mvh-pillar__desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-primary);
  margin: 0;
}
.triaxo-mvh-pillars .triaxo-about-intro__bullet {
  align-items: flex-start;
}

/*----------------------------------------*/
/*  About page (about.html)
/*----------------------------------------*/

/* Global reach — matches Who we are typography (section-title / section-desc) */
.triaxo-about-global {
  background: var(--rs-white);
}
.triaxo-about-global__headline-accent {
  color: var(--rs-theme-secondary);
}
.triaxo-about-global__body {
  margin-top: 0;
  --bs-gutter-x: 1.75rem;
}
.triaxo-about-global__copy {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: none;
  height: 100%;
  justify-content: center;
  padding-right: 0;
}
.triaxo-about-global__block .section-desc {
  margin-bottom: 0;
}
.triaxo-about-global__bullets {
  margin-top: 22px;
}
.triaxo-about-global__block .section-desc strong {
  color: var(--rs-title-primary);
  font-weight: var(--rs-fw-sbold);
}
.triaxo-about-global__visual {
  position: relative;
  height: 100%;
  border-radius: 16px;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-white);
  overflow: hidden;
  box-shadow: 0 20px 50px -30px rgba(5, 44, 101, 0.2);
}
.triaxo-about-global__map {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.triaxo-about-global__visual-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
.triaxo-about-global__visual-caption strong {
  display: block;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--rs-title-primary);
  margin-bottom: 4px;
}
.triaxo-about-global__visual-caption span {
  display: block;
  font-size: 15px;
  color: var(--rs-text-secondary);
}
@media only screen and (max-width: 991px) {
  .triaxo-about-global__visual {
    margin-top: 8px;
  }
}

.triaxo-about-intro__bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.triaxo-about-intro__bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.triaxo-about-intro__check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 112, 166, 0.12);
  color: var(--rs-theme-secondary);
}
.triaxo-about-intro__bullet p {
  margin: 4px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}
.triaxo-about-intro__media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-bg-secondary);
}
.triaxo-about-intro__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* About — expertise stats (What we stand for) */
.triaxo-about-expertise {
  position: relative;
  overflow: hidden;
  background: var(--rs-bg-secondary);
}
.triaxo-about-expertise__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(0, 112, 166, 0.12), transparent 58%),
    radial-gradient(ellipse 60% 50% at 88% 82%, rgba(5, 44, 101, 0.1), transparent 55%);
}
.triaxo-about-expertise .container {
  position: relative;
  z-index: 1;
}
.triaxo-about-expertise__lead {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  color: var(--rs-text-secondary);
}
.triaxo-about-expertise__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media only screen and (max-width: 1199px) {
  .triaxo-about-expertise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-about-expertise__grid {
    grid-template-columns: 1fr;
  }
}
.triaxo-about-expertise__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 28px 26px 26px;
  border-radius: 16px;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-white);
  box-shadow: 0 10px 36px rgba(5, 44, 101, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.triaxo-about-expertise__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 112, 166, 0.35);
  box-shadow: 0 18px 48px rgba(5, 44, 101, 0.12);
}
.triaxo-about-expertise__card--featured {
  background: linear-gradient(145deg, #052c65 0%, #0a4a8f 48%, #0070a6 100%);
  border-color: transparent;
  color: var(--rs-white);
}
.triaxo-about-expertise__card--featured:hover {
  border-color: transparent;
  box-shadow: 0 22px 52px rgba(5, 44, 101, 0.28);
}
.triaxo-about-expertise__card--featured .triaxo-about-expertise__label {
  color: rgba(255, 255, 255, 0.88);
}
.triaxo-about-expertise__card--featured .triaxo-about-expertise__number,
.triaxo-about-expertise__card--featured .triaxo-about-expertise__suffix {
  color: var(--rs-white);
  -webkit-text-fill-color: var(--rs-white);
}
.triaxo-about-expertise__card-accent {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--rs-theme-primary), var(--rs-theme-secondary));
  opacity: 0;
}
.triaxo-about-expertise__card:not(.triaxo-about-expertise__card--featured) .triaxo-about-expertise__card-accent {
  opacity: 1;
}
.triaxo-about-expertise__value {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 14px;
}
.triaxo-about-expertise__number {
  font-size: clamp(42px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--rs-theme-primary);
  font-variant-numeric: tabular-nums;
}
.triaxo-about-expertise__suffix {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1;
  color: var(--rs-theme-secondary);
}
.triaxo-about-expertise__label {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-secondary);
}

.triaxo-about-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .triaxo-about-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-about-process__grid {
    grid-template-columns: 1fr;
  }
}
.triaxo-about-step {
  border: 1px solid var(--rs-border-primary);
  border-radius: 14px;
  padding: 26px 22px;
  background: var(--rs-white);
}
.triaxo-about-step__num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--rs-theme-secondary);
  margin-bottom: 12px;
}
.triaxo-about-step h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.triaxo-about-step p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: var(--rs-text-secondary);
}

.triaxo-about-stats .rs-counter-wrapper {
  justify-content: space-between;
  gap: 20px;
}
.triaxo-about-stats .rs-counter-item {
  flex: 1;
  min-width: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .triaxo-about-stats .rs-counter-wrapper {
    flex-wrap: wrap;
  }
  .triaxo-about-stats .rs-counter-item {
    flex: 1 1 45%;
  }
}

/*----------------------------------------*/
/*  Services page (services.html)
/*----------------------------------------*/

/* Sticky services category switcher — reuses industry switcher pattern */
.triaxo-services-switcher {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--rs-white);
  border-bottom: 1px solid var(--rs-border-primary);
  padding: 14px 0;
}
.triaxo-services-switcher__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.triaxo-services-switcher__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.55);
  flex-shrink: 0;
}
.triaxo-services-switcher__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  overflow-x: auto;
}
.triaxo-services-switcher__list li {
  list-style: none;
}
.triaxo-services-switcher__list a {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rs-title-primary);
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 999px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.triaxo-services-switcher__list a:hover,
.triaxo-services-switcher__list a:focus-visible {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
  border-color: var(--rs-theme-secondary);
  transform: translateY(-1px);
}

/* Per-category section */
.triaxo-services-cat-section {
  --service-accent: var(--rs-theme-secondary);
  --service-accent-soft: rgba(5, 44, 101, 0.08);
  --service-accent-strong: rgba(5, 44, 101, 0.20);
  background: var(--rs-white);
  scroll-margin-top: 80px;
}
.triaxo-services-cat-section--alt {
  background: var(--rs-bg-secondary);
}
.triaxo-services-cat--ai      { --service-accent: #7c3aed; --service-accent-soft: rgba(124, 58, 237, 0.10); --service-accent-strong: rgba(124, 58, 237, 0.22); }
.triaxo-services-cat--dev     { --service-accent: #0070a6; --service-accent-soft: rgba(0, 112, 166, 0.10);  --service-accent-strong: rgba(0, 112, 166, 0.22);  }
.triaxo-services-cat--product { --service-accent: #e11d48; --service-accent-soft: rgba(225, 29, 72, 0.10);  --service-accent-strong: rgba(225, 29, 72, 0.22);  }
.triaxo-services-cat--cloud   { --service-accent: #06b6d4; --service-accent-soft: rgba(6, 182, 212, 0.10);  --service-accent-strong: rgba(6, 182, 212, 0.22);  }

.triaxo-services-cat__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
.triaxo-services-cat__head-text .section-subtitle {
  color: var(--service-accent);
}
.triaxo-services-cat__head-text .section-title {
  margin-top: 8px;
  margin-bottom: 14px;
}
.triaxo-services-cat__head-text .section-desc {
  max-width: 720px;
  margin-bottom: 0;
}
.triaxo-services-cat__head-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--service-accent-soft);
  color: var(--service-accent);
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .triaxo-services-cat__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .triaxo-services-cat__head-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }
  .triaxo-services-cat__head-icon svg {
    width: 30px;
    height: 30px;
  }
}

.triaxo-services-cat__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .triaxo-services-cat__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Service card */
.triaxo-service-card {
  position: relative;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 14px;
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  scroll-margin-top: 100px;
}
.triaxo-services-cat-section--alt .triaxo-service-card {
  background: var(--rs-white);
}
.triaxo-service-card:hover {
  border-color: var(--service-accent-strong);
  box-shadow: 0 18px 32px -24px var(--service-accent-strong);
  transform: translateY(-3px);
}
.triaxo-service-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.triaxo-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--service-accent-soft);
  color: var(--service-accent);
  flex-shrink: 0;
}
.triaxo-service-card__title {
  font-size: 19px;
  font-weight: 700;
  color: var(--rs-title-primary);
  margin: 0;
  line-height: 1.3;
}
.triaxo-service-card__desc {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--rs-text-primary);
}
.triaxo-service-card__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.triaxo-service-card__list li {
  position: relative;
  padding-inline-start: 22px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}
.triaxo-service-card__list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: var(--service-accent);
}
.triaxo-service-card__list li::after {
  content: "";
  position: absolute;
  inset-inline-start: 2.5px;
  top: 8.5px;
  width: 7px;
  height: 3.5px;
  border-inline-start: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.triaxo-service-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--service-accent);
  text-transform: uppercase;
  align-self: flex-start;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.triaxo-service-card__cta svg {
  transition: transform 0.2s ease;
}
.triaxo-service-card__cta:hover,
.triaxo-service-card__cta:focus-visible {
  color: var(--service-accent);
  border-bottom-color: var(--service-accent);
}
.triaxo-service-card__cta:hover svg,
.triaxo-service-card__cta:focus-visible svg {
  transform: translateX(3px);
}
.triaxo-service-card__cta-row {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}

/* How we engage — engagement model cards */
.triaxo-services-engage {
  background: var(--rs-bg-secondary);
  scroll-margin-top: 80px;
}
.triaxo-services-engage__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media only screen and (max-width: 1199px) {
  .triaxo-services-engage__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-services-engage__grid {
    grid-template-columns: 1fr;
  }
}
.triaxo-services-engage__card {
  position: relative;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 14px;
  padding: 28px 24px 24px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.triaxo-services-engage__card:hover {
  border-color: var(--rs-theme-secondary);
  box-shadow: 0 18px 32px -24px rgba(5, 44, 101, 0.25);
  transform: translateY(-3px);
}
.triaxo-services-engage__card--featured {
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 112, 166, 0.04) 100%);
  border-color: rgba(0, 112, 166, 0.25);
  box-shadow: 0 18px 32px -28px rgba(0, 112, 166, 0.4);
}
.triaxo-services-engage__card--featured::after {
  content: "Most popular";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--rs-white);
  background: var(--rs-theme-secondary);
  border-radius: 999px;
}
.triaxo-services-engage__step {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(5, 44, 101, 0.5);
  margin-bottom: 14px;
}
.triaxo-services-engage__card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--rs-title-primary);
  margin: 0 0 6px;
}
.triaxo-services-engage__meta {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--rs-theme-secondary);
  margin: 0 0 12px;
}
.triaxo-services-engage__card p:not(.triaxo-services-engage__meta) {
  font-size: 14px;
  line-height: 1.6;
  color: var(--rs-text-primary);
  margin: 0 0 14px;
}
.triaxo-services-engage__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.triaxo-services-engage__card ul li {
  position: relative;
  padding-inline-start: 18px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--rs-text-primary);
}
.triaxo-services-engage__card ul li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
}

/* ===== Service detail pages (e.g. service-ai-ml-transformation.html) ===== */

.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form {
  margin-top: 0;
  margin-block: 15px;
  align-self: center;
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-content-wrapper {
  grid-template-columns: 1fr minmax(0, 580px);
  gap: 30px 80px;
  padding-block: 15px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-content-wrapper {
    grid-template-columns: 1fr minmax(0, 500px);
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-content-wrapper {
    grid-template-columns: 1fr minmax(0, 460px);
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-content-wrapper {
    grid-template-columns: 1fr minmax(0, 400px);
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-content-wrapper {
    grid-template-columns: 1fr;
    padding-block: 15px;
  }
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-form {
    margin-block: 15px;
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
  }
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-content {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-content-wrapper {
    align-items: center;
  }
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .rs-contact-left {
  border-radius: 6px;
  overflow: hidden;
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .section-title-wrapper {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
  border-radius: 0;
}
[dir=rtl] .rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .section-title-wrapper {
  border-radius: 0;
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .section-title {
  font-size: 32px;
  line-height: 1.2;
}
@media only screen and (max-width: 1366px) {
  .rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .section-title {
    font-size: 28px;
  }
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .rs-section-desc {
  font-size: 15px;
  line-height: 1.5;
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .rs-contact-form {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
}
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .rs-contact-input input,
.rs-banner-four.rs-banner-four--no-thumb .rs-banner-form .rs-contact-input .nice-select {
  height: 48px;
}
.rs-banner-four .rs-breadcrumb-menu {
  margin-bottom: 18px;
}
.rs-banner-four .rs-breadcrumb-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.rs-banner-four .rs-breadcrumb-menu ul > svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.rs-banner-four .rs-breadcrumb-menu ul li {
  list-style: none;
}
.rs-banner-four .rs-breadcrumb-menu ul li:last-child span {
  color: var(--rs-white);
}
.rs-banner-four .rs-breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.rs-banner-four .rs-breadcrumb-menu ul li a:hover {
  color: var(--rs-theme-primary);
}

/* AI/ML service — technology stack (tabbed logo carousel) */
.triaxo-tech-stack-section .section-desc {
  max-width: 720px;
  margin-inline: auto;
}
.triaxo-tech-stack-section--dark {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rs-bg-dark-blue);
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack-section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.triaxo-tech-stack-section--dark .section-desc.is-white {
  color: rgba(255, 255, 255, 0.88);
}
.triaxo-tech-stack__tabs {
  margin-bottom: 0;
  display: block;
}
.triaxo-tech-stack__tabs .nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 28px;
  border-bottom: 1px solid rgba(5, 44, 101, 0.12);
  padding-bottom: 0;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__tabs .nav {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.triaxo-tech-stack__tabs .nav-link {
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--rs-title-primary);
  font-weight: 500;
  font-size: 15px;
  padding: 14px 2px 16px;
  position: relative;
  white-space: nowrap;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__tabs .nav-link {
  color: rgba(255, 255, 255, 0.72);
}
.triaxo-tech-stack__tabs .nav-link:hover {
  color: var(--rs-theme-secondary);
  background: transparent;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__tabs .nav-link:hover {
  color: var(--rs-white);
  background: transparent;
}
.triaxo-tech-stack__tabs .nav-link.active {
  color: var(--rs-theme-secondary);
  background: transparent;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__tabs .nav-link.active {
  color: var(--rs-white);
  background: transparent;
}
.triaxo-tech-stack__tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--rs-theme-secondary);
  border-radius: 3px 3px 0 0;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__tabs .nav-link.active::after {
  background: var(--rs-white);
}
.triaxo-tech-stack__panels {
  padding-top: 36px;
}
.triaxo-tech-stack__slider {
  position: relative;
  padding: 0 56px;
}
@media only screen and (max-width: 767px) {
  .triaxo-tech-stack__slider {
    padding: 0 44px;
  }
}
.triaxo-tech-stack__nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.triaxo-tech-stack__nav .rs-swiper-btn {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(5, 44, 101, 0.15);
  background: var(--rs-white);
  color: var(--rs-theme-secondary);
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.triaxo-tech-stack__nav .rs-swiper-btn:hover {
  background: var(--rs-theme-secondary);
  border-color: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.triaxo-tech-stack__nav .swiper-button-prev {
  inset-inline-start: 0;
}
.triaxo-tech-stack__nav .swiper-button-next {
  inset-inline-end: 0;
}
.triaxo-tech-stack__slider .rs-brand-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
}
.triaxo-tech-stack__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: transform 0.25s ease;
}
.triaxo-tech-stack-section--dark .rs-brand-item:hover .triaxo-tech-stack__tile {
  transform: translateY(-3px);
}
.triaxo-tech-stack__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  flex-shrink: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__logo-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
  max-width: 112px;
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__nav .rs-swiper-btn {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--rs-white);
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__nav .rs-swiper-btn:hover {
  background: var(--rs-white);
  border-color: var(--rs-white);
  color: var(--rs-theme-secondary);
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__logo {
  width: 100px;
  height: 100px;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(5, 44, 101, 0.2);
}
.triaxo-tech-stack-section--dark .rs-brand-item:hover .triaxo-tech-stack__logo {
  background: var(--rs-white);
  border-color: rgba(0, 112, 166, 0.35);
  box-shadow: 0 12px 30px rgba(5, 44, 101, 0.26);
}
.triaxo-tech-stack-section--dark .triaxo-tech-stack__logo-img {
  display: block;
  width: 80px;
  height: 80px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 0.25s ease;
}
.triaxo-tech-stack-section--dark .rs-brand-item:hover .triaxo-tech-stack__logo-img {
  transform: scale(1.56);
}
@media only screen and (max-width: 575px) {
  .triaxo-tech-stack__tabs .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .triaxo-tech-stack-section--dark .triaxo-tech-stack__logo {
    width: 92px;
    height: 92px;
    padding: 8px;
    border-radius: 12px;
  }
  .triaxo-tech-stack-section--dark .triaxo-tech-stack__logo-img {
    width: 74px;
    height: 74px;
    transform: scale(1.45);
  }
  .triaxo-tech-stack-section--dark .triaxo-tech-stack__logo-label {
    font-size: 12px;
    max-width: 96px;
  }
}

.rs-feature-three.triaxo-industry-feature-grid .rs-feature-thumb.triaxo-industry-feature-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rs-feature-three.triaxo-industry-feature-grid .triaxo-industry-feature-icon svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:hover .triaxo-industry-feature-icon {
  transform: scale(1.05);
  transition: transform 0.35s ease;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:hover .triaxo-industry-feature-icon svg {
  transform: none;
}
.triaxo-industry-feature-icon--healthcare { background: rgba(16, 185, 129, 0.14); color: #10b981; }
.triaxo-industry-feature-icon--finance { background: rgba(79, 70, 229, 0.14); color: #4f46e5; }
.triaxo-industry-feature-icon--logistics { background: rgba(245, 158, 11, 0.16); color: #d97706; }
.triaxo-industry-feature-icon--saas { background: rgba(124, 58, 237, 0.14); color: #7c3aed; }
.triaxo-industry-feature-icon--retail { background: rgba(225, 29, 72, 0.14); color: #e11d48; }
.triaxo-industry-feature-icon--education { background: rgba(6, 182, 212, 0.14); color: #06b6d4; }
.triaxo-industry-feature-icon--public { background: rgba(71, 85, 105, 0.14); color: #475569; }
.triaxo-industry-feature-icon--manufacturing { background: rgba(13, 148, 136, 0.14); color: #0d9488; }

.rs-feature-three.triaxo-industry-feature-grid .rs-feature-info {
  align-items: flex-start;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-text {
  flex: 1;
  min-width: 0;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item .section-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.55;
  max-width: 520px;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item {
  align-items: flex-start;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-btn {
  padding-top: 4px;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(5),
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(6) {
  margin-bottom: 15px;
}
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(7),
.rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(8) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(6) {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rs-border-primary);
  }
  .rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(7) {
    border-top: 1px solid var(--rs-border-primary);
    padding-top: 15px;
  }
  .rs-feature-three.triaxo-industry-feature-grid .rs-feature-item:nth-child(8) {
    margin-bottom: 0;
    padding-top: 15px;
  }
}

/* How we deliver — process diagram (AI/ML service page) */
#how-we-deliver.rs-working-five .triaxo-how-we-deliver-visual.rs-working-thumb-wrapper {
  margin-bottom: 0;
  align-self: center;
}
#how-we-deliver.rs-working-five .triaxo-how-we-deliver-visual .rs-working-thumb {
  background: transparent;
}
#how-we-deliver.rs-working-five .triaxo-how-we-deliver-visual .rs-working-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Process we follow — white section between portfolio & FAQ (AI/ML service page) */
.triaxo-ai-process {
  background: var(--rs-white);
}
.triaxo-ai-process .section-desc {
  max-width: 640px;
  margin-inline: auto;
}
.triaxo-ai-process .rs-working-item {
  padding: 0 0 22px;
  background: var(--rs-white);
  border: 1px solid rgba(5, 44, 101, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(5, 44, 101, 0.06);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.triaxo-ai-process .rs-working-item:hover {
  border-color: rgba(0, 112, 166, 0.22);
  box-shadow: 0 10px 36px rgba(5, 44, 101, 0.1);
}
.triaxo-ai-process .rs-working-thumb,
.triaxo-ai-process .rs-working-thumb.has-radius {
  border-radius: 0;
  overflow: hidden;
  background: var(--rs-bg-secondary);
}
.triaxo-ai-process .rs-working-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  padding: 20px 16px 12px;
  border-radius: 0;
  transform: none;
  transition: none;
}
.triaxo-ai-process .rs-working-item:hover .rs-working-thumb img {
  transform: none;
}
.triaxo-ai-process .rs-working-number {
  width: 48px;
  height: 48px;
  min-width: 48px;
  font-size: 16px;
  margin: 14px auto 10px;
  border: 2px solid rgba(5, 44, 101, 0.08);
  box-shadow: 0 2px 8px rgba(5, 44, 101, 0.06);
}
.triaxo-ai-process .rs-working-title {
  margin-bottom: 8px;
  padding-inline: 18px;
  font-size: 18px;
}
.triaxo-ai-process .rs-working-desc {
  padding-inline: 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}
@media only screen and (max-width: 767px) {
  .triaxo-ai-process .rs-working-item {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .triaxo-ai-process .rs-working-item {
    border-radius: 16px;
  }
}

.triaxo-service-detail-nav {
  scroll-margin-top: 90px;
}

.triaxo-service-detail-hero-wrap {
  scroll-margin-top: 100px;
}

.triaxo-service-detail-placeholder {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px dashed rgba(5, 44, 101, 0.35);
  background: linear-gradient(145deg, #f1f3f5 0%, #e9ecef 100%);
  min-height: 280px;
}
.triaxo-service-detail-placeholder__inner {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 28px;
}
.triaxo-service-detail-placeholder__inner--sm {
  min-height: 200px;
  padding: 28px 20px;
}
.triaxo-service-detail-placeholder__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.55);
  margin-bottom: 10px;
}
.triaxo-service-detail-placeholder__hint {
  max-width: 520px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}

.triaxo-service-detail-thumb-placeholder {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px dashed rgba(5, 44, 101, 0.35);
  background: linear-gradient(145deg, #f1f3f5 0%, #e9ecef 100%);
}

.triaxo-service-detail-checklist {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.triaxo-service-detail-checklist li {
  position: relative;
  padding-inline-start: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}
.triaxo-service-detail-checklist li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--rs-theme-secondary);
}

.triaxo-service-detail-outcomes .rs-counter-title {
  display: block;
  max-width: 220px;
  margin-inline: auto;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.triaxo-service-detail-process .section-title-space {
  margin-bottom: 0;
}
.triaxo-service-detail-step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
}
.triaxo-service-detail-step__num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}
.triaxo-service-detail-step__title {
  font-size: 19px;
  font-weight: 700;
  color: var(--rs-white);
  margin: 0 0 10px;
}
.triaxo-service-detail-step__desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.triaxo-service-detail-bullets.is-white {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.triaxo-service-detail-bullets.is-white li {
  position: relative;
  padding-inline-start: 20px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.triaxo-service-detail-bullets.is-white li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.triaxo-service-detail-stack-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px 26px;
}
.triaxo-service-detail-stack-card__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--rs-white);
  margin: 0 0 18px;
}
.triaxo-service-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.triaxo-service-detail-chip {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--rs-white);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.triaxo-service-detail-stack-card__note {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.triaxo-service-detail-table-wrap {
  border-radius: 12px;
  overflow: hidden;
}
.triaxo-service-detail-table {
  margin: 0;
  font-size: 14.5px;
}
.triaxo-service-detail-table thead th {
  background: var(--rs-bg-secondary);
  font-weight: 700;
  color: var(--rs-title-primary);
  vertical-align: middle;
}
.triaxo-service-detail-table td {
  vertical-align: top;
  color: var(--rs-text-primary);
}

.triaxo-service-detail-industry-card {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 26px 24px;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.triaxo-service-detail-industry-card:hover,
.triaxo-service-detail-industry-card:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
}
.triaxo-service-detail-industry-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--rs-white);
  margin: 0 0 10px;
}
.triaxo-service-detail-industry-card p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 14px;
}
.triaxo-service-detail-industry-card__link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rs-white);
}

.triaxo-service-detail-related {
  display: block;
  height: 100%;
  border: 1px solid var(--rs-border-primary);
  border-radius: 14px;
  padding: 24px 22px;
  background: var(--rs-white);
  color: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.triaxo-service-detail-related:hover,
.triaxo-service-detail-related:focus-visible {
  border-color: var(--rs-theme-secondary);
  box-shadow: 0 14px 28px -22px rgba(5, 44, 101, 0.25);
  transform: translateY(-3px);
}
.triaxo-service-detail-related h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--rs-title-primary);
  margin: 0 0 8px;
}
.triaxo-service-detail-related p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--rs-text-primary);
}

/* --------------------------------------------------------------------------
   TrackAxo product page (trackaxo.html)
   -------------------------------------------------------------------------- */
.triaxo-trackaxo-page {
  --tx-page-accent: #1f4fd6;
}

.triaxo-trackaxo-page-title {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.triaxo-trackaxo-page-tag {
  font-size: clamp(0.8125rem, 1.35vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--rs-title-primary);
  margin: 20px 0 10px;
  max-width: 36em;
}

.triaxo-trackaxo-page-brands {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* How it works — tight to logo strip; less headroom above title */
.triaxo-trackaxo-page-video.triaxo-trackaxo-page-video--dark.section-space-bottom {
  padding-top: 48px;
}
@media only screen and (max-width: 991px) {
  .triaxo-trackaxo-page-video.triaxo-trackaxo-page-video--dark.section-space-bottom {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .triaxo-trackaxo-page-video.triaxo-trackaxo-page-video--dark.section-space-bottom {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .triaxo-trackaxo-page-video.triaxo-trackaxo-page-video--dark.section-space-bottom {
    padding-top: 28px;
  }
}
.triaxo-trackaxo-page-video.triaxo-trackaxo-page-video--dark .section-title-space {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .triaxo-trackaxo-page-video.triaxo-trackaxo-page-video--dark .section-title-space {
    margin-bottom: 24px;
  }
}

.section-bg-gray {
  background: #f4f6f9;
}

/* Video / demo — dark band matches What we deliver (about + index) */
.triaxo-trackaxo-page-video--dark {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: var(--rs-bg-primary);
}
.triaxo-trackaxo-page-video--dark .triaxo-trackaxo-page-video__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.triaxo-trackaxo-page-video--dark .section-desc.is-white {
  color: rgba(255, 255, 255, 0.8);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Video / demo */
.triaxo-trackaxo-page-video__frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
}

.triaxo-trackaxo-page-video__frame img {
  width: 100%;
  display: block;
}

.triaxo-trackaxo-page-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.25s ease;
}

.triaxo-trackaxo-page-video__play:hover {
  background: rgba(0, 0, 0, 0.32);
}

.triaxo-trackaxo-page-video__play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--rs-theme-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: none;
}

.triaxo-trackaxo-page-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.triaxo-trackaxo-page-video-modal.is-open {
  display: flex;
}

.triaxo-trackaxo-page-video-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}

.triaxo-trackaxo-page-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 92vw);
}

.triaxo-trackaxo-page-video-modal__close {
  position: absolute;
  right: 0;
  top: -42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.triaxo-trackaxo-page-video-modal__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.triaxo-trackaxo-page-video-modal__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* TrackAxo suite — 3 cards per row inside standard .container */
.triaxo-trackaxo-page-suite .rs-services-wrapper {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1199px) {
  .triaxo-trackaxo-page-suite .rs-services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .triaxo-trackaxo-page-suite .rs-services-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Mobile app — dark band */
.triaxo-trackaxo-page-mobile--dark {
  background: var(--rs-bg-primary);
  position: relative;
  overflow-x: clip;
}
.triaxo-trackaxo-page-mobile--dark .section-subtitle.is-white,
.triaxo-trackaxo-page-mobile--dark .section-title.is-white {
  color: var(--rs-white);
}
.triaxo-trackaxo-page-mobile--dark .rs-section-desc.is-white {
  color: rgba(255, 255, 255, 0.8);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-page-mobile-hint {
  color: rgba(255, 255, 255, 0.72);
}
.triaxo-trackaxo-page-mobile .triaxo-trackaxo-checklist.rs-why-choose-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
.triaxo-trackaxo-page-mobile .triaxo-trackaxo-checklist .rs-why-choose-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.triaxo-trackaxo-page-mobile .triaxo-trackaxo-checklist .rs-why-choose-list-icon {
  flex-shrink: 0;
  align-self: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.triaxo-trackaxo-page-mobile .triaxo-trackaxo-checklist .rs-why-choose-list-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.triaxo-trackaxo-page-mobile .triaxo-trackaxo-checklist .rs-why-choose-list-desc {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-checklist .rs-why-choose-list-desc {
  color: rgba(255, 255, 255, 0.88);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-checklist .rs-why-choose-list-desc strong {
  color: var(--rs-white);
}
.triaxo-trackaxo-page-mobile--dark .rs-why-choose-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light:hover,
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light:focus-visible,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light:hover,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light:focus-visible,
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light.is-active,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light.is-active {
  background: var(--rs-theme-secondary);
  border-color: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light .triaxo-tag-chip__icon,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light .triaxo-tag-chip__icon {
  background: rgba(255, 255, 255, 0.15);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light:hover .triaxo-tag-chip__icon,
.triaxo-trackaxo-page-mobile--dark .triaxo-tag-chip--light.is-active .triaxo-tag-chip__icon,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light:hover .triaxo-tag-chip__icon,
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-feature.triaxo-tag-chip--light.is-active .triaxo-tag-chip__icon {
  background: rgba(255, 255, 255, 0.25);
}
.triaxo-trackaxo-page-mobile--dark .triaxo-trackaxo-page-mobile-preview img {
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.45);
}

/* Mobile app */
.triaxo-trackaxo-page-mobile-hint {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--rs-text-primary);
}

.triaxo-trackaxo-page-mobile .rs-why-choose-one .triaxo-trackaxo-feature-grid--mobile {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-width: 1199px) {
  .triaxo-trackaxo-page-mobile .rs-why-choose-one .triaxo-trackaxo-feature-grid--mobile {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.triaxo-trackaxo-page-mobile-preview {
  position: relative;
  text-align: center;
  padding: 12px 0;
}

.triaxo-trackaxo-page-mobile-preview img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px -20px rgba(5, 44, 101, 0.25);
}


/* Feature mosaic grid */
.triaxo-trackaxo-page-grid-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding-bottom: 8px;
}

.triaxo-trackaxo-page-grid-container::before,
.triaxo-trackaxo-page-grid-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.triaxo-trackaxo-page-grid-container::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.triaxo-trackaxo-page-grid-container::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.triaxo-trackaxo-page-grid-container.is-scrolled-left::before {
  opacity: 1;
}

.triaxo-trackaxo-page-grid-container.is-scrolled-right::after {
  opacity: 1;
}

.triaxo-trackaxo-page-grid-container.is-at-center::before,
.triaxo-trackaxo-page-grid-container.is-at-center::after {
  opacity: 0;
}

.triaxo-trackaxo-page-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(100px, 1fr));
  grid-template-rows: repeat(6, 104px);
  gap: 12px;
  min-width: 1100px;
}

.triaxo-trackaxo-page-grid-item:not(.triaxo-trackaxo-page-grid-item--large) {
  --tile-color: var(--rs-theme-primary);
  --tile-color-glow: rgba(5, 44, 101, 0.2);
  position: relative;
  overflow: hidden;
}

.triaxo-trackaxo-page-grid-item--tone-0 {
  --tile-color: #4f46e5;
  --tile-color-glow: rgba(79, 70, 229, 0.28);
}

.triaxo-trackaxo-page-grid-item--tone-1 {
  --tile-color: #7c3aed;
  --tile-color-glow: rgba(124, 58, 237, 0.28);
}

.triaxo-trackaxo-page-grid-item--tone-2 {
  --tile-color: #0d9488;
  --tile-color-glow: rgba(13, 148, 136, 0.28);
}

.triaxo-trackaxo-page-grid-item--tone-3 {
  --tile-color: #059669;
  --tile-color-glow: rgba(5, 150, 105, 0.28);
}

.triaxo-trackaxo-page-grid-item--tone-4 {
  --tile-color: #475569;
  --tile-color-glow: rgba(71, 85, 105, 0.24);
}

.triaxo-trackaxo-page-grid-item--tone-5 {
  --tile-color: #d97706;
  --tile-color-glow: rgba(217, 119, 6, 0.28);
}

.triaxo-trackaxo-page-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 6px 8px;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.triaxo-trackaxo-page-grid-item:not(.triaxo-trackaxo-page-grid-item--large)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--tile-color);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.triaxo-trackaxo-page-grid-item:not(.triaxo-trackaxo-page-grid-item--large):hover {
  border-color: color-mix(in srgb, var(--tile-color) 35%, var(--rs-border-primary));
  transform: translateY(-2px);
  box-shadow: 0 8px 22px -10px var(--tile-color-glow);
}

.triaxo-trackaxo-page-grid-item:not(.triaxo-trackaxo-page-grid-item--large):hover::before {
  opacity: 1;
}

.triaxo-trackaxo-page-grid-item__icon.triaxo-trackaxo-feature-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.triaxo-trackaxo-page-grid-item__icon.triaxo-trackaxo-feature-icon img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
}

.triaxo-trackaxo-page-grid-item:not(.triaxo-trackaxo-page-grid-item--large):hover .triaxo-trackaxo-page-grid-item__icon.triaxo-trackaxo-feature-icon {
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 6px 12px var(--tile-color-glow));
}

.triaxo-trackaxo-page-grid-item__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: var(--rs-title-primary);
  letter-spacing: 0.01em;
}

.triaxo-trackaxo-page-grid-item--large {
  grid-column: span 2;
  grid-row: span 2;
  padding: 8px;
}

.triaxo-trackaxo-page-grid-item[data-feature="projects-module"] {
  grid-column: 4 / 6;
  grid-row: 2 / 4;
}

.triaxo-trackaxo-page-grid-item[data-feature="finance-module"] {
  grid-column: 6 / 8;
  grid-row: 2 / 4;
}

.triaxo-trackaxo-page-grid-item[data-feature="analytics-module"] {
  grid-column: 4 / 6;
  grid-row: 4 / 6;
}

.triaxo-trackaxo-page-grid-item[data-feature="communication-module"] {
  grid-column: 6 / 8;
  grid-row: 4 / 6;
}

.triaxo-trackaxo-page-grid-item__large {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}

.triaxo-trackaxo-page-grid-item__large-img-wrap {
  flex: 1;
  min-height: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.triaxo-trackaxo-page-grid-item__large-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.triaxo-trackaxo-page-grid-item__large-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--tx-page-accent);
}

/* FAQ + CTA */
/* TrackAxo FAQ — homepage rs-faq-one layout, light background */
.triaxo-trackaxo-page-faq.rs-faq-one {
  background: var(--rs-bg-secondary);
}
.triaxo-trackaxo-page-faq.rs-faq-one .section-subtitle,
.triaxo-trackaxo-page-faq.rs-faq-one .section-title {
  color: var(--rs-title-primary);
}
.triaxo-trackaxo-page-faq.rs-faq-one .rs-section-desc {
  color: var(--rs-text-primary);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-wrapper {
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-white);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .rs-accordion-item.active {
  background: var(--rs-bg-secondary);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .rs-accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-button {
  color: rgba(43, 57, 68, 0.65);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--rs-title-primary);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-button .accordion-btn::before,
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-button .accordion-btn::after {
  background-color: var(--rs-theme-primary);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::before,
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--rs-theme-primary);
}
.triaxo-trackaxo-page-faq .rs-accordion-one .accordion-body {
  color: var(--rs-text-primary);
}

.triaxo-trackaxo-page-faq-more a {
  color: var(--rs-theme-primary);
  font-weight: 600;
}

.triaxo-trackaxo-page-cta-note {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: var(--rs-text-primary);
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.triaxo-trackaxo-page-cta-note i {
  color: #22c55e;
}

.triaxo-trackaxo-page-testimonials .rs-testimonial-desc {
  font-size: 15px;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .triaxo-trackaxo-page-grid {
    min-width: 900px;
    grid-template-rows: repeat(6, 92px);
    gap: 10px;
  }

  .triaxo-trackaxo-page-grid-item__icon.triaxo-trackaxo-feature-icon img {
    width: 44px;
    height: 44px;
  }

  .triaxo-trackaxo-page-grid-item__label {
    font-size: 0.68rem;
  }
}

/* Shared pill tags (homepage capability strip + TrackAxo) */
.triaxo-tag-chip,
.triaxo-capability-strip__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.triaxo-tag-chip--light,
a.triaxo-tag-chip--light {
  border: 1px solid rgba(5, 44, 101, 0.18);
  background: rgba(5, 44, 101, 0.04);
  color: var(--rs-title-primary);
}
.triaxo-tag-chip--light:hover,
.triaxo-tag-chip--light:focus-visible,
.triaxo-trackaxo-feature.triaxo-tag-chip--light:hover,
.triaxo-trackaxo-feature.triaxo-tag-chip--light:focus-visible {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
  outline: none;
  transform: translateY(-1px);
}
.triaxo-tag-chip--light.is-active,
.triaxo-trackaxo-feature.triaxo-tag-chip--light.is-active {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
  box-shadow: none;
}
.triaxo-tag-chip__icon,
.triaxo-capability-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
.triaxo-tag-chip--light .triaxo-tag-chip__icon {
  background: var(--rs-theme-primary);
}
.triaxo-tag-chip--light:hover .triaxo-tag-chip__icon,
.triaxo-tag-chip--light.is-active .triaxo-tag-chip__icon,
.triaxo-trackaxo-feature.triaxo-tag-chip--light:hover .triaxo-tag-chip__icon,
.triaxo-trackaxo-feature.triaxo-tag-chip--light.is-active .triaxo-tag-chip__icon {
  background: rgba(255, 255, 255, 0.22);
}
.triaxo-tag-chip__icon i {
  font-size: 16px;
  line-height: 1;
  color: var(--rs-white);
}
.triaxo-tag-chip__icon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.triaxo-tag-chip__label,
.triaxo-capability-strip__label {
  white-space: nowrap;
}

/* TrackAxo — feature tags cloud + module highlights */
.triaxo-trackaxo-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding: 0 4px;
}
/* Homepage — pre-footer CTA strip (replaces template grey frost) */
.triaxo-home-cta-strip.rs-cta-six .rs-cta-content-wrapper {
  background: linear-gradient(90deg, var(--rs-theme-primary) 0%, var(--rs-theme-secondary) 100%);
  backdrop-filter: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.triaxo-home-cta-strip.rs-cta-six .rs-cta-content p {
  color: rgba(255, 255, 255, 0.92);
}
.triaxo-home-cta-strip.rs-cta-six .rs-cta-content p a {
  color: var(--rs-white);
  font-weight: 600;
}
.triaxo-home-cta-strip.rs-cta-six .rs-cta-content p a:hover {
  color: var(--rs-white);
  opacity: 0.85;
}
.triaxo-home-cta-strip.rs-cta-six .rs-cta-icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--rs-white);
}
.triaxo-home-cta-strip.rs-cta-six .rs-cta-icon svg path {
  fill: currentColor;
}

/* Homepage — static capability strip (replaces text marquee) */
.triaxo-capability-strip {
  background: var(--rs-theme-primary);
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.triaxo-capability-strip__layout {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  align-items: center;
  gap: 32px 48px;
}
@media only screen and (max-width: 991px) {
  .triaxo-capability-strip__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.triaxo-capability-strip__eyebrow {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.triaxo-capability-strip__title {
  color: var(--rs-white);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
.triaxo-capability-strip__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Blog & engineering notes */
.triaxo-blog-img-placeholder {
  display: block;
  width: 100%;
  min-height: 220px;
  background: linear-gradient(135deg, #e8eef3 0%, #d4dee8 50%, #c5d4e2 100%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.triaxo-blog-img-placeholder--hero {
  min-height: 320px;
}
.triaxo-blog-img-placeholder__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(43, 57, 68, 0.55);
  white-space: nowrap;
}
.triaxo-blog-listing .rs-blog-item,
.triaxo-blog-card .rs-blog-thumb {
  overflow: hidden;
}
.triaxo-blog-crosslink {
  padding-top: 0;
}
/* Blog article hero placeholder (theme postbox layout) */
.rs-postbox-details-thumb .triaxo-blog-img-placeholder {
  display: block;
  width: 100%;
  min-height: 320px;
  border-radius: 6px;
}
.rs-postbox-details-thumb .triaxo-blog-img-placeholder__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(43, 57, 68, 0.55);
}
.rs-postbox-details-thumb .triaxo-blog-img-placeholder {
  position: relative;
}
.triaxo-blog-featured-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}
.rs-blog-thumb .triaxo-blog-featured-img,
.triaxo-blog-card .rs-blog-thumb .triaxo-blog-featured-img {
  min-height: 220px;
  aspect-ratio: 16 / 10;
}
.triaxo-blog-featured-img--hero {
  min-height: 280px;
  max-height: 420px;
  width: 100%;
}
.sidebar-blog-thumb .triaxo-blog-featured-img--sidebar {
  width: 100%;
  height: 72px;
  min-height: 72px;
  object-fit: cover;
  border-radius: 4px;
}
.rs-blog-one .rs-blog-thumb .triaxo-blog-featured-img--home {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.rs-blog-one .rs-blog-thumb .triaxo-blog-img-placeholder--home {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 0;
}
.triaxo-blog-listing .row.g-5 {
  --bs-gutter-y: 2.5rem;
}
.triaxo-capability-strip .triaxo-capability-strip__chip,
.triaxo-capability-strip a.triaxo-capability-strip__chip {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--rs-white);
}
.triaxo-capability-strip .triaxo-capability-strip__chip:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--rs-white);
  transform: translateY(-1px);
}
.triaxo-capability-strip .triaxo-capability-strip__icon {
  background: rgba(255, 255, 255, 0.12);
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  .triaxo-capability-strip {
    padding: 32px 0;
  }
  .triaxo-capability-strip__chip {
    padding: 9px 14px;
    font-size: 13px;
  }
  .triaxo-capability-strip__label {
    white-space: normal;
  }
}

/* Triaxo portfolio / case study thumbs */
.triaxo-portfolio-thumb > a {
  display: block;
  overflow: hidden;
}
.triaxo-portfolio-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.rs-portfolio-three .triaxo-portfolio-thumb img {
  min-height: 220px;
}

/* Case study grid — 3 columns, full mockup visible */
.rs-portfolio-three .triaxo-case-study-card {
  height: 100%;
}
.rs-portfolio-three .triaxo-case-study-card .rs-portfolio-tab-thumb {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-white);
  box-shadow: 0 12px 40px -28px rgba(43, 57, 68, 0.45);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rs-portfolio-three .triaxo-case-study-card:hover .rs-portfolio-tab-thumb {
  box-shadow: 0 18px 48px -22px rgba(43, 57, 68, 0.5);
  transform: translateY(-4px);
}
.rs-portfolio-three .triaxo-case-study-card .triaxo-portfolio-thumb > a,
.rs-portfolio-three .triaxo-case-study-card .triaxo-portfolio-thumb-static {
  display: block;
  padding: 0;
  height: 320px;
  max-height: 320px;
  overflow: hidden;
  background: #eef1f4;
  line-height: 0;
}
.rs-portfolio-three .triaxo-case-study-card .rs-portfolio-tab-thumb img {
  width: 100%;
  height: 100%;
  min-height: unset !important;
  max-height: 320px !important;
  object-fit: cover !important;
  object-position: top center !important;
  transform: none !important;
  aspect-ratio: unset !important;
  display: block;
}
.rs-portfolio-three .triaxo-case-study-card .rs-portfolio-tab-content {
  position: relative;
  bottom: auto;
  inset: auto;
  margin-top: 0;
  padding: 22px 28px 26px;
  background: var(--rs-white);
  border-radius: 0;
  border-top: 1px solid var(--rs-border-primary);
}
.rs-portfolio-three .triaxo-case-study-card .rs-portfolio-tab-title,
.rs-portfolio-three .triaxo-case-study-card .rs-portfolio-tab-title a {
  color: var(--rs-title-primary);
}
.rs-portfolio-three .triaxo-case-study-card .rs-portfolio-line {
  margin-top: 14px;
  margin-bottom: 14px;
}
.rs-portfolio-three .triaxo-case-study-card:hover .rs-portfolio-tab-thumb img {
  transform: none !important;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-three .triaxo-case-study-card .triaxo-portfolio-thumb > a,
  .rs-portfolio-three .triaxo-case-study-card .triaxo-portfolio-thumb-static {
    height: 260px;
    max-height: 260px;
    padding: 0;
  }
  .rs-portfolio-three .triaxo-case-study-card .rs-portfolio-tab-thumb img {
    max-height: 260px !important;
  }
}

/* Non-clickable portfolio cards (until detail pages exist) */
.triaxo-portfolio-static {
  cursor: default;
}
.triaxo-portfolio-static .rs-portfolio-tab-title,
.triaxo-portfolio-static .rs-portfolio-tab-title a {
  cursor: default;
  pointer-events: none;
}
.triaxo-portfolio-thumb-static {
  display: block;
  overflow: hidden;
}
.rs-portfolio-one .triaxo-portfolio-static .triaxo-portfolio-thumb-static {
  height: 100%;
}
.rs-portfolio-one .triaxo-portfolio-static .rs-portfolio-tab-btn {
  display: none;
}

/* Portfolio — case studies CTA (matches What we deliver dark band) */
.triaxo-portfolio-cta {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: var(--rs-bg-primary);
}
.triaxo-portfolio-cta .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.triaxo-portfolio-cta__panel {
  position: relative;
  border-radius: 20px;
  padding: 48px 56px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 28px 72px -36px rgba(0, 0, 0, 0.65);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}
.triaxo-portfolio-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.04) 45%,
    rgba(255, 255, 255, 0.12) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.triaxo-portfolio-cta__copy .section-subtitle.is-white {
  color: rgba(255, 255, 255, 0.72);
}
.triaxo-portfolio-cta__copy .section-title.is-white {
  margin: 10px 0 14px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.15;
}
.triaxo-portfolio-cta__copy .section-desc.is-white {
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0;
}
.triaxo-portfolio-cta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.triaxo-portfolio-cta__tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.triaxo-portfolio-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}
.triaxo-portfolio-cta__actions .rs-btn {
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  padding: 14px 26px;
}
.triaxo-portfolio-cta__actions .rs-btn.has-text.is-white {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 14px 26px;
  width: 100%;
  height: auto;
}
.triaxo-portfolio-cta__actions .rs-btn.has-text.is-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
}
@media only screen and (max-width: 991px) {
  .triaxo-portfolio-cta__panel {
    grid-template-columns: 1fr;
    padding: 40px 36px;
    gap: 28px;
  }
  .triaxo-portfolio-cta__actions {
    min-width: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .triaxo-portfolio-cta__panel {
    padding: 32px 24px;
  }
}

/* Portfolio — pre-footer strip: align gap with section-space above CTA panel */
.triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six {
  margin-top: 0;
}

/* FAQ — pre-footer strip spacing after dark CTA panel */
.triaxo-faq-page + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six {
  margin-top: 0;
}

/* Ready-made — pre-footer strip spacing after dark CTA panel */
.triaxo-industry-section--alt + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six,
.triaxo-industry-section + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six {
  margin-top: 0;
}

/* Ready-made solutions page — enhanced solution sections */
.triaxo-ready-made-page .triaxo-ready-made-switcher, .triaxo-industries-page .triaxo-ready-made-switcher{
  background: linear-gradient(180deg, #f0f4f8 0%, var(--rs-white) 100%);
  border-bottom: 1px solid var(--rs-border-primary);
  box-shadow: 0 8px 24px -20px rgba(15, 23, 42, 0.2);
  padding: 18px 0;
}
.triaxo-ready-made-page .triaxo-ready-made-switcher__bar, .triaxo-industries-page .triaxo-ready-made-switcher__bar{
  align-items: flex-end;
  gap: 16px 24px;
}
.triaxo-ready-made-page .triaxo-ready-made-switcher__intro, .triaxo-industries-page .triaxo-ready-made-switcher__intro{
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}
.triaxo-ready-made-page .triaxo-ready-made-switcher__count, .triaxo-industries-page .triaxo-ready-made-switcher__count{
  font-size: 13px;
  font-weight: 600;
  color: var(--rs-theme-secondary);
  letter-spacing: 0.02em;
}
.triaxo-ready-made-page .triaxo-industry-switcher__list a, .triaxo-industries-page .triaxo-industry-switcher__list a{
  background: var(--rs-white);
  box-shadow: 0 2px 8px -4px rgba(15, 23, 42, 0.15);
}
.triaxo-ready-made-page .triaxo-industry-switcher__list a:hover,
.triaxo-ready-made-page .triaxo-industry-switcher__list a:focus-visible,
.triaxo-industries-page .triaxo-industry-switcher__list a:hover,
.triaxo-industries-page .triaxo-industry-switcher__list a:focus-visible {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
  border-color: var(--rs-theme-secondary);
  box-shadow: 0 6px 16px -8px rgba(5, 44, 101, 0.45);
  transform: translateY(-1px);
}

.triaxo-ready-made-page .triaxo-ready-made-solution.section-space, .triaxo-industries-page .triaxo-ready-made-solution.section-space{
  padding-top: 88px;
  padding-bottom: 88px;
}
@media only screen and (max-width: 991px) {
  .triaxo-ready-made-page .triaxo-ready-made-solution.section-space, .triaxo-industries-page .triaxo-ready-made-solution.section-space{
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .triaxo-ready-made-page .triaxo-ready-made-solution.section-space, .triaxo-industries-page .triaxo-ready-made-solution.section-space{
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.triaxo-ready-made-page .triaxo-ready-made-solution, .triaxo-industries-page .triaxo-ready-made-solution{
  position: relative;
  overflow: hidden;
}
.triaxo-ready-made-page .triaxo-ready-made-solution:not(.triaxo-industry-section--alt), .triaxo-industries-page .triaxo-ready-made-solution:not(.triaxo-industry-section--alt){
  background: linear-gradient(165deg, #f4f7fb 0%, #ffffff 42%, #f8fafc 100%);
}
.triaxo-ready-made-page .triaxo-industry-section--alt.triaxo-ready-made-solution, .triaxo-industries-page .triaxo-industry-section--alt.triaxo-ready-made-solution{
  background: linear-gradient(145deg, #1a252e 0%, var(--rs-bg-primary) 48%, #243442 100%);
}

.triaxo-ready-made-page .triaxo-ready-made-solution__shell, .triaxo-industries-page .triaxo-ready-made-solution__shell{
  position: relative;
  border-radius: 22px;
  padding: 44px 44px 36px;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-white);
  box-shadow:
    0 4px 6px -2px rgba(15, 23, 42, 0.04),
    0 24px 56px -32px rgba(15, 23, 42, 0.18);
  scroll-margin-top: 120px;
  overflow: hidden;
}
.triaxo-ready-made-page .triaxo-ready-made-solution__shell::after, .triaxo-industries-page .triaxo-ready-made-solution__shell::after{
  content: "";
  position: absolute;
  top: -90px;
  inset-inline-end: -70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--industry-accent-soft) 0%, transparent 68%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.triaxo-ready-made-page .triaxo-ready-made-solution__shell > *, .triaxo-industries-page .triaxo-ready-made-solution__shell > *{
  position: relative;
  z-index: 1;
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-ready-made-solution__shell, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-ready-made-solution__shell{
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 28px 64px -36px rgba(0, 0, 0, 0.55);
}
.triaxo-ready-made-page .triaxo-ready-made-solution__accent, .triaxo-industries-page .triaxo-ready-made-solution__accent{
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(
    180deg,
    var(--industry-accent) 0%,
    color-mix(in srgb, var(--industry-accent) 40%, transparent) 100%
  );
}
.triaxo-ready-made-page .triaxo-ready-made-solution__index, .triaxo-industries-page .triaxo-ready-made-solution__index{
  position: absolute;
  top: 16px;
  inset-inline-end: 24px;
  font-size: clamp(3rem, 6vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--industry-accent);
  opacity: 0.14;
  pointer-events: none;
  user-select: none;
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-ready-made-solution__index, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-ready-made-solution__index{
  opacity: 0.22;
}

.triaxo-ready-made-page .triaxo-industry-block__head, .triaxo-industries-page .triaxo-industry-block__head{
  margin-bottom: 36px;
  padding-inline-end: 72px;
}
.triaxo-ready-made-page .triaxo-industry-block__head-icon, .triaxo-industries-page .triaxo-industry-block__head-icon{
  width: 84px;
  height: 84px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--industry-accent) 35%, transparent);
  box-shadow: 0 14px 32px -18px var(--industry-accent-strong);
}
.triaxo-ready-made-page .triaxo-industry-block__head-text .section-title, .triaxo-industries-page .triaxo-industry-block__head-text .section-title{
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  line-height: 1.2;
  max-width: 640px;
}

.triaxo-ready-made-page .triaxo-industry-card, .triaxo-industries-page .triaxo-industry-card{
  border-radius: 16px;
  padding: 26px 26px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid var(--rs-border-primary);
  box-shadow: 0 10px 28px -24px rgba(15, 23, 42, 0.2);
}
.triaxo-ready-made-page .triaxo-industry-card::before, .triaxo-industries-page .triaxo-industry-card::before{
  content: "";
  display: block;
  height: 3px;
  width: 48px;
  border-radius: 999px;
  background: var(--industry-accent);
  margin-bottom: 18px;
}
.triaxo-ready-made-page .triaxo-industry-card:hover, .triaxo-industries-page .triaxo-industry-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -28px var(--industry-accent-strong);
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-card, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-card{
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-card:hover, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-card:hover{
  background: rgba(255, 255, 255, 0.1);
  border-color: color-mix(in srgb, var(--industry-accent) 55%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 16px 36px -28px rgba(0, 0, 0, 0.45);
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-card__title, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-card__title{
  color: var(--rs-white);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-list li, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-list li{
  color: rgba(255, 255, 255, 0.88);
}

.triaxo-ready-made-page .triaxo-ready-made-solution__footer, .triaxo-industries-page .triaxo-ready-made-solution__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 4px;
  padding-top: 28px;
  border-top: 1px dashed color-mix(in srgb, var(--industry-accent) 40%, var(--rs-border-primary));
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-ready-made-solution__footer, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-ready-made-solution__footer{
  border-top-color: rgba(255, 255, 255, 0.16);
}
.triaxo-ready-made-page .triaxo-ready-made-solution__footer .triaxo-industry-block__services, .triaxo-industries-page .triaxo-ready-made-solution__footer .triaxo-industry-block__services{
  margin-bottom: 0;
  flex: 1 1 280px;
}
.triaxo-ready-made-page .triaxo-ready-made-solution__footer .triaxo-industry-block__cta, .triaxo-industries-page .triaxo-ready-made-solution__footer .triaxo-industry-block__cta{
  flex-shrink: 0;
}

.triaxo-ready-made-page .triaxo-industry-chip, .triaxo-industries-page .triaxo-industry-chip{
  padding: 8px 16px;
  font-size: 13px;
  background: var(--industry-accent-soft);
  border-color: color-mix(in srgb, var(--industry-accent) 25%, var(--rs-border-primary));
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-chip, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-chip{
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-chip:hover,
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-chip:focus-visible,
.triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-chip:hover,
.triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-chip:focus-visible {
  background: var(--industry-accent);
  border-color: var(--industry-accent);
  color: var(--rs-white);
}

.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-block__cta .rs-btn.has-bg-secondary, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-block__cta .rs-btn.has-bg-secondary{
  background: var(--rs-white);
  color: var(--rs-title-primary);
  border-color: var(--rs-white);
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-block__cta .rs-btn.has-bg-secondary:hover, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-block__cta .rs-btn.has-bg-secondary:hover{
  background: var(--industry-accent);
  color: var(--rs-white);
  border-color: var(--industry-accent);
}
.triaxo-ready-made-page .triaxo-industry-section--alt .triaxo-industry-block__cta .rs-btn.has-bg-secondary .icon-box svg path, .triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-block__cta .rs-btn.has-bg-secondary .icon-box svg path{
  fill: currentColor;
}

@media only screen and (max-width: 767px) {
  .triaxo-ready-made-page .triaxo-ready-made-solution__shell, .triaxo-industries-page .triaxo-ready-made-solution__shell{
    padding: 28px 22px 24px;
    border-radius: 18px;
  }
  .triaxo-ready-made-page .triaxo-industry-block__head, .triaxo-industries-page .triaxo-industry-block__head{
    padding-inline-end: 0;
  }
  .triaxo-ready-made-page .triaxo-ready-made-solution__index, .triaxo-industries-page .triaxo-ready-made-solution__index{
    position: static;
    display: block;
    font-size: 2rem;
    opacity: 0.35;
    margin-bottom: 12px;
  }
  .triaxo-ready-made-page .triaxo-ready-made-solution__footer, .triaxo-industries-page .triaxo-ready-made-solution__footer{
    flex-direction: column;
    align-items: stretch;
  }
  .triaxo-ready-made-page .triaxo-ready-made-solution__footer .triaxo-industry-block__cta .rs-btn, .triaxo-industries-page .triaxo-ready-made-solution__footer .triaxo-industry-block__cta .rs-btn{
    width: 100%;
    justify-content: center;
  }
}

.triaxo-ready-made-page .triaxo-industry-section--alt + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six,
.triaxo-ready-made-page .triaxo-industry-section + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six,
.triaxo-industries-page .triaxo-industry-section--alt + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six,
.triaxo-industries-page .triaxo-industry-section + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six {
  margin-top: 0;
}

/* Industry page — quotes, needs, why */
.triaxo-industries-page .triaxo-industry-quote {
  margin: 0 0 28px;
  padding: 28px 32px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    var(--industry-accent-soft) 0%,
    color-mix(in srgb, var(--industry-accent-soft) 60%, transparent) 100%
  );
  border: 1px solid color-mix(in srgb, var(--industry-accent) 22%, transparent);
  border-inline-start: 4px solid var(--industry-accent);
  box-shadow: 0 12px 32px -24px var(--industry-accent-strong);
}
.triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-quote {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  border-inline-start-color: var(--industry-accent);
}
.triaxo-industries-page .triaxo-industry-quote p {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.6;
  font-weight: 500;
}
.triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-quote p {
  color: rgba(255, 255, 255, 0.94);
}
.triaxo-industries-page .triaxo-industry-quote cite {
  color: color-mix(in srgb, var(--industry-accent) 70%, var(--rs-title-primary));
}
.triaxo-industries-page .triaxo-industry-section--alt .triaxo-industry-quote cite {
  color: rgba(255, 255, 255, 0.62);
}

.triaxo-industries-page .triaxo-industry-needs {
  background: linear-gradient(180deg, #eef2f7 0%, var(--rs-bg-secondary) 100%);
  position: relative;
}
.triaxo-industries-page .triaxo-industry-needs__grid {
  gap: 22px;
}
.triaxo-industries-page .triaxo-industry-need {
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 8px 24px -20px rgba(15, 23, 42, 0.18);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.triaxo-industries-page .triaxo-industry-need:hover,
.triaxo-industries-page .triaxo-industry-need:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -24px rgba(5, 44, 101, 0.28);
}
.triaxo-industries-page .triaxo-industry-need__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}

.triaxo-industries-page .triaxo-industry-why {
  background: linear-gradient(
    145deg,
    var(--rs-theme-secondary) 0%,
    #0a2540 52%,
    #152a45 100%
  );
  position: relative;
  overflow: hidden;
}
.triaxo-industries-page .triaxo-industry-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.08) 0%, transparent 45%);
  pointer-events: none;
}
.triaxo-industries-page .triaxo-industry-why__grid {
  gap: 20px;
  position: relative;
  z-index: 1;
}
.triaxo-industries-page .triaxo-industry-why__tile {
  border-radius: 16px;
  padding: 26px 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.triaxo-industries-page .triaxo-industry-why + .triaxo-portfolio-cta {
  margin-top: 0;
}
.triaxo-industries-page .triaxo-industry-why + .triaxo-portfolio-cta + .triaxo-home-cta-strip.rs-cta-six {
  margin-top: 0;
}

/* Triaxo careers page */
.triaxo-career-culture__intro {
  margin-bottom: 56px;
}
.triaxo-career-culture__bullets {
  margin-top: 28px;
}
.triaxo-career-culture__media img {
  border-radius: 8px;
}
.triaxo-career-culture__subhead {
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: 0;
}
.triaxo-career-culture__perks {
  margin-bottom: 56px;
  padding-top: 8px;
}
.triaxo-career-culture__values.theme-secondary {
  color: var(--rs-white);
  padding: 48px 0 32px;
}
@media only screen and (max-width: 767px) {
  .triaxo-career-culture__values.theme-secondary {
    padding: 40px 0 28px;
  }
}
#open-roles.triaxo-career-listing.section-space-bottom {
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  #open-roles.triaxo-career-listing.section-space-bottom {
    padding-top: 40px;
  }
}
.triaxo-career-culture__values .triaxo-career-culture__subhead.is-white {
  color: var(--rs-white);
}
.triaxo-career-culture__values .triaxo-career-culture-banner--placeholder {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}
.triaxo-career-culture__values .triaxo-career-culture-banner__label {
  color: rgba(255, 255, 255, 0.55);
}
.triaxo-career-culture__banner-row {
  margin-bottom: 0;
}
.triaxo-career-culture-banner {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.triaxo-career-culture-banner__img,
.triaxo-career-culture-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center top;
}
.triaxo-career-culture-banner--placeholder {
  position: relative;
  min-height: 280px;
  aspect-ratio: 3 / 1;
  background: linear-gradient(135deg, #e8eef3 0%, #d4dee8 50%, #c5d4e2 100%);
  border: 1px dashed rgba(5, 44, 101, 0.35);
}
.triaxo-career-culture-banner__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(5, 44, 101, 0.55);
}
.triaxo-career-perk {
  height: 100%;
  padding: 22px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.02);
}
.triaxo-career-perk__title {
  font-size: 17px;
  margin-bottom: 8px;
}
.triaxo-career-perk__desc {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.72);
}
.triaxo-career-value {
  height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: var(--rs-white);
}
.triaxo-career-value__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.triaxo-career-value__desc {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.72);
}
.triaxo-career-wrapper .triaxo-career-item {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 24px;
}
.triaxo-career-wrapper .triaxo-career-item .rs-career-desc {
  flex: 1 1 100%;
  max-width: 100%;
}
.triaxo-career-req-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  flex: 1 1 100%;
  display: grid;
  gap: 8px;
}
.triaxo-career-req-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.78);
}
.triaxo-career-req-icon {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--rs-theme-secondary);
}
.triaxo-career-wrapper .rs-career-btn {
  margin-left: auto;
}
.triaxo-career-apply.theme-secondary.section-space-bottom {
  padding-top: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767px) {
  .triaxo-career-apply.theme-secondary.section-space-bottom {
    padding-top: 48px;
  }
}
.triaxo-career-apply.theme-secondary {
  color: var(--rs-white);
}
.triaxo-career-apply .section-title.is-white,
.triaxo-career-apply .section-subtitle.is-white,
.triaxo-career-apply .section-desc.is-white {
  color: var(--rs-white);
}
.triaxo-career-apply__form {
  margin-top: 40px;
  padding: 36px 32px 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.triaxo-career-apply.rs-contact-four .rs-contact-form.triaxo-career-apply__form {
  background: rgba(255, 255, 255, 0.04);
  padding-inline-end: 32px;
  padding-inline-start: 32px;
}
.triaxo-career-apply .triaxo-career-apply__field-full .rs-contact-input-box,
.triaxo-career-apply .triaxo-career-apply__field-full .rs-contact-input {
  width: 100%;
}
.triaxo-career-apply .triaxo-career-apply__field-full input[type=url] {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.triaxo-career-apply__hint {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 8px;
}
.triaxo-career-apply #form-messages.success {
  color: #8fd9a8;
}
.triaxo-career-apply #form-messages.error {
  color: #f5a8a8;
}
@media only screen and (max-width: 767px) {
  .triaxo-career-apply__form {
    margin-top: 28px;
    padding: 28px 20px 32px;
  }
}

/*----------------------------------------*/
/*  Mobile menu (mean-menu / offcanvas) — readability fixes
/*  Desktop mega-menu styles (.rs-mega-menu .mega-menu.mega-grid-two .title,
/*  .triaxo-menu-desc, etc.) bleed into the cloned mobile nav because their
/*  selectors don't require .main-menu / .rs-header-one as an ancestor. Inside
/*  the white offcanvas drawer that produces white-on-white text. These rules
/*  re-color those elements with selectors that beat the originals on both
/*  specificity and source order.
/*----------------------------------------*/
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu .title,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid .title,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two .title,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu .title,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid .title,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two .title {
  color: var(--rs-black) !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 600;
  pointer-events: auto;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu .triaxo-menu-desc,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two .triaxo-menu-desc,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid .triaxo-menu-desc,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two .triaxo-menu-desc,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid .triaxo-menu-desc {
  color: var(--rs-text-primary) !important;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 8px;
  letter-spacing: 0;
  text-transform: none;
  opacity: 1;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu li a,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two li a,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid li a,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu li a,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two li a,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid li a {
  color: var(--rs-black) !important;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu li a:hover,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two li a:hover,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid li a:hover,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu li a:hover,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two li a:hover,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid li a:hover {
  color: var(--rs-theme-primary) !important;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu .rs-mega-menu-right,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two .rs-mega-menu-right,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu .rs-mega-menu-right,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two .rs-mega-menu-right {
  background: transparent !important;
  border-inline-start: 0 !important;
  padding: 0 !important;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu .rs-mega-menu-right .mega-menu-title a,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two .rs-mega-menu-right .mega-menu-title a,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu .rs-mega-menu-right .mega-menu-title a,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two .rs-mega-menu-right .mega-menu-title a {
  color: var(--rs-black) !important;
}

.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu .rs-mega-menu-right .rs-mega-menu-desc,
.mobile-menu.mean-container .mean-nav .rs-mega-menu .mega-menu.mega-grid-two .rs-mega-menu-right .rs-mega-menu-desc,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu .rs-mega-menu-right .rs-mega-menu-desc,
.mobile-menu .rs-offcanvas-menu .rs-mega-menu .mega-menu.mega-grid-two .rs-mega-menu-right .rs-mega-menu-desc {
  color: var(--rs-text-primary) !important;
}

/* Thumbnail/illustration column in the desktop mega-menu is noise on mobile */
.mobile-menu.mean-container .mean-nav .triaxo-mega-menu-thumb,
.mobile-menu.mean-container .mean-nav .triaxo-mega-menu-thumb-placeholder,
.mobile-menu .rs-offcanvas-menu .triaxo-mega-menu-thumb,
.mobile-menu .rs-offcanvas-menu .triaxo-mega-menu-thumb-placeholder {
  display: none !important;
}

/* Submenu (Products, Resources, Company) links — they're inside .submenu lists
   which inherit gray-on-dark text from .rs-header-one .main-menu .submenu li a.
   That selector won't reach the clone, but be defensive anyway. */
.mobile-menu.mean-container .mean-nav .submenu li a,
.mobile-menu .rs-offcanvas-menu .submenu li a {
  color: var(--rs-black) !important;
}
.mobile-menu.mean-container .mean-nav .submenu li a:hover,
.mobile-menu .rs-offcanvas-menu .submenu li a:hover {
  color: var(--rs-theme-primary) !important;
}

/* Header top bar on mobile: show only the "Need a product team..." callout
   on the left; hide the right-side Call us / Send mail meta. Overrides the
   default media queries higher up in this file (.header-top-left was hidden
   below 480px). */
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-one .header-top-left {
    display: flex !important;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .rs-header-top.rs-header-top-one .header-top-left .header-top-icon {
    display: none;
  }
  .rs-header-top.rs-header-top-one .header-top-right {
    display: none !important;
  }
}

/*----------------------------------------*/
/*  Clutch verified-reviews badge + per-card source tag
/*----------------------------------------*/
.triaxo-clutch-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.triaxo-clutch-badge:hover,
.triaxo-clutch-badge:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.triaxo-clutch-badge__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--rs-white);
  border-radius: 50%;
  flex-shrink: 0;
}
.triaxo-clutch-badge__mark svg {
  display: block;
}
.triaxo-clutch-badge__text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.15;
  color: var(--rs-white);
}
.triaxo-clutch-badge__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rs-white);
}
.triaxo-clutch-badge__rating i {
  color: #ffb800;
  font-size: 13px;
  line-height: 1;
}
.triaxo-clutch-badge__rating span {
  color: var(--rs-white);
  font-weight: 700;
  margin-left: 2px;
}
.triaxo-clutch-badge__label {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.01em;
  margin-top: 2px;
}
.triaxo-clutch-badge__label strong {
  color: var(--rs-white);
  font-weight: 600;
}

/* Per-card source tag (project title + "via Clutch" pill) */
.rs-testimonial-item {
  display: flex;
  flex-direction: column;
}
.rs-testimonial-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 500;
  color: var(--rs-text-primary);
  line-height: 1.35;
}
.rs-testimonial-item .rs-testimonial-source-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50%;
  background: var(--rs-white);
  flex-shrink: 0;
  line-height: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.rs-testimonial-item .rs-testimonial-source-tag svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* Tighten the dead space below the testimonial cards — original padding
   (120px) double-stacks with the next section's top padding. */
.rs-testimonial-one .rs-testimonial-wrapper {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .triaxo-clutch-badge {
    padding: 8px 14px;
    gap: 10px;
  }
  .triaxo-clutch-badge__mark {
    width: 26px;
    height: 26px;
  }
  .triaxo-clutch-badge__mark svg {
    width: 18px;
    height: 18px;
  }
  .triaxo-clutch-badge__label {
    font-size: 11px;
  }
  .rs-testimonial-source {
    flex-wrap: wrap;
    font-size: 11.5px;
  }
}

/*# sourceMappingURL=main.css.map */
