@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Satisfy");


.location-item {
    border: 1px solid var(--clr-common-border);
    padding: 20px 20px 20px 20px;
    background: #fff;
}

.mdc-hero-list h4{
    font-size: 20px;
    font-weight: 500;
}

.location-info .location-title{
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

h1 {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
} 

h2 {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

h3 {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.h3-md {
  font-size: 32px !important;
}

h5 {
  font-size: 20px;
  font-weight: 500 !important;
}

.h5-xs {
  font-size: 20px !important;
  font-weight: 400 !important;
}

ol li {
  font-weight: 14px !important;
}

body,
span,
a,
p {
  font-family: "Open Sans", sans-serif !important;
}

p {
  font-size: 14px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}

li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}


span {
  font-weight: 500 !important;
}

.portfolio-thumb-wrapper .portfolio-thumb img {
    max-height: 585px;
}

.product-tab-content-inner .portfolio-info{
    height: 570px;
    overflow-y: auto;
}

/* Webkit-based browsers (Chrome, Safari) */
.product-tab-content-inner .portfolio-info::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

.product-tab-content-inner .portfolio-info::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background */
}

.product-tab-content-inner .portfolio-info::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 50%; /* Rounded corners */
}

.product-tab-content-inner .portfolio-info::-webkit-scrollbar-thumb:hover {
  background: #555; /* Scrollbar color on hover */
}

.product-tab-content-inner .portfolio-info {
    scrollbar-width: thin;
    scrollbar-color: #b7a7a7 #f1f1f1;
    
}

.mdc-hero-thumb .slider_social {
    position: absolute;
    bottom: 25px;
    left: 30%;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
}

.mdc-hero-thumb .slider_social ul{
    display: flex;
    align-items: center;
    gap: 12px;
}

.mdc-hero-thumb .slider_social ul li img {
    width: 42px;
    height: auto;
    object-fit: cover;
}

.mdc-social-wrapper ul img{
    width: 50px;
    height: auto;
    object-fit: cover;
}

.mdc-hero-thumb{
    max-width: 600px;
}

/* Profile */

.section-title-space a {
  border: 1px solid #ccc !important;
  background: #e2dcce;
  color: #000;
  border-radius: 0 !important;
}

.section-title-space a.active{
  background: var(--clr-theme-primary);;
  color: #fff;
  border-bottom: 1px solid #ccc
}

.portfolio-tab .nav{
  border: none;
}

.portfolio-tab a{
  height: 60px;
  margin-top: 5px;
}

@media (max-width: 577px) { 
  .portfolio-tab .section-title-space{
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding-bottom: 10px;
    display: flex;
  }

  .portfolio-tab .nav-item{
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }

  .portfolio-tab .nav-link{
    border: 1px solid #ccc !important;
    background: #e2dcce;
    color: #000;
    border-radius: 0 !important;
  }
}



@media (max-width: 576px) { 
    .mdc-hero-thumb .slider_social {
        bottom: 20px;
        left: 8%;
        padding: 20px 25px;
    }
    
    .mdc-hero-thumb .slider_social ul li img {
        width: 30px;
    }
    
    .video-play-button-section {
        top: 20% !important;
        left: 40% !important;
    }
    
    .service-promo-video-thumb-area{
        padding: 0px !important;
    }
                
}

@media (min-width: 577px) and (max-width: 768px) { 
    .video-play-button-section {
        top: 40% !important;
        left: 47% !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) { 
    .video-play-button-section {
        top: 40% !important;
        left: 47% !important;
    }
}

.footer-copyright-area .mdc-social-wrapper ul {
    gap: 20px;
}

.footer-copyright-inner::before {
    margin-top: 20px;
}
.brand-thumb img {
  padding: 10px;
}