.CaseStudiesSection_caseStudiesSection__F_mIj {
  max-width: 85%;
  color: white;
  padding-top: 10vh;
  font-family: "Geist Regular", sans-serif;

}

.CaseStudiesSection_heading__SRV92 {
  text-align: left;
  margin-bottom: 10px;
  font-size: clamp(32px, 01.5vw, 4rem);
  font-weight: 300;
  position: relative;
}

.CaseStudiesSection_container___pzD_ {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CaseStudiesSection_textContainer__bXSKc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CaseStudiesSection_reviewSection__08iY5 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.3rem;
  width: 100%;
}

.CaseStudiesSection_heading__SRV92::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #f37a6b;
  margin-top: 10px;
}

.CaseStudiesSection_caseStudiesContainer__QaI_q {
  display: flex;
  overflow-x: auto;
  gap: 5%;
  padding: 2%;
}

.CaseStudiesSection_caseStudiesContainer__QaI_q::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.CaseStudiesSection_caseStudiesContainer__QaI_q::-webkit-scrollbar-track {
  background: transparent;
}

.CaseStudiesSection_caseStudiesContainer__QaI_q::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.CaseStudiesSection_caseStudiesContainer__QaI_q {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.CaseStudiesSection_caseStudyBox__EusgW {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 26vh;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15%;
}

.CaseStudiesSection_image__M_bgz {
  border-radius: 10px;
  width: 115%;
  height: auto;
}

.CaseStudiesSection_text__1Hq5r {
  margin-bottom: 3vh;
  color: white;
  text-align: left;
  width: 100%;
  font-size: clamp(12px, 0.8vw, 3rem);
  word-wrap: break-word;
  line-height: clamp(1.5rem, 1vw, 5rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CaseStudiesSection_textContainer__bXSKc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 6vh 10vw 6vh 20vw;
  background-color: #11041c;
  gap: 10%;
}

.CaseStudiesSection_subText__2Q_03 {
  color: white;
  text-align: left;
  font-size: clamp(13px, 1vw, 3rem);
  line-height: clamp(2rem, 2vw, 3rem);
}

.CaseStudiesSection_quoteContainer__dwqB0 {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.CaseStudiesSection_quoteCircle__Cucu8 {
  display: block;
  width: 100%;
  height: auto;
}

.CaseStudiesSection_subTextQueen__LDp08 {
  font-size: clamp(16px, 1vw, 3rem);
  color: white;
  padding-bottom: 1rem;
}

.CaseStudiesSection_subTextBee__WDLKa {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 100;
}

.CaseStudiesSection_scrollContainer__ee_lK {
  position: relative;
  display: flex;
  align-items: center;
}

.CaseStudiesSection_scrollButton__NqLVh {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.CaseStudiesSection_scrollButton__NqLVh:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.CaseStudiesSection_leftButton__uAI3x {
  left: 0;
  display: none;
}

.CaseStudiesSection_rightButton__WrURu {
  right: 0;
}

.CaseStudiesSection_scrollContainer__ee_lK:hover .CaseStudiesSection_scrollButton__NqLVh {
  display: flex;
}

.CaseStudiesSection_scrollButton__NqLVh svg {
  font-size: 2rem;
}

.CaseStudiesSection_caseStudiesContainer__QaI_q {
  display: flex;
  overflow: hidden;
  gap: 20px;
  scroll-behavior: smooth;
  position: relative;
}

.CaseStudiesSection_invertedComma2__sHiGy {
  position: absolute;
}

.CaseStudiesSection_showMoreButton__uqgq4 {
  background-color: #f37a6b;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.CaseStudiesSection_showMoreButton__uqgq4:hover {
  background-color: #d25d50;
}

@media screen and (max-width: 768px) {
  .CaseStudiesSection_caseStudiesContainer__QaI_q {
    overflow-x: auto;
    scroll-behavior: smooth;
  }
.CaseStudiesSection_caseStudiesSection__F_mIj{
  padding-top: 0;
}
  .CaseStudiesSection_scrollButton__NqLVh {
    display: flex;
  }

  .CaseStudiesSection_caseStudyBox__EusgW {
    width: 50vw; 
    height: 25vh;
  }

  .CaseStudiesSection_image__M_bgz {
    width: 100%;
    height: auto;
  }

  .CaseStudiesSection_text__1Hq5r {
    font-size: clamp(12px, 1.5vw, 1.5rem);
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .CaseStudiesSection_caseStudiesContainer__QaI_q {
    display: flex; 
    gap: 15px;
    overflow-x: hidden;
  }

  .CaseStudiesSection_caseStudyBox__EusgW {
    width: 45vw;  
    height: 25vh;
    padding: 5%;
  }

  .CaseStudiesSection_image__M_bgz {
    width: 100%;
    height: auto;
  }

  .CaseStudiesSection_text__1Hq5r {
    font-size: 0.8rem;
    width: 100%;
    line-height: 1.4rem;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .CaseStudiesSection_textContainer__bXSKc {
    padding: 2vh 6vw 2vh 6vw;
  }
  .CaseStudiesSection_caseStudyBox__EusgW {
    height: 10vh;
  }
  .CaseStudiesSection_caseStudiesContainer__QaI_q {
    gap: 3rem;
  }
  .CaseStudiesSection_caseStudiesSection__F_mIj{
    max-width: 90%;
    padding-top: 5vh;
  }
}

.ContactUsForm_contactUsForm__zTdpL {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 50%;
}

.ContactUsForm_input__gDSkz {
  width: 100%;
  border-radius: 16px;
  padding: 1rem 1rem 1rem 1rem;
  /* border: 1px solid #523F72; */
  /* background-color: #09090b; */
  font-size: clamp(16px, 1vw, 3rem);
  color: inherit; 
}

.ContactUsForm_input__gDSkz::-moz-placeholder {
  color: inherit;
}

.ContactUsForm_input__gDSkz::placeholder {
  color: inherit;
}

.ContactUsForm_button__IqxyC {
  align-self: end;
  width: 40%;
  border-radius: 10px;
  background: #0000;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Geist Regular", sans-serif;
  font-size: clamp(16px, 1vw, 3rem); 
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #9B77D8;
  margin-top: 1rem;
}

.ContactUsForm_submitted__OaLXb {
  background: #5bcf76 !important;
}

.ContactUsForm_tick__gGQU_ {
  animation: ContactUsForm_tickScale__miNvC 0.5s ease-in-out;
  font-size: 1.5rem;
}

@keyframes ContactUsForm_tickScale__miNvC {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ContactUsForm_personalInfo__pK_bf {
  display: flex;
  gap: 1rem;
}

.ContactUsForm_phoneInput__2P_JO {
  width: 100%;
  border-radius: 16px;
  padding: 1rem 1rem 1rem 1rem;
  /* border: 1px solid #523F72; */
  /* background-color: #09090b;  */
  font-size: clamp(16px, 1vw, 3rem);
  color: inherit; 
}


.ContactUsForm_phoneInput__2P_JO::-moz-placeholder {
  color: inherit; 
}


.ContactUsForm_phoneInput__2P_JO::placeholder {
  color: inherit; 
}

.ContactUsForm_PhoneInputCountrySelect__j46_8 {
  color: inherit !important; 
}

.ContactUsForm_PhoneInputCountrySelect__j46_8 option {
  color: inherit !important; 
}

@media (max-width: 768px) {
  .ContactUsForm_contactUsForm__zTdpL {
    width: 100%;
  }
}
.FaqSection_faqSection__6wD4t {
  display: flex;
  justify-content: center;
  width: 85%;
  padding: 20px;
  background-color: #11041c;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #ffffff !important;
  align-self: center;
  margin-bottom: 10vh;
  font-family: "Geist Regular", sans-serif;
}

.FaqSection_faqList__gwaAW h2 {
  font-size: clamp(32px, 1.5vw, 4rem);
  font-weight: 300;
  color: #ffffff;
}

.FaqSection_faqList__gwaAW h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #f37a6b;
  margin-top: 10px;
}

.FaqSection_faqImage__i2dfX {
  width: 25vh;
  height: auto;
  margin-left: 20px;
  flex-shrink: 0;
}

.FaqSection_faqList__gwaAW {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 2;
  padding: 2rem 0rem 4rem 1rem;
}

.FaqSection_faqItem__QvSwq {
  position: relative;
  background: rgba(231, 198, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
  width: 90%;
  align-self: center;
}

.FaqSection_faqItem__QvSwq::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  z-index: -1;
}

.FaqSection_faqItem__QvSwq:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.FaqSection_faqQuestion__Qb_9p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 1vw, 3rem);
  transition: all 0.4s ease-in-out;
  font-weight: 300;
  color: #ffffff;
}

.FaqSection_icon__GERfy {
  margin-left: 10px;
  transition: transform 0.4s ease;
}

.FaqSection_icon__GERfy.FaqSection_darkTheme__IJHmZ {
  color: #ffffff; 
}

.FaqSection_icon__GERfy.FaqSection_lightTheme__xmtJX {
  color: #000000; 
}

.FaqSection_iconExpanded__L1_ZZ {
  transform: rotate(180deg);
}

.FaqSection_faqAnswer__zphdT {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.FaqSection_faqItem__QvSwq.FaqSection_expanded__OhMMd .FaqSection_faqAnswer__zphdT {
  height: auto;
}
.FaqSection_icon__GERfy {
  margin-left: 10px;
  color: #ffffff;
  transition: transform 0.4s ease; 
}

.FaqSection_iconExpanded__L1_ZZ {
  transform: rotate(180deg); 
}
.FaqSection_faqItem__QvSwq.FaqSection_expanded__OhMMd .FaqSection_faqAnswer__zphdT p {
  padding-left: 18px;
  font-size: clamp(16px, 1vw, 3rem);
  margin-top: 10px;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .FaqSection_faqSection__6wD4t {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 95%;
    margin-bottom: 3vh;
  }

  .FaqSection_faqList__gwaAW {
    width: 100%;
    padding: 0;
  }

  .FaqSection_faqList__gwaAW h2 {
    font-size: clamp(20px, 6vw, 24px);
  }

  .FaqSection_faqImage__i2dfX {
    width: 20vh;
    margin-top: 20px;
    margin-left: 0;
  }

  .FaqSection_faqAnswer__zphdT {
    max-width: 100%;
    color: #ffffff;
  }

  .FaqSection_faqQuestion__Qb_9p {
    font-size: 16px;
    color: #ffffff;
  }

  .FaqSection_faqAnswer__zphdT {
    font-size: 12px;
    padding-left: 0;
    color: #ffffff;
  }

  .FaqSection_faqAnswer__zphdT p {
    color: #ffffff !important;
  }

  .FaqSection_faqItem__QvSwq {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .FaqSection_faqSection__6wD4t {
    padding: 2rem 1rem;
    width: 90%;
  }

  .FaqSection_faqImage__i2dfX {
    width: 18vh;
  }

  .FaqSection_faqQuestion__Qb_9p {
    font-size: 15px;
    color: #ffffff;
    font-size: 0.8rem;
  }

  .FaqSection_faqAnswer__zphdT {
    font-size: 12px;
    padding-left: 0px;
    color: #ffffff;
  }

  .FaqSection_faqAnswer__zphdT p {
    color: #ffffff !important;
    padding-left: 18px;
    font-size: 0.8rem !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .FaqSection_faqSection__6wD4t {
    width: 90%;
    margin-bottom: 2vh;
  }

  .FaqSection_faqList__gwaAW {
    padding: 2rem;
  }
}

/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.NewCaseStudy_featuresSection__PLClH {
  background-color: #03030f;
  padding: 4rem 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewCaseStudy_featuresWrapper__QUK_N {
  width: 88%;
  overflow: hidden;
  position: relative;
}
.NewCaseStudy_featureCardsWrapper__aoJL1 {
  display: flex;
  overflow: hidden;
}
.NewCaseStudy_featuresHeader__2lgXV {
  margin-bottom: 3rem;
  width: 100%;
}

.NewCaseStudy_featuresHeader__2lgXV svg {
  width: 40px;
  height: 40px;
  color: #f37a6b;
}

.NewCaseStudy_featuresHeader__2lgXV h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: clamp(32px, 01.5vw, 4rem);
  font-weight: 300;
  position: relative;
  color: white;
}

.NewCaseStudy_featuresHeader__2lgXV h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #f37a6b;
  margin-top: 10px;
}

.NewCaseStudy_featuresHeader__2lgXV p {
  font-size: 1rem;
  color: #a1a1a1;
}

.NewCaseStudy_featureCards__iXZE5 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.NewCaseStudy_uList__6edTJ {
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
}

.NewCaseStudy_uList__6edTJ li::marker {
  color: white;
}

.NewCaseStudy_card__mr_qT {
  flex: 0 0 25%;
  background-color: #180e27;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
  border-left: 1px solid #35274b;
}

.NewCaseStudy_card__mr_qT:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.NewCaseStudy_card__mr_qT:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.NewCaseStudy_card__mr_qT:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.NewCaseStudy_card__mr_qT img {
  width: 6rem;
  margin-bottom: 1rem;
}

.NewCaseStudy_card__mr_qT h5 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.NewCaseStudy_card__mr_qT:hover h5 {
  color: #f37a6b;
}

.NewCaseStudy_card__mr_qT p {
  color: #a1a1a1;
  font-size: 0.9rem;
}

.NewCaseStudy_readMore__0fnUS {
  font-size: 0.9rem;
  display: inline-flex;
  color: #a1a1a1;
  margin-top: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
  justify-content: space-between;
}

.NewCaseStudy_card__mr_qT:hover .NewCaseStudy_readMore__0fnUS {
  color: #f37a6b;
}

.NewCaseStudy_readMore__0fnUS:hover {
  color: #f37a6b;
}

.NewCaseStudy_arrowIcon__wh1ZD {
  margin-left: 0.5rem;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    color 0.3s ease;
  opacity: 0;
  color: #a1a1a1;
  width: 8%;
}

.NewCaseStudy_card__mr_qT:hover .NewCaseStudy_arrowIcon__wh1ZD {
  opacity: 1;
  transform: translateX(5px);
  color: #f37a6b;
}

.NewCaseStudy_feature__lAqvK {
  margin-left: 2rem;
}

.NewCaseStudy_featurePoints__l1ijm {
  margin-top: 0.5rem;
  width: 100%;
}
.NewCaseStudy_carouselControls__cghC6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.NewCaseStudy_scrollButton__T1U_h {
  background: transparent;
  color: white;
  border: none;
  padding: 0 1rem;
  cursor: pointer;
  font-size: 2rem;
  transition: background-color 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.NewCaseStudy_scrollButton__T1U_h:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.NewCaseStudy_scrollButton__T1U_h:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}


.NewCaseStudy_scrollButton__T1U_h:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* Media Queries */
@media (max-width: 1024px) and (min-width: 768px) {
  .NewCaseStudy_featuresWrapper__QUK_N {
    width: 90%;
  }

  .NewCaseStudy_featuresHeader__2lgXV h2 {
    font-size: 2rem;
  }

  .NewCaseStudy_featureCards__iXZE5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .NewCaseStudy_card__mr_qT {
    padding: 1.5rem;
  }

  .NewCaseStudy_card__mr_qT img {
    width: 5rem;
  }

  .NewCaseStudy_card__mr_qT h5 {
    font-size: 1.1rem;
  }

  .NewCaseStudy_card__mr_qT p {
    font-size: 0.8rem;
  }

  .NewCaseStudy_feature__lAqvK {
    display: none;
  }

  .NewCaseStudy_scrollButton__T1U_h {
    height: 100%;
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .NewCaseStudy_featuresWrapper__QUK_N {
    width: 100%;
    padding: 2rem 0 0;
    overflow: visible;
    position: relative;
  }

  .NewCaseStudy_featureCardsWrapper__aoJL1 {
    margin: 0 0 0 2rem;
    overflow: hidden;
  }

  .NewCaseStudy_carouselControls__cghC6 {
    left: 0;
    width: 100%;
  }

  .NewCaseStudy_featuresSection__PLClH {
    padding: 0;
  }

  .NewCaseStudy_feature__lAqvK {
    margin: 0;
  }

  .NewCaseStudy_featuresHeader__2lgXV {
    text-align: left;
    margin-bottom: 1rem;
  }

  .NewCaseStudy_featuresHeader__2lgXV h2 {
    font-size: 1.8rem;
    padding: 0rem 2rem;
  }

  .NewCaseStudy_featuresHeader__2lgXV p {
    font-size: 0.9rem;
  }

  .NewCaseStudy_featureCards__iXZE5 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .NewCaseStudy_card__mr_qT {
    padding: 1rem;
  }

  .NewCaseStudy_card__mr_qT img {
    width: 4rem;
  }

  .NewCaseStudy_card__mr_qT h5 {
    font-size: 1rem;
  }

  .NewCaseStudy_card__mr_qT p {
    font-size: 0.75rem;
  }

  .NewCaseStudy_uList__6edTJ {
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  .NewCaseStudy_featurePoints__l1ijm {
    margin-top: 2rem;
  }

  .NewCaseStudy_scrollButton__T1U_h {
    height: 100%;
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
}

