/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#slider{
	background:linear-gradient(90deg, rgba(255, 255, 255, 1) 31%, rgba(242, 247, 253, 1) 47%, rgb(244 249 254) 75%);
}

.side-icon {
	/*position: absolute;*/
	/*right:0px;*/
	/*top: 0px;*/
	max-width:100px;
}

.side-image {
	position: absolute;
	right:0px;
	top: 0px;
	/*max-width:400px;*/
	height:100%;
	/*max-height:400px;*/
}

.calendly-overlay {
	background: rgba(0,0,0,0.7) !important;
}

.calendly-overlay .calendly-popup{
	background: white !important;
}

.inner-page ul, .inner-page ol{
	margin-left:20px !important;
	line-height: 30px;
}

.inner-page .main-tip{
    border: 1px solid #349aca;
    padding: 20px;
    border-radius: 5px;
    background: #349aca1f;
    color: #000;
    font-weight: 450;
    text-align: center;
}

.text-bg-light {
    color: #ffffff !important;
    background-color: #5fa2c1 !important;
}

.calendly-badge-content{
	background: #de1552;
}


.our-story{
	background-color: #606c7c !important;
}

.bi-check-circle-fill{
	margin-right: 5px !important;
    font-size: 15px;
    top: 0px !important;
}

.pricing-box ul li{
	display: block;
}

.pricing-box.bg-color{
	background-color: #babdff33 !important;
}

.pricing-box .setup-fee{
	color: #316f95;
}

#copyrights{
	padding:20px 0;
}

#section-faqs img{
	border-radius: 10px;
}

#footer .footer-widgets-wrap {
    padding: 2rem;
}

#footer .widget p {
    font-size: 16px;
}

#footer li, #footer li a{
	color: #5c5c5c;
	border: none;
	font-size: 14px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  /* font-family: 'Poppins', sans-serif; */
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.testimonial-header h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  text-align: left;
  color: black;
}

.quote-icon {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 3rem;
}

.testimonial-text-wrapper{
	min-height: 280px;
}

.testimonial-text {
    text-align: left;
    line-height: 26px !important;
    font-size: 13px;
    color: #444;
    margin-top: 10px;
	margin-bottom: 15px;
}

.testimonial-stars {
  text-align: center;
  font-size: 1.2rem;
  margin: 12px 0;
  color: #ffc107; /* or #f7b733 */
}

.testimonial-footer {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 16px;
    flex-direction: row;
}

.testimonial-avatar {
  width: 64px !important;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.testimonial-position {
  font-size: 13px;
  color: #888;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active  {
    opacity: 1;
    width: 20px;
    height: 8px;
    border-radius: 5px;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: red;
}

.testimonial-section .owl-carousel .owl-dots {
  position: absolute !important;
  right: 0;
}

.testimonials-carousel .owl-item {
    opacity: .8;
    transition: transform .3s ease;
    transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
    text-align: left;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.testimonial-image {
    width: 60px !important;
    height: 60px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.whatsapp-call{
    background-color: #4dcc5b;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.whatsapp-call:hover, .whatsapp-top-call:hover{
    background-color: #12c026 !important;
}

.whatsapp-top-call i{
    margin: 0;
    font-size: 20px;
}

.quick-contact-btns{
  text-align: right;
}


@media (min-width: 1200px) {
    .fs-2 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 992px){
   #slider{
	background:linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(244, 249, 254, 1) 54%);
   }
}

.font-sm {
    font-size: 12px;
}