.container:has(.ac_HeroMain-container) {
  /* Your styles here */
	width:100% !important;
	max-width:100% !important;
}

.max-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

/* hero section */
.ac_HeroMain-container {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8E9D0;
}
.ac_HeroMain-container .max-container {
  display: flex;
  justify-content: center;
  gap: 8rem;
  align-items: center;
  flex-direction: column;
}
.ac_heroHeading {
  color: #FF6B03;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 32px;
  text-wrap: balance;
	text-align:center;
	margin-bottom:0px;
}
.ac_hero-text-content {
  flex-shrink: 1;
  width: 100%;
}
.ac_heroSub-head {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 20px;
  margin-top: 8px;
  text-wrap: pretty;
	text-align:center;
}
.ac_heroSub-head.ac_heroSub-headText{
		font-size: 18px !important;
    line-height: 24px !important;
		font-weight:500 !important;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

	}
.ac_heroSub-headText img{
	width: 75px;
    height: 75px;
    object-fit: contain;
}
.hero-tags-contain {
  margin: 24px 0px 0px;
}
.hero-tagsHeading {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
  display: inline-block;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hero-tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-radius: 5px 5px 5px 5px;
  padding: 04px 05px 04px 05px;
  background: transparent;
}

.ac_hero-img-hold,
.ac_hero-image-box {
  width: fit-content;
  position: relative;
}
.ac_hero-img-holdDesktop {
  display: none;
}
.ac_hero-img-holdMobile {
  margin: 0 auto;
  margin-top: 20px;
}
.ac_hero-img-holdMobile .hero-img {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
/*   background-color: #ffdfda; */
/*   border: #da0035 5px solid; */
  border-radius: 100%;
	background:transparent;
	border:none;
}

.ac_hero-img-holdMobile .hero-img img {
  width: 240px;
  max-width: 240px;
  height: 240px;
  object-fit: contain;
  object-position: center center;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
}
.img-txt-box {
  width: fit-content;
  background-color: #ffffff;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: -30px;
  display: flex;
}
.img-txt-box span {
  color: #da0035;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1020px) {
	.max-container{
		justify-content:flex-start;
	}
  .ac_HeroMain-container {
    padding: 60px 5.5rem 0px;
	  position:relative;
  }
  .ac_HeroMain-container .max-container {
    flex-direction: row;
	  justify-content:flex-start;
  }
  .ac_heroHeading {
    font-size: 36px;
    line-height: 46px;
	  text-align:left;
  }
  .ac_hero-text-content {
    width: 50%;
  }
	
  .ac_heroSub-head {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-top: 12px !important;
	  text-align:left;
  }
  .hero-tags-contain {
    margin: 24px 0px 40px;
  }
	.ac_heroSub-head.ac_heroSub-headText{
		font-size: 30px !important;
    line-height: 44px !important;
		font-weight:500 !important;
		align-items:flex-start;
		text-align:left;
		position:relative;

	}
	.ac_heroSub-headText img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: -99px;
}
  .hero-tagsHeading {
    font-size: 18px;
  }
  .hero-tags {
    gap: 14px;
  }
  .hero-tag {
    font-size: 14px;
    line-height: 30px;
    padding: 0px 08px 0px 08px;
  }

  .ac_hero-img-holdDesktop {
    
	  display: block;
        position: absolute;
        right: 0;
        transform: scale(1.3) translate(-150px, 50px);
  }

  .ac_hero-img-holdMobile {
    display: none;
  }
  .hero-img {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffdfda;
    border: #da0035 5px solid;
    border-radius: 100%;
	  background:transparent;
	border:none;
  }
  .hero-img img {
    width: 320px;
    max-width: 320px;
    height: 320px;
    object-fit: cover;
    object-position: center center;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
  }
  .img-txt-box {
    padding: 12px 20px;
  }
  .img-txt-box span {
    font-size: 16px;
  }
}

/* count section */
.ac_countsMain-container {
/*   background-color: #001041; */
	 background-color: #F8E9D0;
  padding: 0px 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
	width:100%;
}
.counts-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px;
}
.CountBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #FF6B03;
	align-items:center;
}
.countNum {
  color: #FF6B03;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
}
.countTxt {
  color: #FF6B03;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
	 text-wrap: balance;
	text-align:center;
}
@media (min-width: 760px) {
  .CountBox {
    align-items: center;
  }
  .countNum,
  .countTxt {
    text-align: center;
  }
}
@media (min-width: 1020px) {
  .ac_countsMain-container {
    padding: 0px 5.5rem 30px;
  }
  .counts-container {
    grid-template-columns: max-content max-content;
    gap: 100px;
	  width:50%;
	  
  }
  .countNum {
    font-size: 30px;
    line-height: 36px;
  }
  .countTxt {
    font-size: 18px;
    line-height: 24px;
  }
}
/*  chatBtn-container*/
.ac_chatBtn-container{
	
	  background-color: #F8E9D0;
/*     background-color: #ffffff !important; */
    
}

.ac_chatBtn-container button{
	font-size: 16px !important;
	padding: 10px 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	background-color: #FF6B03 !important;
	border-radius: 8px 8px 8px 8px !important;

}

@media (min-width: 1020px) { 
	.ac_chatBtn-container button{
		font-size: 20px !important;
		padding: 09px 30px 09px 030px !important;
	}
}
/* chat bot css */
.ac_OC-chatbotContainerHolder {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bebecc;
}

.ac_OC-chatbotContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ac_OC-chatbotFrame {
  width: 360px;
  height: 640px;
  background: #001041;
  border-radius: 1.25rem;
  /* border: 5px solid #000000; */
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-rows: max-content auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ac_OC-chatbotHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: #ffffff;
  /* border: solid 1px #ffffff; */
  box-shadow: 0 -4px 0 2px rgba(255, 255, 255, 1);
  height: fit-content;
  width: 100%;
  padding: 14px 20px;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  overflow: hidden;
}
.ac_chatbotHeader-logo {
  height: 40px;
  width: 40px;
}
.ac_chatbotHeader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ac_chatbotHeader-title {
  font-size: 20px;
}

.chatfield {
  padding: 0.7rem 0.7rem 0rem;
  padding-top: 1.5rem;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  background: #001041;
  /* height: 530px; */
  display: grid;
  grid-template-rows: 1fr max-content;
  min-height: 100%;
}
.chat-List {
  width: 100%;
  /* overflow-y: scroll; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.8rem;
  height: fit-content;
  /* padding-bottom: 5rem; */
  position: relative;
  padding-right: 8px;
}
.chatsHolder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;

  overflow-y: auto;
}
.last-chat {
  color: #bebecc;
  font-size: small;
}
.msg-box-hold {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}
.msg-box-hold:last-child {
  /* margin-bottom: 2rem; */
}
.recive-msg-box {
  justify-content: flex-start;
}
.sent-msg-box {
  justify-content: flex-end;
}

.chatsHolder::-webkit-scrollbar {
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 100vw;
  width: 6px;
}

.chatsHolder::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 100vw;
  height: 50px;
}

.msg-display {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  height: fit-content;
  width: fit-content;
  /* border-radius: 1.5rem 0rem 1.5rem 1.5rem; */
  padding: 0.3rem 0.5rem;
  color: #000000;
  max-width: 86%;
  min-width: 50px;
  transition: transform 0.8s ease-in-out;
}

.chat-recive {
  background-color: #b5c6e0;
  transform-origin: top left;
  border-radius: 0rem 0.8rem 0.8rem 0.8rem;

  transform: scale(0);
  animation: reciveAnimation 0.6s ease-in-out forwards;
  transform-origin: top left;
}
@keyframes reciveAnimation {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.chat-sent {
  background-color: #ebf4f5;
  border-radius: 0.8rem 0rem 0.8rem 0.8rem;
  /* transform: translateY(100%);  */
  animation: none;
}

.msg-text {
  /* color: #000000; */
  text-align: left;
  font-size: 14px;
  text-wrap: pretty;
}

/* chatINput */
.chatInput-area {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 0;
  /* padding-bottom: 2rem; */
  background-color: #001041;
  gap: 5px;
  height: fit-content;
}
.chatInput-areaTextBox {
  width: 100%;
  display: flex;
  height: fit-content;
}
.chatInput {
  width: 100%;
  resize: none;
  position: relative;
  right: 0;
  height: 60px;
  background-color: #fbfef9;
  border-radius: 0.8rem;
  /* box-shadow: 8px 0 0 rgba(255, 255, 255, 1); */
  padding: 0.5rem;
  outline: none;
  border: none;
  line-height: normal;
  font-size: 14px;
	min-height: auto !important;
}
.chatInput:focus {
  outline: none;
  box-shadow: 0 0 0.7rem 0 #0e79b2;
}
.sentBtn {
  /* position: absolute; */
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
  border: none !important;
  outline: none !important;
  background-color: #0e79b2 !important;
  color: #fbfef9 !important;
  right: 0;
  /* margin-right: 1rem; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem !important;
  cursor: pointer !important;
	padding:0px !important;
}
.sentBtn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* typing animation */
.ac_chat-bubble {
  background: transparent;
  border-radius: 20px;
  display: inline-block;
}

.typingLoader {
  align-items: center;
  display: flex;
  height: 17px;
}

.typingLoader .dot {
  animation: typingAnimation 1.8s infinite ease-in-out;
  background-color: #000000;
  border-radius: 100%;
  height: 6px;
  margin-right: 4px;
  vertical-align: middle;
  width: 6px;
  display: inline-block;
}

.typingLoader .dotOne {
  animation-delay: 200ms;
}

.typingLoader .dotTwo {
  animation-delay: 300ms;
}

.typingLoader .dotThree {
  animation-delay: 400ms;
}

.typingLoader .dotThree {
  margin-right: 0;
}

@keyframes typingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #000000;
  }
  28% {
    transform: translateY(-7px);
    background-color: #00000080;
  }
  44% {
    transform: translateY(0px);
    background-color: #00000050;
  }
}

@media (min-width: 1020px) {
  .ac_OC-chatbotContainerHolder {
    padding: 60px 40px;
  }
}
