:root {
  --vs-theme-color1: #e61e1e;
  --vs-theme-color1-rgb: 230, 30, 30;
  --vs-theme-color2: #d7b46e;
  --vs-theme-color2-rgb: 215, 180, 110;
}
.vs-header__logo {
  padding: 0px 0;
  width: 240px;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 20px;
  padding-top: 20px;
}
.main-menu ul.sub-menu, .main-menu ul.mega-menu {
  min-width: 300px;
}
.main-menu a {
  text-transform: none;
}
/*
.vs-svg-assets{
	position:relative;
	display:inline-block;
	padding:10px 40px;
	color:#fff;
}

.vs-svg-assets svg{
	position:absolute;
	top:0;
	left:0;
	// width:100%; 
	// height:100%; 
	min-width:110px;
	min-height:31px;
	width:auto;
	height:auto;
	z-index:-1;
}
*/

.vs-svg-assets {
    position: relative;
    display: inline-block;
	padding:10px 40px;
	color:#fff;
}
.vs-svg-assets::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 0;
    height: 2px;
    background: var(--vs-theme-color1);
    transition: width 0.3s ease;
}
@media (max-width: 992px) {
	.vs-svg-assets::after {
		bottom: 0px;
	}
}

.vs-svg-assets:hover::after {
    width: 100%;
}
.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
  color: var(--vs-theme-color1);
}


.vs-hero__content {
  padding: 52px 0 52px;
}
.vs-hero__shape {
  max-height: 485.92px;
  padding: 100px 360px 136px 50px;
  max-width: 803.04px;
  position: relative;
}

.vs-hero__title--main {
  font-size: clamp(1.5rem, 1rem + 2vw, 2.8rem);
  line-height: 0.9;
  margin: 0 0 25px 0;
}
@media (max-width: 1199px) {
  .vs-hero__shape {
    padding: 70px 100px 70px 50px;
    max-width: 100%;
    position: relative;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
  }
}

.object-fit-cover {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}


.breadcrumb-wrapper {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: var(--vs-title-color);
  min-height: 180px;
}


.vs-team {
  background: #d7b46e;
  border-radius: 30px;
  padding: 18px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.vs-team__heading a:hover {
  color: var(--vs-white-color);
}
.vs-team:hover .vs-team__role, .vs-team.active .vs-team__role {
  color: var(--vs-theme-color1);
}
.vs-team--style2 .vs-team__share--list > li > a {
  font-size: 16px;
  background: var(--vs-theme-color1);
}
.vs-team--style2 .vs-team__share--hover {
  color: var(--vs-black-color);
}
.vs-team--style2 .vs-team__share--hover:hover, .vs-team--style2 .vs-team__share--hover.active {
  color: var(--vs-theme-color1);
}
.vs-team__heading {
  font-size: 15px;
}
.vs-team--style2 .vs-team__content {
  padding: 20px 5px 0px 5px;
}
.vs-team__role {
  font-size: 12px;
}


.vs-blog--style2 .vs-blog__heading {
  font-size: clamp(1rem, 0.7rem + 0.7vw, 1.2rem);
  margin: 0 0 12px 0;
}

.vs-masonry--area .masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 30px;
}
.vs-masonry--content .vs-masonry__heading {
  font-size: clamp(0.975rem, 0.6135rem + 0.6825vw, 1.125rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 20px 10px;
  text-transform: capitalize;
}


.vs-room {
  padding: 10px 10px;
  border: 3px dashed rgba(var(--vs-white-color-rgb), 0.25);
}
.vs-room__icon {
  width: 50px;
  text-align: center;
  margin: 10px auto;
}



/* Optional: normal buttons */
div.dt-container .dt-paging .dt-paging-button {
    /* color: #000 !important; */
}
/* Active (selected page) */
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--vs-theme-color2) !important;
    color: #fff !important;
    border: 1px solid var(--vs-theme-color2) !important;
}
/* Hover effect */
div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--vs-theme-color1) !important;
    color: #fff !important;
    border: 1px solid var(--vs-theme-color1) !important;
}



.fancybox__container:has(.fancybox__thumbs.is-scrollable) {
	flex-direction: row;
}

.fancybox__thumbs.is-scrollable {
	--f-thumbs-cols: 1;
	--f-thumbs-gap: 4px;
	--f-thumbs-bg: #ddd;

	--f-thumbs-padding-x: 2px;
	--f-thumbs-padding-y: 2px;
	--f-thumbs-viewport-padding-x: 2px;
	--f-thumbs-viewport-padding-y: 2px;

	--f-thumb-width: 100px;
	--f-thumb-height: 75px;
	--f-thumb-bg: rgba(0, 0, 0, 0.1);
	--f-thumb-focus-shadow: inset 0 0 0 5px rgba(255, 82, 104, 0.5);
	--f-thumb-selected-shadow: inset 0 0 0 5px rgb(255, 82, 104);
	--f-thumb-border-radius: 0;

	--f-scrollbar-track-bg: #fff;
	--f-scrollbar-thumb-bg: #2a2a2a;
}

@media (min-width: 576px) {
	.fancybox__thumbs.is-scrollable {
		--f-thumbs-cols: 2;
	}
}
	  
	  
	  
	  

.footer-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px 5px 0;
}

.sidebar-contact__title {
  color: var(--vs-white-color);
  font-size: 38px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 20px;
}