/* globel css start */

* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Sans-serif;
  /* font-family: "Gilroy", Sans-serif; */
  box-sizing: border-box;
  /* background: #000000; */

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.row {
  margin: unset;
}

ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 77.34px;
  letter-spacing: 2%;
  color: #FFFFFF;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;


}

.text-center {
  text-align: center;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.72px;
  /* text-align: center; */
  color: #FFFFFF;
  margin-bottom: 0 !important;
}

.Section_Spacing {
  padding: 50px 0;
}


.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.Super_Sub_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  /* line-height: 48px; */
  text-align: center;
  border-radius: 60px;
  padding: 9px 21px;
  display: inline-block;
  background: #BBB0C61A;

  position: relative;
}

.whatsapp_float {
  position: fixed;
  z-index: 99999;
  bottom: 40px;
  right: 40px;
  padding: 10px;
  /* background: linear-gradient(91.06deg, #7D2AE7 11.64%, #07B9CE 84.46%); */
  background: #57bb63;
  font-size: 50px;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Super_Sub_Heading::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 60px;
  background: linear-gradient(180deg, #662FCA 0%, #12A4C9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.Super_Sub_Heading>span {
  background: linear-gradient(91.06deg, #7D2AE7 11.64%, #07B9CE 84.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.Use_Cases_BG {
  /* background-image: url('/Assets/Use-Cases-BG.svg'); */
  background: #0a0510;
  padding: 55px 50px 20px 50px;
  /* background-repeat: no-repeat;
  background-size: cover; */
  border-radius: 25px;
}

/* .Sub_Heading {
  max-width: 600px;
  margin: auto;
} */

/* .site-title {
  width: calc(20ch);
} */

.logo_text {
  width: 10ch;
  animation: typing 1s steps(22);
  white-space: nowrap;
  overflow: hidden;
}

@keyframes typing {
  from {
    width: 0
  }
}


.Section_Dark_BG {
  background-color: #06030a;
}

.Journey_Section h2,
.Assistance_Section_Heading,
.Seamlessly_Section_Heading,
.Custom_Alter_Human_Heading,
.accordion_Section_Heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 79px;
}

.Contact_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 79px;
}

.Journey_Section p {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;

}

.One_Solution_Heading {
  font-size: 58px;
  font-weight: 600;
  line-height: 68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  max-width: 680px;
  margin: auto;
}

.f-36 {
  font-size: 36px;
}

.f-20 {
  font-size: 20px;
}

.Smart_Seamless_Section_Row_Gap {
  row-gap: 1.5rem;
}

.Smart_Seamless_Section {
  background: #000;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s;

  cursor: pointer;
  border: none;
  /* position: relative; */
  border: 2px solid #1A0530;
  transition: all 0.3s ease;
  /* box-shadow: 2px 4px 162px 0px #522486; */
}

/* .Smart_Seamless_Section::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 15px;
  background: linear-gradient(155.11deg, #7D2AE7 42.84%, #07B9CE 85.7%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
} */

.Smart_Seamless_Section:hover {
  /* box-shadow: 0px 0px 15px 0px #00000033;
  border-color: transparent; */
  box-shadow: 2px 4px 30px 0px #522486;
}

.Assistance_Smart_Seamless_Section {
  background: #141414;
  border: 1px solid #141414;
  height: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.Assistance_Smart_Seamless_Section:hover {
  box-shadow: 2px 4px 30px 0px #522486;
}

.Contact_Smart_Seamless_Section {
  border: 1px solid #CCCCCC;
  background-color: transparent;
  height: 100%;
  border-radius: 15px;
}

.Smart_Contact_Svg_Section {
  /* background: linear-gradient(180deg, #782EE5 0%, #0BB3CF 100%); */
  padding: 15px 17px;
  width: fit-content;
  border-radius: 12px;
}

.Smart_Contact_Svg_Section svg {
  max-width: 48px;
  color: #DFDFDF;
}

.form-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}

.form-control {
  background-color: transparent;
  border: 1px solid #DEE2E6;
  color: #fff !important;
}

.form-control::placeholder {
  color: #FFFFFFBF;
}

.form-control:focus {
  background-color: transparent;
  box-shadow: 0 0 0 .25rem #5a2b9d;
  border: 1px solid #5a2b9d;
}

.form-control option {
  background-color: #06030a !important;
}

.accordion-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFFB2;
}

/* globel css end */

.Smart_Seamless_Section_Pera,
.Seamless_Connect_Section_Pera,
.Custom_Alter_Human_Pera,
.accordion_Sub_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFFCC;
}

.Seamless_Connect_Section_Pera,
.accordion_Sub_Heading {
  font-size: 17px;
  line-height: 28px;
}

.Customizable-BOT_BG_Section {
  /* background-image: url('/Assets/Customizable-BOT-BG.svg'); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.BOT_BG_Image_Section {
  max-width: 474.02px;
  max-height: 523.81px;
  /* border-radius: 16.23px 0px 0px 0px; */
  /* backdrop-filter: blur(11.576659202575684px); */
  /* box-shadow: 0px 0px 15px 0px #00000033; */
  /* border-radius: 15px; */
  margin: auto;
  /* border: 1.16px solid #3db354b3; */
  box-shadow: 0px 0px 15px 0px #00000033;
  /* backdrop-filter: blur(11.576700210571289px); */
  /* border: 1.2px solid #FFFFFF33; */
  /* padding: 13px 5px; */
  text-align: center;
}

.Heart_Beat_BG {
  /* background-image: url('Assets/Heart_Beat.svg'); */
  /* background-repeat: no-repeat; */
  /* background-size: auto; */
  /* background-position: bottom; */
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 10px;
}

@keyframes waveGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.Banner_Gradiant_text_Color,
.H2_Gradiant_text_Color,
.Seamlessly_Gradiant_text_Color,
.Industries_Required_Gradiant_text_Color,
.Industries_h3_Gradiant_Color,
.Services_Banner_Gradiant_text_Color,
.Service_Page_H2_Heading,
.Service_Page_Key_Benefits_Gradient_Heading,
/* .Pricing_Heading_H2_Section h2, */
.Pricing_Page_Banner_Heading,
.Traditional_Chatbots_Heading_H2_Gradiant {
  font-family: "Roboto", sans-serif;
  /* font-weight: 400;
  font-size: 80px;
  line-height: 93.75px; */
  /* background: linear-gradient(91.06deg, #7D2AE7 11.64%, #07B9CE 84.46%);
  -webkit-background-clip: text;
  background-size: 200% 200%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: waveGradient 3s infinite linear; */
  color: #fff;
}


.H2_Gradiant_text_Color {
  font-size: 64px;
  line-height: 75px;
}

.Seamlessly_Gradiant_text_Color {
  font-weight: 700;
  font-size: 66px;
  line-height: 77.34px;
}

.Gradiant_text_Color {
  background: linear-gradient(90deg, #2FFCBA, #69F973, #A0F671, #C7F36F);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: waveGradient 3s infinite linear;
}


.navbar-toggler-icon {
  display: none;
  background-image: none;
}

.navbar-toggler::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: white;
}

.navbar-toggler[aria-expanded="true"]::before {
  content: "\f00d";
}

/* Banner section css start */

.Home_Banner_Pera {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #FFFFFF;
  max-width: 820px;
}

ul.Nav_Menus li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFFCC !important;

}

ul.Nav_Menus li a:hover {
  color: #FFFFFF !important;
}

ul.Nav_Menus li a.active {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF !important;
}

.nav-item {
  position: relative;
}

.nav-link {
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Animated Gradient Border */
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  /* background: linear-gradient(91.06deg, #7D2AE7 11.64%, #07B9CE 84.46%); */
  background: #ffffff84;
  transition: width 0.4s ease-in-out;
}

/* Show Border on Hover & Active */
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}


/* .Nav_Buttons_1st {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  text-align: left;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  cursor: pointer;
  border: none;
  background: transparent;
} */

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

/* .Primary_Button,
.Primary_Button_Nav {
  position: relative;
  background: linear-gradient(278.31deg, #2FFCBA 0%, #69F973 42.71%, #A0F671 80.21%, #C7F36F 100%);
  padding: 16px 32px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  text-align: left;
  text-decoration: none;
  width: fit-content;
  border: none;
  outline: none;
  overflow: hidden;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.Primary_Button:hover,
.Primary_Button_Nav:hover {
  background: linear-gradient(278.31deg, #222 0%, #333 50%, #444 100%);
  color: #fff; 
}*/

/* Optional Shimmer Effect */
/* .Primary_Button::before,
.Primary_Button_Nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: left 0.5s ease-in-out;
}

.Primary_Button:hover::before,
.Primary_Button_Nav:hover::before {
  left: 110%;
}

.Secondary_Button {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #222222;
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 15px 31px;

} */


/* .Primary_Button {

  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 21.83px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #7D2AE7 0%, #07B9CE 100%);
  border-image-slice: 1;
  background: transparent;
  padding: 24px 32px;
  border-radius: 100px;
} */

.Primary_Button {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 21.83px;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  padding: 20px 32px;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.Primary_Button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 100px;
  background: linear-gradient(90deg, #7D2AE7 0%, #07B9CE 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.Primary_Button:hover {
  background: linear-gradient(278.31deg, #222 0%, #333 50%, #444 100%);
  color: #fff;
}

/* Optional Shimmer Effect */
.Primary_Button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: left 0.5s ease-in-out;
}

.Primary_Button:hover::after {
  left: 120%;
}



.Primary_Button_Nav {
  background: #000000;
  border: 2px solid #8B8B8BE5;
  border-radius: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.83px;
  letter-spacing: 0%;
  text-align: center;

  color: #FFFFFF;
  padding: 9px 30px;
  border-radius: 100px;
  cursor: pointer;
}

.Secondary_Button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 21.83px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
  padding: 20px 32px;
  border-radius: 100px;
  cursor: pointer;
}

.Third_Button {
  /* background: linear-gradient(180deg, #0EAFCF 0%, #3F027F 100%); */
  width: fit-content;
  border-radius: 12px;
  padding: 16px 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.83px;
  color: #fff;
  /* border: none; */
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}

.Primary_Button_Nav,
.Secondary_Button,
.Third_Button,
.Pricing_Submit_Primary_Button {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.Primary_Button_Nav:hover,
.Secondary_Button:hover,
.Third_Button:hover,
.Pricing_Submit_Primary_Button:hover {
  background: linear-gradient(278.31deg, #222 0%, #333 50%, #444 100%);
  color: #fff;
  border-color: #444;
}

/* Optional Shimmer Effect */
.Primary_Button_Nav::after,
.Secondary_Button::after,
.Third_Button::after,
.Pricing_Submit_Primary_Button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: left 0.5s ease-in-out;
}

.Primary_Button_Nav:hover::after,
.Secondary_Button:hover::after,
.Third_Button:hover::after,
.Pricing_Submit_Primary_Button:hover::after {
  left: 110%;
}

.site-title a {
  font-size: 31px;
  font-weight: 500;
  line-height: 36.33px;
  font-family: "Roboto", Sans-serif;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 200px;
}

.Main_Navbar {
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0px 0px 15px 0px #00000033;
  position: relative;
  z-index: 999;
  position: fixed;
  width: 100%;
  backdrop-filter: blur(5px);
  top: 0;
  border-bottom: 1px solid #FFFFFF26;
  background-color: #000000c4;
}

/* .Button_anchor_Tag {
  fill: #101010;
  color: #101010;
  border-radius: 50px 50px 50px 50px;
  background-color: #61CE70;
  border: 1px solid #61CE70;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
}

.Button_anchor_Tag:hover {
  background-color: #fff;
} */

.Banner_Main_Section {
  width: 100%;
  height: 961px;
  overflow: hidden;
  background: url("/Assets/darkTheme/BannerBG.svg");
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Baner_Image_Play_Button,
.Image_Play_Button {
  border: 0.91px solid #3DB354;
  padding: 18px;
  border-radius: 50%;
  /* width: fit-content; */
  display: inline-block;
}

.Image_Play_Button {
  line-height: 0;
  box-shadow: 0px 25.58px 47.51px 0px #3DB35480;
  background: linear-gradient(180deg, #3DB354 0%, #C7F36F 100%);
  backdrop-filter: blur(10.050687789916992px);
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .Education_Main_Banner_Section {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  background-image: url('/Assets/darkTheme/industries_Banner.png'), url('/Assets/darkTheme/industries_Banner_Grid.png');
}

.Education_Main_Banner_Section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #efefef 1px, transparent 1px), linear-gradient(to bottom, #efefef 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
} */

.Home_Banner_Section_Content {
  padding: 150px 0;
  max-width: 1040px;
  gap: 15px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-top: 150px;
  padding-bottom: 80px;
}

.Banner_Image_Section {
  width: 1040px;
  height: 547px;
  border-radius: 12px;
  position: relative;
  z-index: 99;
  margin: auto;

  background-image: url('/Assets/DashboardScreen.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 15px 0px #00000033;
}

/* Banner section css end */

/* Human_Like_Voices section css start */
.Voice_Section_Main_Container {
  overflow: hidden;
  background: url("/Assets/darkTheme/Voice_BG.png");
  background-color: #06030a;
  background-repeat: repeat;
  background-size: contain;
  /* background-position: center; */

  padding: 135px 0;
}

.Human_Like_Voices {
  background: #1A0530;
  padding: 50px 20px;
  overflow: hidden;
  /* box-shadow: 0px 0px 100px #5a2b9d; */
  box-shadow: 0 0 60px 30px rgba(90, 43, 157, .5);
  border-radius: 25px;
}

.Human_Like_Voices_Contant {
  max-width: 900px;
  margin: auto;
}

.Human_Like_Voices_Images img {
  margin-top: -140px;
}

/* .Human_Like_Voices:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(278.31deg, #2FFCBA 0%, #69F973 42.71%, #A0F671 80.21%, #C7F36F 100%);
  border-radius: inherit;
  z-index: 1;
} */

.Human_Like_Voices .d-flex {
  position: relative;
  z-index: 2;
}

/* .Engage_Students_Heading {
  font-size: 58px;
  font-weight: 600;
  line-height: 68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
} */

.Engage_Students_Sub-Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;


}

.audio-container {
  display: flex;
  align-items: center;
  padding: 24px 30px;
  gap: 20px;
  background: transparent;

  border: 1px solid #ffffff97;
  box-shadow: 0px 0px 6.01px 1px #00000040 inset;
  border-radius: 20px;

}

.author-info h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.author-info p {
  font-family: Inter;
  font-weight: 400;
  font-size: 17.3px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #FFFFFFCC;

}

.audio-container>button {
  padding: 16px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA4A;
}

/* .audio-container>button:hover {
  background-color: #000;
} */

.Main_voiceAI {
  /* display: flex;
  justify-content: center; */
  row-gap: 20px;
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: auto;
}

.AboutUS_Sub_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;

  border-radius: 60px;
  padding: 10px 20px;
  background: #050208;
  position: relative;
}

.AboutUS_Sub_Heading::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 60px;
  background: linear-gradient(187.11deg, #7037E3 6.11%, #436EDA 101.44%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.AboutUS_Sub_Heading>span {
  background: linear-gradient(90deg, #7B2BE6 0%, #3A7AD8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.AboutUS_Sub_Heading>img {
  width: 16px;
}

@media screen and (max-width: 768px) {
  .audio-container {
    padding: 24px 12px;
    /* border-radius: 50px; */
  }
}

@media screen and (max-width: 576px) {
  .audio-container {
    padding: .5rem;
    border-radius: 50px;
  }
}

/* Human_Like_Voices section css end */

/* accordion section css start */
.accordion-item {
  color: #FFFFFFB2 !important;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #FFFFFF66;
  padding: 10px 0;
}

.accordion-item:last-of-type {
  border: none;
}

.accordion-button {
  background-color: transparent !important;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  content: "\002B";
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  background-image: none;
  background-repeat: none;
  background-size: none;
  transition: none;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #fff;
  border-radius: 50%;

}

.accordion-button:not(.collapsed)::after {
  content: "\2212";
  background-image: none;
  transform: unset;
  width: 30px;
  height: 30px;
}

.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}

.accordion-item-content {
  border-bottom: 1px solid #ffffff66;
  padding: 30px 0;
}

.accordion-header {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0 5px;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  color: #fff;
  padding: 0;

  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* .accordion-header:hover {
  background-color: #e0e0e0;
} */

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content>p {
  color: #FFFFFFB2;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


.accordion-icon {
  font-size: 20px;
  /* transition: transform 0.3s ease; */

  line-height: .6;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.accordion_Main_Section {
  background: #23232499;
  border-radius: 25px;
  padding: 50px;
}

/* accordion section css end */

.site-footer {
  border-top: 0.5px solid #BFBFBF6B;
  /* background: #0D0D12; */
  background: #000;
  /* background-image: url('/Assets/Footer-Background.svg'); */
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.Section_Spacing_Footer {
  padding: 35px;
  padding-top: 70px;
  padding-bottom: 0;
}

.Section_Spacing_Footer .row {
  padding-bottom: 48px;
}

.Footer_Logo img {
  width: 100%;
  max-width: 200px;
}

.Footer_Logo>h4 {
  font-size: 40.45px;
  font-weight: 500;
  line-height: 47.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.Footer_About_Pera {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;

}

.footer_Social_Icons li a {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.Footer_Menu_heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  text-transform: capitalize;
  /* margin-top: 15px; */
}

.Footer_Menu_Items li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFFCC;

  transition: all 0.3s ease;
}

.Footer_Menu_Items li a:hover {
  color: #FFFFFF;
}

.Footer_Menu_Newsletter>p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFFCC;
}

.Newsletter_Success_Message {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #11b823;
}

.Footer_Newsletter_Form {
  display: flex;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  /* padding: 2px; */
}

.Form_Input_text {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 16px 10px;
  border-radius: 13px;
  color: #FFFFFF;
  font-size: 12px;
}

.Form_Input_Button {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 14px;
  border: 1px solid #FFFFFF;
  background: transparent;
  /* border: none; */

  /* position: absolute;
  right: 5px;
  bottom: 5px; */
  cursor: pointer;
}

.Footer_Copyright {
  border-top: 0.5px solid #FFFFFF
}

.Footer_Copyright>p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  padding: 25px;
}

/* Custom_Alter_Human section css start */

.Custom_Alter_Human {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px #00000033;
  background: linear-gradient(180.17deg, rgba(2, 1, 3, 0) 15.64%, #020103 99.86%);
  border: 1px solid #FFFFFF26;
  background-image: url('/Assets/darkTheme/CTA_Section.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.Custom_Alter_Human::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff12 1px, transparent 1px), linear-gradient(to bottom, #ffffff0f 1px, transparent 1px);
  background-size: 100px 100px;
  z-index: -1;
}

.Custom_Alter_Human_Pera {
  text-transform: capitalize;
}

/* .Custom_Alter_Human:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08FF004D;
  opacity: 0.5;
  border-radius: inherit;
  z-index: 1;
} */

.Custom_Alter_Human_content_section {
  /* position: relative;
  z-index: 2; */
  padding: 100px 10px;
  max-width: 700px;
  margin: auto;
  text-align: center;

}


.Book-Custom-Alter-Human-Image {
  position: relative;
}

.Book-Custom-Alter-Human-Image img {
  position: absolute;
  bottom: 0;
}

.Custom_Alter_Human_Heading {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
}

/* .Custom_Alter_Human_content_section h2,
.Custom_Alter_Human_content_section p {
  color: #fff;
} */

/* Custom_Alter_Human section css end */
.CountryPnoneNumberInput>.iti.iti--allow-dropdown {
  width: 100%;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider-buttons {
  display: flex;
  justify-content: center;
  margin: auto;
  width: fit-content;
  margin-bottom: 40px;

  /* background: linear-gradient(180deg, rgba(196, 213, 196, 0.2) 0%, rgba(90, 90, 86, 0.2) 100%); */
  /* border: 0.6px solid #CDCDCD; */
  border: 1px solid #CDCDCD;
  box-shadow: 0px 4px 25px 1px #00000033 inset;
  border-radius: 36px;
  padding: 6px;
}

.slider-btn {
  background-color: transparent;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;

  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19.84px;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
}

.slider-btn.active {
  background: linear-gradient(180deg, #7D2AE7 0%, #07B9CE 100%);
  color: #fff;
}


.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 20px;
}

.card {
  flex: 0 0 calc(31%);
  /* margin: 0 10px; */
  /* background-color: #fff; */
  /* border: 1px solid #E7E7E7; */
  padding: 30px 20px;
  box-shadow: 0px 0px 6.01px 1px #00000040 inset;
  background: #0c0c12;
  /* border: 0.35px solid #ffffff47; */
  border: 1px solid #FFFFFF47;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  /* filter: grayscale(80%) contrast(120%) brightness(90%); */
}

.Use_cases_Card_Heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 21.45px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}

.Use_cases_Card_Pera {
  font-size: 18px;
  font-weight: 200;
  line-height: 22.1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFFE5;
}

.Video_Play_Section {
  margin-top: -250px;
}

/* Industries page css start */

.industries_Main_Banner_Section {
  background: #000;
  background-image: url('/Assets/darkTheme/industries_Banner.svg');
  padding: 100px 10px;
  padding-top: 150px;
  position: relative;
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.industries_Main_Banner_Section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #141415 1px, transparent 1px),
    linear-gradient(to bottom, #141415 1px, transparent 1px);
  background-size: 150px 150px;
  z-index: 1;
}


.industries_Banner_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
}

.industries_Banner_UL {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.72px;
  color: #fff;
}

.industries_Banner_UL li {
  list-style-type: disc;
}

.Industries_Required_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  max-width: 1050px;
  margin: auto;
}

.Industries_Required_Gradiant_text_Color {
  font-weight: 600;
  font-size: 44px;
  line-height: 51px;
}

.Industries_h3_Gradiant_Color {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 51px;
  text-align: center;
}


.Assistance_Smart_Seamless_Section {
  background: #16161A;
  border: 1px solid #16161A;
}

.Industries_Challenges_Section {
  background: #16161A;
  border: 1px solid #16161A;
  height: 100%;
  border-radius: 10px;

  padding: 40px;
}

.Challenges_Box_No {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.24px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #7D2AE7 0%, #4272DB 50%, #07B9CE 100%);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.Challenges_Box_Content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.Assistance_Smart_Seamless_Section h4 {
  font-family: "Roboto", sans-serif;
}

/* Industries page css end */


.Automated_Interviews_Heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 80px;
}

.Automated_Interviews_List_Items ul {
  max-width: 685px;
}

.Automated_Interviews_List_Items ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  color: #FFFFFF;

  list-style-type: disc;
}

.Icon_Image_Automated_Section {
  box-shadow: 0px 2px 7px 0px #6B41FF40;
  padding: 6px;
  background: #6B41FF;
  border-radius: 5px;
  width: fit-content;
  position: absolute;
}

.Icon_Image_Automated_Section p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.3px;
}

.audio_Automated_container {
  width: fit-content;
  background: #6B41FF;
  padding: 6px;
  border-radius: 5px;
  margin: auto;
}

.audio_Automated_Audio_Section {
  background: #35353533;
  padding: 5px 15px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 15px;
}

.Automated_play_btn {
  background: none;
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
}

.Automated_time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.Automated_progress_bar {
  width: 150px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.Automated_progress {
  height: 5px;
  width: 0%;
  background: #22c55e;
  border-radius: 5px;
}

.Icon_Image_Automated_Section1 {
  top: 0;
  left: 50%;
  transform: translate(-10%, -50%);
}

.Icon_Image_Automated_Section2 {
  top: 50%;
  left: 0;
  transform: translate(-30%, -30%);
}

.Icon_Image_Automated_Section3 {
  top: 70%;
  right: 0;
  transform: translate(20%, 0%);
}

@media screen and (max-width: 1200px) {

  .Icon_Image_Automated_Section3 {
    top: 100%;
    right: 0;
    transform: translate(5%, -80%);
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2,
  .One_Solution_Heading,
  .Engage_Students_Heading {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
  }

  .Banner_Image_Section {
    width: 900px;
    height: 450px;
  }

  .container-lg {
    max-width: 100%;
  }

  .Super_Sub_Heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {

  /* .Video_Play_Section {
    margin-top: -110px;
  } */
  .card {
    flex: 0 0 calc(31%);
  }

  .Nav_Menus {
    gap: 20px;
    row-gap: 10px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: fit-content;
  }

  h2,
  .One_Solution_Heading,
  .Engage_Students_Heading,
  .Journey_Section h2,
  .Assistance_Section_Heading,
  .Seamlessly_Gradiant_text_Color,
  .Seamlessly_Section_Heading,
  .Custom_Alter_Human_Heading,
  .Contact_Heading,
  .accordion_Section_Heading {
    font-size: 40px;
    line-height: 50px;
  }

  .Heart_Beat_BG {
    top: 15px;
    left: 10px;
  }

  .site-title {
    width: fit-content;
  }
}

@media screen and (max-width: 992px) {

  .Icon_Image_Automated_Section3 {
    top: 70%;
    right: 0;
    transform: translate(30%, 0%);
  }

  .Custom_Alter_Human:before {
    background-color: #000000;
  }

  .Custom_Alter_Human2:before {
    background-color: unset !important;
  }

  .Custom_Alter_Human {
    flex-direction: column-reverse;
    /* gap: 20px; */
  }

  .Book-Custom-Alter-Human-Image {
    /* width: 20%; */
    height: 130px;
  }

  .Book-Custom-Alter-Human-Image img {
    width: 200px !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .Custom_Alter_Human_content_section {
    position: relative;
    z-index: 2;
    padding: 20px 10px 40px 40px;
  }

  h1 {
    font-size: 56px;
    line-height: 60px;
  }

  h2,
  .One_Solution_Heading,
  .Engage_Students_Heading,
  .Journey_Section h2,
  .Assistance_Section_Heading,
  .Seamlessly_Gradiant_text_Color,
  .Seamlessly_Section_Heading,
  .Custom_Alter_Human_Heading,
  .Contact_Heading,
  .accordion_Section_Heading {
    font-size: 40px;
    line-height: 50px;
  }

  .Heart_Beat_BG {
    top: 15px;
    left: 10px;
  }

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

  .Banner_Image_Section {
    width: 100%;
    height: 350px;
  }

  .accordion_Main_Section {
    gap: 30px;
  }

  .accordion_Main_Section .d-flex.flex-column {
    align-items: center;
    text-align: center;
  }

  .industries_Banner_Heading,
  .Industries_Required_Heading,
  .Industries_Required_Gradiant_text_Color {
    font-size: 50px;
    line-height: 60px !important;
    text-align: center;
  }

  .industries_Banner_UL {
    font-size: 18px;
    line-height: unset;
  }

  .Industries_Challenges_Section {
    padding: 25px;
  }

  .Challenges_Box_Content {
    font-size: 16px;
    line-height: unset !important;
    font-weight: 300;
  }

  .industries_Main_Banner_Section {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .Section_Spacing_Footer {
    padding: 20px;
    padding-top: 50px;
  }

  .Automated_Interviews_List_Items ul {
    max-width: 100%;
  }



}

@media screen and (max-width: 767px) {

  .Icon_Image_Automated_Section3 {
    top: 80%;
    right: 0;
    transform: translate(5%, 0);
  }

  .Icon_Image_Automated_Section2 {
    top: 50%;
    left: 0;
    transform: translate(-5%, -30%);
  }

  .Custom_Alter_Human:before {
    background-color: #000000;
  }

  .Journey_Section {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .Use_Cases_BG {
    /* background-image: url(/Assets/Use-Cases-BG.svg); */
    padding: 30px 10px;
  }

  .BOT_BG_Image_Section img,
  .Seamlessly-Connect-Image img {
    width: 50%;
  }

  .Heart_Beat_BG {
    top: 30px;
    left: 0;
    width: 200px;
  }

  .Heart_Beat_BG img {
    width: 100%;
  }

  .industries_Banner_UL {
    font-size: 16px;
    line-height: unset;
  }

  .Section_Spacing_Footer {
    padding: 0;
    padding-top: 50px;
  }

}

@media screen and (max-width: 600px) {

  .whatsapp_float {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }

  .Icon_Image_Automated_Section p {
    font-size: 10px !important;
    line-height: 100% !important;
  }

  .Icon_Image_Automated_Section img {
    width: 16px;
  }

  .Automated_Interviews_Heading {
    margin-bottom: 50px;
  }

  .Automated_progress_bar {
    width: 100px;
  }

  h1 {
    font-size: 40px !important;
    /* line-height: 34px; */
  }

  h2,
  .Seamlessly_Gradiant_text_Color {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  h4,
  .accordion-header,
  .Footer_Menu_heading {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .site-title {
    width: fit-content;
  }

  .site-title a {
    font-size: 24px;
    width: 120px;
  }

  .Heart_Beat_BG {
    top: 20px;
    left: 10px;
    width: 100px;
  }

  /* .site-title img {
    width: 40px !important;
  } */

  .Main_Navbar {
    padding: 0;
  }

  .Nav_Menus {
    padding: 10px 0;
    margin-top: 5px !important;
    margin-bottom: 5px !important;

  }

  ul.Nav_Menus li a {
    font-size: 16px;
    /* line-height: 18px; */
    padding: 0;
    /* margin-bottom: 10px; */
    width: fit-content;
  }

  .Primary_Button_Nav {
    font-size: 16px;
    border: 1px solid #8B8B8BE5;

  }

  .Home_Banner_Section_Content {
    padding-top: 50px;
  }


  .Footer_Menu_Items li a {
    font-size: 14px;
    line-height: 25px;
  }

  .Form_Input_text {
    padding: 13px;
  }

  .Section_Spacing_Footer .row {
    padding-bottom: 15px;
    row-gap: 10px;
  }

  .Footer_Logo img {
    max-width: 120px;
  }

  .Footer_Copyright>p {
    padding: 15px;
  }

  .Home_Banner_Pera,
  .Smart_Seamless_Section_Pera,
  p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .footer_Social_Icons li a {
    width: 30px;
    height: 30px;
  }

  .footer_Social_Icons li a svg {
    width: 12px;
    /* height: 30px; */
  }

  .Home_Banner_Section_Content {
    gap: 10px;
  }

  .Banner_Main_Section {
    height: fit-content;
  }

  .Section_Spacing,
  .Video_Play_Section {
    padding: 15px 0;
  }

  .Human_Like_Voices {
    padding: 15px 10px;
  }



  .slider-btn {
    font-size: 14px;
    padding: 8px 15px;
  }

  .slide {
    display: flex;
    flex-direction: column;
    /* gap: 15px;
    padding: 10px; */
  }

  .slider-container {
    width: 90%;
  }

  .Super_Sub_Heading {
    font-size: 12px;
    padding: 8px 24px;
  }

  .accordion_Main_Section {
    padding: 20px 10px;
  }

  .Smart_Seamless_Section {
    gap: 10px !important;
  }

  .Smart_Seamless_Section_Row_Gap {
    row-gap: 20px;
  }

  .container-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .row>* {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .Primary_Button,
  .Secondary_Button,
  .Third_Button {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px !important;
  }

  .accordion-button {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
  }

  .accordion-body {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }

  .accordion_Main_Section {
    gap: 10px;
  }

  .BOT_BG_Image_Section img,
  .Seamlessly-Connect-Image img {
    width: 100%;
  }

  .Section_Spacing_Footer {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .Use_Cases_BG {
    padding: 30px 0 !important;
  }

  .Baner_Image_Play_Button,
  .Image_Play_Button {
    padding: 5px;
  }

  .Image_Play_Button {
    width: 45px;
    height: 45px;
  }

  .Image_Play_Button img {
    width: 15px !important;
  }

  .Banner_Image_Section {
    width: 300px;
    height: 150px;
  }

  .Video_Play_Section {
    margin-top: 0;
  }

  .industries_Main_Banner_Section {
    padding: 0;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .industries_Banner_Heading,
  .Industries_Required_Heading,
  .Industries_Required_Gradiant_text_Color {
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: center;
  }

  .Industries_h3_Gradiant_Color {
    font-size: 22px;
    line-height: unset;
    text-align: left
  }

  .industries_Banner_UL {
    font-size: 14px;
  }

  .Industries_Challenges_Section {
    padding: 15px;
  }

  .Challenges_Box_Content {
    font-size: 14px !important;
  }

  .Smart_Seamless_Section_Row_Gap {
    row-gap: 20px !important;
  }

  .Automated_Interviews_List_Items ul li {
    font-size: 16px;
    line-height: 22px;
    ;
  }
}


@media screen and (max-width: 425px) {
  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

.btn-close {
  filter: invert(1);
}

.use-case-icon {
  color: #b2f470;
  font-size: 70px;
  text-align: center;
  margin-top: 15px;
  /* background: linear-gradient(278.31deg, #2FFCBA 0%, #69F973 42.71%, #A0F671 80.21%); */
  background: linear-gradient(180deg, #6539D5 20.46%, #13A4CA 100%);

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* branch */
/* branch */



/* Overlay container */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  /* Semi-transparent black background */
  display: none;
  /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}


/* Responsive iframe container */
.overlay iframe {
  max-width: 90%;
  max-height: 90%;
  border: none;
}