html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}
body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    color: #231f20;
}
.lead{
 font-weight: 400 !important;
}
a{
 text-decoration: none;
}
.text-primary{
  color: #f6eb16 !important;
}
.bg-primary {
  background-color: #f6eb16 !important;
}
.btn:focus{
    box-shadow: none !important;
}
.rotate-180 {
  transform: rotate(180deg);
}
.btn{
    font-weight: 500;
}
.btn-lg{
  padding: 0.75rem 1.5rem;
  font-size: 1rem !important;
}
.btn-primary{
  color: #231f20 !important;
  background-color: #f6eb16 !important;
  border-color: #f6eb16 !important;
}
.btn:focus{
    box-shadow: none !important;
}
#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.3s ease;
}
#mainNav .navbar-brand {
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-weight: 500;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f6eb16;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f6eb16 !important;
}

#site-logo {
    width: 190px; /* Initial logo size */
    transition: width 0.3s ease;
}
/* Optional: CSS class for the scrolled state */
#mainNav.scrolled {
    background-color: #fff; /* Example: white background on scroll */
}

#mainNav.scrolled #site-logo {
    width: 150px; /* Example: smaller logo on scroll */
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #f6eb16;
  }
}
/* .sku-navbar{
    background-color: #fff;

}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.65);
    font-weight: 600;
  }
.sku-navbar .navbar-nav .nav-link.active, .sku-navbar .navbar-nav .show > .nav-link {
    color: #f6eb16;
  }

  .sku-navbar .navbar-nav .nav-link:focus, .sku-navbar .navbar-nav .nav-link:hover {
    color: #f6eb16;
  } */

 /* Main Banner  */
  .sku-main-banner .card{
    border: none !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .bg-linear-overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(59%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 59%, rgb(0, 0, 0) 100%);
  }
  .sku-main-banner h1{
    font-size: 3.5rem;
    font-weight: 600;
  }
  .icon-link{
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    backface-visibility: hidden;
  }
  .icon-link > i {
    flex-shrink: 0;
    width: auto;
    height: auto;
    fill: currentcolor;
    -webkit-transition: 0.2s ease-in-out transform;
    transition: 0.2s ease-in-out transform;
  }
  .icon-link-hover:hover > i {
    -webkit-transform: translate3d(0.25em, 0, 0);
    transform: translate3d(0.25em, 0, 0);
    transform: rotate(180deg);
  }
.rotate-180{
  transform: rotate(180deg);
}
.swiper-pagination.swiper-pagination-line .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #fff;
}
/* Main Banner END */
.main-heading h2{
  font-size: 2.5rem;
  font-weight: 600;
}
.about-thm{
  padding: 96px 0;
  background-image: url(../images/about-bg.png);
  background-size: cover !important;
  background-position:top center;
}
.about-thm h2{
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.about-highlight-text{
  font-weight: 600;
}
.about-thm p{
  color: #fff;
}
.highlight-text{
   /* background: linear-gradient(to bottom, #f6eb16 100%); */
  /* background: linear-gradient(to bottom, transparent 50%, #f6eb16 50%); */
  font-weight: 600;
  /* color:  #231f20; */
}
.about-sku{
  padding: 72px 0;
}
.about-sku .card{
  border: none !important;
}
.about-sku .card p{
  color: #231f20;
}
.about-sku .card a{
  color: #231f20 !important;
  font-weight: 500 !important;
}
.thm-why{
    padding: 72px 0;
    background-color: #231f20;
    position: relative;
}
.why-text{
 color: #ccc;
}
.why-text i{
  color: #f6eb16;
  font-size: 1.5rem;
}
.why-image img{
  border-radius: 0.75rem;
}
.why-hr{
  border-color: rgba(255, 255, 255, .75) !important;
  /* opacity: 1; */
}
.our-mv{
  color: #ccc;
}
.our-mv .card{
  /* background-color: #121212; */
  background-color: rgba(255, 255, 255, .06);
  color: #ccc;
}
.our-mv .card .card-body{
  padding: 2.5rem;
}
.thm-line {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}
.our-services{
  padding: 72px 0;
  background-color: #f8f8f8;
  /* background-color: rgba(246, 235, 22, 0.25); */
}
.service-div.card{
  background-color: #fff;
  border-radius: 0.5rem;
}
.card-flip {
  display: block;
  height: 100%;
  text-decoration: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  border-radius: 0;
  perspective: 1000px;
}
.card-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .5s ease-in-out;
  transform-style: preserve-3d;

}
.card-flip-front, .card-flip-back {
  height: 100%;
  padding: 2.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg);
}
.card-flip-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.card-flip-back {
  position: relative;
  background-color:#f6eb16;
  transform: rotateY(180deg);
  border-radius: 0.5rem;
}
.card-flip:hover .card-flip-inner {
  transform: rotateY(180deg);
}
.service-icon{
  background-color: #f6eb16;
  color: #231f20;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  /* font-size: 2rem; */
  border-radius: 50% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 1rem !important;
}
.service-icon i{
  font-size: 1.5em;
  line-height: .05em;
  vertical-align: middle;
}
/* .service-div.card i{
  font-size: 44px;
  margin-bottom: 1rem;
  color: #f6eb16;
} */
.thm-process{
  padding: 96px 0;
  background-image: url(../images/process-bg.png);
  background-size: cover !important;
  background-position:center top;
    /* background-color: #231f20; */
}
.process-div{
  padding-left: 1rem;
  padding-right: 1rem;
}
.process-div h3{
  color: #fff;
}
.process-div p{
  color: #fff;
}
.p-icon{
  background-color: #f6eb16;
  color: #231f20;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  /* font-size: 2rem; */
  border-radius: 50% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 1rem !important;
}
.p-icon i{
  font-size: 1.5em;
  line-height: .05em;
  vertical-align: middle;
}
/* .our-mv{
  padding: 72px 0;
} */

 .our-process{
  padding: 96px 0;
  background-color: #f6eb16;
  position: relative;
 }
 .thm-line-v1{
  position: absolute;
    left: 0;
    top: 0;
    width: 222px;
 }
.pro-icon{
  background-color: #231f20;
  color: #f6eb16;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  /* font-size: 2rem; */
  border-radius: 50% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 1rem !important;
}
.pro-icon i{
  font-size: 1.5em;
  line-height: .05em;
  vertical-align: middle;
}
.pro-div h3{
  color: #231f20;
}
.pro-div p{
  color: #231f20;
}
 .our-process .border-end{
  border-color: #231f20 !important;
}
.contact-us{
  padding: 72px 0;
  /* background-color: #231f20; */
    background-image: url(../images/contact-bg.jpg);
  background-size: cover !important;
  background-position:top center;
}
.contact-us .card {
    border: 0;
    border-bottom: 0.25rem solid #f6eb16;
}
.contact-us .card hr {
    opacity: 1;
    border-color: #f6eb16;
    border-width: 0.25rem;
    width: 3rem;
}
.contact-us .card h4{
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.contact-us .card span{
  letter-spacing: 0.0625em;
}
.contact-us .card i{
  color: #f6eb16;
  font-size: 28px;
}
.thm-footer{
    padding: 32px 0;
    background-color: #231f20;
}
.copyright-text {
  /* color: #c5c6cc; */
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
}
  .social-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, .06);
  }
  .social-icon i{
    color: #fff;
    font-size: 1.25rem;
  }
  .social-icon:hover{
    background-color: #f6eb16;
    color: #231f20 !important;
  }
.thm-whatsapp{
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #25d366;
    color: #fff;
    font-size: 1.75rem;
    flex-shrink: 0;
    height: 3rem;
    width: 3rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    text-decoration: none;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.back-to-top{
  position: fixed !important;
  bottom: 34px;
  right: 34px;
  display: flex;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background: #f6eb16 ;
  color: #231f20;
  border-radius: 10%;
  width: 52px;
  height: 52px;
  line-height: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.back-to-top.back-top-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.back-to-top i{
    font-size: 1.5rem;
    transform: rotate(90deg); 
}
@media screen and (max-width: 991px) {
  #mainNav{
    background-color: #231f20;
  }
  .navbar-toggler{
  border-color: #f6eb16 !important;
  background-color: #f6eb16 !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
}

@media screen and (max-width: 480px) {
  #mainNav{
    background-color: #231f20;
  }
  .navbar-toggler{
  border-color: #f6eb16 !important;
  background-color: #f6eb16 !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
}