.btn-fancy-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-fancy {
    min-width: 125px;
    display: inline-flex;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.7px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(210 187 137) 0%, rgb(68 65 65) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow:  1px 3px 24px 4px rgb(159 146 112);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 7px;
}

.btn-fancy::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(121px + 30px);
  min-height: calc(50px + 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.btn-fancy:hover,
.btn-fancy:focus {
  color: #313133;
  transform: translateY(-6px);
}

.btn-fancy:hover::before,
.btn-fancy:focus::before {
  opacity: 1;
}

.btn-fancy::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #cfbd86;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: btn-fancy-ring 1.5s infinite;
}

.btn-fancy:hover::after,
.btn-fancy:focus::after {
  animation: none;
  display: none;
}

@keyframes btn-fancy-ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}


@media (max-width: 767.98px) {
    .btn-fancy-wrap {
      display: none !important;
    }
  }
  

.blog {
    background:url(../img/best-it-company-in-himachal.jpg)!important;
  }
.about {
    background:url(../img/best-it-company-in-himachal.jpeg) #00000091;
  }
.top-banner-set {
     height:400px;
      width:100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: soft-light;

  }
  .set-custom{
    height: 400px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .set-custom ol{
    list-style: none;
    
  }
  .set-custom ol li {
    color: rgb(247, 247, 247);
    display: inline-flex;
    
  }
  .set-custom ol li a{
    color: rgb(192, 190, 190);
    
  }
  .set-custom h2{
    color: #ffffff;
    font-weight: 800;
    
  }
  .side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.module-title + .module-subtitle {
  margin-top: -35px;
}
.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 70px;
}
.module-title + .module-subtitle {
  margin-top: -35px;
}
.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.team-name {
  font-size: 14px;
  color: #111;
}
.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 70px;
}
.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.features-icon, .alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}
.features-title, .alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}
.features-item {
  margin: 20px 0;
  text-align: center;
}
/* nor cc  */
.noxfolio-skill-box .skill-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
  color: var(--noxfolio-primary-color);
  font-size: 55px;
}

.noxfolio-skill-box.design-one .title {
  font-size: 18px;
  margin: 20px 0 20px;
  text-align: center;
  color: #ffffff;

}
.noxfolio-skill-box.design-one .percentage {
  padding: 10px;
  border-radius: 14px;
  font-family: var(--noxfolio-secondary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #8a8a8a;
  background-color: #272626;
}
.noxfolio-skill-box .percentage {
  display: block;
}
.percentage{
  text-align: center;

}
.own-cap-box .col-md-6{
  margin: 10px 0;
}
.noxfolio-skill-box.design-one {
  border-radius: 14px;
  padding: 48px 12px 33px;
  background-color: #343434a1;
  border: 1px solid var(--nav-hover-color);
}
.m-c{
  color: var(--nav-hover-color);
}
.noxfolio-button{
  background:  var(--nav-hover-color);
  padding: 6px 25px;
  border-radius: 2px;
}
.side-box{
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.box-service-own{
  margin: 4px 0;
}
    /* button footer css */

    .up {
      display: flex
  ;
      flex-direction: row;
      gap: 0.5em;
      margin: 0 0 4px 0;
  }

    button svg {
      transition: transform 0.3s, fill 0.3s;
    }

    button:hover svg {
      transform: scale(1.2);
      fill: #1da1f2;
      /* Or a custom color per brand */
    }

    .down {
      display: flex;
      flex-direction: row;
      gap: 0.5em;
    }

    .card1 {
      width: 75px;
      height: 75px;
      outline: none;
      border: none;
      background: white;
      border-radius: 90px 5px 5px 5px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
    }

    .instagram {
      margin-top: 1.5em;
      margin-left: 1.2em;
      fill: #cc39a4;
    }

    .card2 {
      width: 75px;
      height: 75px;
      outline: none;
      border: none;
      background: white;
      border-radius: 5px 90px 5px 5px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
    }

    .twitter {
      margin-top: 1.5em;
      margin-left: -.9em;
      fill: #03A9F4;
    }

    .card3 {
      width: 75px;
      height: 75px;
      outline: none;
      border: none;
      background: white;
      border-radius: 5px 5px 5px 90px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
    }

    .github {
      margin-top: -.6em;
      margin-left: 1.2em;
    }

    .card4 {
      width: 75px;
      height: 75px;
      outline: none;
      border: none;
      background: white;
      border-radius: 5px 5px 90px 5px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      transition: .2s ease-in-out;
    }

    .discord {
      margin-top: -.9em;
      margin-left: -1.2em;
      fill: #8c9eff;
    }

    .card1:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: #cc39a4;
    }

    .card1:hover .instagram {
      fill: white;
    }

    .card2:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: #03A9F4;
    }

    .card2:hover .twitter {
      fill: white;
    }

    .card3:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: black;
    }

    .card3:hover .github {
      fill: white;
    }

    .card4:hover {
      cursor: pointer;
      scale: 1.1;
      background-color: #8c9eff;
    }

    .card4:hover .discord {
      fill: white;
    }
  /* button footer css */
/* footer other  */
.module-small {
  padding: 70px 0;
}
.foot-widget .widget-title {
  color: #c6b17e;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
.widget .icon-list li a:before {
  content: "\00BB";
  color: #c6b17e;
  padding-right: 5px;
  font-size: 18px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot-widget p a{
  color: white;
}
.foot-widget ul li A{
  color: white;
}
.flo{
  align-items: center;
  display: flex;
}
/* footer other  */
.noxfolio-service-box, .noxfolio-service-box .title, .noxfolio-service-box .description, .noxfolio-service-box .service-index, .noxfolio-service-box .service-url {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.noxfolio-service-box .service-index {
  color:var(--nav-hover-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 45px;
}
.service-content .title{
  color: white!important;
}
.noxfolio-service-box .service-url {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.2px solid var(--nav-hover-color);
  background-color: #343434a1;
  font-size: 17px;
  line-height: 1;
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.noxfolio-service-box {
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 50px;
  border: 1.3px solid #504f4b;;
  border-radius: 15px;
  background-color: #343434a1;
}
.noxfolio-service-box:hover {
  border: 2px solid var(--nav-hover-color);
}
.service-content p{
  color: var(--nav-hover-color);
}
.service-url i{
  color: var(--nav-hover-color);
  transform: rotate(325deg);
  font-weight: 800!important;
}
.noxfolio-section-title .title {
  font-family: var(--noxfolio-secondary-font);
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--noxfolio-white-color);
  margin: 0;
}
/* Updated About Section Styles */
.about-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.about-section h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.4;
}

.about-section .highlighted-text {
  color: #ccb787;
  text-decoration: underline;
  padding: 2px 6px;
  border-radius: 4px;
}

.about-section .lead {
  font-size: 16.5px;
  color: #555;
  line-height: 1.8;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
}

.feature-list li i {
  color: #c6b17f;
  margin-right: 10px;
  font-size: 18px;
}

/* Glassmorphic Image Box */
.image-wrapper.modern-glass {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 10px;
  transition: transform 0.3s ease;
}

.image-wrapper.modern-glass:hover {
  transform: scale(1.02);
}

.image-wrapper img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Play Icon with Pulse */
.play-icon {
  background-color: #00d9ff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  z-index: 3;
  cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 217, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 217, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 217, 255, 0);
  }
}

/* Enhanced Button */
.about-section .btn-read-more {
  background-color: #c6b17f;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 8px 16px rgba(198, 177, 127, 0.2);
  transition: 0.3s;
  text-decoration: none;
}

.about-section .btn-read-more:hover {
  background-color: #333;
  color: #fff;
}

