@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Regular.woff2') format('woff2'),
        url('../fonts/Baskervville-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Italic.woff2') format('woff2'),
        url('../fonts/Baskervville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Bold.woff2') format('woff2'),
        url('../fonts/GothamRnd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Light.woff2') format('woff2'),
        url('../fonts/GothamRnd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Medium.woff2') format('woff2'),
        url('../fonts/GothamRnd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Book.woff2') format('woff2'),
        url('../fonts/GothamRnd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






  
  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gotham Rounded';
    color: #756F75;
    background-color: #fff;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  a:hover{
    text-decoration: none !important;
  }
  
  ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  a,
  a:focus,
  a:hover {
    text-decoration: none;
    outline: none;
  }
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }


  h1, h2, h3, h4{
    font-family: 'Baskervville';
    color: #1F1D1F;
  }

  .ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-100{
    padding-top: 100px;
  }
  .pb-100{
    padding-bottom: 100px;
  }





/* Navigation Arrows */
.prev-slide, .next-slide {
    background: none;
    border: none;
    font-size: 24px;
    color: #774062; /* Adjust color */
    cursor: pointer;
}

/* Progress Bar */
.progress-container {
  width: 100%; /* Ensure it stays within the parent */
  max-width: 100%; /* Prevent overflow */
  height: 5px;
  background: #e0d9c7; /* Light background */
  margin: 0 10px;
  position: relative;
  overflow: hidden; /* Prevent progress bar from exceeding the container */
}

/* Progress Bar */
.progress-bar {
  height: 100%;
  width: 0%; /* Start at 0 and expand dynamically */
  background: #000; /* Black progress */
  transition: width 0.5s ease;
}

/* Owl Carousel Styling */
.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item img {
    width: 100%;
    border-radius: 10px;
}

.common-btn{
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  font-weight: 400;
}


.main-title{
  font-size: 40px;
  color: #1F1D1F;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
}

.sec-title{
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 45px;
  color: #1F1D1F;
  text-transform: uppercase;
}

.common-btn:hover{
  background-color: #1F1D1F;
  border: 1px solid transparent;
  color: #fff;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  padding: 15px 0;
}

.sticy-header.header-fixed{
  background-color: #1F1D1F;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  padding: 10px 0;
}

.header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



/**** menu css start ****/
.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}


header .main-nav > li > a:hover {
  color: #2F2F2F;
}

header .main-nav > li .submenu li {
  position: relative;
}
header .main-nav > li .submenu li.active {
  color: #2F2F2F;
}
header .main-nav > li .submenu li.active > a {
  color: #2F2F2F;
}
header .main-nav > li .submenu li a {
  display: block;
  padding: 5px 15px 5px;
  clear: both;
  white-space: nowrap;
  color: #2F2F2F;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  header .main-nav > li .submenu li a {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
  }
}
header .main-nav > li .submenu li a:hover {
  color: #2F2F2F;
  padding-left: 20px;
}





header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }
}
@media (max-width: 575px) {
  header #mobile_btn {
   
    margin-right: 0;
   
  }

  .logo .logo-link img{
    max-width: 150px;
  }
}
header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
header #mobile_btn .bar-icon span {
  background-color: #2F2F2F;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}
header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}
header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
  }
}
header .main-menu-wrapper {
  margin: 0 15px 0;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background: #201F1D;
    margin: 0;
  }
}
header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    align-items: center;
    background: #1F1D1F;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}
header .main-menu-wrapper .menu-header .menu-close {
  font-size: 32px;
  color: #fff;
}
header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
  left: 100%;
  top: 0;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}
header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #201F1D;
  }
}
header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 20px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 0 !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
header .main-menu-wrapper .main-nav > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
header .main-menu-wrapper .main-nav > li.active > a {
  font-weight: 500;
}
header .main-menu-wrapper .main-nav > li a i {
  font-size: 12px;
  margin-left: 3px;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }
  header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #828282;
    padding: 0;
    position: relative;
  }

  header .main-menu-wrapper .main-nav > li.has-submenu svg{
    position: absolute;
    right: 10px;
    top: 15px;
    
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li {
    display: block;
    position: relative;
    margin-right: 40px;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
  header .main-menu-wrapper span.arrow-icon{
    display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 2px;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li ul {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 45px;
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
   
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #BEA867;
  }

}
header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
header .header-navbar-rht {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  header .header-navbar-rht {
    display: none;
  }
}

/**** menu css end ****/






.hm-banner{
  position: relative;
  padding-top: 88px;
  height: 100vh;
  width: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hm-banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.hm-banner .banner-content{
  z-index: 1;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 40px;
}
.inner-trans-banner .main-title{
  font-size: 72px;
  line-height: 85px;
}
.hm-banner .banner-content .main-title{
   color: #fff;
   font-size: 72px;
   line-height: 85px;

}

.hm-banner .banner-content p{
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-top: 15px;

}

.hm-banner .banner-content .common-btn{
  background-color: #fff;
  color: #69035A;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0;
  min-width: max-content;

}

.hm-banner .banner-content .common-btn:hover{
  color: #fff;
  background-color:#69035A;
}

.hm-services .items{
  position: relative;
  padding: 0;
  margin: 0 10px;
 
}

.hm-services .items .overlay-content{
  position: absolute;
  padding: 20px;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}


.hm-services .items .overlay-content h3{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;

}

.hm-services .items .overlay-content span{
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  font-family: 'Baskervville';
}

.hm-services .items .overlay-content span b{
  font-family: 'Gotham Rounded';
  font-weight: 500;
}

.grid-col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -10px;
 
}
.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -10px;
}

.grid-col-4 .items{
  margin: 0 10px;
}

.mobile-title{
  display: none;
}

.common-middle-content .sec-title{
  margin-bottom: 20px;
}
.common-middle-content p{
  font-size: 18px;
  line-height: 27px;
}
.read-more{
  color: #69035A;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  padding: 10px 0;
  text-decoration: underline;
  display: inline-block;
  
}

.common-middle-content .read-more:hover{
  background-color: #69035A;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;



}

.hm-commitment .common-middle-content{
  background-color: #3F0236;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0 60px;
}

.hm-commitment .common-middle-content .sec-title{
  color: #BEA867;

}

.hm-commitment .common-middle-content p{
  color: #fff;
  font-weight: 300;
}


.common-slick-nav-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.common-slick-nav-wrapper .slider-navigation{
  max-width: 70%;
  flex: 1;
  margin-top: 0;
}
.hm-our-works{
  overflow: hidden;
}
.hm-our-works .before-after-slider{
  position: relative;
  margin-right: -440px;
}


.hm-banner .s-animate-1 {
  -webkit-animation: 1.0s 0.3s fadeInUp both;
  animation: 1.0s 0.3s fadeInUp both;
}
.hm-banner .s-animate-2 {
  -webkit-animation: 1.0s 0.6s fadeInUp both;
  animation: 1.0s 0.6s fadeInUp both;
}
.hm-banner .s-animate-3 {
  -webkit-animation: 1.0s 0.9s fadeInUp both;
  animation: 1.0s 0.9s fadeInUp both;
}


.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  
}

.before-after-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  overflow: hidden;

}

.before-after-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.before-after-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-image {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.2s ease;
}

.after-image {
  z-index: 1;
}

.slider-handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #fff;
  cursor: ew-resize;
  transform: translateX(-50%);
  z-index: 3;
}

.slider-handle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 
  
}

.slider-handle::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url(../images/before-after-i.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: -11px;
    margin-left:-12px;
}

/* Custom Navigation */
.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background: #ddd;
  bottom: -10px;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 4px;
}

.progress {
  width: 0%;
  height: 100%;
  background: #a97c50;
  transition: width 0.4s ease-in-out;
}

.slick-prev, .slick-next {
  font-size: 20px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  background-color: transparent !important;
}

.slick-prev:hover, .slick-next:hover {
  background-color: transparent !important;
}

.hm-testimonials{
  overflow: hidden;
}

.hm-testimonials .slider-container .testimonial-slider{
  position: relative;
  margin-right: -440px;
}

.hm-testimonials .testimonial-item{
  background-color: #f8f3ef;
  padding: 40px 30px 30px 30px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hm-testimonials .testimonial-item h3{
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hm-testimonials .testimonial-bottom-content{
  padding-top: 50px;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
}

.hm-testimonials .testimonial-item .stars{
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.hm-testimonials .testimonial-item .stars li{
  margin-right: 3px;
}

.hm-testimonials .testimonial-bottom-content span{
  color: #1F1D1F;
  font-weight: 400;
}


.gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.gallery-container .image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px;
}
.gallery-container .image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}
.gallery-container .image-grid img:nth-child(1) { grid-column: span 2; grid-row: span 2; height: 370px;}
.gallery-container .image-grid img:nth-child(2) { grid-column: span 1; grid-row: span 1; height: 183px;}
.gallery-container .image-grid img:nth-child(3) { grid-column: span 1; grid-row: span 1; height: 183px;}
.gallery-container .image-grid img:nth-child(4) { grid-column: span 1; grid-row: span 1; height: 183px;}
.gallery-container .image-grid img:nth-child(5) { grid-column: span 1; grid-row: span 1; height: 183px;}


@media (max-width: 991px) {
  /* .gallery-container .image-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, auto);
    } */
    .gallery-container .image-grid img:nth-child(1) {  height: 270px;}
    .gallery-container .image-grid img:nth-child(2) {  height: 133px;}
    .gallery-container .image-grid img:nth-child(3) { height: 133px;}
    .gallery-container .image-grid img:nth-child(4) {  height: 133px;}
    .gallery-container .image-grid img:nth-child(5) {  height: 133px;}

}
@media (max-width: 479px) {
  /* .gallery-container .image-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
    } */
    .gallery-container .image-grid img:nth-child(1) {  height: 140px;}
    .gallery-container .image-grid img:nth-child(2) {  height: 69px;}
    .gallery-container .image-grid img:nth-child(3) { height: 69px;}
    .gallery-container .image-grid img:nth-child(4) {  height: 69px;}
    .gallery-container .image-grid img:nth-child(5) {  height: 69px;}
    .gallery-container .image-grid, .gallery-container{
      gap: 2px;
    }
}



.hm-articles .articles-info{
  margin-top: 20px;
}

.hm-articles .articles-info h3{
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
}

.hm-articles .articles-info .read-more-link{
  display: inline-flex;
  align-items: center;
  color: #1F1D1F;
  text-transform: uppercase;
}
.hm-articles .articles-info .read-more-link img{
  margin-left: 12px;
  width: 17px;
  height: auto;
}


footer{
  border-top: 1px solid #3F0236;

}

.footer-logo{
  margin-bottom: 40px;
}

.footer-top{
  background-color: #F8F3ED;
  padding: 70px 0;
}

footer .footer-title{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}


.footer-links li a{
  color: #1F1D1F;
  font-size: 14px;

}

.footer-links li a:hover{
  color: #69035A;
}

.footer-links li{
  display: block;
  margin-bottom: 10px;
}

.footer-contact-details .footer-links li{
  display: flex;
  
}

.footer-contact-details .footer-links li .icon{
  flex: 0 0 30px;
  min-width: 30px;
}

.footer-social-media{
  display: flex;
  align-items: center;
  gap: 20px
}

.footer-items.last {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex: 0 0 auto;
  max-width: max-content;
  margin-left: auto;

}

.footer-social-media li a{
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #69035A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-media li a img{
  width: auto;
  height: auto;
}

.footer-social-media li:last-child a{
  background-color: transparent;
}


.footer-copyright{
  background-color: #46403A;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  
}

.copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;

}

.copyright span{
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  justify-content: center;

}




/**** about page start ****/

.hm-banner.inner-banner{
  height: 506px;
  align-items: flex-end;
  padding-bottom: 40px;
}

.hm-banner.inner-banner .banner-content{
  max-width: 100%;
}
.berad-crumb{
    text-align: left;
}
.berad-crumb ul{
  display: flex;
  align-items: center;
}
 .berad-crumb ul li{
  display: flex;
  align-items: baseline;
  margin-right: 30px;
  position: relative;
  color: #fff;
}.berad-crumb ul li .icon{
  display: flex;
  align-items: center;
  margin-right: 5px;
}.berad-crumb ul li a{
  display: inline-block;
  color: #ffff;
  font-weight: 300;

}

.berad-crumb ul li:not(:last-child):after{
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  color: #fff;


}

.about-value-slider .value-thumb{
 margin-bottom: 22px;
}


.about-value-slider .about-value-info h3{
  font-size: 32px;
}

.about-value-slider .about-value-info p{
  margin-bottom: 0;
}

.about-team-content .middle-para{
  margin: 20px 0;
}
.about-team-content .title-wrapper h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-team-content .title-wrapper span{
  font-size: 18px;
}

.about-team-content .middle-para a.read-more{
  display: inline-block;
}

.about-team-content .middle-para p{
  display: contents;
}

.about-team-content .middle-para a.read-more {
  display: contents;
  text-transform: capitalize;
}

.meet-our-team {
  background: #F8F3ED;
}


.about-vision-mission .items{
  position: relative;
  
}
.overlay{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.about-vision-mission .items .overlay{
  background: rgba(0, 0, 0, 0.3);
}
.about-vision-mission .items .overlay-inner{
  margin: 20px;
  border: 1px solid #fff;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.about-vision-mission .items .overlay-inner h3{
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.about-vision-mission .items .overlay-inner span{
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.about-core-values .value-thumb{
  position: relative;
}

.about-core-values .value-thumb .overlay{
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  display: flex;
  align-items: flex-end;


}

.about-core-values .value-thumb .overlay h3{
  color: #fff;
  font-size: 24px;
  width: 100%;
}

.services-wrapper .hm-our-story .common-middle-content .sec-title{
  display: block;
}

.hours-details{
  margin-top: 40px;
}
.hours-details .common-btn{
   color: #69035A;
   border: 1px solid #69035A;
}

.hours-details .common-btn:hover{
  background-color: #69035A;
  color: #fff;
}

.hours-details .hours{
  font-size: 34px;
  font-weight: 600;
  display: flex;
}


.hours-details .dollar{
  font-family: 'Gotham Rounded';
  font-weight: 500;
  font-size: 32px;
  display: flex;
  align-items: flex-end;
  padding-right: 10px;
}

.portfolio-main .before-after-wrapper{
  max-width: 100%;
}


.portfolio-main .title-wrapper{
  margin-bottom: 50px;
  margin-top: 15px;

}

.portfolio-main .title-wrapper h3{
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
}
.berad-crumb.bread-crumbs-option-two{
  margin-top: 80px;
}

.berad-crumb.bread-crumbs-option-two ul li, .berad-crumb.bread-crumbs-option-two ul li a{
  color: #1F1D1F;
} 

.berad-crumb.bread-crumbs-option-two ul li:last-child{
  color: #756F75;
}


 header.white-bg-header .main-menu-wrapper .main-nav > li > a{
  color: #1F1D1F;
 }

 header.white-bg-header .common-btn{
  border: 1px solid #1F1D1F;
  color: #1F1D1F;
 }
 header.white-bg-header .common-btn:hover{
  background-color: #1F1D1F;
  color: #fff;
 }

 header.white-bg-header.header-fixed .black-logo{
  display: none;
 }


 header.white-bg-header .white-logo{
  display: none;
 }

 header.white-bg-header.header-fixed .white-logo{
  display: block;
 }


  header.white-bg-header.header-fixed .main-menu-wrapper .main-nav > li > a{
  color: #fff;
 }

  header.white-bg-header.header-fixed .common-btn{
  border: 1px solid #1F1D1F;
  color: #1F1D1F;
  background-color: #fff;
 }
  header.white-bg-header.header-fixed .common-btn:hover{
  background-color: #fff;
  color: #1F1D1F;
 }


 .portfolio-inner-banner .before-after-wrapper{
  max-width: 100%;
 }

 .berad-crumb.bread-crumbs-option-two{
  margin-bottom: 48px;
  padding-top: 20px;
 }
 .berad-crumb.bread-crumbs-option-two ul li svg path{
   stroke: #1F1D1F;
 }
 .berad-crumb.bread-crumbs-option-two ul li:not(:last-child):after{
  color: #1F1D1F;
 }

 .inner-banner-title{
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
 }

 .sticy-header.white-bg-header{
  box-shadow: 00px 0px 36px 0px rgba(0,0,0,0.1);
 }

 .portfoli-details-columns{
  padding-top: 40px;
 }

 .portfoli-details-columns .grid-col-2{
  gap: 4px;
 }

 .portfoli-details-columns .overlay h4{
   color: #fff;
   font-weight: 600;
   font-size: 20px;
   line-height: 28px;
  margin: 0;
   text-transform: uppercase;
 }

 .portfoli-details-columns .overlay{
  display: flex;
  align-items: flex-end;
  padding: 24px;

 }

.inner-content-box:not(:last-child){
  margin-bottom: 40px;
 }
.inner-content-box ul{
  list-style: disc;
  list-style-position: outside;
  padding-left: 30px;

 }
.inner-content-box ul li b{
  font-weight: 300;
  color: #1F1D1F;
  font-weight: 450;
 }

.inner-content-box ul li:not(:last-child){
  margin-bottom: 15px;
 }

 .inner-content-box h4{
  font-weight: 400;
  text-transform: uppercase;
  color: #1F1D1F;
  font-size: 20px;
  line-height: 37px;
 }

.common-btn.middle-btn{
  color: #69035A;
  border: 1px solid #69035A;
  display: inline-block;
  margin: 0 auto;
  max-width: max-content;
 }

.common-btn.middle-btn:hover{
  color: #fff;
  background-color: #69035A;
 }

 .blogs-listing .title-wrapper{
  margin: 20px 0 50px;
 }

 .blogs-listing .title-wrapper h3{
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 36px;

}

.blogs-listing .title-wrapper a{
   display: flex;
   align-items: center;
}

.blogs-listing .title-wrapper a span, .blogs-listing .title-wrapper a span{
  text-transform: uppercase; 
  text-decoration: none;
  color: #1F1D1F;
  
}

.blogs-listing .title-wrapper a span{
  display: inline-block;
  margin-right: 10px;
}

.blogs-listing .title-wrapper img{
  width: 16px;
  height: auto;
}


.blogs-details-content .main-title{
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: left;
}

.blog-date{
  margin: 40px 0 30px;
  display: block;
}

.blogs-details-content .title-wrapper{
  margin-bottom: 40px;
}


.news-listing .thumb{
  margin-bottom: 25px;
}

.top-news .thumb{
  margin-bottom: 25px;
}

.top-news-content h4{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}


.news-listing-content .news-data{
  display: block;
  margin-bottom: 15px;
}

.news-listing-content h3{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 8px;
}

.news-listing-content p{
  margin-bottom: 25px;
}
.news-details-conetnt .blog-date{
  margin-top: 0;
}

.hm-testimonials.testimonials-listing .testimonial-item{
  margin-bottom: 24px;
}


.inner-trans-banner{
  height: 420px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F8F3EF;
}

.sec-bg-header.white-bg-header{
  background-color: #F8F3EF;
  box-shadow: none;
}

.sticy-header.sec-bg-header.header-fixed{
  background-color: #1F1D1F;
}

.middle-banner-content span{
  color: #1F1D1F;
}

.common-tabs-container .nav-link{text-align: left;
     color: #1F1D1F;
     text-transform: uppercase;
     font-family: 'Baskervville';
     font-weight: 500;
     padding: 12px 0;

}

.common-tabs-container .nav-pills .nav-link.active{
  background-color: transparent;
  color: #69035A;
  font-weight: 600;
}

.common-tabs-container .inner-content-box h4{
 font-size: 20px;
 margin-bottom: 12px;
}

.common-tabs-container .inner-content-box ul{
  list-style-position: outside;
  padding-left: 30px;
}

.common-tabs-container .inner-content-box a{
  color: #69035A;
  font-weight: 500;
}


.faqs-mian .accordion-button{
  font-size: 20px;
  color: #1F1D1F;
  line-height: 28px;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
    padding-right: 0;
}

.faqs-mian .accordion-item{
 background-color: transparent !important;
 border-top: 0;
 border-right: 0;
 border-left: 0;
 border-bottom: 1px solid #E5DCC2;

}

.faqs-mian .accordion-body{
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  color: #756F75;
}


.footer-contact-details .contact-details-left.footer-links li {
  display: flex;
  margin-bottom: 30px;
}

.footer-contact-details .footer-links li .icon {
 display: flex;
 width: 50px;
 height: 50px;
 align-items: center;
 justify-content: center;
 background: #F8F3EF;
 flex: 0 0 50px;
 min-width: 50px;
 border-radius: 50%;
}

.contact-details-left.footer-links .contacts-titles{
  padding-left: 12px;
}

.contact-details-left.footer-links .contacts-titles h4{
  font-weight: 600;
  font-size: 20px;
}

.contact-details-left.footer-links .contacts-titles a{
  color: #756F75;
}

.contact-right-form{
  background-color: #F8F3EF;
  padding: 40px 30px;
}
.contact-right-form form {
  margin-top: 30px;
}
.contact-right-form form .form-control{
  border: 0;
  border-bottom: 1px solid #B0B0B0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.contact-right-form form .common-btn{
  background-color: #69035A;
  color: #fff;
  border-radius: 0;
}

.footer-social-media li.i-w-bg a{
  background-color: transparent;
}


.team-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  z-index: 999;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0; visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.team-popup-overlay .popup-content {
  position: absolute;
  right: 0; bottom: 0;
  overflow-y: auto;
  background: white;
  padding: 20px; width: 80%; height: calc(100vh - 50px);
  max-width: 980px; 
  transform: translateY(100%); opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.team-popup-overlay.show { opacity: 1; visibility: visible; }
.team-popup-overlay .popup-content.show { transform: translateY(0); opacity: 1; }
.team-popup-overlay .close-btn {
  position: absolute;
  top: 10px; right: 20px;
  font-size: 20px; cursor: pointer;
}

.team-popup-overlay .popup-right-content h2{
  font-weight: bold;
}

.team-popup-overlay .close-btn img{
  width: 20px;
  height: auto;
}

.about-team-content button.read-more{
  background-color: transparent;
  border: 0;
}

.popup-left-thumb{
  margin-bottom: 30px;
}

.modal-dialog{
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body{
  flex: none;
}

.modal-dialog .btn-close{
  position: absolute;
  right: 30px;
  top: 30px;
  background: transparent;
  border: 0;
  box-shadow: none !important;
  opacity: 1 !important;
}

.modal-dialog .modal-content{
 min-height: calc(100vh - 100px);
 display: flex;
 justify-content: center;
 padding: 25px !important;
}

.modal-dialog .main-title{
 margin-bottom: 40px;
}

.modal-body h5{
  font-weight: 400;
  color: #1F1D1F;
  margin-bottom: 12px;
}

.modal-dialog form .form-control, .modal-dialog form select{
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #B0B0B0;
  box-shadow: none !important;
  padding: 11px 0;

}

.modal-dialog form .common-btn{
  border-radius: 0;
  background-color: #69035A;
  color: #fff;
  line-height: 55px;
  height: 55px;
  font-size: 14px;
  padding: 0 50px;
}


.flatpickr-day.selected{
  background-color: #BEA867 !important;
}

.faqs-mian .accordion-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.faqs-mian .accordion-button .icon {
  font-weight: bold;
  color: #800080; 
  transition: transform 0.3s ease;
  height: 32px;
    width: 32px;
    border-radius: 32px;
    border: 2px solid #800080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs-mian .accordion-button:not(.collapsed) .icon {
  content: "-"; 
  transform: rotate(180deg);
}

.faqs-mian .accordion-button.collapsed .icon {
  content: "+"; 
}

.accordion-button::after{
   display: none !important;
}


@media (min-width: 1201px) {
 .container{
  max-width: 1360px;
 }
}


@media (max-width: 1440px) {

.ptb-100{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100{
    padding-top: 80px;
  }
  .pb-100{
    padding-bottom: 80px;
  }
  .sec-title{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  
  .common-slick-nav-wrapper{
    margin-top: 30px;
  }
.hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
  font-size: 60px;
  line-height: 70px;
}
.hm-banner .banner-content p{
  font-size: 16px;
}
.hm-banner .banner-content .common-btn{
  height: 45px;
}
.hm-services .items .overlay-content{
  padding: 15px;
}

.before-after-container{
  height: 450px;
}
.hm-testimonials .testimonial-item h3{
  font-size: 30px;
  line-height: 38px;
}
.hm-testimonials .testimonial-item{
  padding: 30px 20px 20px 20px;
}
.hm-testimonials .testimonial-bottom-content{
  padding-top: 70p;
}

.hm-banner.inner-banner{
  height: 440px;
  padding-bottom: 30px;
}
.about-value-slider .about-value-info h3{
  font-size: 30px;
}
.about-team-content .title-wrapper h3 {
  font-size: 26px;
}
.about-vision-mission .items .overlay-inner h3{
  font-size: 30px;
  margin-bottom: 20px;
}
.about-vision-mission .items .overlay-inner span{
  font-size: 22px;
}
.about-core-values .value-thumb .overlay{
  padding: 20px;
}

.portfolio-main .title-wrapper{
  margin-bottom: 40px;

}

.portfolio-main .title-wrapper h3{
  font-size: 30px;
  line-height: 38px;
}

.hm-our-works .before-after-slider{
  margin-right: -200px;
}
.inner-banner-title{
  font-size: 28px;
  margin-bottom: 15px;
}

.berad-crumb.bread-crumbs-option-two{
  margin-bottom: 40px;
  padding-top: 15px;
}
.inner-content-box:not(:last-child), .blogs-details-content .title-wrapper{
  margin-bottom: 30px;
}
}

@media (max-width: 1280px) {
  .ptb-100{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100{
    padding-top: 70px;
  }
  .pb-100{
    padding-bottom: 70px;
  }

  .sec-title{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .common-slick-nav-wrapper{
    margin-top: 20px;
  }
.hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
  font-size: 50px;
  line-height: 60px;
}
.hm-services .items .overlay-content h3{
  font-size: 18px;
  line-height: 24px;
}

.hm-services .items .overlay-content span{
  font-size: 22px;
}
.before-after-container{
  height: 400px;
}
}

@media (max-width: 1199px) {
  .ptb-100{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100{
    padding-top: 60px;
  }
  .pb-100{
    padding-bottom: 60px;
  }

  .sec-title{
    font-size: 30px;
    line-height: 36px;
  }

.hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
  font-size: 45px;
  line-height: 55px;
}
.hm-articles .articles-info h3{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.hm-testimonials .testimonial-item h3{
  font-size: 26px;
  line-height: 34px;
}
.hm-testimonials .testimonial-item{
  padding: 30px 20px 20px 20px;
}
.hm-testimonials .testimonial-bottom-content{
  padding-top: 50px;
}

.about-team-content .middle-para{
  margin: 15px 0;
}

.news-listing-content p{
  margin-bottom: 10px;
}

}

@media (max-width: 991px) {
  .ptb-100{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100{
    padding-top: 50px;
  }
  .pb-100{
    padding-bottom: 50px;
  }


  .hm-banner .banner-content p{
    margin: 10px 0;
  }

  .common-slick-nav-wrapper{
    margin-top: 15px;
  }

  .grid-col-4{
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-3{
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-title{
    font-size: 28px;
    line-height: 34px;
  }

.hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
  font-size: 40px;
  line-height: 50px;
}

header.white-bg-header .main-menu-wrapper .main-nav > li > a{
  color: #fff;
}

  
  .hm-services .items .overlay-content span{
    font-size: 20px;
  }

  .hm-services{
    overflow: hidden;
  }
  
  .hm-services .items{
    margin: 0 5px;
  }

  .hm-services, .hm-our-works{
    overflow: hidden;
   
  }

  

  .hm-services .container .slick-list{
    padding-right: 0 !important;
  }
  .hm-banner .banner-content p, .common-middle-content p{
    font-size: 16px;
    line-height: 24px;
  }

  .hm-commitment .common-middle-content{
    padding: 0 30px;
  }
  .before-after-container{
    height: 300px;
  }
  .hm-articles .articles-info h3{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .hm-articles .articles-info .read-more-link{
    font-size: 14px;
  }

  .hm-banner.inner-banner{
    height: 360px;
    padding-bottom: 20px;
  }

  .hm-banner.inner-banner .banner-content .main-title{
     margin-bottom: 40px;
  }

  .about-value-slider .about-value-info h3{
    font-size: 26px;
  }
  .about-team-content .title-wrapper h3 {
    font-size: 24px;
  }
  .about-team-content .middle-para{
    margin: 20px 0;
  }
  .about-team-content .title-wrapper span{
    font-size: 16px;
  }

  .about-vision-mission .items .overlay-inner{
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
  }

  .about-vision-mission .items .overlay-inner h3{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .about-vision-mission .items .overlay-inner span{
    font-size: 18px;
  }
  .about-core-values .value-thumb .overlay{
    padding: 10px;
  }
  .about-core-values .value-thumb .overlay h3{
    font-size: 22px;
  }
  .about-core-values .common-middle-content{
    text-align: center;
    margin-bottom: 20px;
  }

  .portfolio-main .title-wrapper{
    margin-bottom: 20px;
  
  }
  
  .portfolio-main .title-wrapper h3{
    font-size: 26px;
    line-height: 34px;
  }

  .blogs-listing .title-wrapper h3{
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 34px;
  }

  .sticy-header.white-bg-header .header-top .logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sticy-header.white-bg-header #mobile_btn .bar-icon{
     background-color:   #1F1D1F;
     text-align: center;
  }
  .sticy-header.white-bg-header #mobile_btn{
    margin-right: 10px;
  }

  .inner-banner-title{
    font-size: 24px;
  }
  .berad-crumb.bread-crumbs-option-two{
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .portfoli-details-columns .grid-col-2{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .portfoli-details-columns .container .col-lg-6:first-child .grid-col-2{
    margin-bottom: 20px;
  }

  .blogs-listing .title-wrapper{
    margin: 15px 0 35px;
  }

  .blogs-details-content .main-title{
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 38px;
  }

  .blog-date{
    margin: 24px 0 16px;
  }

  .news-listing-content h3{
    font-size: 22px;
    line-height: 34px;
  }
  .news-listing-content p{
    margin-bottom: 15px;
  }
  .news-listing-content{
    margin-bottom: 20px;
  }

  .contact-right-form{
    padding: 30px 20px;
    margin-top: 30px;
  }

  .inner-trans-banner{
    height: 320px;
  }

  .faqs-mian .accordion-button{
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 20px;
  }
  .faqs-mian .accordion-button .icon{
    width: 20px;
    height: 20px;
    border-width: 1px;
    min-width: 20px;
  }
  .faqs-mian .accordion-body{
    padding-top: 0;
  }
  
}

@media (max-width: 767px) {

  .hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
    font-size: 34px;
    line-height: 40px;
  }
  .grid-col-2{
    grid-template-columns: repeat(1, 1fr);
  }



.sec-title, .common-middle-content .sec-title{
    font-size: 22px;
    line-height: 30px;  
  }

  .common-slick-nav-wrapper{
    margin-top: 10px;
  }

  .hm-services .items .overlay-content h3{
    font-size: 16px;
    line-height: 22px;
  }
  
  .hm-services .items .overlay-content span{
    font-size: 18px;
  }

  .sec-title{
    font-size: 24px;
    line-height: 32px;
  }

.hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
  font-size: 36px;
  line-height: 44px;
}
.mobile-title{
  display: block;
}

.hm-our-story .common-middle-content .sec-title{
  display: none;
}

.hm-our-story .thumb{
  margin-bottom: 20px;
}

.hm-commitment .common-middle-content{
  padding: 70px 15px;
}

.footer-items.last{
  margin-left: 0;
}

.footer-top{
  padding: 60px 0;
}

.hm-testimonials .testimonial-item h3{
  font-size: 24px;
  line-height: 32px;
}
.hm-testimonials .testimonial-item{
  padding: 20px 15px 15px 15px;
}
.hm-testimonials .testimonial-bottom-content{
  padding-top: 40px;
}

.testimonial-top-content p{
  font-size: 14px;
  line-height: 22px;
}

.about-value-slider .about-value-info h3{
  font-size: 22px;
}
.about-team-content .title-wrapper h3 {
  font-size: 22px;
}

.meet-our-team .about-team-thumb{
  margin-bottom: 20px;
}
.about-team-content .title-wrapper span{
  font-size: 14px;
}
.about-vision-mission .items .overlay-inner h3{
  font-size: 22px;
  margin-bottom: 12px;
}
.about-vision-mission .items .overlay-inner span{
  font-size: 16px;
}
.about-core-values .value-thumb .overlay h3{
  font-size: 20px;
}
.about-core-values .common-middle-content{
  margin-bottom: 15px;
}
.services-wrapper .hm-our-story .common-middle-content{
  margin-bottom: 25px;
}

.services-wrapper .hm-our-story .container:last-child .common-middle-content{
  margin-bottom: 0;
}
.services-wrapper .hm-our-story .common-middle-content p{
  margin-bottom: 0;
}
.grid-col-3{
  grid-template-columns: repeat(1, 1fr);
}

.popup-left-thumb{
  margin: 20px auto 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.team-popup-overlay .popup-content{
  width: 100%;
}
.team-popup-overlay .close-btn img{
  width: 15px;
  height: auto;
}
.team-popup-overlay .popup-content .col-12 p:last-child{
  margin-bottom: 0;
}

.common-tabs-container .nav-link{
  white-space: nowrap;
}
.common-tabs-container .nav.nav-pills{
  flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 15px;
}

.common-tabs-container .nav.nav-pills .nav-item{
  margin-right: 25px;
}

.modal-dialog{
  margin-top: 200px;
}

.modal-dialog .btn-close{
  right: 10px;
  top: 10px;
}

.modal-body h5{
  font-size: 16px;
}

.modal-dialog form .common-btn{
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
}
.inner-banner-title{
  font-size: 22px;
}
.berad-crumb.bread-crumbs-option-two{
  margin-bottom: 15px;
  padding-top: 0px;
}
.portfoli-details-columns .overlay h4{
  font-size: 16px;
}
.portfoli-details-columns .overlay{
  padding: 12px;
}
.inner-content-box:not(:last-child), .blogs-details-content .title-wrapper{
  margin-bottom: 24px;
}

}


@media (max-width: 480px) {
  body{
    font-size: 14px;
  }
  .ptb-100{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt-100{
    padding-top: 45px;
  }
  .pb-100{
    padding-bottom: 45px;
  }
  .grid-col-4{
    grid-template-columns: repeat(1, 1fr);
  }

  .common-btn{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .hm-banner .banner-content .common-btn{
    height: 40px;
  }

  .sec-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;    
  }

  .common-middle-content .sec-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;    
  }

  .hours-details{
    margin-top: 15px;
  }
  
  .hours-details .hours, .hours-details .dollar{
    font-size: 20px;
  }


  .inner-banner-title{
    font-size: 20px;
    margin-bottom: 10px;
  }

  
  .blogs-listing .title-wrapper{
    margin: 15px 0 20px;
  }

.hm-banner .banner-content .main-title, .inner-trans-banner .main-title{
  font-size: 32px;
  line-height: 40px;
}
.hm-banner .banner-content p, .common-middle-content p{
  font-size: 14px;
  line-height: 21px;
}

.footer-top{
  padding: 45px 0;
}

.before-after-container{
  height: 216px;
}

.hm-testimonials .testimonial-item h3{
  font-size: 18px;
  line-height: 24px;
}
.hm-testimonials .testimonial-item{
  padding: 15px 15px 15px;
}
.hm-testimonials .testimonial-bottom-content{
  padding-top: 40px;
}

.testimonial-top-content p{
  font-size: 13px;
  line-height: 22px;
}

.read-more{
  font-size: 13px;
  padding: 5px 0;
}
.hm-articles, .hm-services{
  overflow: hidden;
}
.hm-testimonials .slider-container .testimonial-slider{
  margin-right: -300px;
}
.about-our-values, .about-core-values{
  overflow: hidden;
}
.hm-articles .slider-container .articles-slider, .slider-container .before-after-slider, .hm-servises-slider, .about-value-slider, .about-core-slider{
  margin-right: -300px;
  position: relative;
}
.hm-testimonials .testimonial-item{
  margin: 0 8px;
}
.slick-slide{
  padding: 8px;
}

.about-value-slider .about-value-info h3{
  font-size: 18px;
}
.about-team-content .title-wrapper h3 {
  font-size: 18px;
}
.about-team-content .middle-para{
  margin: 10px 0;
}
.meet-our-team .about-team-thumb{
  margin-bottom: 15px;
}

.about-vision-mission .items .overlay-inner h3{
  font-size: 18px;
}
.about-vision-mission .items .overlay-inner span{
  font-size: 14px;
}
.about-core-values .value-thumb .overlay h3{
  font-size: 18px;
}

.portfolio-main .title-wrapper{
 margin-top: 15px;

}

.portfolio-main .title-wrapper h3{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.slider-handle{
  width: 2px;
}


.blogs-listing .title-wrapper h3{
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
}

.blogs-details-content .main-title{
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
}
.blogs-details-content .title-wrapper p{
  margin-bottom: 0;
}
.inner-content-box h4{
  font-size: 18px;
  line-height: 28px;
}
.inner-content-box ul li:not(:last-child){
  margin-bottom: 10px;
}
.news-listing-content h3{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.top-news-content h4{
  font-size: 16px;
  line-height: 26px;
}
.footer-contact-details .footer-links li .icon{
  width: 40px;
  height: 40px;
}
.contact-right-form form .form-control, .form-control{font-size: 14px;}
.faqs-mian .accordion-button{
  font-size: 18px;
}
}


@media (max-width: 380px) {

  .hm-testimonials .slider-container .testimonial-slider{
    margin-right: -200px;
  }
  .hm-articles .slider-container .articles-slider, .slider-container .before-after-slider{
    margin-right: -200px;
    position: relative;
  }

}

.portfolio-main a{color:#000;}
.blogtitlelink{color:#000;}
.blogpaging a{margin-left: 10px; margin-right: 10px; color: #000;}
.blogpaging span{margin-left: 10px;margin-right: 10px; }



/* Lightbox overlay */
.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

/* Lightbox content */
.lightbox-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  max-width: 90%;
 /* max-height: 90%; */
}

.lightbox-content iframe {
  width: 800px;
  height: 800px;
  border: none;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 60px;
  color: #333;
  cursor: pointer;
}

@media (max-width: 850px) {
  .lightbox-content iframe {
    width: 90vw;
    height: 60vh;
  }
}
.wa_widget-brand-info h4 {
  font-family: 'Gotham Rounded';
  font-size: 20px;
}

.wa_widget-brand-info p {
  font-family: 'Gotham Rounded';
  font-size: 14px;
}

 .job-card {
      transition: box-shadow 0.3s, transform 0.3s;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      background-color: #fff;
    }
    .job-card:hover {
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .job-title {
      font-weight: bold;
      font-size: 1.2rem;
    }
    .job-type {
      font-size: 0.9rem;
      color: #666;
    }
    
    .career_section-title {
      font-weight: bold;
      font-size: 1.5rem;
      margin-top: 2rem;
      font-family: 'Baskervville';
      color:#000;
    }
    .career_paragraph {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    .career_list li {
      margin-bottom: 0.5rem;
    }
    .career_container {
      background-color: #fffdfb;
      padding: 2rem;
      border-radius: 10px;
      margin-top: 2rem;
    }
    .career_label{font-family:'Baskervville'; color:#000;font-size:18px;}
    .services-wrapper p {margin-block-end: 1rem; font-size:16px;}
    .services-wrapper ul li{list-style: disc; padding: 3px; margin-left: 12px;}