@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Heebo:wght@100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        --primary-font: "Barlow", sans-serif;
        --secondary-font:"Heebo", sans-serif;
        --primary-color:#F68137;
        --secondary-color:#211D1C;
        --color-white:#FFF;
        --color-dark:#000;
        --heading-color:#22211F;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: var(--color-white) !important;
      }
    .site-wrapper{
        overflow: hidden;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--primary-font) !important;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }
    p {
        font-family: var(--primary-font);
        position: relative;
        margin: 0 0 20px;
        line-height: 32px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 17px; 
    }
    p,li {
      color: #000;
         font-family: var(--primary-font);
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--primary-font) !important;
    }
    figure{
      margin: 0 !important;
      padding: 0 !important;
    }
    img{
        max-width: 100%;
    }
    .fw-b{
      font-weight: 500;
    }
    .text-justify{
      text-align: justify !important;
    }
    .bg-clay{
        background-color: #f5ebe6 !important;
    }
    /* ul.navbar-nav {
        margin: 0 0 0 auto;
        margin: 0 auto;
    } */
    .py-70{
      padding: 70px 0;
    }
    .btn{
         font-family: var(--primary-font);
    }
.header-btn .site-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
.header-btn .site-btn img{
    height: 20px;
    width: auto;
    animation: securityPointerMove 2s ease-in-out infinite,
               securityPointerGlow 2s ease-in-out infinite;
    transform-origin: center;
}
@keyframes securityPointerMove {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(10px); } 
  55%  { transform: translateX(4px); }
  100% { transform: translateX(0); }
}
@keyframes securityPointerGlow {
  0% { filter: drop-shadow(0 0 0px rgba(246,129,55,0.2)); }
  40% { filter: drop-shadow(0 0 8px rgba(246,129,55,0.45)); }
  80% { filter: drop-shadow(0 0 4px rgba(246,129,55,0.3)); }
  100%{ filter: drop-shadow(0 0 0px rgba(246,129,55,0.2)); }
}
  .site-btn{
    position: relative;
    display: inline-block;
    color: var(--color-white);
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
  }
  .site-btn.style-one{
    background: linear-gradient(20deg, #211D1C 10%, #3A2C28 40%, #F68137 100%);
  }
  .site-btn.style-one:hover{
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color));
  }
  .site-btn.style-two{
     background-color: var(--primary-color);
     border: 1px solid var(--primary-color);
  }
  .site-btn.style-two:hover{
     background-color: #d96b27;
     border-color: #d96b27;
  }
  .site-btn.style-three{
    background-color: transparent;
    border: 1px solid var(--color-white);
  }
  .site-btn.style-three:hover{
     color: var(--primary-color);
     background-color: var(--color-white);
  }
  .site-btn.style-four{
      background-color: var(--secondary-color);
  }
  .site-btn.style-four:hover{
     background-color: var(--primary-color);
  }
a.nav-link {
    position: relative;
    font-family: var(--primary-font) !important;
    font-size: 17px;
    font-weight: 500;
    color: var(--color-dark); 
    margin: 0 15px;
    padding: 30px 0;
    text-transform: capitalize;
    z-index: 1;
}
a.nav-link:hover{
    color: var(--primary-color);
    transition:color 0.4s ease-in-out;
}
.t-shadow{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* Top Hedaer */
.top-header{
  position: relative;
  overflow: hidden;
}
.sticky-header .top-header{
  display: none;
}
.navbar-brand{
  display: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0.03, 0.19, 0.97) !important;
}
.sticky-header .navbar-brand{
  display: block !important;
  opacity: 1;
}
.tph-logo{
  max-width: 140px;
  height: auto;
}
.tph-wrapper{
  border-bottom: 1px solid #ebebeb;
}
.rhs-polyinfo-wrap {
    background-color: transparent;
    background-image: linear-gradient(52deg, #ff7c2c00 35%, var(--primary-color) 0%);
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 17px 5px 10px;
    gap: 33px;
}
.rhs-polyinfo-col{
  display: flex;
  align-items: center;
  gap: 15px;
}
.rhs-polyinfo-col .icon-box i{
  font-size: 23px;
  color: var(--color-white);
}
.rhs-polyinfo-col .info-box .polyinfo-title {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}
.rhs-polyinfo-col .info-box .polyinfo-desc{
  margin-bottom: 0;
  color: var(--color-white);
  font-family: "Heebo", Sans-serif;
  font-family: var(--secondary-font) !important;
  font-size: 16px;
  font-weight: 400 !important;
  transition: 0.3s ease all;
}
.rhs-polyinfo-col .info-box .polyinfo-desc:hover{
  color: #f1ebe7;
}
.main-header.sticky a.nav-link:hover{
    color:var(--primary-color) !important;
    transition: 0.3s ease;
}
.bs-box img.hb-img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}
.bs-box {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
/* .bs-box:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0B0B1B;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
  .bs-con {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: start;
}
.bs-con h6{
  color: #fff;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bs-con h1 {
    color: var(--color-white);
    font-weight: 800;
    font-size: 62px;
    line-height: 73px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.bs-con p{
  color: var(--color-white);
  font-size: 16px; 
    line-height: 24px;
  font-weight: 400; 
}
.bsc-btn {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 35px;
}
.bs-slider .slick-prev, .bs-slider .slick-next {
    width: 70px !important;
    height: 70px !important;
    top: auto !important;
    bottom: -35px !important;
    opacity: 1;
    background-color: #ffffff;
    border: none;
}
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #fff !important;
    border: 1px solid transparent !important;
    transition:all 0.3s ease;
}
.slick-dots li.slick-active button{
  background-color: var(--primary-color) !important;
}
  .slick-dots li button:before {
      display: none !important;
  }
  .slick-dots li {
      width: 17px !important;
      height: 17px !important;
      margin: 0 5px !important;
  }
  .slick-next:before, .slick-prev:before {
      display: none;
  }
  .slick-next, .slick-prev {
      width: 40px !important;
      height: 40px !important;
      background-size: 40px !important;
      opacity: 0.6;
  }
  .slick-next:hover, .slick-prev:hover {
      background-size: 20px !important;
      transition: 0.5s !important;
      opacity: 1;
  }
  .bs-slider {
      margin: 0 !important;
  }
/* Hide by default */
.slide-animate {
  opacity: 0;
  transform: translateY(40px);
}
/* Animation keyframe */
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Optional delay classes */
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    top: 0 !important;
    background-color: var(--color-white) !important;
}
.sticky img.header-logo {
    max-width: 140px;
}
 img.header-logo {
        max-width: 140px;
  }
  nav.navbar {
    padding: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
    padding: 10px;
    margin: 0;
    border: none;
    border-top: 3px solid var(--primary-color) !important;
    border-radius: 0;
    background: var(--color-white);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.18);
}
/* .header-dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */
 .slick-dots { 
    bottom: 22px!important;}
.header-dropdown .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 10px 9px 18px;
    color: var(--color-dark);
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.header-dropdown .dropdown-menu li a{
    background-color: transparent !important;
    transition: all .3s ease-in-out;
}
.header-dropdown .dropdown-menu li:hover a{
  background-color: var(--primary-color) !important;
  color: var(--color-white) !important;
  transition: all .3s ease-in-out;
}
.header-dropdown .dropdown-menu li .dropdown-item.active{
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
}
.header-dropdown .dropdown-menu li:last-child{
    border: none !important;
}
#header-dropdown .dropdown-toggle::after {
    display: inline-block;
    content: '\f078' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align: baseline !important;
    border: none !important;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -0.8px;
    right: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: 2px solid var(--primary-color) !important;
    border-radius: 0 !important;
    background-color: var(--primary-color) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #f7823a3d !important;
}
.main-header {
    position: relative;
    z-index: 99999;
    /* padding: 5px 0; */
    background: var(--color-white);
}
.section-padding{
    padding: 100px 0;
}
.section-title{
  margin-bottom: 25px;
}
.sec-sm-title {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-sm-title::before,
.sec-sm-title::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url('../img/icons/security.png') no-repeat center/contain;
}
.sec-sm-title .line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(246, 129, 55, 0) 0%,
    rgba(246, 129, 55, 0.8) 50%,
    rgba(246, 129, 55, 0) 100%
  );
}
.sec-sm-title .left-line,
.sec-sm-title .right-line {
  min-width: 30px;
  max-width: 30px;
}
.section-title .sec-lg-title{
  color: var(--color-dark);
  font-size: 52px;
  line-height: 64px;
  font-weight: 800;
  margin-bottom: 15px;
}
.section-title .section-para {
    color: #000;
    /* color: var(--color-dark); */
    line-height: 27px;
    margin-bottom: 0;
}
/* About Us */
.abt-widget-box{
  position: relative;
  overflow: hidden;
  min-height: 200px;
  max-height: 100%;
  text-align: left;
  padding: 20px 20px 10px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(290deg, var(--primary-color) 7%, #FFFFFF 7%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.6s ease-in-out !important;
}
.abt-widget-box:hover{
   transform: translateY(-10px);
}
.abt-widget-box.active, .abt-widget-box.active:hover{
  transform: none !important;
}
.abt-widget-box::before{
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -101%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  background-size: 101% 101%;
  transition: opacity 0.6s ease-in-out !important;
  opacity: 0;
}
.abt-widget-box:hover::before{
  opacity: 1;
}
.abt-widget-box:hover::before, .abt-widget-box.active::before{
  opacity: 1;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out !important;
}
.abt-widget-box .icon-box{
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
}
.abt-widget-box .icon-box img{
  height: 45px;
  width: auto;
}
.abt-widget-box .content-box{
  position: relative;
  z-index: 2;
}
.abt-widget-box .content-box h2{
  font-size: 20px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 5px;
}
.abt-widget-box .content-box p {
    color: #4e4b4a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.abt-widget-box:hover, .abt-widget-box.active{
  background-color: var(--primary-color);
}
.abt-widget-box:hover .icon-box img, .abt-widget-box.active .icon-box img{
 filter: invert(100%) sepia(0%) saturate(0%) brightness(300%) contrast(100%);
}
.abt-widget-box:hover .content-box h2, .abt-widget-box:hover .content-box p, .abt-widget-box.active .content-box h2, .abt-widget-box.active .content-box p{
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
  color: var(--color-white) !important;
}
.index-form-wrapper{
  position: relative;
  z-index: 1;
  margin-top: -186px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.index-form-header{
  background-color: var(--primary-color);
  text-align: center;
  padding: 25px 40px 25px 40px;
}
.index-form-header h2{
   text-align: center;
   color: var(--color-white);
   font-size: 30px;
   font-weight: 700;
   text-shadow: 0 2px 4px rgba(0, 0, 0, 0.123);
   margin-bottom: 0;
}
.index-form-body{
   background-color: var(--color-white);
   padding: 40px;
}
.index-form-body .form-group{
  margin-bottom: 25px;
}
.index-form-wrapper .form-control{
  padding: 20px 25px;
  background-color: var(--color-white);
  border: 1px solid #eaeaea !important;
  border-radius: 0 !important;
}
.index-form-wrapper .form-control:focus{
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}
.index-form-wrapper .form-control::placeholder{
   color: #666564 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.flatpickr-day.today{
  border-color: var(--primary-color) !important;
}
.flatpickr-day.today:hover{
   background-color: var(--primary-color);
}
@keyframes zoomOutFall {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-20px);
  }
  40% {
    opacity: 1;
    transform: scale(1.05) translateY(0); 
  }
  60% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
.zoomOutFall {
  animation-name: zoomOutFall;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.25, 0.9, 0.3, 1.3);
  animation-fill-mode: both;
}
.service-section{
  position: relative;
  padding-top: 120px;
  padding-bottom: 250px;
  z-index: 0;
  background-image: url('../img/bg/service-bg.jpg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-section::before{
   content: '';
   display: inline-block;
   position: absolute;
   z-index: -1;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
    background-color: #0a0502;
    opacity: 0.85;
}
.service-card{
  position: relative;
  overflow: hidden;
   text-align: center;
   background-image: linear-gradient(290deg, var(--primary-color) 7%, #FFFFFF00 7%);
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   padding: 25px;
   border: 1px solid #ffffff26;
   transition: all .4s ease;
   margin-bottom: 25px;
}
.service-card::before{
   position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-size: 101% 101%;
    transition: all .6s ease;
}
.service-card:hover::before{
    background-color: var(--primary-color);
    opacity: 100%;
}
.service-card .icon-box{
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 13px;
}
.service-card .icon-box img{
  height: 55px;
  width: auto;
  transition: all .4s ease;
}
.service-card .icon-box {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}
.service-card:hover .icon-box img{
  filter: invert(100%) sepia(0%) saturate(0%) brightness(300%) contrast(100%);
}
.service-card .ser-title{
   color: var(--color-white);
   font-size: 26px;
   font-weight: 700;
   margin-top: 8px;
   margin-bottom: 16px;
   text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.service-card .content-box{
   position: relative;
   z-index: 2;
}
.service-card .ser-desc{
   color: var(--color-white);
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   margin-bottom: 20px;
   text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.service-card .ser-href{
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.service-card:hover .ser-href{
  color: var(--color-white);
}
/* Counter */
.achi-section {
    position: relative;
    z-index: 1;
    margin-top: -240px;
}
.animate-counter-wrapper{
   background-color: var(--color-white);
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
   padding: 40px 30px;
}
.counter-card{
  position: relative;
}
.circle-avatar{
  width: 100%;
  display: flex;
  justify-content: center;
}
.circle {
  --size: 150px;
  --bar-color: var(--primary-color);  
  --track-color: #e8e8e8;
  --value: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    conic-gradient(var(--bar-color) calc(var(--value) * 1%), var(--track-color) 0);
  position: relative;
  transition: background 0.2s linear;
}
.circle span {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  color: var(--color-dark);
}
.circle::before {
  content: "";
  position: absolute;
  width: calc(var(--size) - 20px);
  height: calc(var(--size) - 20px);
  background: #fff;
  border-radius: 50%;
}
.counter-card .counter-title {
    color: var(--color-dark);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 22px;
}
/* Why Choose Us */
.higlight-li{
   font-weight: 600 !important;
   color: #a05936 !important;
}
.WCU-list-wrapper{
  margin-top: 25px;
}
.WCU-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0; 
}
.WCU-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  width: 50%;
}
.WCU-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('../img/icons/check-mark.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.WCU-wid-wrap{
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(290deg, #FF7C2C 45%, #FFFFFF00 45%);
  padding: 25px;
}
.WCU-widget-wrap{
  position: relative;
}
.WCU-widget-wrap img{
  vertical-align: middle;
  display: inline-block;
  height: 370px;
  width: 100%;
  object-fit: cover;
}
.WCU-play-wrap {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.WCU-widget-wrap .yt-play-btn{
  position: relative;
   height: 70px;
   width: 70px;
   background-color: var(--primary-color);
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
}
.WCU-widget-wrap .yt-play-btn i{
  font-size: 23px;
  color: var(--color-white);
}
.WCU-widget-wrap .yt-play-btn::before, .WCU-widget-wrap .yt-play-btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ff7c2ca1;
    box-shadow: 0 0 0 0 #ff7c2ca1;
    animation: jkit-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}
.WCU-widget-wrap .yt-play-btn::after{
    animation-delay: .3s;
}
@keyframes jkit-ripple{
    70% {
    box-shadow: 0 0 0 15px #ff7c2ca1;
    opacity: 0;
  }
  100% {
      box-shadow: 0 0 0 0 #ff7c2ca1;
      opacity: 0;
  }
}
.cba-area{
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg/cba-bg.jpg');
    background-size: cover;
    background-position: top;
    /* background-attachment: fixed; */
    z-index: 1;
}
.cba-area:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-color: var(--secondary-color);
    z-index: -1;
}
.cba-area .aba-shape {
    position: absolute;
    left: -100px;
    top: -37px;
    bottom: 0px;
    background: linear-gradient(90deg, #211D1C 0%, #342825 30%, #F68137 80%);
    width: 300px;
    transform: skewX(10deg);
    /* background-color: var(--primary-color); */
}
.cba-action-wrap{
  margin-top: 25px;
}
/* How We Works */
.how-it-works{
   padding-bottom: 150px;
}
.hiw-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.hiw-list li{
  position: relative;
   padding-bottom: 15px;
   text-align: left;
   display: flex;
   gap: 30px;
}
.hiw-list li .connector{
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  border: 1px solid #eaeaea;
  font-size: 60px;
  transition: all .5s ease;
  left: 0;
  right: calc(100% - 70px);
  top: 70px;
}
.hiw-list li:last-child .connector{
  display: none;
}
.hiw-list li .hiw-list-icon-box{
   z-index: 2;
    transition: all .5s ease;
}
.hiw-ico-avatar{
  height: 70px;
  width: 70px;
  background-color: #fff9f6;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
}
.hiw-list li:hover .hiw-ico-avatar{
  background-color: var(--primary-color);
}
.hiw-list li.active .hiw-ico-avatar{
  background-color: var(--primary-color) !important;
}
.hiw-ico-avatar img{
  height: 35px;
  width: auto;
}
.hiw-list li.active .hiw-ico-avatar img, .hiw-list li:hover .hiw-ico-avatar img{
   filter: invert(100%) sepia(0%) saturate(0%) brightness(300%) contrast(100%) !important;
}
.hiw-list-content-box .hiw-list-tit{
   color: var(--color-dark);
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 10px;
}
.hiw-list-content-box .hiw-list-desc{
   color: #65656a;
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 0;
   line-height: 28px;
}
.hiw-wid-wrap{
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(290deg, #FF7C2C 45%, #FFFFFF00 45%);
  padding: 25px;
}
.hiw-image{
  position: relative;
}
.hiw-image img{
  vertical-align: middle;
  display: inline-block;
  height: 650px;
  width: 100%;
  object-fit: cover;
}
.shakeX {
  animation-name: customShakeX;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-fill-mode: both;
}
@keyframes customShakeX {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(4px); }
  30%, 50%, 70% { transform: translateX(-6px); }
  40%, 60% { transform: translateX(6px); }
}
.shakeY {
  animation-name: customShakeY;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-fill-mode: both;
}
@keyframes customShakeY {
  10%, 90% { transform: translateY(-2px); }
  20%, 80% { transform: translateY(4px); }
  30%, 50%, 70% { transform: translateY(-6px); }
  40%, 60% { transform: translateY(6px); }
}
.flash {
  animation-name: customFlash;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@keyframes customFlash {
  0%, 100% { opacity: 1; }
  25% { opacity: 0.35; }
  50% { opacity: 1; }
  75% { opacity: 0.35; }
}
/* Testimonials */
.testimonial-section{
    position: relative;
    background-image: url('../img/bg/testi-bg.jpg');
    background-size: cover;
    background-position: top;
    z-index: 1;
}
.testimonial-section .testi-shape {
    position: absolute;
    left: -100px;
    top: 0;
    overflow: hidden;
    bottom: 0px;
    background: linear-gradient(90deg, #211D1C 0%, #342825 30%, #F68137 80%);
    /* background: var(--primary-color); */
    width: 300px;
    transform: skewX(10deg);
}
.testi-wid-wrap{
    margin-top: -100px;
    position: relative;
    z-index: 3;
}
.testi-con-wrap{
  padding-top:80px;
  padding-bottom:80px;
}
.testimonial-slider-wrapper{
  margin-top: 30px;
}
.ul-rating-stars{
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: inline-flex;
   align-items: center;
   gap: 5px;
}
.ul-rating-stars li i{
  color: var(--primary-color);
  font-size: 13px;
}
.testi-author-wrap{
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.author-avatar{
  position: relative;
   height: 60px;
   width: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
}
.author-avatar img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   border-radius: 50%;
}
.author-info .auth-name{
   color: var(--heading-color);
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 2px;
}
.author-info .auth-designation{
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.testi-content-box{
   position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    z-index: 2;
}
.testi-content-box p{
   color: var(--color-dark) !important;
   font-size: 16px;
   font-weight: 400;
   line-height: 28px;
}
/* Partner */
.partner-carousel-wrapper{
   border-top: 1px solid #eaeaea;
}
.partner-slick{
   padding: 0 15px;
   margin-top: 25px;
}
.partner-item{
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.partner-item img{
  min-height: 55px;
  max-height: 55px;
  width: auto;
  object-fit: contain;
}
/* Footer */
.footer-section{
  padding-top: 80px;
  background-image: url('../img/bg/footer-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.main-footer-area{
  padding-bottom: 40px;
}
.footer-section::before{
   content: '';
   display: inline-block;
   height: 100%;
  width: 100%;
  /* background-color: #0B0B1B; */
  background-color: #0e0703;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img{
  max-width: 150px;
  height: auto;
}
.footer-desc{
  color: var(--color-white);
  /* font-size: 14px; */
  font-weight: 400;
  line-height: 24px;
}
.footer-socials{
  position: relative;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-socials li a {
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    background: linear-gradient(33deg, #211D1C 0%, #4A3935 35%, #F68137 100%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 14px 3px 14px;
    border: 1px solid var(--color-white);
    transition:all 0.6s ease;
    background-size: 200% 200%;
}
.footer-socials li:hover a{
  border-color: var(--primary-color);
}
.footer-socials li a:hover {
    animation: rotateGradient 1.2s linear infinite;
}
@keyframes rotateGradient {
    0% {
        background: linear-gradient(33deg, #211D1C 0%, #4A3935 35%, #F68137 100%);
    }
    100% {
        background: linear-gradient(393deg, #211D1C 0%, #4A3935 35%, #F68137 100%);
    }
}
.footer-socials li a i{
   color: var(--color-white);
   font-size: 18px;
   filter: drop-shadow(0 2px 4px rgba(0,0,0,0.45));
}
.footer-title{
  position: relative;
  color: var(--color-white);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 14px;
  overflow: visible;
}
.footer-title::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 4px;
  background: linear-gradient(90deg, rgba(208,161,100,0.95) 0%, rgba(246,129,55,0.95) 60%);
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(33,29,28,0.12), 0 1px 0 rgba(255,255,255,0.02) inset;
  transform-origin: left center;
  /* subtle motion */
  animation: footerUnderlineSecure 3s ease-in-out infinite;
  will-change: transform, width, opacity;
}
.footer-title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 36px;
  height: 4px;
  border-radius: 6px;
  background: radial-gradient(ellipse at center, rgba(208,161,100,0.16), rgba(246,129,55,0.08) 40%, rgba(33,29,28,0) 70%);
  filter: blur(6px);
  opacity: 0.6;
  pointer-events: none;
  animation: footerUnderlineGlow 3s ease-in-out infinite;
  will-change: opacity, transform;
}
@keyframes footerUnderlineSecure {
  0% {
    transform: translateX(0) scaleX(1);
    width: 36px;
    opacity: 0.95;
  }
  40% {
    transform: translateX(8px) scaleX(1.35);
    width: 48px;
    opacity: 1;
  }
  70% {
    transform: translateX(4px) scaleX(1.15);
    width: 44px;
    opacity: 0.98;
  }
  100% {
    transform: translateX(0) scaleX(1);
    width: 36px;
    opacity: 0.95;
  }
}
@keyframes footerUnderlineGlow {
  0% { transform: translateX(0); opacity: 0.5; }
  45% { transform: translateX(10px); opacity: 0.85; }
  85% { transform: translateX(6px); opacity: 0.65; }
  100% { transform: translateX(0); opacity: 0.5; }
}
@media (prefers-reduced-motion: reduce) {
  .footer-title::after,
  .footer-title::before {
    animation: none;
    transition: none;
  }
}
.footer-links li {
    position: relative;
    font-size: 15px;
    padding-left: 18px;
    margin-bottom: 12px;
}
.footer-links li a{
  color: var(--color-white);
  transition: 0.3s ease;
}
.footer-links li:hover a{
  color: var(--primary-color);
  padding-left: 3px;
}
.footer-links li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--primary-color);
}
.contact-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-list li{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.contact-list li .ctc-icon{
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 18px 5px 18px;
  background-color: var(--primary-color);
}
.contact-list li .ctc-icon i {
    font-size: 15px;
    color: var(--color-white);
    filter: drop-shadow(rgba(0, 0, 0, 0.45) 0px 2px 4px);
}
.contact-list .ctc-content h5{
   color: var(--primary-color);
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 7px;
}
.contact-list .ctc-content p, .contact-list .ctc-content a{
  color: var(--color-white);
  margin-bottom: 0;
  line-height: 25px;
  transition: 0.3s ease;
    font-size: 15px;
}
.contact-list .ctc-content a:hover{
  color: var(--primary-color);
}
.copyright-area {
    /* border-top: 1px solid #a0aaba2b; */
    padding: 15px 25px;
    border-radius: 10px 10px 0 0;
    background-color: #0c0501;
}
.copyright-text, .credit-text {
    color: var(--color-white);
    /* opacity: 0.8; */
}
.brand-text{
  color: var(--primary-color);
  font-weight: 500;
}
.credit-text a{
  color: var(--primary-color);
  font-weight: 500;
  transition: 0.3s ease;
}
.credit-text a:hover{
   color: #0091BF;
}
/* Breadcrumb */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/bg/breadcrumb-bg.jpg');
  background-repeat: no-repeat !important;
  /* background-position: center !important; */
  background-position: 0px 29% !important;
  background-size: cover !important;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  z-index: 1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background-color: #100804;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 62px;
    color: var(--color-white);
    font-weight: 800;
    margin-bottom: 0; 
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
  margin-top: 8px !important;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    right: -17px;
    top: 5px;
    text-align: center;
    font-size: 9px;
    color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color: var(--primary-color);
}
.abtusin-wid-wrap{
  display: flex;
  column-gap: 20px;
  height: 100%;
  max-height: 650px;
}
.abtusin-wid-wrap .abt-img-one, .abtusin-wid-wrap .abt-img-two{
  width: 50%;
}
.abtusin-wid-wrap .abt-img-one img, .abtusin-wid-wrap .abt-img-two img{
  display: inline-block;
}
.abtusin-wid-wrap .abt-img-one {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.abtusin-wid-wrap .abt-img-one img{
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.abt-img-two img{
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.abtimg-one-wrap{
  position: relative;
}
.abt-count-box {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 80%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.abt-count-box h1{
  color: var(--color-dark);
  font-size: 62px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.abt-count-box h1 .plus{
  font-size: 24px;
  color: var(--primary-color);
  padding-left: 10px;
}
.abt-count-box h6{
  color: #65656a;
  font-size: 16px;
  font-weight: 400;
}
.cmtment-section{
  padding: 100px 0 200px;
}
.cmtment-wid-wrap{
  position: relative;
}
.cmtment-wid-wrap .img-one{
 box-shadow: 
  rgba(246, 129, 55, 0.4) -5px 5px, 
  rgba(246, 129, 55, 0.3) -10px 10px, 
  rgba(246, 129, 55, 0.2) -15px 15px, 
  rgba(246, 129, 55, 0.1) -20px 20px, 
  rgba(246, 129, 55, 0.05) -25px 25px;
}
.cmnt-wid-two {
    max-width: 70%;
    position: absolute;
    bottom: -150px;
    right: 0;
    z-index: 1;
    border: 8px solid #f6ebe6d1;
    border-right: none;
}
.cmnt-wid-two img {
    height: 300px;
    object-fit: cover;
}
.inner-lg-heading{
  position:relative;
  display: inline-block;
  color: var(--color-dark);
  font-size: 45px;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.inner-lg-heading:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.inner-lg-heading:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.cmtment-card {
  position: relative;
    padding: 25px;
    background-color: #6D3A23;
    border-top: 8px solid var(--primary-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cmtment-card::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(1) brightness(100);
  opacity: 0.07;
}
.cmtment-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cmtment-ul li {
    position: relative;
    color: var(--color-white);
    padding-left: 28px; 
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
}
.cmtment-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url("../img/icons/fast-forward.png");
    background-size: contain;
    background-repeat: no-repeat;
}
@keyframes backInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px) scale(0.7);
  }

  80% {
    opacity: 0.7;
    transform: translateY(-20px) scale(0.7);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.backInUp {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: backInUp;
}

.motto-wid-wrap{
    position: relative;
    z-index: 3;
}
.motto-con-wrap{
  padding: 100px 0;
}
.motto-list-box{
  padding: 30px 20px;
  border-left:3px solid var(--primary-color);
  background-color: var(--color-white);
 box-shadow: rgba(246, 129, 55, 0.3) 0px 7px 29px 0px;
}
.motto-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.motto-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}
.motto-list li:last-child{
  margin-bottom: 0;
}
.motto-list li::before {
    content: "\f138";
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #F68137;
}
.motto-avatar-wrap{
margin-bottom: 20px;
}
.motto-avatar-wrap .motto-avatar {
    height: 100px;
    width: 100px;
    border: 5px solid #fff0e6;
    /* background-color: #fff0e6; */
    background: linear-gradient(135deg, #211D1C 10%, #3A2C28 40%, #F68137 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.motto-avatar-wrap .motto-avatar img{
  height: 55px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.45));
}
.obj-card{
  position: relative;
  padding: 30px;
  background: var(--color-white);
  border-radius: 14px;
  z-index: 1;
}
.obj-card::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 6px;
  border-radius: inherit;
  background: linear-gradient(135deg, #211D1C, #F68137);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; 
          mask-composite: exclude;
  z-index: -1;
}
.obj-list li{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 32px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.obj-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    background-image: url("../img/icons/right-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.obj-wid-wrap img{
  height: 100%;
  object-fit: cover;
}
.ctrlrep-wid-wrap{
    position: relative;
    overflow: hidden;
}
.ctrlrep-wid-wrap img {
    height: 750px;
    width: 100%;
    object-fit: cover;
    object-position: 0 55%;
}
.ctrlrep-wid-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    transition: 0.7s;
}
.ctrlrep-wid-wrap:hover::before {
    left: 150%;
}
/* Clients */
.clntcard-col{
  margin-bottom: 25px;
}
.client-card {
    position: relative;
    height: 100%;
    background-color: var(--color-white);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* outline: 4px solid #e1753f0d; */
    /* box-shadow: rgba(246, 129, 55, 0.2) 0px 2px 8px 0px; */
    border-radius: 5px;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.client-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: inherit;
    background: linear-gradient(33deg, #211D1C, #F68137);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0.1;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.client-card:hover::before{
   opacity: 1;
}
.client-logo img {
    min-height: 55px;
    max-height: 100px;
    object-fit: contain;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--color-dark) !important;
  --bs-tooltip-color: var(--bs-white) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.tooltip-inner{
  font-weight: 500 !important;
}
/* Contact Us */
.contus-card{
  position: relative;
  height: 100%;
  background-color: var(--color-white);
  padding:30px 25px;
  box-shadow: rgba(246, 129, 55, 0.35) 0px 4px 12px;
}
.contus-avatar-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}
.contus-avatar-wrap .contus-avatar {
    width: 85px;
    height: 85px;
    border: 7px solid #f3edea;
    display: flex;
    justify-content: center;
    background: linear-gradient(
40deg, #211D1C, #F68137);
    align-items: center;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.contus-card:hover .contus-avatar {
    animation: contusShake 0.4s ease-in-out;
}
@keyframes contusShake {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(2px, -2px) rotate(1deg); }
  50% { transform: translate(-2px, 2px) rotate(-1deg); }
  75% { transform: translate(2px, 1px) rotate(1deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
.contus-card:hover .contus-avatar-wrap .contus-avatar{
   background-color: var(--primary-color);
}
.contus-avatar-wrap .contus-avatar img{
   max-width: 40px;
   height: auto;
   filter: drop-shadow(0 2px 4px rgba(0,0,0,0.45));
}
.contus-avatar-wrap .contus-avatar img.custom{
  max-width: 40px;
}
.contus-card .contus-info h4{
   color: var(--color-dark);
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 8px;
}
.contus-card .contus-info p, .contus-card .contus-info a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.3s ease all;
}
.contus-card .contus-info a:hover{
  color: var(--primary-color);
}
.form-map-wrapper{
  margin-top: 80px;
}
.contus-form-wrapper{
  padding: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contus-form-container .form-group{
   margin-bottom: 25px;
}
.contus-form-container .form-control, .contus-form-container .form-select{
  font-size: 14px;
  border: 1px solid #cccccc;
  color: var(--color-dark);
  font-weight: 500;
  padding: 12px;
  border-radius: 0 !important;
}
.contus-form-container .form-control:focus, .contus-form-container .form-select:focus{
  box-shadow: none;
  border-color: var(--primary-color);
}
.contus-form-container .form-control::placeholder, .contus-form-container .form-select::placeholder{
   color: #7a7a7a;
}
/* Services */
.serdet-container{
  background-color: var(--color-white);
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.serdet-container.even{
     box-shadow: rgba(246, 129, 55, 0.20) 0px 7px 29px 0px;
}
.serdet-wid-wrap{
  height: 100%;
}
.serdet-wid-wrap img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.inner-sm-heading{
  font-size: 22px;
  color: #30190e;
  font-weight: 700;
  margin-bottom: 15px;
}
.innser-list li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 10px;
}
.innser-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
    height: 22px;
    background-image: url('../img/icons/chevron-right.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.pc-phone {
    position: fixed;
    bottom: 115px;
    right: 20px;
    z-index: 500;
}
 .pc-phone a {
    display: inline-flex;
    width: 55px;
   height: 55px;
   min-width: 55px;
   min-height: 55px;
    background: #3b73f5c5;
    justify-content: center;
    align-items: center;
    padding: 12px 18px 12px 18px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
 .pc-phone a:hover {
    background: #3B74F5;
    transition:background 0.5s ease-in-out;
}
.pc-phone a i {
    font-size: 26px;
}
.pc-phone a::before, 
    .pc-phone a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #3B74F5;
      border-radius: 50px;
      animation: ripple 3s linear infinite;
      opacity: 0;
    }
    .pc-phone a::after {
      animation-delay: 2s;
    }
/* whatsapp */
.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}
 .pc-whatsapp a {
    display: inline-flex;
   width: 55px;
   height: 55px;
   min-width: 55px;
   min-height: 55px;
    background: #00a315c7;
    justify-content: center;
    align-items: center;
    padding: 12px 18px 12px 18px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
 .pc-whatsapp a:hover {
    background: #00a315;
    transition:background 0.5s ease-in-out;
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }
    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }


