.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;
  }
}

.BrandingServices_container__sflnS {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: clamp(5rem, 2vw, 5rem) 0;
  width: 100%;
}

.BrandingServices_textSection__ByBeY {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 85%;
}

.BrandingServices_callToActionSection__SjecI {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.BrandingServices_textWrapper__1BC1w {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.BrandingServices_curiosityText__ekEL9 {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-family: "SF Pro Display Regular", sans-serif;
  text-align: center;
}

.BrandingServices_bookButton__2ALOa {
  background-color: #f97316;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: clamp(0.5rem, 1vw, 0.75rem) clamp(1.5rem, 2vw, 2rem);
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.BrandingServices_bookButton__2ALOa:hover {
  background-color: #ea580c;
}

.BrandingServices_headingText__aYmGO {
  text-align: left;
  font-size: clamp(2rem, 1.5vw, 3.5rem);
  font-weight: 300;
  color: #f8f9fa;
  font-family: 'SF Pro Display Regular';
}

.BrandingServices_visionContent__Nz_ep {
font-family: 'SF Pro Display Regular';  
font-size: 1.875rem;
font-weight: 300;
}

.BrandingServices_descriptionText__r9z1c {
  font-size: 1.375rem;
  color: #bac1d9;
  font-family: "SF Pro Display Regular", sans-serif;
  width: 90%;
  margin-top: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.6;
}

.BrandingServices_VisionText__RlST6 {
  font-family: 'SF Pro Display Regular';
  font-size: clamp(1.8rem, 1.3vw, 2.5rem);
}

.BrandingServices_simpleText__Gh4Dx {
  display: inline-block;
}

.BrandingServices_letter__TpMAg {
  display: inline-block;
}

.BrandingServices_tabNavigationWrapper__sDtVK {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.BrandingServices_tabNavigation__2co1C {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #bac1d9;
  flex-wrap: nowrap;
  gap: 5vh;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 10;
  width: calc(100% - 8rem);
  margin: 0 auto;
}

.BrandingServices_tabNavigation__2co1C::-webkit-scrollbar {
  display: none;
}

.BrandingServices_tabButton__rr__7 {
  border: none;
  padding: clamp(4rem, 1vw, 0.75rem) clamp(1rem, 2vw, 1.5rem);
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  color: #bac1d9 !important;
  cursor: pointer;
  font-family: 'SF Pro Display Regular';
  font-weight: 500;
  transition: color 0.3s ease;
  width: 236px;
  height: 102px;
  display: flex;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-shrink: 0;
}

.BrandingServices_tabButton__rr__7.BrandingServices_noBorder__G_fAQ {
  border-left: none;
}

.BrandingServices_tabButtonContent__zJwPJ {
  display: flex;
  align-items: center;
  gap: clamp(0.3rem, 0.5vw, 0.5rem);
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.BrandingServices_tabNavigation__2co1C .BrandingServices_tabButton__rr__7.BrandingServices_activeTab__T9CIs .BrandingServices_tabButtonContent__zJwPJ {
  color: #ffffff !important;
}

.BrandingServices_serviceLogo__OmHur {
    width: clamp(25px, 3vw, 20px);
    height: clamp(25px, 3vw, 20px);
  -o-object-fit: contain;
     object-fit: contain;
}

.BrandingServices_tabButton__rr__7:hover {
  color: #f37a6b;
}

.BrandingServices_activeTab__T9CIs {
  color: #f8f9fa !important;
  position: relative;
}

.BrandingServices_activeTab__T9CIs::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9500ff;
}

.BrandingServices_carouselControls__VpAWH {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
}

.BrandingServices_scrollLeftButton__KyQK_,
.BrandingServices_scrollRightButton__V7t6q {
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 2.5rem;
  transition: background-color 0.3s ease;
  width: 4rem;
  height: clamp(10vh, 11vh, 17vh);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.BrandingServices_scrollButton__UTSxS {
  opacity: 0.5;
}

.BrandingServices_scrollButton__UTSxS:hover {
  opacity: 0.8;
}

.BrandingServices_scrollButton__UTSxS:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.BrandingServices_tabContent___Gvbe {
  padding-left: clamp(1rem, 2vw, 1.5rem);
  border-radius: 8px;
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  background: transparent !important;
}

.BrandingServices_textContent__KlYWo {
  flex: 1;
}

.BrandingServices_imageContent__gIeLW {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.BrandingServices_carouselItem__CQ6Tv {
  width: 26rem;
  min-height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  margin-top: clamp(2vh, 3vw, 3vh);
}

.BrandingServices_imageWrapper__9ujPQ {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.BrandingServices_serviceImage__CLJWt {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: BrandingServices_swipeFromTop__N2nbf .8s ease-in-out forwards;
}

@keyframes BrandingServices_swipeFromTop__N2nbf {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.BrandingServices_carouselItemImageTwo__VVsy_ {
  width: 27%;
  max-width: clamp(30rem, 46vw, 58rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  z-index: 1;
  margin-top: -2%;
  opacity: 60%;
}

.BrandingServices_leftSideContent__0Ka8s {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 33vh;
  margin-top: 5rem;
  gap: 2rem;
}

.BrandingServices_leftContent__xoi_3,
.BrandingServices_leftImage__aHdzs {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1vh;
}

.BrandingServices_leftImage__aHdzs {
  justify-content: center;
  align-items: center;
}

.BrandingServices_rightSideContent__PGhQu {
  display: flex;
  width: 100%;
  margin-top: 11rem;
  position: relative;
}

.BrandingServices_gridBackground__DcJUh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  border-radius: 200px;
  -webkit-mask-image: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0.3) 70%
  );
  mask-image: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0.3) 70%
  );
  z-index: 1;
}

.BrandingServices_textWrapper__1BC1w {
  z-index: 2;
}

.BrandingServices_detailsText__p5_3V {
  font-size: 1.375rem;
  color: #bac1d9;
  line-height: 1.6;
  font-family: "SF Pro Display Light", sans-serif;
  width: 100%;
}

.BrandingServices_servicePoint__VL7C8 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.BrandingServices_servicePoint__VL7C8 img {
  margin-top: 0.2rem;
}

.BrandingServices_learnMoreButton__pv4xv {
  color: #ffffff;
  border: 1.5px solid #9b77d8;
  border-radius: 8px;
  padding: clamp(0.5rem, 1vw, 0.75rem) clamp(1.5rem, 2vw, 2rem);
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 20%;
  background: linear-gradient(180deg, rgba(243, 122, 107, 0) 0%, rgba(149, 0, 255, 1) 100%);
}

.BrandingServices_learnMoreButton__pv4xv:hover {
  background: linear-gradient(180deg, rgba(243, 122, 107, 0.2) 0%, rgba(149, 0, 255, 0.9) 100%);
  transform: scale(1.05);
}

/* Media Queries */
@media (max-width: 768px) {
  .BrandingServices_container__sflnS {
    padding-left: clamp(3vw, 5vw, 5vw);
    padding-right: clamp(3vw, 5vw, 5vw);
    padding-top: clamp(3vh, 5vw, 5vh);
  }

  .BrandingServices_headingText__aYmGO {
    font-size: clamp(1.25rem, 6vw, 1.5rem);
  }

  .BrandingServices_descriptionText__r9z1c,
  .BrandingServices_detailsText__p5_3V {
    font-size: clamp(0.875rem, 4vw, 1.125rem);
    margin-bottom: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.6;
  }

  .BrandingServices_VisionText__RlST6 {
    font-size: clamp(1.25rem, 5vw, 1.5rem);
  }

  .BrandingServices_tabNavigationWrapper__sDtVK {
    width: 100%;
  }

  .BrandingServices_tabNavigation__2co1C {
    display: block;
    border-bottom: none;
    padding-top: clamp(0.5rem, 1vw, 1rem);
    width: 100%;
    margin: 0;
  }

  .BrandingServices_tabButton__rr__7 {
    width: 100%;
    height: clamp(6vh, 8vw, 10vh);
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: clamp(6px, 1vw, 8px);
    border-top-right-radius: clamp(6px, 1vw, 8px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: clamp(0.5rem, 1vw, 0.75rem) clamp(1rem, 2vw, 1.5rem);
    font-size: clamp(0.875rem, 4vw, 1rem);
  }

  .BrandingServices_tabButtonContent__zJwPJ {
    flex-direction: row;
    gap: clamp(0.5rem, 1vw, 0.75rem);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .BrandingServices_tabButtonContent__zJwPJ br {
    display: none;
  }

  .BrandingServices_learnMoreButton__pv4xv {
    width: 45%;
  }

  .BrandingServices_serviceLogo__OmHur {
    width: clamp(20px, 3vw, 24px);
    height: clamp(20px, 3vw, 24px);
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }

  .BrandingServices_activeTab__T9CIs {
    background-color: #9500ff;
  }

  .BrandingServices_activeTab__T9CIs::after {
    display: none;
  }

  .BrandingServices_carouselControls__VpAWH {
    display: none;
  }

  .BrandingServices_tabContent___Gvbe {
    padding: 16px;
    flex-direction: column;
    background: #0c0a0a !important;
  }

  .BrandingServices_carouselItem__CQ6Tv {
    max-width: clamp(70%, 80%, 90%);
    min-height: clamp(7rem, 8vw, 8rem);
  }

  .BrandingServices_carouselItemImageTwo__VVsy_ {
    width: 100%;
    max-width: clamp(80%, 90vw, 100%);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .BrandingServices_leftSideContent__0Ka8s,
  .BrandingServices_rightSideContent__PGhQu {
    display: block;
    width: 100%;
    height: auto;
  }

  .BrandingServices_leftSideContent__0Ka8s {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .BrandingServices_leftContent__xoi_3,
  .BrandingServices_leftImage__aHdzs {
    width: 100%;
  }

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

  .BrandingServices_rightSideContent__PGhQu {
    margin-top: clamp(5rem, 10vw, 8rem);
  }

  .BrandingServices_gridBackground__DcJUh {
    background-size: 15px 15px;
    -webkit-mask-image: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0.3) 60%
    );
    mask-image: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0.3) 60%
    );
  }

  .BrandingServices_descriptionText__r9z1c {
    width: 100%;
  }

  .BrandingServices_detailsText__p5_3V {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .BrandingServices_container__sflnS {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    padding: clamp(1rem, 2vw, 2rem) clamp(0.5rem, 1vw, 1rem);
  }

  .BrandingServices_textSection__ByBeY {
    width: 100%;
  }

  .BrandingServices_descriptionText__r9z1c,
  .BrandingServices_detailsText__p5_3V {
    font-size: clamp(0.875rem, 4vw, 1.125rem);
    margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
    line-height: 1.6;
  }

  .BrandingServices_tabNavigation__2co1C {
    padding-top: 0;
    width: 100%;
    margin: 2rem 0;
  }

  .BrandingServices_tabButton__rr__7 {
    padding: clamp(2.5rem, 1vw, 0.75rem) clamp(1rem, 2vw, 1.5rem);
    height: clamp(5vh, 7vw, 8vh);
    font-size: clamp(0.875rem, 4vw, 1rem);
  }

  .BrandingServices_serviceLogo__OmHur {
    width: clamp(18px, 2.5vw, 22px);
    height: clamp(18px, 2.5vw, 22px);
  }

  .BrandingServices_carouselItem__CQ6Tv {
    max-width: clamp(80%, 90%, 100%);
  }

  .BrandingServices_carouselItemImageTwo__VVsy_ {
    width: 100%;
    max-width: clamp(85%, 95vw, 100%);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .BrandingServices_gridBackground__DcJUh {
    background-size: 30px 30px;
    -webkit-mask-image: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 0.3) 50%
    );
    mask-image: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 0.3) 50%
    );
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .BrandingServices_container__sflnS {
    width: clamp(85%, 90%, 95%);
    padding-top: 0;
  }

  .BrandingServices_tabButton__rr__7 {
    width: clamp(13%, 15%, 16%);
    height: clamp(10vh, 12vh, 14vh);
    padding: clamp(0.4rem, 0.8vw, 0.6rem);
    font-size: clamp(0.625rem, 1vw, 0.75rem);
  }

  .BrandingServices_carouselItemImageTwo__VVsy_ {
    width: 100%;
    max-width: clamp(25rem, 30vw, 35rem);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .BrandingServices_serviceLogo__OmHur {
    width: clamp(18px, 2.2vw, 22px);
    height: clamp(18px, 2.2vw, 22px);
  }

  .BrandingServices_carouselItem__CQ6Tv {
    width: clamp(18rem, 20vw, 22rem);
  }

  .BrandingServices_leftSideContent__0Ka8s {
    width: clamp(80%, 85%, 90%);
  }

  .BrandingServices_rightSideContent__PGhQu {
    width: clamp(75vw, 80vw, 85vw);
  }

  .BrandingServices_tabNavigation__2co1C {
    width: calc(100% - 8rem);
  }

  .BrandingServices_scrollLeftButton__KyQK_,
  .BrandingServices_scrollRightButton__V7t6q {
    width: 3.5rem;
    font-size: 2rem;
  }

  .BrandingServices_gridBackground__DcJUh {
    background-size: 15px 15px;
    -webkit-mask-image: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 1) 35%,
      rgba(255, 255, 255, 0.3) 65%
    );
    mask-image: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 1) 35%,
      rgba(255, 255, 255, 0.3) 65%
    );
  }
}
.BrandingProcess_OurProcessContainer__VcF09 {
  color: white;
  width: 85%;
  align-self: center;
  font-family: "Geist Regular", sans-serif;
}

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

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

.BrandingProcess_ourProcessInnerContainer__McfY8 {
  display: flex;
  overflow-x: auto;
  gap: 11vh;
  padding: 2%;
}

.BrandingProcess_OurProcessBox__tScsV {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background-color: #16181d;
  border-radius: 20px;
  gap: 1.3rem;
  text-align: center;
  padding: 2%;
}

.BrandingProcess_text__SkEqV {
  color: white;
  font-size: clamp(16px, 1vw, 3rem);
}
.BrandingProcess_image__4V2Vt {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .BrandingProcess_ourProcessInnerContainer__McfY8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vh;
    justify-content: center;
  }

  .BrandingProcess_OurProcessBox__tScsV {
    width: 25vw;
    height: 20vh;
    gap: 1rem;
  }

  .BrandingProcess_image__4V2Vt {
    width: 60%;
  }

  .BrandingProcess_text__SkEqV {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .BrandingProcess_OurProcessContainer__VcF09 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5vh;
  }

  .BrandingProcess_heading__kQ_fX {
    font-size: clamp(20px, 6vw, 24px);
    padding: 0 1rem;
  }

  .BrandingProcess_OurProcessBox__tScsV {
    height: 15vh;
        gap: 0.8rem;
        width: auto;
        margin-bottom: 0;
  }

  .BrandingProcess_image__4V2Vt {
    width: 60%;
    height: 40%;
  }

  .BrandingProcess_text__SkEqV {
    font-size: 0.7rem;
  }

  .BrandingProcess_ourProcessInnerContainer__McfY8 {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .BrandingProcess_ourProcessInnerContainer__McfY8 {
    gap: 3vh;
  }
  .BrandingProcess_OurProcessContainer__VcF09 {
    width: 95%;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .BrandingProcess_OurProcessContainer__VcF09 {
    padding-top: 0vh;
    width: 90%;
  }
  .BrandingProcess_ourProcessInnerContainer__McfY8 {
    gap: 2vh;
  }
}

.BrandingTechnology_container__Ncf4_ {
  padding-top: 4vh;
  color: white;
  width: 85%;
  align-self: center;
  font-family: "Geist Regular", sans-serif;
}

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

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

.BrandingTechnology_subText__pF8Sa {
  color: #afafaf;
  width: 100%;
  line-height: 2rem;
  padding-top: 2vh;
  margin-bottom: 3rem;
  font-size: clamp(0.9rem, 1.1rem, 1.4rem);
}

.BrandingTechnology_techContainer__sXYkW,
.BrandingTechnology_techsSecondRowContainer__6mfs4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #523F72;
  border-radius: 20px;
  padding: 1rem;
  margin: 5% 0 2%;
}

.BrandingTechnology_techsSecondRowContainer__6mfs4 {
  margin-top: 5vh;
}

.BrandingTechnology_techItem__BkKbS {
  position: relative;
  flex: 1 1 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12vh;
}

.BrandingTechnology_techItem__BkKbS:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #afafaf;
}

.BrandingTechnology_techItem__BkKbS:last-child::after {
  display: none;
}

.BrandingTechnology_image__w9HWS {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: auto;
}

.BrandingTechnology_sectionTitle__A8BSv {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d0d0d;
  padding: 6px 16px;
  font-weight: 200;
  font-size: 17px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  color: white;
  display: none;
}

.BrandingTechnology_techContainer__sXYkW,
.BrandingTechnology_techsSecondRowContainer__6mfs4 {
  position: relative;
}

@media (max-width: 768px) {
  .BrandingTechnology_container__Ncf4_ {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vh;
  }

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

  .BrandingTechnology_subText__pF8Sa {
    font-size: clamp(14px, 4vw, 18px);
    margin-bottom: 2rem;
  }

  .BrandingTechnology_techContainer__sXYkW,
  .BrandingTechnology_techsSecondRowContainer__6mfs4 {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
  }

  .BrandingTechnology_techItem__BkKbS {
    flex: 1 1 45%;
    margin: 0.5rem 0;
    max-width: 45%;
  }

  .BrandingTechnology_techItem__BkKbS:not(:last-child)::after {
    display: none;
  }
  .BrandingTechnology_sectionTitle__A8BSv {
    font-size: 14px;
    width: 100%;
    text-align: center;
    text-wrap: auto;
  }
}

@media (max-width: 480px) {
  .BrandingTechnology_container__Ncf4_ {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0vh;
    width: 95%;
    padding: 2rem 1rem;
  }

  .BrandingTechnology_subText__pF8Sa {
    font-size: clamp(14px, 4vw, 18px);
    margin-bottom: 2.5rem;
  }

  .BrandingTechnology_techContainer__sXYkW,
  .BrandingTechnology_techsSecondRowContainer__6mfs4 {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
  }

  .BrandingTechnology_techItem__BkKbS {
    flex: 1 1 45%;
    margin: 0.3rem 0;
    max-width: 50%;
  }

  .BrandingTechnology_techItem__BkKbS:not(:last-child)::after {
    display: none;
  }

  .BrandingTechnology_image__w9HWS {
    width: 170px;
    height: auto;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .BrandingTechnology_container__Ncf4_ {
    width: 90%;
    padding-top: 0;
  }

  .BrandingTechnology_techContainer__sXYkW,
  .BrandingTechnology_techsSecondRowContainer__6mfs4 {
    flex-wrap: nowrap;
  }

  .BrandingTechnology_image__w9HWS {
    width: 40%;
  }

  .BrandingTechnology_techItem__BkKbS {
    height: 7vh;
  }
}

.BrandingFaq_faqSection__BB_Cs {
  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;
}

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

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

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

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

.BrandingFaq_faqItem__KUJdo {
  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;
}

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

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

.BrandingFaq_faqQuestion__hCyUL {
  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;
}

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

.BrandingFaq_icon__Spk8u.BrandingFaq_darkTheme__pTfi_ {
  color: #ffffff; 
}

.BrandingFaq_icon__Spk8u.BrandingFaq_lightTheme__Q3YCD {
  color: #000000; 
}

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

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

.BrandingFaq_faqItem__KUJdo.BrandingFaq_expanded__Hd40_ .BrandingFaq_faqAnswer__LwrBd {
  height: auto;
}
.BrandingFaq_icon__Spk8u {
  margin-left: 10px;
  color: #ffffff;
  transition: transform 0.4s ease; 
}

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

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

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

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

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

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

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

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

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

  .BrandingFaq_faqItem__KUJdo {
    width: 100%;
  }
}

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

  .BrandingFaq_faqImage__ExkLw {
    width: 18vh;
  }

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

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

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

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

  .BrandingFaq_faqList__5yvJ5 {
    padding: 2rem;
  }
}

.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;
  }
}

.WhyUs_container__kDvL_ {
    background-color: #03030f;
    color: #a5d6a7;
    display: flex;
    align-items: center;
    align-self: center;
    position: relative;
    width: 85%;
    padding-top: 5vh;
  }

  .WhyUs_smallTitle__iK0sX {
    font-size: clamp(32px, 01.5vw, 4rem);
    font-weight: 300;
    position: relative;
    color: white;
    width: 85%;
  }
  
  .WhyUs_smallTitle__iK0sX::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #f37a6b;
    margin-top: 10px;
  }

  .WhyUs_content__8mF0o {
    text-align: center;
    width: 100%;
  }

  .WhyUs_toolsGrid__9D_mG {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6.5rem;
    width: 100%;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
  }

  .WhyUs_toolItem__YiRN7 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .WhyUs_toolName__F3xGR {
    font-size: 0.9rem;
    font-weight: bold;
    color: #afafaf;
  }

  .WhyUs_loadingBarWrapper__ieN00 {
    width: 100%;
    height: 40px;
    background-color: #03030f;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
  }

  .WhyUs_loadingBar__Mlzmg {
    height: 100%;
    width: 0;
    background-color: rgba(82, 63, 114, 0.8);
    animation: WhyUs_loading__Xl6sr 2s ease-in-out forwards;
    padding: 0.5rem;
    font-size: 1rem;
    color: white;
  }

  @keyframes WhyUs_loading__Xl6sr {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

  @media (max-width: 1024px) {
    .WhyUs_toolsGrid__9D_mG {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
      margin-top: 3rem;
    }
  }

  @media (max-width: 768px) {
    .WhyUs_toolsGrid__9D_mG {
      grid-template-columns: 1fr;
      grid-gap: 1rem;
      margin-top: 2rem;
    }

    .WhyUs_toolItem__YiRN7 {
      gap: 0.3rem;
    }

    .WhyUs_toolName__F3xGR {
      font-size: 0.8rem;
    }

    .WhyUs_loadingBar__Mlzmg {
      font-size: 0.9rem;
    }
    
    .WhyUs_featuresSection__ikzEJ{
      padding: 0;
    }
  }

  @media (max-width: 480px) {
    .WhyUs_container__kDvL_ {
      width: 95%;
      padding: 2rem 1rem;
      }

    .WhyUs_smallTitle__iK0sX {
      font-size: clamp(24px, 5vw, 32px);
      margin-left: 0;
    }

    .WhyUs_featuresSection__ikzEJ{
      padding: 0;
    }

    .WhyUs_toolsGrid__9D_mG {
      grid-template-columns: 1fr;
      grid-gap: 0.8rem;
      margin-top: 1.5rem;
    }

    .WhyUs_toolItem__YiRN7 {
      gap: 0.2rem;
    }

    .WhyUs_toolName__F3xGR {
      font-size: 0.75rem;
    }

    .WhyUs_loadingBar__Mlzmg {
      font-size: 0.85rem;
      padding: 0.4rem;
    }
  }

.BrandingToolWeUse_featuresSection___ewry {
    background-color: #03030f;
    padding: 0rem 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Geist Regular", sans-serif;
    padding-top: 5vh;
  }
  
  .BrandingToolWeUse_featuresWrapper__Sg5Q5 {
    width: 85%;
  }
  
  .BrandingToolWeUse_featuresHeader__VNRW1 {
    margin-bottom: 3rem;
    width: 100%;
  }
  
  .BrandingToolWeUse_featuresHeader__VNRW1 svg {
    width: 40px;
    height: 40px;
  }
  
  .BrandingToolWeUse_featuresHeader__VNRW1 h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1.5rem 0;
  }
  
  .BrandingToolWeUse_featuresHeader__VNRW1 p {
    font-size: 1rem;
    color: #a1a1a1;
  }
  
  .BrandingToolWeUse_featureCards__qcCji {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
    gap: 0;
  }

  .BrandingToolWeUse_star__IqhjH{
    color: #f37a6b;

  }
  
  .BrandingToolWeUse_uList__KWRrz {
    list-style-type: disc;
    list-style-position: inside;
    display: flex;
  }
  
  .BrandingToolWeUse_uList__KWRrz li::marker {
    color: white;
  }
  
  .BrandingToolWeUse_card__9WodJ {
    background-color: #180e27;
    padding: 2rem;
    transition: box-shadow 0.3s ease;
    border-left: 1px solid #35274b;
  }
  
  .BrandingToolWeUse_card__9WodJ:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  
  .BrandingToolWeUse_card__9WodJ:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  .BrandingToolWeUse_card__9WodJ:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  
  .BrandingToolWeUse_card__9WodJ img {
    width: 6rem;
    margin-bottom: 1rem;
  }
  
  .BrandingToolWeUse_card__9WodJ h5 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
  }
  
  .BrandingToolWeUse_card__9WodJ:hover h5 {
    color: #f37a6b;
  }
  
  .BrandingToolWeUse_card__9WodJ p {
    color: #a1a1a1;
    font-size: 0.9rem;
  }
  
  .BrandingToolWeUse_readMore__aj8Xq {
    font-size: 0.9rem;
    display: inline-flex;
    color: #a1a1a1;
    margin-top: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
    justify-content: space-between;
  }
  
  .BrandingToolWeUse_card__9WodJ:hover .BrandingToolWeUse_readMore__aj8Xq {
    color: #f37a6b;
  }
  
  .BrandingToolWeUse_readMore__aj8Xq:hover {
    color: #f37a6b;
  }
  
  .BrandingToolWeUse_arrowIcon__Tuq2n {
    margin-left: 0.5rem;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      color 0.3s ease;
    opacity: 0;
    color: #a1a1a1;
    width: 8%;
  }
  
  .BrandingToolWeUse_card__9WodJ:hover .BrandingToolWeUse_arrowIcon__Tuq2n {
    opacity: 1;
    transform: translateX(5px);
    color: #f37a6b;
  }
  
  .BrandingToolWeUse_feature__139pn {
    margin-left: 2rem;
  }
  
  .BrandingToolWeUse_featurePoints__jzwRW {
    margin-top: 0.5rem;
    width: 100%;
  }




  .BrandingToolWeUse_introContainer__w_0im {
    display: flex;
    flex-direction: column !important;
    align-items: start;
    width: 100%;

  }
  
  .BrandingToolWeUse_introContainer__w_0im p {
    max-width: 100%;
  }
  
  .BrandingToolWeUse_introContainer__w_0im a:hover {
    cursor: pointer;
  }
  .BrandingToolWeUse_introContainer__w_0im p.BrandingToolWeUse_myName__3SYGF {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 3.8rem;
    text-transform: uppercase;
  }
  .BrandingToolWeUse_myNameDesc__BVhOX {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-right: 6%;
    color: #523F72 !important;
  }
  

  .BrandingToolWeUse_contactContainer__OKFjl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  
  .BrandingToolWeUse_emailButton__xgr0s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    color: #09090b;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5vw;
    cursor: pointer;
  }
  
  .BrandingToolWeUse_copyIcon__WDqfO {
    width: 20px;
    height: 20px;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
  
  .BrandingToolWeUse_socialIcons__ZEhed {
    display: flex;
    gap: 1.5rem;
  }
  
  .BrandingToolWeUse_icon__msX0o {
    font-size: 1.5rem;
    color: #afafaf !important;
    text-decoration: none;
  }
  
  .BrandingToolWeUse_icon__msX0o:hover {
    color: #737373 !important;
  }

  

  
  
  /* Media Queries */
  @media (max-width: 1024px) and (min-width: 768px) {
    .BrandingToolWeUse_featuresWrapper__Sg5Q5 {
      width: 90%;
    }
  
    .BrandingToolWeUse_featuresHeader__VNRW1 h2 {
      font-size: 2rem;
    }
  
    .BrandingToolWeUse_featureCards__qcCji {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
  
    .BrandingToolWeUse_card__9WodJ {
      padding: 1.5rem;
    }
  
    .BrandingToolWeUse_card__9WodJ img {
      width: 5rem;
    }
  
    .BrandingToolWeUse_card__9WodJ h5 {
      font-size: 1.1rem;
    }
  
    .BrandingToolWeUse_card__9WodJ p {
      font-size: 0.8rem;
    }
  
    .BrandingToolWeUse_feature__139pn {
      display: none;
    }

  }
  
  @media (max-width: 768px) {
    .BrandingToolWeUse_featuresWrapper__Sg5Q5 {
      width: 95%;
      padding: 2rem 1rem;
    }
  
    .BrandingToolWeUse_feature__139pn {
      margin: 0;
    }
  
    .BrandingToolWeUse_featuresHeader__VNRW1 {
      text-align: left;
    }
  
    .BrandingToolWeUse_featuresHeader__VNRW1 h2 {
      font-size: 1.8rem;
    }
  
    .BrandingToolWeUse_featuresHeader__VNRW1 p {
      font-size: 0.9rem;
    }
  
    .BrandingToolWeUse_featureCards__qcCji {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  
    .BrandingToolWeUse_card__9WodJ {
      padding: 1rem;
    }
  
    .BrandingToolWeUse_card__9WodJ img {
      width: 4rem;
    }
  
    .BrandingToolWeUse_card__9WodJ h5 {
      font-size: 1rem;
    }
  
    .BrandingToolWeUse_card__9WodJ p {
      font-size: 0.75rem;
    }
  
    .BrandingToolWeUse_uList__KWRrz {
      text-align: left;
      display: flex;
      flex-direction: column;
    }
  
    .BrandingToolWeUse_featurePoints__jzwRW {
      margin-top: 2rem;
    }

    .BrandingToolWeUse_featuresSection___ewry{
      padding: 0 !important;
    }
  }
  
.SectionCard_layoutContainer__9Eqh0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /* padding: 60px 0; */
  background-color: #09090b;
  color: #523F72;
  transition: background-color 0.3s;
  justify-content: center;
}

.SectionCard_layoutContent__IG_GP {
  padding: 1.5rem 2rem;
}

@media screen and (min-width: 500px) {
  .SectionCard_layoutContent__IG_GP {
    width: clamp(325px, 90%, 1200px);
  }
}

