:root{
  /* Primary palette - Light Theme Colors from Image */
  --brand-orange: #FF9700;
  --brand-deep:   #150B68; /* dark navy blue */
  --white:        #ffffff;
  --black:        #000000;

  /* Additional tones derived or useful */
  --muted-1:      rgba(0,0,0,0.08);
  --muted-2:      rgba(0,0,0,0.12);
  --muted-3:      rgba(0,0,0,0.06);

  /* Background gradients (named variants) - Light Theme */
  --bg-solid-1:           #F8F9FA; /* very light gray */
  --bg-solid-2:           #FFFFFF; /* white */
  --bg-gradient-1:        linear-gradient(-5deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
  --bg-gradient-2:        linear-gradient(159deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
  --bg-gradient-3:        linear-gradient(159deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
  --bg-gradient-dark:     linear-gradient(-12deg, rgba(26, 20, 77, 1) 0%, rgba(13, 8, 49, 1) 100%); /* For Download App section */

  /* Semantic usage tokens (map to above) */
  --page-bg:      var(--bg-gradient-3);
  --hero-bg:      var(--bg-gradient-2);
  --card-bg:      #FFFFFF;
  --accent:       var(--brand-orange);
  --primary:      var(--brand-deep);

  /* Text colors - Light Theme */
  --text-primary: #150B68; /* dark navy blue */
  --text-muted:   #333333; /* dark gray for body text */
  --text-secondary: #555555; /* lighter gray */
  --text-inverse: #FFFFFF; /* white for dark backgrounds */
  --text-placeholder: rgba(21, 11, 104, 0.4); /* muted for placeholders */

  /* Border and Shadow colors */
  --border-light: rgba(21, 11, 104, 0.1);
  --border-medium: rgba(21, 11, 104, 0.2);
  --shadow-light: rgba(0, 0, 0, 0.08);
  --shadow-medium: rgba(0, 0, 0, 0.05);

}
/* Start fonts */

@font-face {
    font-family:'Cabinet Grotesk';
    src: url('../fonts/Cabinet Grotesk Regular.eot');
	src: url('../fonts/Cabinet Grotesk Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cabinet Grotesk Regular.woff2') format('woff2'),
		url('../fonts/Cabinet Grotesk Regular.woff') format('woff'),
		url('../fonts/Cabinet Grotesk Regular.svg#Cabinet Grotesk Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Cabinet Grotesk Medium';
    src: url('../fonts/Cabinet Grotesk Medium.eot');
	src: url('../fonts/Cabinet Grotesk Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cabinet Grotesk Medium.woff2') format('woff2'),
		url('../fonts/Cabinet Grotesk Medium.woff') format('woff'),
		url('../fonts/Cabinet Grotesk Medium.svg#Cabinet Grotesk Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Cabinet Grotesk';
    src: url('../fonts/Cabinet Grotesk Bold.eot');
	src: url('../fonts/Cabinet Grotesk Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cabinet Grotesk Bold.woff2') format('woff2'),
		url('../fonts/Cabinet Grotesk Bold.woff') format('woff'),
		url('../fonts/Cabinet Grotesk Bold.svg#Cabinet Grotesk Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Cabinet Grotesk Extrabold';
    src: url('../fonts/Cabinet Grotesk Extrabold.eot');
	src: url('../fonts/Cabinet Grotesk Extrabold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cabinet Grotesk Extrabold.woff2') format('woff2'),
		url('../fonts/Cabinet Grotesk Extrabold.woff') format('woff'),
		url('../fonts/Cabinet Grotesk Extrabold.svg#Cabinet Grotesk Extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
/*--------------------------------------------------------------
02. Color Variable
----------------------------------------------------------------*/


/*--------------------------------------------------------------
03. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--text-muted);
  font-family:'Cabinet Grotesk';
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  background: #FFFFFF;
  background: linear-gradient(159deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
 

  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--brand-deep);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: var(--heading-font);
  font-family:'Cabinet Grotesk Extrabold';
}

h1 {
  font-size: 56px;
   
}

h2 {
  font-size: 36px;

}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
  line-height: 1.6em;
  color: var(--text-muted);
  color: #000000;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid var(--border-color);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}


input,
textarea {
  color: var(--heading-color);
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  04. Preloader
----------------------------------------------------------------*/
.cs_preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
}

.cs_preloader_in {
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 50%;
  border: 4px solid var(--theme-color-2);
}
.cs_preloader_in span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: spin 3s linear infinite;
}
.cs_preloader_in span::before, .cs_preloader_in span::after {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: inherit;
  position: absolute;
  top: 0;
}
.cs_preloader_in span::before {
  background-color: var(--theme-color-3);
  left: 58px;
}
.cs_preloader_in span::after {
  background-color: var(--theme-color-2);
  right: 58px;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*----------------------------------
  Bootstrap Classes
 ----------------------------------*/


hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid var(--border-color);
  opacity: 0.5;
}



/*-----------------------------------
  Buttons & Social Buttons
 ------------------------------------*/
.cs_btn.cs_style_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border: 0;
  outline: 0;
  padding: 21px 30px;
  line-height: 1em;
  border-radius: 100px;
  gap: 8px;
  position: relative;
  transition: all 0.5s ease;
  color: var(--brand-deep);
  font-weight: bold;
  font-size: 18px;
  
}
.cs_btn.cs_style_1.cs_bg_1 {
  background:#FF9700;
}
.cs_btn.cs_style_1.cs_outline {
  border: 1px solid var(--heading-color);
}
.cs_btn.cs_style_1 > * {
  position: relative;
  z-index: 1;
}
.cs_btn.cs_style_1 .cs_btn_icon {
  width: 16px;
  overflow: hidden;
}
.cs_btn.cs_style_1 i {
  text-shadow: -20px 0px 0px currentColor;
  transition: all 0.3s ease;
}
.cs_btn.cs_style_1:hover {
  color: var(--white-color);
}
.cs_btn.cs_style_1:hover.cs_bg_1 {
  background: #cb7b03;
}
.cs_btn.cs_style_1:hover.cs_outline {
  background-color: var(--heading-color);
}
.cs_btn.cs_style_1:hover.cs_theme_bg_4 {
  color: var(--heading-color);
  background-color: var(--theme-color-3);
}
.cs_btn.cs_style_1:hover i {
  transform: translateX(20px);
}
@media (max-width: 575px) {
  .cs_btn.cs_style_1 {
    padding: 18px 30px;
  }
}


/*-------------------------------
 Scroll up button
---------------------------------*/
.cs_scrollup {
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  position: fixed;
  bottom: 50px;
  right: 30px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s ease;
  background-color: var(--bg-solid-2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cs_scrollup.cs_scrollup_show {
  transform: translateY(0);
  opacity: 1;
}


.profile-star{
  position: absolute;
top: 50%;
  transform: translateY(-50%);
  right: -193px;
}

@media (max-width: 991px) {
  .cs_mobile_hide {
    display: none !important;
  }
  .profile-star{
display: none;
}
}
@media (min-width: 992px) {
  .cs_mobile_show {
    display: none !important;
  }
}
@keyframes slider-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*End Video Popup*/
/*--------------------------------------------------------------
 09. Header
----------------------------------------------------------------*/
.cs_site_header {
  position: relative;
  z-index: 101;
  /* background-color: #FFFFFF; */
}

.cs_header_shape {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
  background-color: #120674;
 
 
 /* background: rgba(20, 8, 129, 0.20);
border: 2px solid rgba(255,255,255,0.25);
backdrop-filter: blur(28px);
   */
  
  border-radius: 90px;
 
 
}
.cs_header_shape img {
  width: 100%;
  height: 100%;
}

.cs_site_header.cs_style_1 {
  padding: 0 45px;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  height: 104px;
  margin: 0 auto;
  padding: 0 45px;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    display: none;
  }
}
.cs_site_header.cs_style_1.cs_type_1 {
  margin-top: 40px;
}
.cs_site_header.cs_style_1.cs_type_2 .cs_site_branding:hover,
.cs_site_header.cs_style_1.cs_type_2 .cs_nav_list a:hover {
  color: var(--theme-color-4);
}
.cs_site_header.cs_style_1.cs_type_2 .cs_nav_list ul a:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_1.cs_type_2 .cs_nav .cs_nav_list.cs_active {
  
  color: var(--white-color);
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.cs_site_header_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
}
.cs_site_header_style_1 .cs_nav + .cs_header_toolbox.cs_center {
  margin-left: 35px;
}

@media screen and (max-width: 1399px) {
  .cs_site_header.cs_style_1 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    padding: 0;
  }
  .cs_site_header.cs_style_1 .cs_header_shape {
    display: none;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_fixed_header,
.cs_sticky_header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: var(--white-color);
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  background-color: var(--brand-deep);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  color: var(--heading-color);
}
.cs_gescout_show .cs_header_shape {
  display: none;
}
.cs_gescout_show.cs_type_1 {
  margin-top: 0 !important;
}
.cs_gescout_show.cs_type_2 {
  background-color: var(--accent-color);
  color: var(--white-color);
}

@media screen and (min-width: 1400px) {

  .cs_site_header.cs_style_1 .cs_main_header_in {
    padding: 0 65px;
  }

  .cs_site_header.cs_style_1 .cs_nav_list > li {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }
  .cs_main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs_site_branding {
    display: inline-block;
  }
  .cs_site_branding + .cs_main_header_center {
    margin-left: 40px;
  }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 30px;
    height: inherit;
    position: relative;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 25px);
    border-top: 2px solid var(--accent-color);
    transition: all 0.5s ease;
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: calc(100% + 4px);
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
    padding-right: 15px;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::before {
    content: "+";
    position: absolute;
    right: 0;
    margin-top: 0;
  }
  .cs_nav .cs_nav_list ul {
    width: 220px;
    background-color: var(--white-color);
    position: absolute;
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0 0 5px 5px;
    transition: all 0.1s ease;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
    color: var(--brand-deep);
  }
  .cs_nav .cs_nav_list ul a:hover {
    color: var(--accent-color);
  }
  
  /* Navigation links - Light Theme */
  .cs_nav .cs_nav_list > li > a {
    color: #fff;
  }
  
  .cs_site_branding {
    color: var(--brand-deep);
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_menu_toggle,
  .cs_menu_dropdown_toggle {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu {
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style_1 {
    padding: 0;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_menu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_menu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .cs_menu_dropdown_toggle span:before, .cs_menu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }
  .cs_menu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_menu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_menu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 101;
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background-color: var(--bg-solid-1);
    color: var(--heading-color);
    padding: 10px 0;
    top: 0;
    overflow: auto;
    min-height: 100vh;
    line-height: 1.6em;
    padding-top: 80px;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list.cs_active {
    left: 0vw;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  .cs_animo_links > li > a .cs_animo_text {
    text-shadow: 0 32px 0 currentColor;
  }
  .cs_animo_links > li > a:hover span {
    transform: translateY(-32px);
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
  .cs_site_header.cs_style_1.cs_type_1 {
    margin-top: 0;
  }
}


.cs_hero.cs_style_1 {
  padding: 0 15px;
}
.cs_hero.cs_style_1 .cs_hero_content {
  width: 100%;
  max-width: 1830px;
  height: 100%;
  margin: 45px auto 0;
  padding: 290px 0px 230px;
}

.cs_hero.cs_style_1 .cs_hero_text {
  width: 100%;
  max-width: 744px;
}

@media (min-width: 1400px) {
  .cs_hero.cs_style_1 {
    padding: 0 45px;
  }
  .cs_hero.cs_style_1 .container {
    max-width: 1510px;
  }

}
@media (max-width: 1399px) {
  .cs_hero.cs_style_1 .cs_hero_content {
    padding: 190px 0px 120px;
  }

}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_content {
    margin: 80px auto 0;
    padding: 120px 0px;
    border-radius: 30px;
  }

  
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_content {
    padding: 80px 0px;
  }
 
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_client_info_wrapper img {
    width: 49%;
  }
}

.cs_hero.cs_style_2 {
  padding: 244px 0 100px;
  /* background-repeat: no-repeat;
  background-size: cover; */
  /* background-color: #03011D; */
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 {
    padding: 190px 0 300px;
  }

}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 {
    padding: 190px 0 180px;
  }
}


@media (min-width: 1200px) {
.hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 26px 0px 0px 26px;
}
.hero-image {
    margin-right: -72%;
    position: relative;
}
}

@media (max-width: 1199px) {
.pos{
      position: relative;
    right: -120px;
}
}
@media (max-width: 570px) {
.pos{
      position: relative;
    right: -10px;
}
}
.quick-booking-bg{
 background: #F1F0F9;
 border: 1px solid var(--border-light);
 border-radius: 30px;
 padding: 30px 50px;
 position: relative;
 box-shadow: 0 4px 20px var(--shadow-light);
}
.quick-booking-bg:before{
  content: '';
  background: url(../img/star-blue.svg);
  width: 64px;
  height: 64px;
  position: absolute;
     bottom: 0px;
    right: -60px;
}
.cs-top-15{
  margin-top: 15px;
}
.cs-fs-32{
  font-size: 32px;
}
.cs-fs-20{
  font-size: 20px !important;
}
.font-c-white{
  color: var(--white);
}
.font-c-orange{
  color: #150b68;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}
/* Remove default arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

/* Add custom arrow */
.select2-container--default .select2-selection--single {
    position: relative;
    padding-right: 40px;
}

.select2-container--default .select2-selection--single::after {
       font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.select-wrap {
  width: 100%;
  max-width: 420px;
}

.styled-select {
  width: 100%;
}

/* ----- SELECT2 CONTAINER ----- */
.select2-container .select2-selection--single {
  height: 58px !important;
  background: #FFFFFF;
  border: 1px solid var(--border-medium) !important;
  border-radius: 40px !important;
  display: flex;
  align-items: center;
}

/* Text inside */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px !important;
  color: var(--brand-deep);
  padding-left: 18px;
  font-size: 16px;
  opacity: 0.8;
}

/* Remove default arrow */
.select2-container--default .select2-selection__arrow {
  height: 58px !important;
  right: 18px !important;
}

/* Custom arrow icon */
.select2-container--default .select2-selection__arrow b {
  border-color: var(--brand-deep) transparent transparent transparent !important;
  border-width: 6px 5px 0 5px !important;
  opacity: 0.8;
}

/* Dropdown style */
.select2-dropdown {
  background: #FFFFFF;
  border: 1px solid var(--border-medium);
  border-radius: 12px;
  box-shadow: 0 4px 20px var(--shadow-light);
}

.select2-results__option {
  color: var(--brand-deep);
  padding: 10px 14px;
}

.select2-results__option--highlighted {
  background: #150b68 !important;
  color: #ffffff !important;
}
/* Your existing arrow */
.select2-container--default .select2-selection--single::after {
    content: "\f078";
        font-family: "Font Awesome 5 Pro";

    font-weight: 400;
    font-size: 14px;
    color: var(--brand-deep);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease;
    pointer-events: none;
}

/* 🔥 Rotate arrow on open */
.select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(180deg);
}
.hero-form label{
  color: #120674;
  margin-bottom: 8px;
}
.hero-form label span{
  color: #E84B37;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 26px !important;
}
.custom-input {
    background: #F1F0F9;
    border: 1px solid var(--border-medium);
    padding: 14px 18px;
    height: 58px;
    border-radius: 50px;
    color: var(--brand-deep);
    font-size: 15px;
}

.custom-input::placeholder {
    color: var(--text-placeholder);
}

.custom-input:focus {
    background: #FFFFFF;
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 3px rgba(255, 151, 0, 0.1);
    color: var(--brand-deep);
    outline: none;
}
.input-group-text {
    background: transparent;
    color: var(--brand-deep);
    border: 0px !important;
    cursor: pointer;
}
.form-control.bg {
    background: transparent !important;
    /* border: 1px solid #2c3260;
    color: #fff; */
}
/* aboutus */
.about-section{
  position: relative;
}
.blurr-img{
  position: absolute;
  left: 0;
  top: 300px;
}
.star-pos{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.star-pos-right{
  position: absolute;
    right: 0px;
    top: 120px;
}
/* 
.about-section::before{
  position: absolute;
  content: '';
  background: url(../img/left-circle.png);
  width: 851px;
  height: 1464px;
  top: 300px;
  
  
} */
.cs_btn.cs_style_1.lgx-btn{
  padding-left: 77px;
  padding-right: 77px;
}

.mt-100{
  margin-top: 100px;
}
.feature-box{
  background-color: #F1F0F9;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  padding: 18px 14px 14px 14px;
  height: 100%;
  box-shadow: 0 2px 10px var(--shadow-medium);
}

.orange-circle{
  background-color: var(--brand-orange);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.feature-box h3{
  font-size: 24px;
  color: var(--brand-deep);
  padding-top: 20px;
  
}
.mt-80{
  margin-top: 60px;
}
.download-app-bg{
  /* background: var(--bg-gradient-dark); */
  background: #120674;
  border-radius:30px ;
  padding-left: 75px !important;
  position: relative;
  z-index: 1;
  -webkit-border-radius:30px ;
  -moz-border-radius:30px ;
  -ms-border-radius:30px ;
  -o-border-radius:30px ;
}

.download-app-bg h2,
.download-app-bg h3,
.download-app-bg p {
  color: #FFFFFF !important;
}
.download-app-bg::before {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;  
  background: url(../img/curve-left-bottom.png);
  width: 392px;
  height: 316px;
  z-index: -1;


}
.download-app-bg::after {
  content: '';
  right:  0;
  top: 0;
  position: absolute;  
  background: url(../img/right-top-curve.png);
  width: 360px;
  height: 472px;
  z-index: -1;
}
.downlaod-pos{
  position: relative;
}
.downlaod-pos::before{
  position: absolute;
  content: '';
  background: url(../img/white-star-small.svg);
  width: 48px ;
  height: 48px;
     bottom: -15px;
    right: 108px;

}
.downlaod-pos::after{
  position: absolute;
  content: '';
  background: url(../img/white-star.svg);
     top: -62px;
    right: -87px;
      width: 64px ;
  height: 64px;
}
.footer-part{
  position: relative;
}
.footer-part h3{
  font-size: 20px;
  
  color: var(--brand-deep);
  font-family:'Cabinet Grotesk Medium';
  font-weight: 500;
}
ul.company-links{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.company-links li{
   margin-bottom: 15px;
}
.company-links li a{
  color: #333333;
  font-size: 16px;
 
  line-height: 1.6em;
}

.company-links li a:hover {
  color: var(--brand-orange);
}
.social-btn{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(21, 11, 104, 0.1);
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--brand-deep);
  transition: all 0.3s ease;
}

.social-btn:hover {
  background-color: var(--brand-orange);
  color: #FFFFFF;
}

@media (max-width: 991px) {
.download-app-bg{
  padding-left: 5rem;
  padding-top: 5rem;
}  
.pd-cs-lg{
  padding-right: 5rem;

}
.about-section::before, .quick-booking-bg:before{
  display: none;
}
.downlaod-pos::after{
  right: 0px;

}
.downlaod-pos{
  position: static;
}
}
/* .cs_nav .cs_nav_list > li > a.active{
  color: var(--brand-orange);
} */

section[id] {
  scroll-margin-top: 150px;
}

.cs_nav_list a.active {
  color: #ff7a00;
  font-weight: 600;
}

.active-section {
  position: relative;
}


html {
  scroll-behavior: smooth;
}
.right-cirle{
  position: absolute;
  right: 0px;
  top:-200px;
}
.small-s{
  position: absolute;
  right: 0px;
  top: 0px;
}
.small-star{
  position: absolute;
  left: 0;
  top: 60px;
  width: 48px;
  
}
.select2-dropdown{
  background-color: var(--bg-solid-1) !important;
  border: 0px !important;
  
}
.dt-pos{
  position: absolute;
    right: 18px;
    top: 16px;
}
.time-pos {
  position: absolute;
    right: 18px;
    top: 16px;
}
.footer-border{
  border-bottom: 1px solid rgba(21, 11, 104, 0.20);
  
}

/* .cs_scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 87px;
  border: 0;
  outline: 0;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
} */
     .cs_gescout_sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .cs_gescout_show {
      transform: translateY(0);
    }

    .cs_gescout_sticky:not(.cs_gescout_show) {
      transform: translateY(-100%);
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
      color: var(--brand-deep) !important;
    }
    /* SWITCCH */
     .custom-switch {
    display: inline-block;
  }

  .custom-switch .form-check-input {
    width: 56px;
    height: 30px;
    background-color: #645F96;
    border: none;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  /* Outer knob */
  .custom-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }

  /* Inner dot */
  .custom-switch .form-check-input::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 8px;
    height: 8px;
    background-color: #645F96 ;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  /* Checked state */
  .custom-switch .form-check-input:checked {
    background-color: #6f6cd9;
  }

  .custom-switch .form-check-input:checked::before {
    transform: translateX(26px);
  }

  .custom-switch .form-check-input:checked::after {
    transform: translateX(26px);
    background-color: #fff;
  }

  /* Remove default focus shadow */
  .form-check-input:focus {
    box-shadow: none;
  }
    .custom-switch .form-check-input:checked::after {
  background-color: #6f6cd9; /* ON color */
}

.quick-booking-bg.none-start::before {
  display: none;
}
.next-button{
  max-width: 280px;
  display: flex !important;
    width: 100%;

}
textarea.custom-input{
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.select2-container--default .select2-selection--single, .select2-container .select2-selection--single{
  background: transparent !important;
}
.ms-star{
     top: 40%;
    right: 0px;
    position: absolute;
}
.ms-star-small{
     bottom: 22%;
    left: 0px;
    position: absolute;
}
/* Selecter Movers page*/
.status-box{
  /* background: #d0cee6; */
  background: #d0cee6;
  padding: 38px 24px;
  border-radius: 30px;
}
.status-box p{
  color: #150b68 !important;
}
.status-box h3{
  font-size: 24px;
  color: #150b68;
  margin-bottom: 0px;
}
.mt-6 {
    margin-top: 5rem !important;
}
.movers-box{
  background: #d0cee6;
  /* background: linear-gradient(-42deg,rgba(25, 19, 75, 1) 0%, rgba(19, 13, 60, 1) 100%); */
  border-radius: 30px;
}
.movers-box h3{

}
.movers-box span{
      font-family:'Cabinet Grotesk';
  font-size: 18px;
  font-weight: normal !important;
  top: -4px;
  position: relative;
  padding-left: 8px;
  
  
}
.movers-box p{
  font-size: 18px;
  margin-bottom: 10px;
}
.movers-box .rating {
  color:var(--brand-orange);
  font-weight: 700;
  
}
.cs-m-s{
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  
}
.view-profile {
    display: flex;
    align-items: center;
    
    flex: none;
    border: 0;
    outline: 0;
    padding: 21px 30px;
    line-height: 1em;
    border-radius: 100px;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease;
    color: var(--brand-orange);
    font-weight: bold;
    font-size: 20px;
    background: #1D1659;
    background: linear-gradient(0deg,rgba(29, 22, 89, 1) 0%, rgba(18, 12, 63, 1) 100%);
    font-family:'Cabinet Grotesk';
}
.view-profile:hover{
   background: #1D1659;
    background: linear-gradient(180deg,rgba(29, 22, 89, 1) 0%, rgba(18, 12, 63, 1) 100%);

}
/* Profile page */
.left-profile{
  background: #d0cee6;
/* background: linear-gradient(0deg, rgba(26, 20, 77, 1) 0%, rgba(13, 8, 49, 1) 100%); */
border-radius: 30px;
padding: 30px 14px;
}
.profile-photo{
  
    width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-d-box{
  background: #d0cee6;
/* background: linear-gradient(0deg,rgba(29, 22, 89, 1) 0%, rgba(13, 8, 49, 1) 100%); */
border: 1px solid #494479;
border-radius: 20px;
padding: 20px;
margin-top: 20px;
}
.profile-d-box p{
  font-size: 18px;
  margin-bottom: 10px;
}
.profile-d-box .rating {
  color:#150b68;
  font-weight: 700;
  min-width: 105px;
  
}
.skill-tag{
  border: 1px solid #150b68;
  font-size: 12px;
  color: #150b68;
  padding: 6px;
  margin-right: 7px;
  display: inline-block;
  flex-wrap: wrap;
  border-radius: 90px;
  margin-bottom: 8px;
}
.left-profile h3{
  font-size: 20px;
  color: #150b68;
  margin-top: 10px;
}
.about-me{
  background: #d0cee6;
/* background: linear-gradient(0deg,rgba(13, 8, 49, 1) 0%, rgba(26, 20, 77, 1) 100%); */
  border-radius: 30px;
  padding: 28px;
  margin-bottom: 30px;
}
.about-me h2{
  color: #150b68 !important;
  font-size: 24px;
}
.about-me h3{
  font-size: 18px;
  margin-bottom: 0px;
}
.br-bottom{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 20px;
}
.br-bottom:last-child{
  border: 0px;
}
.profile-section .cs_hero.cs_style_2{
  padding-top: 195px;

}
.b-d-bg{
  background: #d0cee6;
  /* background: linear-gradient(-23deg, rgba(29, 22, 89, 1) 0%, rgba(18, 12, 63, 1) 100%); */
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 30px;
  padding: 32px 30px;
  margin-bottom: 25px;
}
.b-d-bg h3{
  font-size: 32px;
 font-family:'Cabinet Grotesk';
}
.b-d-bg p{
  font-size: 18px;
  margin-bottom: 10px;
}
.b-d-bg .rating {
  color:var(--brand-orange);
  font-weight: 700;
  
}