html
{
  scroll-behavior: smooth;
}

.bg_image-1,
.bg_image-2,
.bg_image-3 {
  background-image: url(../images/banner/BannerStyroform.png);
}

.thumbnail img {
  border-radius: 10px;
}

.swiper-slide .tmp-section-gap {
  padding: 0px 0px;
}

.tmp-section-gap {
  padding: 60px 0;
}

.service-inner {
  padding: 0px;
  margin: 0px;
}

.service-inner.financial-service-inner .content .title {
  padding: 5px;
  /* border: 2px solid black;
  border-radius: 50% / 50%; */
}

.faq-area {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 80px;
}

.faq-buttom h4 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  color: #E42032;
}

.faq-buttom h4 a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background-color: #E42032;
  transition: width 0.5s ease-in-out;
}

.faq-buttom h4 a:hover::after {
  width: 100%;
}

.contact-area-three {
  padding-bottom: 40px;
}

.tmp-header-area-start.header-one .header-mida-area .logo-area-start .logo {
  display: block;
}

.tmp-header-area-start.header-one .header-mida-area .logo-area-start .logo img {
  max-width: 250px;
}

@media only screen and (max-width: 767px) {
  .tmp-header-area-start.header-one .header-mida-area .logo-area-start .logo img {
    max-width: 1350px;
  }
}

.tmp-counterup-area
{
  padding-bottom: 0;
  margin-bottom: 0;
}

.tmp-banner-area{
  height: 528px;
}

.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.logo-md-sm-device
{
  align-items: center;
  justify-content: center;
}

.more-service
{
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.more-service-link
{
  color: #E42032;
}

.more-service-link:hover
{
  text-decoration: underline #E42032;
}

.service-area
{
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.tmp-nav-area-one
{
  border-bottom: 1px solid black;
}

@media only screen and (min-width: 1199px) {
  .tmp-nav-area-one
  {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .mobile-body
  {
    padding-top: 50px;
  }
}

.tmp-header-area-start.header-one .header-mida-area {
  padding: 0px;
}

/* @media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper {
    max-width: 100%;
  }
} */

.service-inner.financial-service-inner .icon {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-inner.financial-service-inner .icon img {
  width: max-content; height: 80px;
}

/* product */

.gallery-container {
    display: inline-block;
}

.gallery-arrow {
    text-align: center;
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 12px 6px;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    line-height: 1;
    z-index: 2;
}

.gallery-arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev-arrow {
    left: -80px;
}

.next-arrow {
    right: -80px;
}

.gallery-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    opacity: 0.6;
}

.gallery-thumbnail:hover,
.gallery-thumbnail.active {
    opacity: 1;
    border-color: #0d6efd; 
}

.breadcrumb{
  margin: 0;
  padding: 0;
}

.button-product{
  background-color: #E42032;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  transition: 1s;
}

.button-product:hover{
  text-decoration: underline;
  color: white;
  scale: 1.1;
}

.form-select{
  padding: 15px 15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #0d6efd;
  color: white;
}

.form-select option{
  padding: 20px;
  width: 50px;
}

.table-title {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.product-tables .table
{
    margin-bottom: 0;
    border: 1px solid black;
}

.product-tables .table th,
.product-tables .table td
{
    padding: 0.5rem 0.4rem;
    font-size: 1.4rem;      
    vertical-align: middle;
    border: 1px solid black;
}

.product-tables .table-dark th
{
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

@media only screen and (max-width: 767px) {
  .about-area .about-inner {
    margin-top: 0px;
  }
}