:root {
  --theme-clr: #1A1A1A;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {color: #FFFFFFCC;}

/* loader in form */
#form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.gif-loader {
  width: 60px; /* adjust size if needed */
  height: auto;
}


/*loader css start*/

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--theme-clr);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -1s;
}

body .iti__country-list, div.evf-container .everest-form .iti__country-list {
    position: absolute;
    z-index: 20;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2) !important;
    border-radius: 5px;
    background-color: #1A1A1A !important;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


/*loader css end*/


/*links css start*/

.body-link {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.body-link.theme-clr .theme-clr {
  color: #C4D82E;
}

.section-border {
 border-top: 1px solid transparent;
  border-image-source: linear-gradient(270deg, #1A1A1A 0%, #555759 50%, #1A1A1A 100%);
  border-image-slice: 1;
}


/*global css start*/

html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #FFFFFF;
  background: #1A1A1A;
  font-family: "Roboto", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  background-color: #1A1A1A;
  min-height: calc(calc(var(--vh, 1vh) * 100) - 90px);
}

.fix-height {
  max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
}

main,
footer {
  margin: 0 auto;
/*  max-width: 1440px;*/
}

svg {
  color: inherit;
  fill: currentColor;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: none;
  box-shadow: none;
  color: inherit;
}


/*bootstrap grid css*/

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px;
}

.container,
.container-fluid {
  --bs-gutter-x: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

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

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


/*bootstrap grid css end*/

.ic {
  width: 24px;
  min-width: 24px;
  height: 24px;
}


ul {
  list-style-type: none;
}


/*button css start*/

button:focus {
  outline: none;
}

.btn {
  padding: 13px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  background: #FFFFFF;
border-radius: 10px;
  color: #121212;
  height: 50px;
      transition: 0.3s ease-out;
      white-space: nowrap;
      text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #121212;
  box-shadow: none;
} 

.btn-width {width: 132px;}

.btn-lg {
  background: #121212;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn-lg:hover,
.btn-lg:active,
.btn-lg:focus {
  background: #FFFFFF;
  color: #121212;
}

/*button css end*/


/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}

/*scrollbar css end*/


/*header css start*/

.navbar-expand-lg {
  height: 80px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); /* Safari prefix */
  box-shadow: 0px 1px 2px 0px #00000026;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #766CFF;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #766CFF;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #766CFF;
}

header .nav-link:hover,
.nav-link:focus {
  color: #766CFF;
}

header .nav-item.active .nav-link {
  color: #766CFF;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  max-width: 500px;
  min-width: 500px;
}

.nav-logo {
  display: none;
}

.custom-logo {height: 30px;}

/*header css start*/

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #FFFFFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  line-height: 25px;
  text-transform: uppercase;
}

header .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  display: none;
}


.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 27px;
  width: 30px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 6px 0;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
      box-shadow: none;
}


.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  width: 30px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}


/*header css end*/


/*common class start*/
.mb-80 {
  margin-bottom: 80px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.me-20 {
  margin-right: 20px;
}

.me-10 {
  margin-right: 10px;
}

.px-20 {
      padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
  padding-left: 30px;
    padding-right: 30px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-60 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.py-94 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-100 {padding-top: 100px;}

.rounded-20 {border-radius: 20px;}
.rounded-67 {border-radius: 50px;}
/*font size class start*/

h1 {
font-size: 68px;
font-weight: 600;
line-height: 78px;
letter-spacing: -0.03em;
}
h2 {
font-size: 60px;
font-weight: 600;
line-height: 70px;
}
.sm-font {
font-size: 17px;
line-height: 25px;
}
.md-font {
font-size: 24px;
line-height: 36px;
}
.lg-font {
  font-size: 30px;
line-height: 40px;
}
.xl-font {
  font-size: 36px;
line-height: 50px;
}
.xxl-font {
  font-size: 40px;
line-height: 48px;
}
.font-14 {
  font-size: 14px;
line-height: 20px;
}
.font-18 {
  font-size: 18px;
line-height: 30px;
}
.font-20{
font-size:20px;
line-height:28px;
}
.font-50 {
  font-size: 50px;
line-height: 70px;
}

/*font size class end*/


/*font weight*/

.fw-300 {
  font-weight: 300
}

.font-regular,
.fw-400 {
  font-weight: 400
}

.font-medium,
.fw-500 {
  font-weight: 500
}

.font-semibold,
.fw-600 {
  font-weight: 600
}

.font-bold,
.fw-700 {
  font-weight: 700
}


/*color css start*/

.blue-clr {
  color: #766CFF;
}

.gray-clr {
  color: #898D91E6;
}

.bg-gray {
  background-color: #262626;
}

/*color css end*/


/*links css end*/

.fullheight {
  min-height: calc(calc(var(--vh, 1vh) * 100));
}

/* Header css start */

.navbar-light .navbar-brand {
  color: #2D72BB;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

/* navtab start */

.blog-listing .nav-tabs {
    border-bottom: 1px solid #262626;
    margin-bottom: 50px;
}

.blog-listing .nav-link {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
color: #898D91E6;
padding: 15px;
    text-align: left;
}

.blog-listing .nav-tabs .nav-item.show .nav-link, .blog-listing .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
   border-bottom: 1px solid #766CFF;
   border-left-color: transparent;
   border-top-color: transparent;
   border-right-color: transparent ;
}

.blog-listing .nav-tabs .nav-link:focus, .blog-listing .nav-tabs .nav-link:hover {border-left-color: transparent;
   border-top-color: transparent;
   border-right-color: transparent ;}

.category{
  border: 5px solid #fff;
  color: #fff!important;
  width: fit-content;
}

/* faq */

.faqs-listing .nav-pills .nav-link.active, .faqs-listing .nav-pills .show>.nav-link {
      background-color: transparent;
      border-right: 5px solid #766CFF;
      border-radius: 0;
}

/* .faqs-listing .nav-pills {
      border-right: 1px solid #262626;
      min-height: 500px;
} */

.tab-content {
  border-left: 1px solid #3d3e3f;
}

.faqs-listing .nav-link {width: 300px;}

/* animation start */

.animated-item {
  opacity: 0; /* Initially hidden */
  transition: opacity 1s ease-in-out;
}
.animated-item.animated {
  opacity: 1; /* Make visible when animated */
}

.section-animate {position: relative; 
  overflow: hidden;   
  z-index: 1; }

  .animated-item {
  z-index: 1; /* Lower z-index to stay behind */
  position: relative; /* Ensure it's positioned properly */ 
}

.btn-animate {position: relative;
  z-index: 3; /* Higher z-index to stay above animations */}

.animate__delay-03s {animation-delay: 0.3s;}
.animate__delay-04s {animation-delay: 0.6s;}
.animate__delay-05s {animation-delay: 0.9s;}
.animate__delay-06s {animation-delay: 1.2s;}

.fearless-posting-eyes {   
   height: 380px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;}

  .fearless-posting-smile {
    height: 730px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  }

.fearless-posting-camera {    height: 380px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;}

.fearless-posting-shocking {    height: 363px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;}

.fearless-posting-music {    height: 458px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;}
  
html {
  scroll-behavior: smooth;
}
.parallax-item-mobile { display: flex;
  align-items: center;
background-size: cover; /* Use 'cover' for responsive scaling */
  background-position: center center;
}
.parallax-item-mobile:first-child {
	background-size: 100% 100%; 
}
.parallax-item {
  background-attachment: fixed; /* key for parallax */
  background-size: cover;
  background-repeat: no-repeat; /* prevent repeating */
  background-position: center center;
  height: 100vh; /* or any desired height */
  position: relative;
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center;     /* Vertical center */
}


.brand-parallax {
  background-color: #010101CC;
  backdrop-filter: blur(4px);
  border-radius: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}

.brand-parallax h2 {
  font-size: 60px;
}

.parallax-item:first-child {
  background-size: 100% 130%; 
	background-position-y: 1%;
}

.project-logo p {    padding-left: 10px;
  padding-right: 10px; }
/* animation end */

.single-blog .navbar-expand-lg .navbar-nav a.menu-blog{
  color: #766CFF;
}

/* Content and reach start */

.infinite-slider {
  display: none;
}

.project-logo img {
  height: 417px;
  width: 286px;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
border-radius: 20px;
filter: grayscale(100%);
    transition: filter .5s linear;
}

.project-logo {
  filter: blur(0);
  padding: 25px 15px;
  transition: all 500ms linear 0s;
  position: relative;
      display: flex;
    justify-content: center;
}

.project-logo p {
  position: absolute;
  bottom: 48px;
}


.client-logo-listing .project-logo img {
  transform: scale(1); 
  transition: transform 0.6s ease; 
}


.project-logo.clicked {
  filter: blur(0) !important;
}

.project-logo.clicked img {
  transform: scale(1) !important;
  filter: grayscale(100%) !important;
  transition: transform 0.6s ease; 
}

.brand-slider-carousel:before {
  content: "";
  position: absolute;
  right: 77px;
  width: 170px;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(27, 26, 26) 0%, rgba(2, 0, 36, 0) 100%);
  z-index: 1;

}

.brand-slider-carousel:before {
  right: auto;
  left: -1px;
  background: linear-gradient(90deg, rgb(27, 26, 26) 0%, rgba(2, 0, 36, 0) 100%);
}

.work-text-height {min-height: 60px;}


    /* Styles for desktop screens */
    .client-logo-listing:hover .project-logo {
  filter: blur(3px);
}

.client-logo-listing .project-logo:hover {
  filter: blur(0);
}

.client-logo-listing .project-logo:hover img {
  filter: grayscale(0) blur(0);
  transition: all 500ms linear 0s;
   transform: scale(1.1);
}


@media (max-width: 767.98px) { 
  /* Styles for mobile screens */
    .client-logo-listing .clicked .project-logo {
  filter: blur(3px);
}


.client-logo-listing .project-logo.clicked {
  filter: blur(0);
}

.client-logo-listing .project-logo.clicked img {
  filter: grayscale(0) blur(0) !important;
  transition: all 500ms linear 0s;
   transform: scale(1.1) !important;
}

}



/* Landing page css start */

/* .counter-container {
  padding: 40px 40px 83px 40px;
} */
.counter, .add-counter {
  color: #766CFF;
font-size: 30px;
font-weight: 600;
line-height: 36px;
}

.whyraw-signature {
      position: absolute;
    bottom: 41%;
    left: -6%;
    z-index: 1;
}
.whyraw-increment {
  position: absolute;
    width: 413px;
    height: 249px;
    border-radius: 22px;
    background-color: #FFFFFF;
    bottom: 3%;
    padding: 40px 40px 0 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.faq-collapase a[aria-expanded="true"] .faq-arrow {
  rotate: 180deg;
} 

.work-shop {
  bottom: 50px;
}
.work-camera {
  top: 50px;
}
.work-like {
  bottom: 50px;
  right: -15px;
}

.dot-time-div {
      height: 6px;
    width: 6px;
}

.blog-details p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;
}
.blog-details h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.blog-details a {    color: #766CFF;}
.inner-listing-blog {    list-style: disc;
    margin-bottom: 10px; font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;}
.terms-text p{
margin-bottom: 16px;
color: #ffffff;}

.inner-listing-order-blog {  
    margin-bottom: 10px; font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;}
.terms-text p{
margin-bottom: 16px;
color: #ffffff;}

.terms-text li {font-size: 16px;
  
color: #ffffff;
}

 .terms-listing {list-style: disc;}  

 #collapseFaq {margin-top: 50px;}

 .sticky-card {
    position: sticky;
    top: 90px;
}

.error-img {height: 400px;}

.forminator-field-slider {margin-bottom: 50px;}

.Lable-group
{background-color: #2C2C2C!important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 5px;
  width: 70%;
	flex:inherit!important;
}
.calculator-value-Right
{background-color: #2C2C2C!important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
  width: 70%;
	flex:inherit!important;
}
.calculator-value-left{
  background-color: #766CFF!important;
  box-shadow: 0px 0px 10px 0px #00000080;
  border-radius: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 5px;
  width: 672px !important;
	flex:inherit!important;
	align-items: flex-start!important;
z-index: 999 !important;
}


.calculator-value-left .forminator-row {border-bottom: 1px solid #12121233;    width: 128%;}
.calculator-value-left .forminator-row:last-child {
    border-bottom: 0;
}
.calculator-value-Right .forminator-row {border-bottom: 1px solid #12121299;}
.Lable-group .forminator-row {border-bottom: 1px solid #12121299; width: 100%;}
.calculator-value-Right .forminator-row:last-child {
    border-bottom: 0;
}
.Lable-group .forminator-row:last-child {
    border-bottom: 0;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-input {    border-width: 0 !important;}
.calculator-value-left .forminator-field-html {    padding-bottom: 23px !important;
    padding-top: 22px !important;}
.calculator-value-left .forminator-field-html img {height: 30px;}
.calculator-value-Right .forminator-repeater-field {padding: 0 !important;}
.Lable-group .forminator-all-group-copies {padding: 0 !important;}
.Lable-group .forminator-merge-tags .forminator-label {    padding-top: 15px;
    padding-bottom: 15px; text-align: left; }
    .Lable-group .forminator-repeater-label {text-align: left !important; padding-left: 18px;} 
  .Lable-group .forminator-row {margin-bottom: 0 !important;}
  .Lable-group .forminator-grouped-fields {    align-items: start !important;}
  .calculator-value-left .beraw-calc input {font-weight: 700 !important; font-size: 20px !important; line-height: 30px !important;}
    .Lable-group {margin-right: 0;}
    .calculator-value-left {margin-left: 0; margin-right: 0;}
    .calculator-value-Right {margin-left: 0;}
    .calculator-value-Right .beraw-calc input { font-size: 20px !important; line-height: 30px !important; color: #CCCCCC !important;}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-input {    padding: 15px 0 15px !important;}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
        margin-bottom: 0 !important;
    }


/* .forminator-field-left
{
	padding-right:250px!important;
padding-left:0px!important;
}
.forminator-field-left-fourth
{
	padding-right:165px!important;
padding-left:0px!important;
} */
.forminator-input--wrap{
	width:max-content!important;
}

.grey-box {    height: 55px;
    width: 160px;
    background-color: #EBEBEB; margin-right: 10px;}

.blue-box { height: 90px;
    width: 160px;
    background-color: #766CFF;

}
.blog-sticky-card {    position: sticky;
    top: 80px;
    z-index: 10;
    background-color: #121212;}

    .customerbox img {height: 400px; border-radius: 20px; object-fit: cover; max-width: 480px;}

    .navbar-expand-lg .navbar-nav .nav-link.nav-active {
    color: #766CFF;
}

/* testimonial slick */
.slick-list{padding:0 35% 0 0 !important;}
.slick-arrow {
    cursor: pointer !important;
}

.slick-prev {
    cursor: pointer !important;
}

.slick-arrow.slick-prev {
    background-image: url(../img/svg/icon-left-arrow.svg) !important;
    background-repeat: no-repeat !important; /* Prevents repeating the image */
    background-position: center !important;
    background-size: 24px 24px !important;
    text-indent: -9999px; /* Hides the "Next" text */
    border: 2px solid #898D91E6 !important;
    border-radius: 50%;
    width: 50px !important; /* Adjust the width to fit your arrow image */
    height: 50px; /* Adjust the height to fit your arrow image */
    display: inline-block;
}

.slick-arrow.slick-prev {
    text-indent: -9999px; /* Hide the "Next" text */
    background: none;
    border: none;
}

.slick-arrow.slick-next {
    background-image: url(../img/svg/icon-right-arrow.svg) !important;
    background-repeat: no-repeat !important; /* Prevents repeating the image */
    background-position: center !important;
    background-size: 24px 24px !important;
    text-indent: -9999px; /* Hides the "Next" text */
    border: 2px solid #898D91E6!important;
    border-radius: 50%;
    width: 50px !important; /* Adjust the width to fit your arrow image */
    height: 50px; /* Adjust the height to fit your arrow image */
    display: inline-block;
}

.slick-arrow.slick-next {
    text-indent: -9999px; /* Hide the "Next" text */
    background: none;
    border: none;
    right: 0;
}

.slick-arrow {
  top: 93%;
    z-index: 10;
}


.slick-prev {
    left: auto !important;
    right: 70px;
}

.slick-dots li button {
    width: 100%;
    border: 1px solid #898D91E6;
    border-radius: 0;
    background-color: #898D91E6;
    padding: 0;
    border-radius: 0;
    height: 6px;
}
.slick-dots li.slick-active button {
    border-color: transparent;
    opacity: 1;
    text-indent: -100000px;
    background: #111111;
}
.slick-dots li {
  flex: 1;  /* Distributes equal space */
    height: 8px;
    margin: 0;
}

.slick-dots li:last-child button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slick-dots li:first-child button {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slick-track {
    margin-bottom: 50px;
}

.slick-dots {
  width: calc(100% - 154px) !important;
  top: 93%;
  bottom: 0;
  margin-top: 0;
  display: flex !important;
  justify-content: space-between;
}


.slick-dots li button:before {
    border: none;
}

.slick-dots li.slick-active button:before {
    background: none !important;
}

.slick-dots li.slick-active button {
    border-color: transparent;
    opacity: 1;
    text-indent: -100000px;
    background: #766CFF;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.customerbox {
    margin-bottom: 20px;
}
 .acf-text-mobile {display: none;}

/* rich calc */
.forminator-button{
  display: none!important;
}

.beraw-calc{
  display: flex  !important;
  flex-direction: row  !important;
  justify-content: center  !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.forminator-input{
  color:#fff !important;
  text-align: center;
}

.forminator-field-group{
  background-color: #26262600;
}
.forminator-ui#forminator-module-791.forminator-design--material .calculator-value-left .forminator-repeater-field{ 
border-radius: 20px !important;
box-shadow: 0 0px 20px rgba(0, 0, 0, 1) !important;
}

.forminator-ui#forminator-module-791.forminator-design--material .forminator-repeater-field{
  background-color: #00000000!important;
  box-shadow: inset 0 0 0 0 rgba(221, 221, 221, 0.5)!important;
}
#forminator-module-791.forminator-design--material .forminator-is_filled .forminator-label[class*="forminator-floating-"], #forminator-module-791.forminator-design--material .forminator-is_active .forminator-label[class*="forminator-floating-"]{
  font-size: 16px !important;
  line-height: 24px!important;
}
.forminator-label{
font-size: 20px!important;
line-height: 30px!important;
color: #CCCCCC;
font-weight: 400 !important;
}
.forminator-repeater-label{
  font-size: 20px !important;
  line-height: 28px!important;
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: 600 !important;
  color: #CCCCCC;
  border-bottom: 1px solid #12121299;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-input--wrap {
width: 48%;
}
.forminator-field-group{
  width: 100%;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-slider .ui-slider-handle{
  background: #766cff!important;
    border: 2px solid #fff!important;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-slider .ui-slider-handle:focus:after, .forminator-ui.forminator-custom-form[data-design=material] .forminator-slider .ui-slider-handle:hover:after {
  background: #766cff63!important;
  border: 2px solid #766cff!important;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-slider .ui-slider-range {
  background: #766cff!important;
}
.forminator-row{
	display: flex!important;
    flex-wrap: nowrap!important;
	align-items: center;
 
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-slider .ui-slider-horizontal .ui-slider-handle {
      top: -7px !important;
}

.forminator-ui#forminator-module-791.forminator-design--material .forminator-repeater-field .forminator-grouped-fields:last-child{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
      align-content: center;
      align-items: center;
}
.forminator-is_filled{
  display: flex  !important;
  flex-direction: row  !important;
  justify-content: space-between  !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
/* slick dots end */
/* slider  */

.scroll-image {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
  transition: margin-top 0.3s ease;
}

#animation-container img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.1s ease-out; /* optional for smoothness */
}


#image1 {
  margin-top: 100px;
  height: 1460px;
}
#image2 {
  margin-top: 300px;
  height: 1460px;
}
#image3 {
  margin-top: 160px;
  height: 1460px;
}
#image4 {
  margin-top: 90px;
  height: 1460px;
}

#image1 img {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image2 img {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image3 img {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image4 img {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image1 video {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image2 video {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image3 video {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
#image4 video {height: 730px; max-width: 100%; object-fit: cover; border-radius: 20px;}
/* Reach Calculator start */
 .tooltip { position: absolute; z-index: 9; display: block; margin: 0; opacity: 0; }
 .talk-form .slider .tooltip.top { margin-top: -21px;    margin-left: -21px; }
 .tooltip.in { filter: alpha(opacity=90); opacity: .9; }
 .slider-selection { background: #262626 !important; box-shadow: none; border-radius: 10px; }
 .slider.slider-horizontal { width: 100% !important; height: 20px; }
 .slider-handle { background-color: #766CFF !important; border: 2px solid #FFFFFF; background-image: none !important; width: 17px; height: 17px; top: 9px; }
 .slider-wrapper .tooltip-inner { max-width: 200px; padding: 0 8px; color: #FFFFFF; font-weight: 700; font-size: 24px; line-height: 0; text-align: center; background-color: transparent !important; }
 .slider-wrapper .tooltip.top .tooltip-arrow { display: none !important; }
 .slider.slider-horizontal .slider-track { height: 3px; top: 94%; margin-top: -3px; }
 .slider-track { border-radius: 2px; background-color: rgba(0, 0, 0, 0.12); box-shadow: none; }
 .slider-track-low, .slider-track-high { background-color: rgba(0, 0, 0, 0.12); }
.slider-wrapper {    cursor: pointer;}
 .talk-form .slider{
    display:inline-block;
    vertical-align:middle;
    position:relative
}

.talk-form .slider.slider-horizontal .slider-track{
    height:8px;
    width:100%;
    margin-top:-5px;
    top:50%;
    left:0
}
.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{
    height:100%;
    top:0;
    bottom:0
}
.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{
    margin-left:-10px
}

.slick-arrow.slick-hidden,.slick-slide.slick-loading img,.slider .hide,.slider input{
    display:none
}

.slider-track{
    position:absolute;
    cursor:pointer;
    background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
    background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
    background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
    background-repeat:repeat-x;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    border-radius:4px
}

.slider-track-high,.slider-track-low{
    position:absolute;
    background:0 0;
    box-sizing:border-box
}
.slider-handle{
    position:absolute;
    top:0;
    width:20px;
    height:20px;
    background-color:#766CFF;
    background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    background-repeat:repeat-x;
    filter:none;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.slider-handle.round,.slider-tick.round{
    border-radius:50%
}
.forminator-calculation-field input {
  font-feature-settings: "tnum"; /* Ensures numbers are monospaced */
}
.forminator-slider-value{
  color: #fff;
  font-weight: 700;
}
.forminator-slider-value-min{
  color: #fff;
  font-weight: 700;
}

/* Reach Calculator end */

/* brand baneer */

.brand-counter {
border-radius: 12px;
  background: linear-gradient(199.22deg, #555759 0.42%, #161616 99.58%);
  height: 56px;
padding: 10px;
}
.brand-heart {width: 156px;}
.brand-message {width: 146px;}
.counter-brand {font-size: 24px; line-height: 36px; font-weight: 700;}

/* brand baneer end */

.modal-content {        background-color: #121212;
    border-color: #2a2a2a;   box-shadow: 0 -1px 10px 0 #acabab4d;}

.btn-close { background-image: url(../img/svg/ic-close.svg);} 

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

.modal-header {border-bottom: 0;}

.modal-body {padding: 0 20px 52px 20px;}

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

.work-cus-height {    height: 346px;
    object-fit: cover;}

.whyberaw-cus-height {    height: 564px;
    object-fit: cover;
    width: 564px;}

.brand-banner-img {height: 370px; width: 370px; object-fit: cover; border-radius: 20px;}

.emoji-cus-height {height: 80px;}

/*footer css start*/

.social-app img {height: 45px;}

.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  height: 44px;
  background-color: #262626;
  position: relative;
}

.scroll-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
	    height: 44px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Scroll across the full width */
  }
}


.bereal-section {
font-size: 36px;
line-height: 43px;
padding-left: 15px;
padding-right: 15px;
	    height: 44px;
}

.bereal-section p {
  color: #fff;
}

.footer-nav a {
  font-weight: 500;
font-size: 17px;
line-height: 25px;
}

.footer-nav a:hover {
  transition: 0.3s;
  text-decoration: underline;
}

/*footer css end*/


/*design page end*/




/* iPadPRO landscape style here */

@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) {
	.parallax-item-mobile:first-child {
    background-size: 100% 168%;
    height: 800px;
}
.slick-list{padding:0 !important;}
}

@media (max-width: 991.98px) {
  .faqs-listing .nav-pills {    min-height: auto; border-bottom: 1px solid #262626; } 
  .navbar-brand {
    padding-top: 0;
  }

  /*.wizard > .content {     min-height: 44em; }*/
  .navbar-expand-lg {
    min-height: 59px;
    height: 59px;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(104, 104, 104, 0.1);
  }

  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

  /*navabr for mobile css start*/
  #navbarNav {
    position: fixed;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100));
    display: block;
    width: 100%;
    z-index: 11;
    background: #121212;
    left: 0;
    bottom: 0;
    top: 59px;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-content: center;
    overflow-y: auto;
  }

  #navbarNav.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}


/* iPad landscape style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
	
/* 	.parallax-item {    height: 600px;} */
.parallax-item-mobile:first-child {
    background-size: 100% 120%;
    height: 700px;
}
	
	 .forminator-field-slider {    width: 100%; }

  .calculator-value-left .forminator-row {justify-content: center;}

  .Lable-group .forminator-merge-tags .forminator-label {    padding-left: 10px;
    padding-right: 10px;}

    .forminator-field-group {
            margin-bottom: 14px;
}

    
    .Lable-group .forminator-repeater-label {
    padding-left: 10px;
}

  .work-text-height {
    min-height: 72px;
}

.work-cus-height {
    height: 200px; }

   .slick-dots {    top: 88%;}

  .slick-arrow {    top: 88%;}

/* 
.slick-dots {
        top: 95%;
    } */
    .blog-res-spacing {    margin-bottom: 60px; }
}



@media (max-width: 991.98px) {

  .rounded-67 {
    border-radius: 30px;
}

  .tab-content {
    border-left: 0;
}

  .love-posting-res {    display: flex;
       gap: 8px;}
   
     .love-posting-res img {    height: 380px;
       object-fit: cover;}

       .love-posting-res div {width: 50%;}
       .love-posting-res-none { display: none; }

       .fearless-posting-smile {    height: 380px;
       object-fit: cover;}

   .slick-list{padding:0 !important;}

  .py-94 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}

  .sticky-card {    top: 58px;}

  .blog-sticky-card  {    top: 58px;}

    .faqs-listing .nav-pills {    flex-direction: row !important; flex-wrap: nowrap;       overflow-x: scroll;
        overflow-y: hidden; margin-bottom: 20px;         width: 100%;
        margin-right: 0 !important; background-color: #1A1A1A;  }

  .faqs-listing .nav-pills .nav-link.active, .faqs-listing .nav-pills .show>.nav-link {
      border-bottom: 5px solid #766CFF;
      border-right: 0;
}


  /* .counter-container {    padding-top: 30px; padding-bottom: 0;} */

.whyraw-signature {left: 0;}

  .whyraw-increment {width: 300px;
  justify-content : start;
  height: 180px;
 padding: 20px 20px 0 20px;
  }

      .work-like {
    right: 0;
}
  .brands-banner h1 {
   font-size: 40px;
    line-height: 50px;
  }

  .brand-parallax h2 {
    font-size: 28px;
    margin-bottom: 4px;
}

body { font-size: 16px;
    line-height: 24px;}

    .font-18 {
    font-size: 16px;
    line-height: 24px;
}
.font-50 {
    font-size: 36px;
    line-height: 48px;
}
  h1 {
    font-size: 40px;
    line-height: 50px;}

    h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 4px;
  }

    .xl-font {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}

.xxl-font {
    font-size: 20px;
    line-height: 28px;
}

.lg-font {    font-size: 24px;
    line-height: 32px;}

.font-res {
    font-size: 20px;
    line-height: 28px;
}

.footer-nav a {    font-size: 16px;
    line-height: 24px;}

    .sm-font {
    font-size: 16px;
    line-height: 24px;
}

.font-14 {
    font-size: 16px;
    line-height: 24px;
}

.mb-20 {margin-bottom: 4px;}
.mb-30 {
  margin-bottom: 20px;
}

.dylp-text{
    text-align: left !important;
}

.mb-50 {
  margin-bottom: 20px;
}
.xxl-font {
  font-size: 20px;
  line-height: 20px;
}
.font-50 {
  font-size: 40px;
  line-height: 50px;
}
.pt-100 {
  padding-top: 30px;
}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 12px;
  }
  .ms-2{
  height: 25px;
  width: 25px;
  }
  .py-80 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn{
  /* margin-right: 190px; */
  padding: 8px 20px;
  height: unset;
}
}


@media (max-width: 767.98px) {
	
	 .btn-res {padding: 8px; margin-top: 10px; font-size: 13px;}

 .forminator-field-group {
    width: 40%;
            margin-bottom: 14px;
}

.calculator-value-left {    width: 146px !important;}

.forminator-input--wrap {
    width: auto !important;
}

.forminator-field-slider {    width: 100%; margin-bottom: 20px;}
	
	.forminator-slider-full {margin-bottom: 20px;}

.forminator-label {
    font-size: 11px !important;
    line-height: 20px !important;}

    .calculator-value-left .beraw-calc input {
    font-size: 11px !important;
    line-height: 20px !important;
}
.calculator-value-Right .beraw-calc input {
    font-size: 11px !important;
    line-height: 20px !important;
}
.calculator-value-left .forminator-row {justify-content: center;}
    .Lable-group .forminator-merge-tags .forminator-label {    padding-left: 10px;
    padding-right: 10px;}

    .calculator-value-left .forminator-field-html img {
    height: 25px;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-repeater-field {padding-left: 0 !important; padding-right: 0 !important;}

    .Lable-group .forminator-repeater-label {
    padding-left: 10px;
}

  .whyberaw-cus-height {height: auto;     margin-bottom: 25px;}

  .parallax-item-mobile:first-child {    background-position-x: 58%;
            background-size: auto;
	                height: 135%;
        align-items: end;
	}

  .acf-text {display: none;}

  .acf-text-mobile {display: block;}

  .customerbox {    margin-bottom: 45px;}

  .beraw-game-spacing {    padding-bottom: 42px;}

  footer .custom-logo {display: none;}

  .talk-form {padding-left: 20px;
  padding-right: 20px;}


.blog-listing .nav-link {
      font-size: 24px;
    line-height: 32px;   
}

.customerbox h3 {height: 60px;}
.customerbox p {height: 75px;}


  .work-shop img {
    height: 80px;
    width: 80px;
  }

  .work-camera {
    height: 80px;
    width: 80px;
  }
  .work-like {
    height: 80px;
    width: 80px;
  }

  .work-shop-message img {
  height: 30px;
  width: 30px;
}

.work-like-brand {
      bottom: 28px;
    right: 70px;
}

  .work-text-height {
	  min-height: 0px;

}

  .py-60 {
  padding-bottom: 30px;
  padding-top: 5px;
}

  .slider-wrapper .tooltip-inner {    font-size: 20px;     padding: 0 15px;}

   .project-logo {padding: 20px 10px;}
  .project-logo p {
          padding-left: 10px;
        padding-right: 10px;}

     /* .slick-dots {top: 98%;} */
     .posting-res {padding-bottom: 50px;}
  
  .project-logo img {height: auto;     width: 300px;}

  .brand-parallax {    margin-top: 0;
    border-radius: 0; margin-bottom: 0;}
  
  .pt-parallax {padding-top: 20px;}

 .forminator-field-slider {
    margin-bottom: 0;
}

  .whyraw-signature {
    bottom: 8%;}

    .whyraw-increment {bottom: -22%;     padding: 20px 20px 0 20px;}

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

       .py-res {padding-left: 0;
        padding-right: 0;}

       
     .mb-res {margin-bottom: 20px;}
 .customerbox img {max-width: 100%; height: auto;}
  
  .slider-wrapper .tooltip-inner {
    right: -53px;
    position: absolute;
  }
/* .btn{
  margin-right: 190px;

} */
 

.mb-res-80 {margin-bottom: 80px;}

.blog-listing .nav-tabs {    flex-wrap: nowrap;         overflow-x: scroll;
        overflow-y: hidden;}


.posting-res img {border-radius: 40px;}



  .navbar-toggler {
    margin-right: 0
  }

  .navbar-expand-lg {
    min-height: 56px;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(104, 104, 104, 0.1);
  }

  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

}

.sectors-card {
  padding: 30px;
  border-radius: 6px;
  background-color: #0f0f0f00;
  border: 1px solid #0f0f0f00;
}

.posting-resvideo{
  border-radius: 40px;
}

.posting-resbottom{
  border-radius: 40px;

}

.blog-img{
  height: 410px;
    width: 100%;
    object-fit: cover;
}

.everest-forms label, .wp-block-everest-forms-form-selector label {
  color: #fff;
}

.input-text{
  background-color: #11111100;
  color: #fff;
}

.everest-forms .evf-field-container {    padding-left: 0;
  padding-right: 0; }

  .everest-forms input[type=text],
  .everest-forms input[type=email],
  .everest-forms select,
  .everest-forms input[type=tel] {     border-bottom: 2px solid #262626;
      padding: 17px 0;
      background-color: transparent;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-radius: 0;
      height: 60px;
      font-size: 17px;
      line-height: 25px;
      color:#898D91E6;
   }

  input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    background-color: transparent !important;
    color: white !important; /* Ensures text remains white */
    -webkit-text-fill-color: white !important; /* Fix for some browsers */
    transition: background-color 5000s ease-in-out 0s;
}

select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;}

  select {
      background-image: url('/wp-content/uploads/2025/04/ic-down.svg') !important;
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 24px;
}

   .everest-forms .select-gender input:focus {    border-top: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;}

.iti__standard .iti__active{
  background-color: #0011ff!important;;
}

/* body .iti__country-list, div.evf-container .everest-form .iti__country-list {color: #898D91E6;}    
body .iti__country-list, div.evf-container .everest-form .iti__country-list {    color: #898D91E6;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; } */
.everest-forms label, .wp-block-everest-forms-form-selector label {    margin: 0 0 5px 0;     font-size: 15px;
    line-height: 23px; }

.everest-forms input[type=text], .everest-forms input[type=email], .everest-forms input[type=tel]{    color: #fff; }

.everest-forms input[type="radio"] {
  appearance: none; 
  width: 24px;
  height: 24px;
  border: 2px solid #D9D9D9; /* Border color */
  border-radius: 50%;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 0 !important;
}

/* Custom Styling for Everest Forms Radio Buttons */
.everest-forms input[type="radio"] {
  appearance: none; /* Remove default styles */
  width: 18px; /* Adjust size */
  height: 20px;
  border: 2px solid #D9D9D9; /* White border */
  border-radius: 50%; /* Make it circular */
  display: inline-block;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.everest-forms input[type="radio"]:checked {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  background-image: url('/wp-content/uploads/2025/01/circle-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.everest-forms .evf-field-container .evf-frontend-row input[type=radio], 
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input[type=radio] {
    appearance: none !important;
}
/* Change background and text color of the entire dropdown */


/* Change selected country style */
/* .iti__country.iti__highlight {
  background-color: #555 !important;
  color: #fff !important;
} */


/* Optional: Improve accessibility and hover effect */
.everest-forms input[type="radio"]:hover {
  border-color: #ddd;
}

.everest-forms input[type="radio"]:focus {
  outline: 2px solid #ddd;
  outline-offset: 2px;
}

.select-gender ul li label {    color: #898D91E6; }
.select-gender #evf-369-field_RbTbZcv67R-6 {    padding-top: 17px; }

.everest-forms input[type="radio"]:focus {
  outline: none;}
  .everest-forms input[type="radio"]:checked + everest-forms-field-label-inline {    color: #fff; } 
  .evf-submit-container {     text-align: center;
   }

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid>label, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid>label {
    color: #fff;
}

.evf-error {color: #fa5252 !important;}

  .everest-forms input[type="radio"]:checked + label {
    color: #fff; /* Change label color when selected */
}

.everest-forms button.button:not(.button-large), .everest-forms button[type=submit] { 
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 150px;
  text-transform: uppercase;
color: #121212; 
}
 

    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {    margin-bottom: 20px; }

    .everest-forms button.button:not(.button-large), .everest-forms button[type=submit] {     color: #121212;     background-color: #fff; }


    .everest-forms input[type="radio"]:checked {    border-color: #fff !important; }
    .everest-forms input[type="radio"] {    border-color: #898D91E6 !important; }

    .everest-forms input::placeholder {
      color: #898D91E6 !important;
  }
  .SpecifyBusinessTypeForm label:after {
    content: " *";
    color: #fa5252;
    font-weight: 700;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .SpecifyBusinessTypeForm {display: none;}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .SpecifyHereTypeForm {display: none;}

.listing-tag{
  list-style-type: disc;
}
.pp-link{
  text-decoration: underline !important;
 
}
.privacy-policy{
  font-size: 16px!important ;
}
  /* Change input text color when typing */
  .everest-forms input {
      color: #fff !important;
  }


    @media (max-width: 767.98px) { .everest-forms {     padding-left: 16px;
      padding-right: 16px; }  }

      .everest-forms input[type=text], .everest-forms input[type=email], .everest-forms select, .everest-forms input[type=tel] {    border-color: #262626 !important; }

    /* Default styling (for Chrome on Android and general mobile browsers) */
@media screen and (max-width: 767px) {
    .slick-dots { top: 88%; }
    .slick-arrow { top: 88%; }
}

/* Specific styling for Safari on iPhone */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 991.98px) {
        .slick-dots { top: 93%; }
        .slick-arrow { top: 93%; }
    }

}
/* .fixed-top {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.fixed-top.show {
    opacity: 1;
    transform: translateY(0);
} */

/* 
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.sticky-header {
      backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0px 1px 2px 0px #00000026;
} */

/* .hide-header {
  transform: translateY(-100%);
  opacity: 0;
} */

/* .hide-header {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed; 
}
html, body {
  overscroll-behavior: none;
}


header {
  will-change: transform, opacity;
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  /* Prevent Safari rendering issues */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.sticky-header {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 1px 2px 0px #00000026;
}

.hide-header {
  transform: translateY(-100%);
  opacity: 0;
}

#evf-374-field_1vHbbt4T10-12,
#evf-374-field_sAJ7ewOj7p-20,
#evf-374-field_kcGamLAeXy-21,
#evf-369-field_RakrDLfX8e-12,
#evf-369-field_ch3fMsIXqu-15
 {
    background-color: #1A1A1A; 
    color: #fff ;
}

#evf-374-field_1vHbbt4T10-12 option,
#evf-374-field_sAJ7ewOj7p-20 option,
#evf-374-field_kcGamLAeXy-21 option,
#evf-369-field_RakrDLfX8e-12 option,
#evf-369-field_ch3fMsIXqu-15 option {
    background-color: #1A1A1A;
    color: #fff;
}

.everest-forms .everest-forms-notice--success, .wp-block-everest-forms-form-selector .everest-forms-notice--success{
	line-height:10px!important;
}
.everest-forms .everest-forms-notice--error, .wp-block-everest-forms-form-selector .everest-forms-notice--error{
	line-height:10px!important;
}



.floating-label{ 
  position: absolute; 
  background: transparent; 
  color: #fff; 
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
  } 

  .forminator-slider-value{
    display: none;
  }
  .forminator-ui.forminator-custom-form[data-design=material] .forminator-label[for]
  {  margin-bottom: 50px!important;
}