/*
Theme Name: CoraVets 
Description: CoraVets Child Theme
Template: hello-elementor
Version: 1.1
Tags: four-columns, right-sidebar, full-width-template
Text Domain: coravets
Author: Israr Mansuri

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/



#site-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  transform: translateY(0);
}

#site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0s ease;
}

#site-header.scrolling-down {
  transform: translateY(0);
  transition: transform 0.5s ease;
}

#site-header.scrolling-up {
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}

.hover-btn .elementor-button{
	transition: all 0.3s;
}
.hover-btn .elementor-button:hover{
	transform: translate(0px, -2px);
}
.mob-btn{
	display: none !important;
}
.subtitle-bar {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.subtitle-bar::after {
	content: "";
	width: 30px; 
	height: 4px !important; 
	background-color: var( --e-global-color-4c43d4f );
	margin-left: -10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: -4px
}

.service-box{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08) !important;
	transition: all 0.3s !important;
}


.service-box:hover{
	transform: translate(0px, -5px);
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.08) !important;
}
.blog-skin .elementor-button-icon svg{
	width: 2em !important;
	transition: all 0.5s;
}

.blog-skin:hover .elementor-button-icon svg{
	transform: translatex(8px)
}
.blog-title .elementor-image-box-title a:hover{
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
}
.elementor-social-icon:hover{
	font-size: 25px !important;
}

.contact-form .elementor-field:focus{
	outline: none !important;
	box-shadow: none !important;
	border-width: 1px 1px 1px 4px !important;
	border-color: var( --e-global-color-primary ) !important;
	background: #EAF5F2 !important;
}
.contact-form .elementor-field:hover{
	border-width: 1px 1px 1px 4px !important;
	border-color: var( --e-global-color-primary ) !important;
	background: #EAF5F2 !important;
}

.container-anim {
	position: relative;
	overflow: hidden;
}

.container-anim::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7; 
	transform: translateX(0);
	transition: transform 1s ease-out;
}
.container-anim.visible::before {
	transform: translateX(-100%);
}
.light-title{
	font-weight: 500;
}
.service-icon-bx .elementor-image-box-img{
	padding: 15px;
	border-radius: 50%;
	background: #F7F7F7;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 80px !important
}

@media screen and (max-width: 1024px){
	.mob-btn{
		display: block !important;
	}
	.header-menu .elementor-nav-menu--dropdown{
		width: 250px !important;
		left: auto !important;
		right: -25px;
	}
}
@media screen and (max-width: 1024px){
	.blog-title .elementor-image-box-title a:hover{
		font-size: 18px !important;
	}
}
@media screen and (max-width: 767px){
	    .menu-icon .elementor-menu-toggle {
  width: 30px;
  height: 3px;
  background: var( --e-global-color-primary );
  position: relative;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.menu-icon .elementor-menu-toggle::before,
.menu-icon .elementor-menu-toggle::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: var( --e-global-color-primary );
  border-radius: 2px;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.menu-icon .elementor-menu-toggle::before {
  top: -8px;
}

.menu-icon .elementor-menu-toggle::after {
  top: 8px;
}

.menu-icon .elementor-menu-toggle.active {
  background: transparent;
}

.menu-icon .elementor-menu-toggle.active::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-icon .elementor-menu-toggle.active::after {
  top: 0;
  transform: rotate(-45deg);
}
	.menu-icon .elementor-menu-toggle svg{
		display: none !important;
	}
	.guide-mobile-header .e-con-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
}

