@font-face {
  font-family: 'theme-icons';
  src:  url('fonts/theme-icons51b0.eot?7gcvoy');
  src:  url('fonts/theme-icons51b0.eot?7gcvoy#iefix') format('embedded-opentype'),
    url('fonts/theme-icons51b0.ttf?7gcvoy') format('truetype'),
    url('fonts/theme-icons51b0.woff?7gcvoy') format('woff'),
    url('fonts/theme-icons51b0.svg?7gcvoy#theme-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mancss-theme-"], [class*=" mancss-theme-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mancss-theme-Search:before {
  content: "\e91b";
}
.mancss-theme-minus:before {
  content: "\e919";
}
.mancss-theme-plus:before {
  content: "\e91a";
}
.mancss-theme-GettyImages-1207574548:before {
  content: "\e915";
}
.mancss-theme-GettyImages-1444653136:before {
  content: "\e916";
}
.mancss-theme-GettyImages-1456747446-1:before {
  content: "\e917";
}
.mancss-theme-GettyImages-1456747446-2:before {
  content: "\e918";
}
.mancss-theme-GettyImages-1456747446-3:before {
  content: "\e911";
}
.mancss-theme-GettyImages-1456747446-4:before {
  content: "\e912";
}
.mancss-theme-GettyImages-1456747446-5:before {
  content: "\e913";
}
.mancss-theme-GettyImages-1456747446-6:before {
  content: "\e914";
}
.mancss-theme-menu1:before {
  content: "\e90f";
}
.mancss-theme-arrow:before {
  content: "\e910";
}
.mancss-theme-play:before {
  content: "\e90e";
}
.mancss-theme-arrow-link:before {
  content: "\e900";
}
.mancss-theme-arrow-right-bottom:before {
  content: "\e901";
}
.mancss-theme-arrow-left-bottom:before {
  content: "\e902";
}
.mancss-theme-arrow-left-top:before {
  content: "\e903";
}
.mancss-theme-arrow-right-top:before {
  content: "\e904";
}
.mancss-theme-chevron-bottom:before {
  content: "\e905";
}
.mancss-theme-chevron-top:before {
  content: "\e906";
}
.mancss-theme-chevron-left:before {
  content: "\e907";
}
.mancss-theme-chevron-right:before {
  content: "\e908";
}
.mancss-theme-close:before {
  content: "\e909";
}
.mancss-theme-drag:before {
  content: "\e90a";
}
.mancss-theme-quote:before {
  content: "\e90b";
}
.mancss-theme-menu:before {
  content: "\e90c";
}
.mancss-theme-long-dash:before {
  content: "\e90d";
}



.elementor-988432 .elementor-element.elementor-element-761d8d4d:not(.elementor-motion-effects-element-type-background)
{background-image: url(./../../../../images/bgred.jpg) !important;
  background-size: cover;
}
  /* Ensure the container doesn't show overflow scrollbars */
  .overflow-hidden {
    overflow: hidden;
}
.elementor-1037 .elementor-element.elementor-element-06d0b08
 {
	background-color: transparent;
	background-image: url(./../../../../images/bgred2.jpg) !important;
  background-size: cover;
}
.elementor-element.elementor-element-6c76309 {
	background-color: transparent;
	background-image: url(https://blentops-web.inddev.in/wp-content/images/bg-1.svg) !important;
	background-repeat: no-repeat;
  background-size: 100%;
	background-position: center left 0;
}

/* Flex container for the scrolling text */
.flex {
    display: flex;
}

/* Prevent text wrapping and set up animation */
.animate-scroll {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite; /* Adjust duration for speed */
}

/* Marquee animation keyframes */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move half the content width for seamless looping */
    }
}

/* Pause animation on hover (optional) */
.animate-scroll:hover {
    animation-play-state: paused;
}

/* Ensure text items are spaced and styled */
.animate-scroll span {
    margin: 0 2rem; /* Matches mx-8 */
    font-size: 0.875rem; /* Matches text-sm */
}

.black-bg{background: #000; padding: 15px; line-height: 24px;}


.mainbutton.read {
	border-color: #FA2452;
	background-color: #FA2452;
	cursor: pointer;
}
  /* Main button styling */
  .mainbutton {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #555;
    letter-spacing: .01rem;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    min-width: 4.5rem;
    min-height: 3rem;
    padding: 13px 25px 13px;
    font-size: 18px !important;
    font-weight: 500;
    transition: all .55s;
    display: flex;
    text-decoration: none; 
}

.mainbutton:hover {
    background-color: #f0f0f0; 
    border: 2px solid #f0f0f0;
}
.elementor-988476 .elementor-element.elementor-element-5ef7a181{overflow: hidden;}

.mainbutton-txt {
    text-transform: none;
    font-size: 18px;
    /*! font-weight: 500; */
    /*! line-height: 115%; */
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}

.button-iconwrapper {
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.button-icon {
    color: var(--black, #fff); 
    border: 0 solid #000;
    width: 100%;filter: brightness(255);
}

.button-iconseccondary {
    color: var(--black, #000);
    border: 0 solid #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-36px, 0px, 0px); 
    transition: transform 0.35s ease; 
}


.mainbutton:hover .button-icon {
    transform: translate3d(18px, 0px, 0px); 
}

.mainbutton:hover .button-iconseccondary {
    transform: translate3d(0px, 0px, -10px);
}


/* Header */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #1c2526;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.logo {
  font-size: 2rem;
  font-weight: bold;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 13px;
  cursor: pointer;
  position: relative;
  z-index: 22;
}

.hamburger div {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}

.hamburger.active div:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
}



.hamburger.active div:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 11;
  background-image: url(https://blentops-web.inddev.in/wp-content/images/nemubg2.png) !important;
}

.nav-menu.active {
  transform: translateY(0);
}

.nav-menu a {
	color: white;
	text-decoration: none;
	font-size: 36px;
	margin: 23px 0;
	/* text-transform: uppercase; */
	transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #ee243d;
}
.nav-menu a.active {
  color: #ee243d;
}


.footer {
	position: absolute;
	bottom: 20px;
	display: flex;
	gap: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
	align-items: center;
	justify-content: space-between;
	width: 96%;
	padding: 18px 0 0;
}

.nav-menu.active .footer {
  opacity: 1;
}

.footer .menulink a {
	color: white;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0;margin: 0px 0;
	border: 0px solid;
}
.footer .menulink a:hover {
	background: transparent;
  margin: 0px 0;
	border: 0px solid;
}
.footer .menulink a:hover .button-iconseccondary{color: white;}
.linkbtn a {
	font-size: 16px;
	min-height: 1rem;
	margin: 0;
}
.linkbtn a:hover {
color: #000;
}

.elementor-size-default.fs-70{font-size: 70px !important;}
.elementor-size-default.fs-64{font-size: 64px !important;}
.p-0{padding: 0px !important;}
.text-center{text-align: center !important;}
.twoboxshow{ gap: 15px !important;display: flex !important;justify-content: space-between !important;}
.twoboxshow .w50{width: 49%;
  padding: 34px;
background: rgba(255,255,255, 0.05);
}
.p-x-y{padding: 50px 28px;}

.fs-24 {
	font-size: 24px;
	line-height: 33px;
}
.fw-300{font-weight: 300;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}

.fs16-light {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.2);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.fs-36 {
	font-size: 36px !important;
	font-weight: 300 !important;
	margin: 0;
	line-height: 42px;
}
span.fs-36.fw-600{
	font-weight: 500 !important;
}


.fs-18 {
	font-size: 18px !important;
	line-height: 28px !important;
}
.fs-24 {
	font-size: 24px !important;
	line-height: 32px;
}


.pt-50{padding-top: 50px;}
.mb-2{margin-bottom: 23px; display: block;}
.red{color: #FA2452;}
.text-white{color:#fff !important;}
.lefticon {
	position: absolute;
	left: 0;
	width: 216px;
	top: 63px;
}

.pad-top-b{padding: 24px 0;}

.menulink .button-iconwrapper {
	width: 22px;
	height: 17px;
	margin-top: 3px;
	position: relative;
	top: 2px;
	overflow: hidden;
}
.footer.footertop {
	position: relative;
	bottom: 20px;
	display: flex;
	gap: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
	align-items: center;
	justify-content: space-between;
	/* width: 96%; */
	padding: 0 42px;
	text-align: center;
	margin: 77px auto 0;
}

.footerinnermenu ul{padding: 0; list-style: none; }
.footerinnermenu ul li{ display: inline-block; font-size: 24px; }
.footerinnermenu ul li a {
	margin: 0 22px;
	font-size: 24px;
}
.footerinnermenu {
	margin-left: auto;
}
.bordertop{border-top: solid 1px rgba(171, 172, 173, 0.1);}
.mt-2{margin-top: 5px;}
.pt30{padding-top: 30px;}
.mb-0{margin-bottom: 0px !important;}
.border-0{border: 0px solid !important;}
.mancss-scroll-to-top {
	/* position: fixed; */
	bottom: 20px;
	right: 20px;
	/* background-color: #333; */
	color: #ccc;
	border-radius: 5px;
	padding: 3px 15px;
	display: flex;
	align-items: center;
	justify-content: end;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 1000;
	gap: 8px;
}
.mancss-scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.arrow {
  font-size: 16px;
  margin-right: 5px;
}
#scroll-to-top-text {
	font-size: 18px;
	font-weight: normal;
}


.slideone::after {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.03) 0%, rgba(0, 22, 24, 1) 100%);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	color: #012324;
}

.slidetwo::after {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.03) 0%, rgba(12, 16, 25, 1) 100%);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	color: #012324;
}

/* footer new*/

.container_v2 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.footer-linkslist a{text-decoration: none;}
.footer-brand {
	width: 100%;
	padding: 50px 0 105px;
}
.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}


.footer-links {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  color: var(--brand-colors-new--steel-grey);
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 70px;
}

.footer-links.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
}
.footer-linksrow {
	border-left: 1px solid rgba(170, 172, 173, 0.10);
}
.headerborderb{border-bottom: 1px solid rgba(170, 172, 173, 0.10);}

.footer-h3 {
	color: #AAACAD !important;
	margin-bottom: 30px;
	margin-left: -1px;
	padding-left: 40px;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 100%;
	text-transform: uppercase !important;
}

.footer-link {
	color: #AAACAD !important;
	white-space: nowrap;
	border-left: 1px solid #0000;
	margin-left: -1px;
	padding-left: 40px;
	font-size: 17px;
	text-decoration: none;
	font-weight: 500;
	line-height: 100%;
	transition: all .3s;
	line-height: 28px;
}

.footer-link:hover {
  border-left-color: #fff;
  color: #fff !important;
}
.footer-link.active {
	border-left-color: #fff;
	color: #fff !important;
}

.footer-linkslist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.align-items-baseline {
	align-items: baseline !important;
}
.d-flex {
	display: flex !important;
}
.me-1 {
	margin-right: .25rem !important;
}
.pe-1 {
	padding-right: .25rem !important;
}
img, svg {
	vertical-align: middle;
}
.footer-copy{display: flex; justify-content: space-between; align-items: center; padding:15px 5px; margin-top: 50px;}

.mainbutton.nofill.light.footer-link {
  border-left-style: solid;
  border-left-color: var(--brand-colors-new--slate-grey);
  opacity: .5;
  border-radius: 0;
  padding-left: 40px;
  position: relative;
}
.mainbutton.nofill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  border-style: none;
  min-width: auto;
  min-height: auto;
  padding: 0;
}
.socials-link {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-hover-slide {
  position: relative;
  width: 24px; /* Adjust based on image size */
  height: 18px;
  overflow: hidden;
  margin-left: 17px;
}

.image-hover-slide img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Default image visible initially */
.image-hover-slide .img-default {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
}

/* Hover image hidden initially */
.image-hover-slide .img-hover {
  z-index: 1;
  opacity: 0;
  transform: translateY(100%);
}

/* On hover: hide default, show hover */
.image-hover-slide:hover .img-default {
  opacity: 0;
  transform: translateY(-100%);
}

.image-hover-slide:hover .img-hover {
  opacity: 1;
  transform: translateY(0);
}

.innerpages {
	font-size: 24px !important;
	text-transform: uppercase !important;
	letter-spacing: 11px;
	color: #AAACAD !important;
	font-weight: 500 !important;
}

.innersubheading {
	font-size: 64px !important;
	font-weight: 300 !important;
	line-height: 64px;
	margin-top: 0;
}
.pt-100{padding: 150px 25px 78px;}
.respona-typer{background: #e6224c; font-weight: bold;
  padding: 0 0px;}
  .solid-background{font-weight: bold !important;}


  .social .footer-linkslist {
    display: flex;
    flex-direction: column;
    gap: 14px;
   
  }

  .social .footer-link {
    color: #ccc;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
  }

  .arrow-wrapper {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    overflow: hidden;
    rotate: 30deg;
  }

  .arrow-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .arrow-wrapper img:first-child {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
  }

  .arrow-wrapper img:last-child {
    transform: translateY(100%);
    opacity: 0;
    z-index: 1;
  }

  .social .footer-link:hover .arrow-wrapper img:first-child {
    transform: translateY(-100%);
    opacity: 0;
  }

  .social .footer-link:hover .arrow-wrapper img:last-child {
    transform: translateY(0);
    opacity: 1;
  }


 



@media (max-width: 1024px) {

.elementor-size-default.fs-70 {
	font-size: 32px !important;
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
	height: auto;
}
.elementor-counter .elementor-counter-number-wrapper {

	font-size: 39px !important;
}
.fs-36 {
	line-height: 36px;
  font-size: 28px !important;
}
.nav-menu a {
	font-size: 22px;
	margin: 14px 0;

}
}



@media (max-width: 767px) {
  
  .elementor-1037 .elementor-element.elementor-element-d84d9f9 .elementor-heading-title {
    font-size: 13px !important;
  }
  .elementor-1037 .elementor-element.elementor-element-bd82504 {
    position: relative;
    z-index: 1;
  }
  .mainbutton-txt.fs-24 {
    font-size: 17px !important;
    line-height: 32px;
  }
  .elementor-349 .elementor-element.elementor-element-3fffa23 {
    position: fixed;
    left: 0;
    margin-top: 0px;
    right: 0;
    background: #0e0e0e;
    width: 100% !important;
}

}

@media (max-width: 575px) {
.elementor-988299 .elementor-element.elementor-element-3b2ec6f .elementor-post-info__terms-list-item {

	line-height: 30px;
}
.footer {

	display: none;
}
.footer.footertop {	
	padding: 0 10px;
}

}


.process_work {
  position: relative;
  padding: 0 164px;
  margin-bottom: 70px;
}
.process_work:before {
  content: "";
  position: absolute;
  top: 55.2%;
  left: 79px;
  background-color: #0e0e0e;
  width: 17%;
  height: 137px;
  border-radius: 28px;
  z-index: 11;
}
.green_group, .blue_group, .volit_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.green_group:before {
  content: "";
  position: absolute;
  top: 64%;
  right: -6%;
  background-color: #007bff;
  width: 12%;
  height: 153px;
  z-index: -1;
  border-radius: 30px;
}
.circle_green {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
  position: relative;
  z-index: 111;
}

.circle_green span {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	border: 10px solid #fa2452;
	position: relative;
	background-color: #0e0e0e;
}

.tip {
  display: none;
  width: 20rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 9;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 17px;
  color: #000;
}

.triangle-top {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

 .triangle-top {
	width: 0;
	height: 0;
	margin: -16px auto;
	position: relative;
	top: -11px;
}
.triangle-top {
	border-bottom: 30px solid white;
}

.circle_green:hover .tip {
  display: block;
}
.circle_volit:hover .tip {
  display: block;
}
.circle_blue:hover .tip {
  display: block;
}

.circle_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
  margin-top: 50px;
  position: relative;
  z-index: 11;
}

.circle_blue span {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	border: 10px solid #05C1C9;
	position: relative;
	background-color: #0e0e0e;
}
.process_work p {
	margin: 0px !important;
  font-size: 21px;
}

.circle_volit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
  margin-top: 50px;
  position: relative;
  z-index: 11;
}
.volit_group::before {
  content: "";
  position: absolute;
  top: -37px;
  left: -6%;
  background-color: #0c51c9;
  width: 12%;
  height: 160px;
  z-index: -1;
  border-radius: 30px;
}
.circle_volit span {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	border: 10px solid #fa2452;
	position: relative;
	background-color: #0e0e0e;
}

.green_group::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 1%;
  background: linear-gradient(90deg,rgba(250, 36, 82, 1) 0%, rgba(0, 197, 204, 1) 100%);
  width: 100%;
  height: 8px;
  z-index: 1;
}

.blue_group::after {
  content: "";
  position: absolute;
  top: 75%;
  left: -1%;
  background: linear-gradient(90deg,rgba(250, 36, 82, 1) 0%, rgba(0, 197, 204, 1) 100%);
  width: 100%;
  height: 8px;
  z-index: 1;
}

.volit_group::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 1%;
  background: linear-gradient(90deg,rgba(250, 36, 82, 1) 0%, rgba(0, 197, 204, 1) 100%);
  width: 97%;
  height: 8px;
  z-index: 1;
}
.green_group:before {
  content: "";
  position: absolute;
  top: 64%;
  right: -2.7%;
  background: linear-gradient(90deg,rgb(1, 196, 204) 0%, rgb(0, 197, 204) 100%);
  width: 7%;
  height: 154px;
  z-index: 1;
  border-radius: 30px;
}
.blue_group::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -34px;
  background: #0e0e0e;
  width: 13%;
  height: 135px;
  z-index: 11;
  border-radius: 21px;
}
.volit_group::before {
  content: "";
  position: absolute;
  top: -36px;
  left: -6%;
  background: linear-gradient(90deg,rgb(250, 36, 82) 0%, rgb(231, 48, 91) 100%);
  width: 12%;
  height: 154px;
  z-index: 1;
  border-radius: 35px;
}


.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	margin: 70px auto 0;
}

.team-member {
  background-color: #1A1A1A;
  overflow: hidden;
  border-radius: 0px;
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-member img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

.member-info {
  padding: 16px;
  text-align: left;
}

.member-info h3 {
	font-size: 24px;
	margin-bottom: 4px;
	font-weight: 600;
	margin-top: 5px;
}

.member-info p {
	font-size: 16px;
	color: #AAACAD;
}

.bannerbg {
	background-image: url(./../../../../images/careers.jpg) !important;
	background-size: cover;
  position: relative;
  min-height: 510px;
}

span.bottomfixedtext{font-size: 8.3vw;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 133px;
}
.pb-5{padding-bottom: 50px;}
.pt-5{padding-top: 50px;}


.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 0px;
  padding: 20px 0;
}

.benefit-card {
  border-radius: 0px;
  padding: 30px 25px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card:hover {
  transform: translateY(-3px);
  border-color: #666;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  background: #FA2452;
  transition: all 0.3s ease;
}

.benefit-card:hover img{
filter: brightness(255);
transition: all 0.3s ease;
}

.mt-0{margin-top: 0px;}
.mt-2{margin-top: 10px;}
.benefit-icon {
  width: 60px;
  height: 50px;
  margin-bottom: 20px;
  stroke: #888;
  transition: stroke 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  stroke: #aaa;
}

h3.benefit-title {
	font-size: 24px;
	line-height: 1.4;
	color: #ffffff;
	margin: 0; font-weight: 200;
}


@media (max-width: 991px) {
  .elementor-63 .elementor-element.elementor-element-6c76309 img {
    width: 166px;
    max-width: 768px;
    height: 166px;
    opacity: 1;
  }
  
  .footer-links {
    flex-direction: column;
    padding-right: 0;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }

  .footer-linksrow {
    border-left: none;
    padding-left: 0;
  }

  .footer-h3,
  .footer-link {
    padding-left: 0;
    margin-left: 0;
  }

  .footer-link {
    white-space: normal;
    display: block;
  }

  .footer-copy {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .w-layout-hflex {
    flex-direction: column;
  }

  .footer-brand {
    text-align: center;
    padding-bottom: 40px;
  }

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

  .social .footer-link {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .arrow-wrapper {
    margin-left: auto;
    display: flex;
    gap: 5px;
  }

  .footer-linkslist-socialwrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-links.no-padding {
    flex-direction: column !important;
    gap: 30px;
    padding-right: 0;
  }

  .footer-linksrow,
  .w-layout-vflex {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }

  .footer-h3,
  .footer-link {
    padding-left: 12px;
    margin-left: 0;
  }

  .d-flex {
    /* flex-direction: column; */
    align-items: flex-start !important;
    gap: 5px;
  }

  .arrow-wrapper {
    margin-left: 2px;
  }

  .footer-linkslist {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .footer-h3 {
    font-size: 16px !important;
    margin-bottom: 15px;
  }

  .footer-link {
    font-size: 15px;
    line-height: 24px;
  }

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

  .container_v2 {
    width: 90%;
  }

 

  .d-flex.align-items-baseline {
    align-items: flex-start !important;
    gap: 5px;
  }

  .footerlogo {
    max-width: 150px;
    height: auto;
  }
}


/* Responsive Design */
@media (max-width: 768px) {
  body {
      padding: 20px 15px;
  }
  
  .benefits-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .benefit-card {
      padding: 25px 20px;
  }
  
  .benefit-title {
      font-size: 16px;
  }
  
  .benefit-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 15px;
  }
}




@media (max-width: 580px) {
  .benefit-card {
      padding: 20px 15px;
  }
  
  .benefit-title {
      font-size: 15px;
  }
  .pt-100 {
    padding: 124px 25px 6px;
  }
  .innersubheading {
    font-size: 34px !important;
  }
  .twoboxshow .w50 {
    width: 100%;
  }
  .team-member img{width: 100%;}
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  
  }
  .ph-none {
    display: none !important;
  }
.mob-pb{padding-bottom: 0px !important;}

}

/* Animation for cards on load */
.benefit-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.benefit-card:nth-child(1) { animation-delay: 0.1s; border-bottom: 1px solid rgba(170, 172, 173, 0.10); border-right: 1px solid rgba(170, 172, 173, 0.10); }
.benefit-card:nth-child(2) { animation-delay: 0.2s; border-bottom: 1px solid rgba(170, 172, 173, 0.10);border-right: 1px solid rgba(170, 172, 173, 0.10);}
.benefit-card:nth-child(3) { animation-delay: 0.3s; border-bottom: 1px solid rgba(170, 172, 173, 0.10);border-right: 1px solid rgba(170, 172, 173, 0.10);}
.benefit-card:nth-child(4) { animation-delay: 0.4s; border-bottom: 1px solid rgba(170, 172, 173, 0.10);}
.benefit-card:nth-child(5) { animation-delay: 0.5s; border-right: 1px solid rgba(170, 172, 173, 0.10);}
.benefit-card:nth-child(6) { animation-delay: 0.6s; border-right: 1px solid rgba(170, 172, 173, 0.10);}
.benefit-card:nth-child(7) { animation-delay: 0.7s; border-right: 1px solid rgba(170, 172, 173, 0.10);}
.benefit-card:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.bor-top{border-top: 1px solid rgba(170, 172, 173, 0.10);}
.bor-bot{border-bottom: 1px solid rgba(170, 172, 173, 0.10);}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 103px;
}

.filter-group {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.filter-group label {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 8px;
}

.filter-group select,
.filter-group input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(170, 172, 173, 0.10) !important;
  padding: 12px 0px;
  color: #AAACAD;
  font-size: 18px;
  outline: none;
}

.filter-group select {
  appearance: none;
}

.filter-group .select-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
  font-size: 18px;
  color: #aaa;
}

.search-group {
  flex: 2 1 300px;
  position: relative;
}

.search-group input {
  width: 100%;
  padding-right: 30px;
}

.search-icon {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-size: 18px;
  color: #e61c5d;
  pointer-events: none;
}

.floating {
  position: relative;
  margin-top: 20px;
}

.floating input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(170, 172, 173, 0.10);
  padding: 12px 0px 6px;
  font-size: 18px;
  color: #AAACAD;
  outline: none;
}

.floating label {
  /* position: absolute;
  left: 10px;
  top: 0px; */
  color: #aaa;
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease all;
}

.floating input:focus ~ label,
.floating input:valid ~ label {
  top: -25px;

  color: #e61c5d;
}

.select-arrow,
.search-icon {
  position: absolute;
  right: 10px;
  bottom: 14px;
  color: #aaa;
}

@media (max-width: 768px) {
  .filters {
    flex-direction: column;
  }
}

.graycolor{color: #AAACAD !important;}

.job-container {
  max-width: 1080px;
  margin: auto;
}


.job-meta {
  display: flex;
  gap: 40px;
  font-size: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.meta-item {
  display: flex;
  flex-direction: column;
}

.meta-title {
  text-transform: uppercase;
  color: #aaa;
  font-size: 12px;
  margin-bottom: 5px;
}

.section-title {
	font-size: 30px !important;
	margin: 40px 0 20px !important;
}

.job-description p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #dcdcdc;
}

.responsibilities ul {
  padding-left: 20px;
  list-style: disc;
  color: #dcdcdc;
  margin-bottom: 40px;
}

.responsibilities li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .job-meta {
    flex-direction: column;
    gap: 20px;
  }

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

  .responsibilities li {
    font-size: 15px;
  }
}


.tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(170, 172, 173, 0.10);
  flex-wrap: wrap;
}

.tab {
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #ccc;
  padding: 0 32px 22px;
}

.tab.active {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 280px;
  max-width: 32%;
  background-color: transparent; /* or #111 if you want a card bg */
  padding: 0;
  box-sizing: border-box;
  min-height: 650px; /* Adjust height as needed */
  border-radius: 10px;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  margin-bottom: 20px;
}

.card h3 {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 0;
}

.card p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: 300;

  display: -webkit-box;
  -webkit-line-clamp: 3;      /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.features-title {
  margin-top: 18px;
  font-weight: 500;
}

.tags, .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.tag, .category {
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 35px;
}

.tag {
  background-color: #1f1f1f;
  color: #ddd;
}

.category {
  border: 1px solid #FA2452;
  background:rgb(250, 36, 82, 0.10) ;
}
.mx-0{margin: 0px;}
.know-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  transition: background 0.3s;
}

.know-more:hover {
  background-color: #FA2452;
  border-color: #FA2452;
}

.card.hidden {
  display: none;
}
.bt_2{float: left;}
.my-30{margin: 30px 0 20px;}
.pt-30{padding-top: 30px;}
.pt-0{padding-top: 0px;}

@media (max-width: 992px) {
  .card {
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
  }

  .tab {
    font-size: 14px;
    padding: 23px 10px 18px;
    gap: 20px;
  }

  .card {
    max-width: 100%;
  }

  .tabs {
    justify-content: center;
  }
  .tag, .category {
    font-size: 16px;
    padding: 3px 11px;
  }
.mob_px{margin: 0 !important;   padding: 3px 8px;}
}

/* Main container that wraps all the e-child divs */
.custom-three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px; 
  width: 100%;
}

/* Each block style */
.custom-three-col > .e-child {
  flex: 1 1 calc(33.333% - 30px); /* three columns with spacing */
  box-sizing: border-box;

}

/* Image style */
/* .e-child img {
  max-width: 60px;
  margin-bottom: 15px;
} */


/* Responsive for mobile */
@media (max-width: 767px) {
  .custom-three-col {
      flex-direction: column;
  }

  .custom-three-col > .e-child {
      flex: 1 1 100%;
  }
}

.stats-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(./../../../../images/stats-section.svg) !important;
	padding: 40px 50px;
	color: #fff;
	gap: 20px;
	min-height: 398px;
	align-content: center;
}

.stat-box {
	flex: 1 1 22%;
	text-align: left;
	min-width: 250px;
	padding-right: 4%;
}

.stat-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.stat-box h3 {
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 3px;
}

.stat-box p {
	font-size: 18px;
	line-height: 1.5;
}

/* Responsive: 2 columns on tablet, 1 on mobile */
@media (max-width: 1024px) {
  .stat-box {
    flex: 1 1 45%;
  }
}
.mainbutton.right-s{grid-column-gap: 1px;}
@media (max-width: 600px) {
  .stat-box {
    flex: 1 1 100%;
    text-align: center;
  }
}
.footer-linkslist .d-flex {
	gap: 5px;
}

.image-hover-slide.Downloadicon {
	position: relative;
	width: 19px;
	height: 24px;
	overflow: hidden;
	margin-left: 0px;
}

.mainbutton:hover .img-default {
  opacity: 0;
  transform: translateY(-100%);
}

.mainbutton:hover .img-hover {
  opacity: 1;
  transform: translateY(0);
  filter: brightness(000);
}

.threebox .elementor-element {
	--widgets-spacing-row: 0px;
}


/* blog page */
.w-100{width: 100%;}
.blog-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
 gap: 30px;
  width: 100%;
  margin: auto;
}

.blog-section .blogcard {
  background: #111;
  border-radius: 1px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex; padding: 20px;
  flex-direction: column;
}

.blog-section .blogcard:hover {
  transform: translateY(-5px);
}

.blog-section .blogcard img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-section .blogcard-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.blogcard h3 {
	font-size: 30px;
	margin: 28px 0;
	/*! margin-top: 0; */
}
.imgicon{width: 60px; height: 60px; }

.meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 15px;
}

.meta .category {
  background: #1e1e1e;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 17px;
}

.author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.read-time{  font-size: 14px;}
.author p {
  font-size: 18px;
  margin: 0;
}

.author span {
  font-size: 18px;
}
.pr-auto{margin-right: auto;}
.buttoncenter{float: left; width: 100%; text-align: center;display: flex;}
.buttoncenter .mainbutton{width: auto; margin: auto;}

.buttoncenter .w-layout-vflex {
	rotate: 90deg;
}
.buttoncenter .button-iconwrapper {
	top: -1px;
	right: 5px;
}

.py-100 {
	padding: 70px 30px;
	margin-top: 90px;
}



@media (max-width: 1024px) {
  .blog-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .py-100 {
    padding: 60px 30px;
    margin-top: 70px;
  }
  .blog-section {
    grid-template-columns: 1fr;
  }
  .blog-section .blogcard{padding: 10px;}
  .blogcard h3 {
    font-size: 23px;
    margin: 28px 0;
    /* margin-top: 0; */
  }
  .author p {
    font-size: 16px;
  }
  .author span {
    font-size: 16px;
  }
}

.blogtopbar-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #0e0e0e;
	padding: 28px 0;
	flex-wrap: wrap;
	gap: 20px;
}

.blogtopbar-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 200px;
}



.blogtopbar-text .name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.blogtopbar-text .date {
  font-size: 14px;
  color: #aaa;
  margin: 1px 0 0 0;
}

.blogtopbar-right {
  display: flex;
  gap: 10px;
}

.blogtopbar-right a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  width: 32px;
  height: 32px;
  border-radius: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: background 0.3s;
}
.underline:hover{text-decoration: underline;}

.blogtopbar-right a:hover {
  background-color: #333;
}
.blogpage h2{font-size: 48px !important;
}

.job-container.py-100.blogpage{padding-left: 15px; padding-right: 15px;}

/* Responsive for mobile */
@media (max-width: 680px) {
  .blogpage h2 {
    font-size: 30px !important;
  }
  .blogpage h2.section-title {
    font-size: 24px !important;
  }

}
.contact-section h3{line-height: 32px !important;}

@media (max-width: 480px) {
  .blogtopbar-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogtopbar-right {
    margin-top: 10px;
  }
}

/* blog end */

/* contact page start */

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  max-width: 100%;
  margin: auto;
  align-items: center;
}

.form-section,
.contact-section {
  flex: 1;
  min-width: 300px;
  align-items: center;
}
.ps-2{padding-left: 5px;}
.contactform form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 47px;
}

.contactform .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
}

.contactform .half {
  width: 47%;
}

.contactform .form-group input,
.contactform .form-group select,
.contactform .form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(170, 172, 173, 0.10) !important;
  color: #aaa;
  width: 100%;
  padding: 18px 0px !important;
  font-size: 18px;
  outline: none;
}

.contactform .form-group label {
	/* position: absolute;
	top: 10px;
	left: 5px; */
	color: #fff;
	font-size: 18px;
	pointer-events: none;
	transition: 0.2s ease all;
}

.contactform .form-group input:focus + label,
.contactform .form-group input:not(:placeholder-shown) + label,
.contactform .form-group select:focus + label,
.contactform .form-group select:not([value=""]) + label,
.contactform .form-group textarea:focus + label,
.contactform .form-group textarea:not(:placeholder-shown) + label {
  top: -17px;
  left: 0;
  /*! font-size: 12px; */
  color: #fff;
}

.contactform .form-group select {
  appearance: none;
  background-image: url(../../../../images/dropdowanarrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.accordion-icon {
	background-image: url(../../../../images/dropdowanarrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	width: 35px;
	height: 20px;
}

.contactform .form-group textarea {
  height: 80px;
  resize: vertical;
}
.contactform .form-group input:focus {
  border-bottom-color: #f63b66 !important;
  transition: 0.2s ease all;
}

.contactform .form-group select:focus {
  border-bottom-color: #f63b66 !important;
  transition: 0.2s ease all;
}
.contactform .form-group textarea:focus {
  border-bottom-color: #f63b66 !important;
  transition: 0.2s ease all;
}


.btn-submit {
  background: #f63b66;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.btn-submit:hover {
  background: #e03059;
}

.contact-section h2 {
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 15px;
}

.contact-item i {
  color: #f63b66;
  margin-right: 10px;
}

.careers {
  margin-top: 30px;
}

.careers p {
  margin-top: 10px;
  color: #ccc;
  line-height: 1.5;
}

.formbox{ background:rgb(217, 217, 217, 0.02) ; padding: 50px;}
.lightbg{ background:rgb(217, 217, 217, 0.02) ;}
.fs-30{font-size: 30px;}
.px-boxform{padding: 70px 10%;}
#scroll-to-top{cursor: pointer;}



@media (max-width: 1680px) {
  .contactform .half {
    width: 45%;
  }
  .formbox {
    padding: 30px;
  }
  .process_work {
    padding: 0 129px;
  }

}


@media (max-width: 768px) {
  .half {
    width: 100%;
  }
  .contactform .half {
    width: 100%;
  }
  .formbox {
    padding: 20px;
  }
  .contact-section .d-flex{flex-direction: inherit !important;}
  .fs-24 {
    font-size: 19px !important;
    line-height: 32px;
  }
  .contact-section {
    padding: 0 15px;
  }

}
/* ontact page end */

.benefits-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  padding-top: 10px;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.benefits-list li::before {
  content: "";
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1;
  background-image: url(../../../../images/ic_tick_icon.svg);
  width: 16px;
  height: 16px;
}
.py-20{padding: 20px 0px; }
.pb-0{ padding-bottom: 0px !important; }

@media (max-width: 480px) {
  .benefits-title {
    font-size: 20px;
  }

  .benefits-list li {
    font-size: 16px;
  }

  .benefits-list li::before {
    font-size: 16px;
  }
}


.accordion-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.accordion-item {
  border-bottom: 1px solid rgba(170, 172, 173, 0.10);
  padding: 39px 0px;
}

.accordion-question {

  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}



.accordion-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-answer {
  font-size: 18px;
  color: #bbb;
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.accordion-item.active .accordion-answer {
  padding: 20px 0px 33px;
  max-height: 500px; /* Adjust as needed for max content height */
}

.py-80{padding: 75px 15px;}
.mt-5{margin-top: 50px;}

 /**cookies banner **/
 .cookies-statement {text-align: left; padding: 12px 50px; position: fixed; bottom: 0; background: #fff; z-index: 99999999; box-shadow: 0 5px 13px #292828; width: 94vw;left: 0;right: 0;}
 .cookies-statement .cookies-btn ul li {display: inline-block;padding: 0 5px;}
 .Cookiesclose .icon {width: 25px; height: 25px; position: absolute; right: 10px; top: 10px; background: #BA9C5C; padding: 5px; border-radius: 50%; cursor: pointer; fill: #062360;}
 .Cookiesclose .icon {cursor: pointer; fill: #fff;}
 .cookies-statement .cookies-btn ul li a {
	width: 108px;
	padding: 10px 16px;
	margin-left: 0px;
	background: #fa2452;
	text-decoration: none;
	font-size: 17px;
	border-radius: 35px;
	display: block;
  border: 2px solid #fa2452;
}

.cookies-statement .cookies-btn ul li a:hover {

	background: #0c0c0c; color: #fff;
  border: 2px solid #0c0c0c;

}

.cookies-statement .cookies-btn ul li a.cookiesbtn {

	background: transparent;
  color: #000;
  border: 2px solid #0c0c0c;

}
.cookies-statement .cookies-btn ul li a.cookiesbtn:hover {

	background: #0c0c0c;
  color: #fff;
  border: 2px solid #0c0c0c;

}
.cookies-btn ul{margin-top: 0;}


 .cookies-statement h3{font-size:26px; line-height: 30px;}

 .Cookies a:hover{color:#1d4368;}
 .Cookies p {margin: 0px; line-height: 22px; font-size: 16px;color: #000;}
 
 
 /*cookies statement*/
 .cookies_container {
   width: 100%;
   padding: 30px 50px;
   position: fixed;
   bottom: 0;
   left: 0;
   background: #fff;
   z-index: 9999;
   box-shadow: 0 0 26px #ba9c5c;
 }
 .cookies_container h2 {
   font-size: 26px;
   line-height: 26px;
   font-weight: bold;
 }
 .cookies_container p {
   font-size: 16px;
   line-height: 22px;
 }
 .Cookies {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main-footer.bor-bot {
  border-bottom: 0px solid rgba(170, 172, 173, 0.10);
}

.mt-3{margin-top:30px;}

@media (max-width: 600px) {
    .elementor-1467.alinemant .elementor-element.elementor-element-5a1b371 {
        --padding-left: 0px;--padding-right: 0px;}

    .newbox .elementor-element.elementor-element-65e9e58 {
        --row-gap: 0px !important;
    }
    .elementor-1467.alinemant .elementor-element.elementor-element-24aeb9c {
        padding: 0px !important;
    }
    .twoboxshow .w50 {
        padding: 20px;
    }

    .px-x-30 {
        padding: 0 10px;
    }
    .p-x-y {
        padding: 50px 5px;
    }
    .innersubheading {
        font-size: 30px !important;
    }
    .accordion-question {
    font-size: 16px;
    padding: 16px;
  }

  .accordion-answer {
    font-size: 14px;
    padding: 0 16px;
  }

  .accordion-item.active .accordion-answer {
    padding: 0px 16px 16px;
  }


  html.lenis, html.lenis body {
    margin: 0;
    padding: 0;
  }
.display-hidemobile.menulink{gap: 12px !important;}
.mainbutton {font-size: 14px !important;}
.mainbutton-txt.fs-24 {	font-size: 14px !important;}
.elementor-widget-container.ph-px{padding: 0 30px;}
.pt-ph{padding-top: 50px !important;}
.ph-pb-30{padding-bottom: 30px !important;}
.ph-pb-0{padding-bottom: 0px !important;}
.ph-pt-0{padding-top: 0px !important;}
.ph-py-30{ padding-top: 30px; padding-bottom: 30px;}
.footer-copy span {margin: 1px !important;}
.ph-px-30{ padding-left: 20px; padding-right: 20px;}
.inpx-40{ padding-left: 20px; padding-right: 20px;}
.stats-section {background-size:cover ;}
.filter-group {flex: 1 1 20px;}
.search-group {flex: 2 1 30px;position: relative;}

.iph .tag, .iph .category {
	padding: 5px 23px;
	margin: auto;
}

.iph .stat-box{padding-right: 0; 	margin-bottom: 30px;}

.iph .stat-box p {
margin-top: 5px;
}
.accordion-container {
	padding: 0 0;
}
.accordion-item {
	padding: 9px 0px;
}


.mt-3 {
	margin-top: 15px !important;
}
.cookies-statement {
	padding: 12px 23px;
	width: 90vw;
}
.Cookies {
	display: block;
}
.cookies-btn ul {
	margin-top: 19px;
	padding: 0;
}
    .mainbutton {
        padding: 9px 25px 9px;
        font-size: 13px !important;
        grid-column-gap: 4px !important;
    }


    .mainbutton-txt {
        font-size: 16px;
    }

    .pb-5 {
      padding-bottom: 20px;
    }

    .hamburger {
           width: 30px;
    
    }

}



