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

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

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

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

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

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

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

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

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

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

.CustomerRelationshipMangamentFaq_icon__v5hhD.CustomerRelationshipMangamentFaq_darkTheme__uG8aS {
  color: #ffffff; /* White for dark theme */
}

.CustomerRelationshipMangamentFaq_icon__v5hhD.CustomerRelationshipMangamentFaq_lightTheme__lB1N6 {
  color: #000000; /* Black for light theme */
}

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

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

.CustomerRelationshipMangamentFaq_faqItem__HNuXX.CustomerRelationshipMangamentFaq_expanded__7WDbz .CustomerRelationshipMangamentFaq_faqAnswer__s3qeg {
  height: auto;
}
.CustomerRelationshipMangamentFaq_icon__v5hhD {
  margin-left: 10px;
  color: #ffffff;
  transition: transform 0.4s ease; 
}

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

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

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

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

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

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

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

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

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

  .CustomerRelationshipMangamentFaq_faqItem__HNuXX {
    width: 100%;
  }
}

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

  .CustomerRelationshipMangamentFaq_faqImage__2SKtA {
    width: 18vh;
  }

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

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

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

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

  .CustomerRelationshipMangamentFaq_faqList__CqcFd {
    padding: 2rem;
  }
}

.CustomerRelationshipMangamentProcess_OurProcessContainer__4O7ys {
    color: white;
    width: 85%;
    align-self: center;
  }
  
  .CustomerRelationshipMangamentProcess_heading__inuJH {
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
    color: white;
    font-size: clamp(32px, 01.5vw, 4rem);
  }
  
  .CustomerRelationshipMangamentProcess_heading__inuJH::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #f37a6b;
    margin-top: 10px;
  }
  
  .CustomerRelationshipMangamentProcess_ourProcessInnerContainer__wK26J {
    display: flex;
    overflow-x: auto;
    gap: 11vh;
    padding: 2%;
  }
  
  .CustomerRelationshipMangamentProcess_OurProcessBox___QrBj {
    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%;
  }
  
  .CustomerRelationshipMangamentProcess_text__xgVIi {
    color: white;
    font-size: clamp(16px, 1vw, 3rem);
  }
  .CustomerRelationshipMangamentProcess_image__l3BNF {
    width: 30%;
    height: auto;
  }
  @media screen and (max-width: 768px) {
    .CustomerRelationshipMangamentProcess_ourProcessInnerContainer__wK26J {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 3vh;
      justify-content: center;
    }
  
    .CustomerRelationshipMangamentProcess_OurProcessBox___QrBj {
      width: 25vw;
      height: 20vh;
      gap: 1rem;
    }
  
    .CustomerRelationshipMangamentProcess_image__l3BNF {
      width: 60%;
    }
  
    .CustomerRelationshipMangamentProcess_text__xgVIi {
      font-size: 0.8rem;
    }
  }
  
  @media screen and (max-width: 480px) {
    .CustomerRelationshipMangamentProcess_OurProcessContainer__4O7ys {
      padding-left: 0;
      padding-right: 0;
      padding-top: 5vh;
    }
  
    .CustomerRelationshipMangamentProcess_heading__inuJH {
      font-size: clamp(20px, 6vw, 24px);
      padding: 0 1rem;
    }
  
    .CustomerRelationshipMangamentProcess_OurProcessBox___QrBj {
      height: 15vh;
      gap: 0.8rem;
      width: auto;
      margin: 0;
    }
  
    .CustomerRelationshipMangamentProcess_image__l3BNF {
      width: 60%;
      height: 40%;
    }
  
    .CustomerRelationshipMangamentProcess_text__xgVIi {
      font-size: 0.7rem;
    }
  
    .CustomerRelationshipMangamentProcess_ourProcessInnerContainer__wK26J {
      gap: 1rem;
    }
  }
  
  @media (max-width: 768px) {
    .CustomerRelationshipMangamentProcess_ourProcessInnerContainer__wK26J {
      gap: 3vh;
    }
    .CustomerRelationshipMangamentProcess_OurProcessContainer__4O7ys {
      width: 95%;
    }
  }
  @media (min-width: 769px) and (max-width: 1180px) {
    .CustomerRelationshipMangamentProcess_OurProcessContainer__4O7ys {
      padding-top: 0vh;
      width: 90%;
    }
    .CustomerRelationshipMangamentProcess_ourProcessInnerContainer__wK26J {
      gap: 2vh;
    }
  }
  
.CustomerRelationshipMangamentServices_container__XD_MJ {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: clamp(5rem, 2vw, 5rem) 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.CustomerRelationshipMangamentServices_simpleText__WF_Qd {
  display: inline-block;
}

.CustomerRelationshipMangamentServices_letter__9kAPI {
  display: inline-block;
}

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

.CustomerRelationshipMangamentServices_tabNavigation__05Ccs {
  padding-top: clamp(1.5rem, 2vw, 2rem);
  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;
}

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

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

.CustomerRelationshipMangamentServices_tabButton__iNCbj.CustomerRelationshipMangamentServices_noBorder__PSJv9 {
  border-left: none;
}

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

.CustomerRelationshipMangamentServices_tabNavigation__05Ccs .CustomerRelationshipMangamentServices_tabButton__iNCbj.CustomerRelationshipMangamentServices_activeTab__aEedE .CustomerRelationshipMangamentServices_tabButtonContent__nuD2p {
  color: #ffffff !important;
}

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

.CustomerRelationshipMangamentServices_tabButton__iNCbj:hover {
  color: #f37a6b;
}

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

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

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

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

.CustomerRelationshipMangamentServices_scrollLeftButton__r6xSN {
  position: absolute;
  left: 0;
}

.CustomerRelationshipMangamentServices_scrollRightButton__A5dAo {
  position: absolute;
  right: 0;
}

.CustomerRelationshipMangamentServices_scrollButton__M5EPf {
  opacity: 0.5;
}

.CustomerRelationshipMangamentServices_scrollButton__M5EPf:hover {
  opacity: 0.8;
}

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

.CustomerRelationshipMangamentServices_textContent__Bye5D {
  flex: 1;
}

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

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

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

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

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

.CustomerRelationshipMangamentServices_carouselItemImageTwo__H3O8d {
  width: 31%;
  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%;
}

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

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

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

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

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

.CustomerRelationshipMangamentServices_textWrapper__1z7Qp {
  z-index: 2;
}

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

.CustomerRelationshipMangamentServices_servicePoint__dXDdM {
  display: flex;
  alignItems: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

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

.CustomerRelationshipMangamentServices_learnMoreButton__a2Izj {
  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%);
}

.CustomerRelationshipMangamentServices_learnMoreButton__a2Izj: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) {
  .CustomerRelationshipMangamentServices_container__XD_MJ {
    padding-left: clamp(3vw, 5vw, 5vw);
    padding-right: clamp(3vw, 5vw, 5vw);
    padding-top: clamp(3vh, 5vw, 5vh);
  }

  .CustomerRelationshipMangamentServices_headingText__fe8la {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

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

  .CustomerRelationshipMangamentServices_VisionText__mFQ1c {
    font-size: 1.875rem;
  }

  .CustomerRelationshipMangamentServices_tabNavigationWrapper__L7RsW {
    width: 100%;
  }

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

  .CustomerRelationshipMangamentServices_carouselControls__JM__H {
    display: none;
  }

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

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

  .CustomerRelationshipMangamentServices_tabButtonContent__nuD2p br {
    display: none;
  }

  .CustomerRelationshipMangamentServices_learnMoreButton__a2Izj {
    width: 45%;
  }

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

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

  .CustomerRelationshipMangamentServices_activeTab__aEedE::after {
    display: none;
  }

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

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

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

  .CustomerRelationshipMangamentServices_leftSideContent__vIZA0,
  .CustomerRelationshipMangamentServices_rightSideContent__jhusc {
    display: block;
    width: 100%;
    height: auto;
  }

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

  .CustomerRelationshipMangamentServices_leftContent__o7gqF,
  .CustomerRelationshipMangamentServices_leftImage__ThH2R {
    width: 100%;
  }

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

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

  .CustomerRelationshipMangamentServices_gridBackground__5WyX7 {
    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%
    );
  }

  .CustomerRelationshipMangamentServices_descriptionText__4YOVM {
    width: 100%;
  }

  .CustomerRelationshipMangamentServices_detailsText__JrwNk {
    width: 100%;
  }
}

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

  .CustomerRelationshipMangamentServices_textSection__krwAB {
    width: 100%;
  }

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

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

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

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

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

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

  .CustomerRelationshipMangamentServices_gridBackground__5WyX7 {
    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) {
  .CustomerRelationshipMangamentServices_container__XD_MJ {
    width: clamp(85%, 90%, 95%);
    padding-top: 0;
  }

  .CustomerRelationshipMangamentServices_tabNavigation__05Ccs {
    overflow-x: auto;
    width: calc(100% - 8rem);
  }

  .CustomerRelationshipMangamentServices_tabButton__iNCbj {
    width: clamp(200px, 15vw, 236px);
    height: clamp(90px, 12vh, 102px);
    padding: clamp(0.4rem, 0.8vw, 0.6rem);
    font-size: clamp(0.75rem, 1vw, 0.875rem);
  }

  .CustomerRelationshipMangamentServices_carouselControls__JM__H {
    display: flex;
  }

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

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

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

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

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

  .CustomerRelationshipMangamentServices_gridBackground__5WyX7 {
    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%
    );
  }
}

@media (min-width: 1281px) {
  .CustomerRelationshipMangamentServices_tabNavigation__05Ccs {
    width: 100%;
    overflow-x: visible;
  }

  .CustomerRelationshipMangamentServices_carouselControls__JM__H {
    display: none;
  }
}
.CustomerRelationshipMangamentTechnology_container__cx_BK {
    padding-top: 4vh;
    color: white;
    width: 85%;
    align-self: center;
  }
  
  .CustomerRelationshipMangamentTechnology_heading__n4Vwq {
    text-align: left;
    margin-bottom: 10px;
    font-size: clamp(32px, 01.5vw, 4rem);
  
    font-weight: 300;
    position: relative;
    color: white;
  }
  
  .CustomerRelationshipMangamentTechnology_heading__n4Vwq::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #f37a6b;
    margin-top: 10px;
  }
  
  .CustomerRelationshipMangamentTechnology_subText__W_RnL {
    color: #afafaf;
    width: 100%;
    line-height: 2rem;
    padding-top: 2vh;
    margin-bottom: 3rem;
    font-size: clamp(0.9rem, 1.1rem, 1.4rem);
  }
  
  .CustomerRelationshipMangamentTechnology_techContainer__afwV1,
  .CustomerRelationshipMangamentTechnology_techsSecondRowContainer__NY6tD {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #523F72;
    border-radius: 20px;
    padding: 1rem;
    margin: 2%;
  }
  .CustomerRelationshipMangamentTechnology_techsSecondRowContainer__NY6tD {
    margin-top: 5vh;
  }
  .CustomerRelationshipMangamentTechnology_techItem__Suhzu {
    position: relative;
    flex: 1 1 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vh;
  }
  
  .CustomerRelationshipMangamentTechnology_techItem__Suhzu:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #afafaf;
  }
  
  .CustomerRelationshipMangamentTechnology_techItem__Suhzu:last-child::after {
    display: none;
  }
  
  .CustomerRelationshipMangamentTechnology_image__Riqrf {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .CustomerRelationshipMangamentTechnology_container__cx_BK {
      padding-left: 5vw;
      padding-right: 5vw;
      padding-top: 5vh;
    }
  
    .CustomerRelationshipMangamentTechnology_heading__n4Vwq {
      font-size: clamp(20px, 6vw, 24px);
    }
  
    .CustomerRelationshipMangamentTechnology_subText__W_RnL {
      font-size: clamp(14px, 4vw, 18px);
      margin-bottom: 2rem;
    }
  
    .CustomerRelationshipMangamentTechnology_techContainer__afwV1,
    .CustomerRelationshipMangamentTechnology_techsSecondRowContainer__NY6tD {
      display: flex;
      flex-wrap: wrap;
      padding: 0.5rem;
    }
  
    .CustomerRelationshipMangamentTechnology_techItem__Suhzu {
      flex: 1 1 45%;
      margin: 0.5rem 0;
      max-width: 45%;
    }
  
    .CustomerRelationshipMangamentTechnology_techItem__Suhzu:not(:last-child)::after {
      display: none;
    }
  }
  
  @media (max-width: 480px) {
    .CustomerRelationshipMangamentTechnology_container__cx_BK {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0vh;
      width: 95%;
      padding: 2rem 1rem;
    }
  
    .CustomerRelationshipMangamentTechnology_subText__W_RnL {
      font-size: clamp(14px, 4vw, 18px);
      margin-bottom: 1.5rem;
    }
  
    .CustomerRelationshipMangamentTechnology_techContainer__afwV1,
    .CustomerRelationshipMangamentTechnology_techsSecondRowContainer__NY6tD {
      display: flex;
      flex-wrap: wrap;
      padding: 0.2rem;
    }
  
    .CustomerRelationshipMangamentTechnology_techItem__Suhzu {
      flex: 1 1 45%;
      margin: 0.3rem 0;
      max-width: 45%;
    }
  
    .CustomerRelationshipMangamentTechnology_techItem__Suhzu:not(:last-child)::after {
      display: none;
    }
  
    .CustomerRelationshipMangamentTechnology_image__Riqrf {
      width: 110px;
      height: auto;
    }
  }
  @media (min-width: 769px) and (max-width: 1180px) {
    .CustomerRelationshipMangamentTechnology_container__cx_BK {
      width: 90%;
      padding-top: 0;
    }
    .CustomerRelationshipMangamentTechnology_techContainer__afwV1,
    .CustomerRelationshipMangamentTechnology_techsSecondRowContainer__NY6tD {
      flex-wrap: nowrap;
    }
    .CustomerRelationshipMangamentTechnology_image__Riqrf {
      width: 70%;
    }
    .CustomerRelationshipMangamentTechnology_techItem__Suhzu{
      height: 7vh;
    }
  }
  
.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%;
  }
}
/* 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;
  }
}

