/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

.mouse {
    width: 38px;
    height: 65px;
    border: 3px solid #fff;
    border-radius: 30px;
}

.mouse::before {
    content: '';
    width: 6px;
    height: 13px;
    position: absolute;
    top: 35px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 38px;
    opacity: 1;
}
a.elementor-button {
    text-decoration: none;
}
.services-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 800px;
    overflow: hidden;
    overflow-y: auto;
	scrollbar-width: none;
  	-ms-overflow-style: none;
}
.services-wrapper::-webkit-scrollbar {
  display: none; 
}

.price-box sub {
    font-size: 25px;
    bottom: -1.8px;
}
.service-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: var(--e-global-color-primary);
    padding: 55px 0px 50px 30px;
}

.serviceTextCont {
    width: 37%;
    padding: 0px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
}
.headingCont h3 {
    margin-top: 0px;
}
.serviceImgCont {
    width: 53%;
}
.serviceImgCont img {
    width: 100%;
}
.headingCont p {
    color: #000000a3;
}
.service-tags {
    display: flex;
    gap: 22px;
    padding-bottom: 20px;
}
.service-tags a {
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-secondary);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: var(--e-global-color-secondary);
    text-decoration: none !important;
}
.serviceTagsCont img {
    font-size: 18px;
    padding: 17px;
    background: var(--e-global-color-secondary);
    border-radius: 50px !important;
}
.slick-initialized .slick-slide {
    display: flex !important;
}
.slick-next:before,.slick-prev:before {
    content: inherit;
}
.slider-arrows {
    display: flex;
    gap: 20px;
    justify-content: end;
    position: absolute;
    right: 100px;
    bottom: 90px;
}
img.slick-arrow {
    padding: 19px 17px;
    border-radius: 50px;
    background: #fff;
}
img.slick-arrow:hover {
    background: #79707e52;
}
.reverse .elementor-icon-list-item a {
    flex-direction: row-reverse;
    gap: 5px;
}
p:last-child{margin-block-end: 0;}
.chatbot {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 25px 25px 10px;
    background: #fff;
}

.chat-header {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}

.chat-body {
    padding: 10px;
    height: 280px;
    overflow-y: auto;
    background: var(--e-global-color-primary);
}
.bot p {
    font-family: 'Inter';
    font-size: 17px;
}
a {cursor:pointer;}
.textCont h4 {
    color: var( --e-global-color-secondary );
    font-family: "Zilla Slab", Sans-serif;
    font-size: 20px;
    line-height: 18px;
    margin: 0;
}
.textCont p {
    color: #99A1AF;
    font-size: 14px;
    font-weight: 400;
    padding-top: 3px;
}
span.dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
    margin: 1px;
}
input#username {
    padding: 15px 25px 15px 25px;
    border-radius: 50px;
    width: -webkit-fill-available;
}
.chat-input button {
    width: -webkit-fill-available;
    margin-top: 20px;
    border: none !important;
    box-shadow: none;
}
.bot, .user {
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 8px;
  max-width: 85%;
}

.bot {
    color: var(--e-global-color-secondary);
}

.user {
    background: #e4d9cc;
    color: #402a12;
    text-align: left;
    margin-left: auto;
    padding: 17px;
    border-radius: 13px 0px 13px 13px;
}
.chatbot button:hover,.chatbot button:focus {
    background: #402a129e;
}
.chat-input, .chat-options {
    padding: 10px;
    border-top: 1px solid #fff;
    background: #fff;
}

.chat-options button {
    margin: 10px 10px 0 0;
    padding: 6px 12px;
    cursor: pointer;
    border: none;
    box-shadow: none;
}

@media (max-width:991px){
	.serviceImgCont img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		border-radius: 12px;
	}
	.serviceImgCont {
		width: 100%;
	}
	.serviceTextCont {
		width: 100%;
		padding: 30px 0px 10px;
	}
	.service-item {
		flex-direction: column-reverse;
		padding: 25px 25px 25px 25px;
	}
	.serviceTagsCont img {
		padding: 12px;

	}
}
@media (max-width:767px){
.slider-arrows {
    position: relative;
    justify-content: center;
    bottom: auto;
    right: auto;
}
}