/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
}
/** Homepage 01 **/
.fade-section {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-section.visible {
  opacity: 1;
}
.service-arrow {
  position: relative;
}
.about-section-one {
  margin: 0 70px;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../img/bg/pattern-img.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.about-one-left-bg {
  background-image: url(../img/banner-slider/About-Us-Banner.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 20px;
}
.about-one-right-box {
  padding: 80px 60px 60px 65px;
}
.about-one-right-box .ihbox-style-area {
  padding-right: 100px;
}
.about-one-right-box .list-group-wrap {
  border-top: 1px solid #ffffff1a;
  margin-top: 60px;
  padding-top: 30px;
}
.about-one-right-box .list-group {
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(-40px / 2);
  margin-left: calc(-40px / 2);
}
.about-one-right-box .list-group .list-group-item {
  margin-right: calc(40px / 2);
  margin-left: calc(40px / 2);
  margin-top: 0;
}
.ihbox-style-10-slider {
  padding: 25px 2px;
}
.ihbox-style-10-slider .abs-miconheading-style-10 {
  height: unset;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10 {
  border-radius: 30px 30px 0 0;
  border-width: 1px 1px 0 1px;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(even)
  .abs-ihbox-style-10 {
  padding: 40px 35px 60px 35px;
  border-radius: 0 0 30px 30px;
  border-width: 0 0 1px 0;
}
.swiper-slide:last-child .abs-ihbox-style-10 {
  border-width: 0 1px 1px 0 !important;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10:after,
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 60px;
  width: 30px;
  box-shadow: 0 30px 0 0 var(--abs-body-color);
  z-index: 1;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10:after {
  left: 100%;
  border-bottom-left-radius: 30px;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(odd)
  .abs-ihbox-style-10:before {
  right: 100%;
  border-bottom-right-radius: 30px;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(even)
  .abs-box-number {
  bottom: -25px;
  top: auto;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(even)
  .abs-ihbox-box {
  flex-direction: column-reverse;
}
.ihbox-style-10-slider
  .abs-miconheading-style-10:nth-child(even)
  .abs-element-title {
  padding: 25px 0 35px 0;
}
.pricing-section-one {
  margin: 0 70px;
  border-radius: 10px;
}
.pricing-toggle {
  padding: 4px !important;
  border-radius: 10px;
  border: 1px solid rgba(var(--abs-white-color-rgb), 0.1);
  display: grid;
  grid-template-columns: 2fr 2fr;
}
.pricing-check {
  display: none;
}
.pricing-toggle .pricing-toggler {
  padding: 12px 23px 12px 23px;
  font-size: 18px;
  color: var(--abs-white-color);
  min-width: 200px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.absgroup-ele-ptable-style-1 .abs-price-wrapper.hide {
  display: none;
}
.pricing-toggle .pricing-toggler.toggler-active {
  border-radius: 10px;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
}
.pricing-section-one .left-col {
  background-image: url(../img/homepage-1/bg/pricing-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 60px;
}
.pricing-section-one .left-col .abs-heading-subheading .abs-heading-desc {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pricing-section-one .right-col {
  padding: 60px 12px 12px 12px;
}
.pricing-section-one .right-col .abs-custom-heading {
  margin-bottom: 50px;
  text-align: center;
}
.pricing-section-one .right-col .abs-custom-heading .abs-title {
  font-size: 18px;
  line-height: 30px;
}
.team-section-one .abs-heading-subheading {
  margin-bottom: 60px;
}
.team-section-one .swiper-pagination {
  bottom: 0;
  padding: 35px 0 0 0;
  justify-content: flex-end;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.team-section-one .abs-bottom-text {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  width: fit-content;
}
.abs-bottom-text a > u {
  transition: all 0.25s ease-in-out;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.abs-bottom-text a:not(:hover) > u {
  text-decoration-color: rgba(var(--abs-blackish-color-rgb), 0.4);
}
.testimonial-section-one {
  margin: 0 70px;
  border-radius: 10px;
  background-image: url(../img/homepage-1/bg/dot-map.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.testimonial-section-one .video-play-bg {
  background-image: url(../img//bg/play-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  border-radius: 10px 10px 0 0;
}
.testimonial-section-one .video-play-bg .abs-icon-wrapper {
  text-align: center;
}
.testimonial-section-one .testimonial-area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: var(--abs-white-color);
}
.testimonial-section-one .testimonial-area .swiper-pagination {
  justify-content: flex-end;
  bottom: 10px;
}
.testimonial-section-one .testimonial-area .right-box .swiper-slider {
  padding-bottom: 0;
}
.abs-video-play-btn {
  padding: 40px;
  font-size: 24px;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 50%;
  fill: var(--abs-white-color);
  background-color: rgba(var(--abs-blackish-color-rgb), 0.7);
}
.abs-video-play-btn::before,
.abs-video-play-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid rgba(var(--abs-white-color-rgb), 0.1);
}
.abs-video-play-btn::before {
  animation: pulse-border-2 1.5s linear infinite;
}
@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    opacity: 0;
  }
}
.abs-video-play-btn::after {
  animation: pulse-border 1s linear infinite;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
.abs-video-play-btn svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.testimonial-section-one .testimonial-area {
  padding: 100px 0;
}
.testimonial-section-one .testimonial-area .left-col {
  padding: 0 50px 0 100px;
}
.testimonial-section-one .testimonial-area .absgroup-ele-fid-style-3 {
  padding: 30px 0 40px;
}
.testimonial-section-one .testimonial-area .right-box {
  padding: 25px 100px;
  margin-left: 48px;
  border-left: 1px solid #ffffff33;
}
.accordion-section-one {
  margin: 10px 70px;
  border-radius: 10px;
}
.accordion-section-one .accordion-img {
  background-image: url(../img/homepage-1/bg/accordion-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.accordion-one-right-box {
  padding: 100px 70px;
}
.accordion-one-right-box .left-col {
  padding-right: 100px;
}
.accordion-one-right-box .accordion {
  padding-left: 25px;
}
/** Homepage 02 **/
.border-bottom {
  border-color: #dddddd;
}
.about-two-img {
  background-image: url(../img/banner-slider/About-Us-Banner.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  margin-right: -50px;
  position: relative;
}
.about-two-img:before,
.about-two-img:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--abs-white-color);
}
.about-two-img:before {
  top: 23.5%;
  left: calc(100% - 20px);
  border-radius: 0 0 10px 0;
}
.about-two-img:after {
  left: calc(100% - 146px);
  top: auto;
  bottom: 0px;
  border-bottom-right-radius: 10px;
}
.home-about-sec .about-two-img:before,
.home-about-sec .about-two-img:after {
  display: none;
}
.home-core-sec .about-two-img:before {
  top: 14.5%;
  left: calc(100% - 20px);
  border-radius: 0 0 10px 0;
}
.about-two-content {
  padding-top: 30px;
}
.about-two-content .abs-heading-subheading {
  padding-left: 115px;
}
.about-two-content .inner-box {
  background-color: var(--abs-white-color);
  border-radius: 10px 0 0 0;
  padding: 55px 0 0 40px;
  margin: -35px 0 0 -100px;
  position: relative;
}
.about-two-content .inner-box .list-group {
  padding: 20px 0 50px;
}
.about-two-content .inner-box .list-group .list-group-item {
  margin-bottom: 5px;
}
.about-two-content .inner-box .abs-column-one .abs-ihbox-style-5 {
  padding: 38px 35px 90px 35px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev,
.about-two-content .inner-box .swiper-slider .swiper-button-next {
  top: auto;
  bottom: 30px;
  border: none;
  width: auto;
  height: auto;
  right: auto;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev {
  left: 40px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-next {
  left: 100px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev::after,
.about-two-content .inner-box .swiper-slider .swiper-button-next::after {
  content: "\e82d";
  font-size: 40px;
}
.about-two-content .inner-box .swiper-slider .swiper-button-prev:hover,
.about-two-content .inner-box .swiper-slider .swiper-button-next:hover {
  color: var(--abs-global-color);
  background-color: transparent;
}
.service-section-two {
  position: relative;
  margin: 0 70px;
  background-image: url(../img/banner-slider/pattern-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 95px 0;
  border-radius: 10px;
  background-blend-mode: color-burn;
  overflow: hidden;
}
.service-section-two .service-slider-area {
  margin-right: -244px;
  border-radius: 10px;
  overflow: hidden;
}
.service-section-two .service-arrow {
  bottom: 10px;
}
.abs-bg-color-blackish .abs-bottom-text {
  color: rgba(var(--abs-white-color-rgb), 0.7);
}
.abs-bg-color-blackish .abs-bottom-text a:not(:hover) {
  color: var(--abs-white-color);
}
.abs-bg-color-blackish .abs-bottom-text a:not(:hover) > u {
  text-decoration-color: rgba(var(--abs-white-color-rgb), 0.7);
}
.about-us-section-two {
  padding: 15px 70px 30px;
}
.about-us-two-leftbox {
  background-image: url(../img/banner-slider/factory-worker-img.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 55px 30px;
  border-radius: 10px;
}
.about-us-two-leftbox .abs-custom-heading {
  padding-right: 50%;
}
.about-us-two-leftbox .abs-custom-heading .abs-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.about-us-two-leftbox .abs-btn {
  width: fit-content;
}
/* .about-us-two-leftbox .abs-btn {
  margin-right: 50%;
}
.about-us-two-rightbox .abs-btn {
  margin-right: 40%;
} */
.about-us-two-rightbox {
  position: relative;
  padding: 50px 55px 30px;
  border-radius: 10px;
  height: 100%;
  background-image: url(../img/banner-slider/factory-img.png);
  background-position: 135% -25%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.about-us-two-rightbox .abs-custom-heading {
  padding-right: 40%;
}
.about-us-two-rightbox .abs-custom-heading .abs-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: var(--abs-body-typography-font-family);
}
.abs-paragraph {
  color: #4e505c;
}
.about-us-two-rightbox .absgroup-ele-fid-style-4 {
  margin-top: 94px;
}
.video-section-two {
  margin: 0 70px;
  border-radius: 10px;
  background-image: url(../img/homepage-2/bg/chart-bg.png);
  background-position: 0px 96%;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}
.video-section-two .video-play-bg {
  background-image: url(../img/homepage-2/bg/play-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 155px 100px 130px;
  border-radius: 10px 10px 0 0;
}
.video-section-two .video-play-bg .abs-custom-heading .abs-title {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 20px;
  color: var(--abs-white-color);
}
.video-section-two .video-bottom-area {
  padding: 100px 100px 75px;
}
.video-bottom-area .chart-wrap {
  width: 235px;
}
.video-section-two .video-bottom-area .map-img {
  margin-top: -35px;
}
.video-section-two .video-bottom-area .content-box {
  padding-right: 80px;
  margin-right: 50px;
  border-right: 1px solid #ffffff1a;
}
.video-section-two
  .video-bottom-area
  .content-box
  .abs-heading-subheading
  .abs-subtitle {
  margin-bottom: 45px;
}
.video-section-two .video-bottom-area .content-box .list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.video-section-two
  .video-bottom-area
  .content-box
  .list-group
  .list-group-item {
  margin: 0 8px 10px;
}
.portfolio-section-two {
  padding: 120px 0 60px;
}
.portfolio-section-two .abs-heading-subheading .abs-heading-desc {
  padding: 50px 0 0 60px;
  margin: 0;
}
.portfolio-section-two .abs-sortable-list-ul {
  text-align: left;
  margin-bottom: 55px;
}
.portfolio-section-two .abs-sortable-list-ul li::before {
  content: "/";
}
.portfolio-section-two .abs-sortable-list a {
  padding: 0;
  min-width: max-content;
}
.portfolio-section-two .abs-sortable-list a.abs-selected {
  color: var(--abs-global-color);
  background-color: transparent;
}
.client-section-two {
  padding: 0 65px 80px;
}
.team-section-two {
  margin: 0 70px;
  background-image: url(../img/homepage-2/bg/shape-img.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 90px 0;
}
.team-section-two .abs-custom-heading {
  margin-bottom: 60px;
}
.team-section-two .abs-custom-heading .abs-title {
  font-size: 120px;
  line-height: 120px;
  -webkit-text-size-adjust: 0;
  overflow: visible;
  color: var(--abs-blackish-color);
  text-shadow: 1px 1px 0 rgba(var(--abs-white-color-rgb), 0.2),
    -1px -1px 0 rgba(var(--abs-white-color-rgb), 0.2),
    1px -1px 0 rgba(var(--abs-white-color-rgb), 0.2),
    -1px 1px 0 rgba(var(--abs-white-color-rgb), 0.2),
    1px 1px 0 rgba(var(--abs-white-color-rgb), 0.2);
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: rgba(var(--abs-white-color-rgb), 0.2);
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 700;
  margin-bottom: 0;
}
.team-section-two .team-btn-bg-wrap {
  border-top: 1px solid #ffffff1a;
  padding-top: 30px;
  margin-top: -190px;
}
.team-section-two .team-btn-bg {
  background-image: url(../img/homepage-2/bg/team-button-bg.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  margin-left: -40px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.team-section-two .team-btn-bg .abs-text {
  color: var(--abs-white-color);
  margin: 0;
}
.team-section-two
  .team-btn-bg
  .abs-btn.white
  .abs-button-content-wrapper:before {
  background-color: var(--abs-global-color);
}
.team-section-two .team-btn-bg .abs-btn.white .abs-button-icon i {
  color: var(--abs-blackish-color);
}
.testimonial-section-two {
  margin: 15px 70px 0;
  border-radius: 10px;
}
.testimonial-two-leftbox {
  background-image: url(../img/banner-slider/testimonial-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
  margin-right: 50px;
}
.testimonial-two-rightbox {
  padding: 90px 90px 90px 30px;
}
.testimonial-two-rightbox .swiper-button-prev,
.testimonial-two-rightbox .swiper-button-next {
  top: auto;
  bottom: 15px;
  background-color: var(--abs-white-color);
}
.testimonial-two-rightbox .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.testimonial-two-rightbox .swiper-button-prev:hover,
.testimonial-two-rightbox .swiper-button-next:hover {
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
  border-color: var(--abs-global-color);
}
.testimonial-two-rightbox .swiper-rtl .swiper-buttons {
  width: 115px;
  position: relative;
}
.testimonial-two-rightbox .swiper-rtl .swiper-buttons .swiper-button-prev {
  left: 0;
  right: auto;
}
.testimonial-two-rightbox .swiper-rtl .swiper-buttons .swiper-button-next {
  right: 0;
  transform: rotate(0);
}
/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.history-section {
  margin: 100px 70px;
  padding: 80px 30px;
  border-radius: 10px;
}
.abs-element-timeline-style-2 .abs-timeline-inner {
  padding-bottom: 40px;
}
.abs-element-timeline-style-2 .abs-timeline-inner:last-child {
  padding-bottom: 0px;
}
.abs-element-timeline-style-2 .abs-timeline-inner {
  margin: 0 -3px;
}
.abs-element-timeline-style-2 .abs-ourhistory-right .content {
  padding: 30px 70px 30px 40px;
  background-color: var(--abs-light-color);
  border-radius: 10px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.15);
}
.abs-element-timeline-style-2 .abs-ourhistory-right .content .abs-title {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 600;
}
.abs-element-timeline-style-2 .abs-ourhistory-right .content .abs-year {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--abs-global-color);
  margin-bottom: 5px;
}
.abs-element-timeline-style-2 .abs-ourhistory-right .content .simple-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.abs-element-timeline-style-2 .abs-timeline-image img {
  border-radius: 10px;
}
.abs-element-timeline-style-2 .abs-ourhistory-row {
  align-items: center;
  position: relative;
}
.abs-element-timeline-style-2 .abs-ourhistory-right.last {
  padding-bottom: 0;
}
.abs-element-timeline-style-2
  .abs-timeline-inner:nth-child(even)
  .row.abs-ourhistory-row {
  flex-direction: row-reverse;
  align-items: center;
}
.abs-element-timeline-style-2
  .abs-timeline-inner:nth-child(even)
  .abs-ourhistory-left,
.abs-element-timeline-style-2
  .abs-timeline-inner:nth-child(odd)
  .abs-ourhistory-right {
  padding-right: 30px;
  padding-left: 15px;
}
.abs-element-timeline-style-2
  .abs-timeline-inner:nth-child(even)
  .abs-ourhistory-right,
.abs-element-timeline-style-2
  .abs-timeline-inner:nth-child(odd)
  .abs-ourhistory-left {
  padding-right: 15px;
  padding-left: 30px;
}
.abs-element-timeline-style-2
  .abs-timeline-inner:nth-child(even)
  .abs-ourhistory-left {
  text-align: end;
}
.abs-element-timeline-style-2 .abs-timeline-post-items {
  position: relative;
}
.abs-element-timeline-style-2 .abs-timeline-post-items::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: rgba(var(--abs-blackish-color-rgb), 0.2);
}
.abs-element-timeline-style-2 .abs-ourhistory-center {
  display: flex;
  justify-content: center;
  position: relative;
}
.abs-element-timeline-style-2 .abs-history-line {
  width: 130px;
  height: 1px;
  background-color: rgba(var(--abs-blackish-color-rgb), 0.2);
}
.abs-element-timeline-style-2 .abs-history-center-dot {
  content: "";
  position: absolute;
  left: 50%;
  height: 20px;
  width: 20px;
  background-color: var(--abs-global-color);
  box-shadow: 0 0 0 4px var(--abs-body-color),
    0 0 0 5px rgba(var(--abs-blackish-color-rgb), 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s ease-in;
}
.abs-element-timeline-style-2
  .abs-ourhistory-row:hover
  .abs-history-center-dot {
  background-color: var(--abs-blackish-color);
  box-shadow: 0 0 0 6px var(--abs-body-color),
    0 0 0 7px rgba(var(--abs-blackish-color-rgb), 0.2);
}
.abs-element-timeline-style-2 .abs-heading-subheading {
  margin-bottom: 70px;
}
/* For bg color */
.abs-bg-color-light
  .abs-element-timeline-style-2
  .abs-ourhistory-right
  .content {
  background-color: var(--abs-white-color);
}
.abs-bg-color-light .abs-element-timeline-style-2 .abs-history-center-dot {
  box-shadow: 0 0 0 4px var(--abs-light-color),
    0 0 0 5px rgba(var(--abs-blackish-color-rgb), 0.2);
}
.abs-bg-color-light
  .abs-element-timeline-style-2
  .abs-ourhistory-row:hover
  .abs-history-center-dot {
  box-shadow: 0 0 0 6px var(--abs-light-color),
    0 0 0 7px rgba(var(--abs-blackish-color-rgb), 0.2);
}
.client-style-area {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 75px;
}
.our-team-section {
  padding: 100px 0 40px;
}
/** 02 - Service Detail **/
.service-details .sidebar .widget.post-list .widget-title {
  margin-bottom: 12px;
}
.service-details .all-post-list li {
  margin-bottom: 1px;
  border-radius: 10px;
  transition: all 0.4s ease-in;
  position: relative;
  padding: 0;
}
.service-details .all-post-list li a {
  padding: 18px 50px 18px 45px;
  display: block;
  position: relative;
  border-radius: 10px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--abs-blackish-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.service-details .all-post-list li a:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 20px;
  font-size: 12px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: var(--abs-global-color);
  transition: all 0.4s ease-in;
  font-weight: 500;
}
.service-details .all-post-list li a:after {
  position: absolute;
  content: "\e815";
  font-family: "absgroup-base-icons";
  right: 5px;
  color: var(--abs-blackish-color);
  background-color: var(--abs-white-color);
  top: 5px;
  border-radius: 10px;
  width: 45px;
  line-height: 45px;
  font-size: 16px;
  opacity: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 10px);
  text-align: center;
  transform-style: preserve-3d;
  transition: all 0.4s ease;
}
.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
  opacity: 1;
}
.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li a:hover:before {
  opacity: 1;
  color: var(--abs-white-color);
}
.widget .abs-download {
  display: block;
  padding: 0 15px;
}
.widget .abs-download .abs-item-download:first-child {
  padding-top: 5px;
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.15);
}
.widget .abs-download .abs-item-download {
  padding: 20px 0;
}
.widget a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.widget .abs-download .abs-item-download a .abs-download-item i:before,
.widget .abs-download .abs-item-download a .abs-download-wrap i,
.widget .abs-item-download .abs-download-wrap .abs-download-title,
.widget .abs-download .abs-item-download a .abs-download-item i,
.widget .abs-download .abs-item-download a {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.widget .abs-item-download .abs-download-wrap,
.widget .abs-item-download .abs-download-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget .abs-download .abs-item-download a .abs-download-wrap i {
  font-size: 35px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  color: var(--abs-blackish-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--abs-white-color);
}
.widget .abs-download .abs-item-download:first-child a .abs-download-wrap i {
  background-color: var(--abs-global-color);
}
.widget .abs-item-download .abs-download-wrap .abs-download-title {
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 0 15px;
  margin-bottom: 0px;
  color: var(--abs-blackish-color);
  font-weight: 500;
  letter-spacing: 0.32px;
}
.widget .abs-download .abs-item-download a .abs-download-item i {
  font-size: 26px;
  line-height: 26px;
  color: var(--abs-blackish-color);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.widget .abs-download .abs-item-download a:hover .abs-download-wrap i {
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
.widget .abs-download .abs-item-download a:hover .abs-download-item i {
  color: var(--abs-global-color);
}
.service-details .abs-service-feature-image img {
  width: 100%;
  margin: 20px 0 42px 0;
  border-radius: 10px;
}
.service-details .abs-ihbox-style-4-area {
  padding-right: 60px;
  border-bottom: 1px solid #16222d1a;
  margin-bottom: 30px;
}
.service-details .service-single-02-img {
  background-image: url(../img/service/service-single-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
/** 03 - Portfolio Single **/
.abs-portfolio-single-style-1 .abs-single-project-details-list-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 0 40px;
}
.abs-portfolio-single-style-1 .abs-element-title1 {
  width: 65%;
  font-weight: 600;
  margin-bottom: 20px;
}
.abs-portfolio-single-style-1 .abs-short-description {
  line-height: 28px;
  padding-top: 5px;
}
.abs-portfolio-single-style-1 .abs-single-project-details-list {
  padding: 35px 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--abs-light-color);
}
.abs-portfolio-single-style-1 .abs-portfolio-lines-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.abs-portfolio-lines-wrapper .abs-portfolio-line-li {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 70px;
}
.abs-portfolio-lines-wrapper li.abs-portfolio-line-li::before {
  position: absolute;
  content: "\e810";
  font-family: "absgroup-base-icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 25px;
  line-height: 55px;
  left: 0;
  top: -4px;
  text-align: center;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background: var(--abs-white-color);
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-portfolio-lines-wrapper .abs-portfolio-line-title {
  font-size: 18px;
  line-height: 20px;
  color: var(--abs-blackish-color);
  padding-bottom: 5px;
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
}
.abs-portfolio-lines-wrapper li.abs-portfolio-line-li:hover::before {
  color: var(--abs-white-color);
  background: var(--abs-global-color);
  border-color: rgba(var(--abs-blackish-color-rgb), 0.05);
}
.abs-portfolio-lines-wrapper li.abs-portfolio-line-li.category::before {
  content: "\e82f";
}
.abs-portfolio-lines-wrapper li.abs-portfolio-line-li.location::before {
  content: "\e82e";
}
.abs-portfolio-lines-wrapper li.abs-portfolio-line-li.timeline::before {
  content: "\e834";
}
.abs-portfolio-single-style-1 .abs-portfolio-single .abs-featured-img-wrapper,
.abs-portfolio-single-style-2 .abs-portfolio-single .abs-featured-img-wrapper {
  padding-bottom: 50px;
}
.abs-portfolio-single .abs-featured-img-wrapper img {
  border-radius: 10px;
  width: 100%;
}
.abs-portfolio-single .abs-entry-content .abs-custom-heading .abs-title,
.abs-team-single .abs-entry-content .abs-custom-heading .abs-title,
.service-details .abs-custom-heading .abs-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.abs-portfolio-single .abs-entry-content .abs-medium,
.service-details .abs-medium {
  font-weight: 500;
}
.abs-portfolio-single-style-1 .abs-entry-content .list-group-wrap {
  padding-left: 90px;
}
.abs-portfolio-single-style-1 .ihbox-style-area {
  padding-top: 30px;
  padding-bottom: 55px;
}
.abs-portfolio-single-style-1
  .ihbox-style-area.absgroup-gap-0px
  .abs-miconheading-style-11:nth-child(4n + 1)
  .abs-ihbox-style-11 {
  border-left-width: 1px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.absgroup-gap-0px .abs-miconheading-style-11 .abs-ihbox-style-11 {
  border-width: 1px 0;
}
.abs-portfolio-single-style-1
  .ihbox-style-area.absgroup-gap-0px
  .abs-miconheading-style-11:nth-child(4n)
  .abs-ihbox-style-11 {
  border-right-width: 1px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.abs-portfolio-single .abs-entry-content .pf-detail-img {
  border-radius: 10px;
}
.abs-portfolio-single .abs-team-style-2 {
  padding-bottom: 0;
}
.abs-portfolio-single-style-1 .abs-element-team-style-2 {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}
.abs-portfolio-single-style-1
  .abs-element-team-style-2
  .abs-featured-wrapper
  img,
.abs-portfolio-single-style-2
  .abs-element-team-style-2
  .abs-featured-wrapper
  img {
  border-radius: 50%;
}
.abs-portfolio-single .post-navigation {
  margin-top: 70px;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-portfolio-single-style-2 .abs-single-project-content .abs-entry-content {
  padding-right: 30px;
}
.abs-portfolio-single-style-2 .ihbox-style-area {
  padding-bottom: 30px;
}
.abs-portfolio-single-style-2 .ihbox-style-area .abs-miconheading-style-11 {
  margin-bottom: 20px;
}
.abs-portfolio-single-style-2 .ihbox-style-area .abs-ihbox-style-11 {
  border-radius: 10px;
}
.abs-portfolio-single-style-2 .abs-element-team-style-2 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.abs-portfolio-single-style-2 .abs-ihbox-style-6 {
  padding: 30px 40px 20px 25px;
}
.abs-portfolio-single-style-2 .abs-single-project-details-list-inner {
  padding: 10px;
  background-color: var(--abs-light-color);
  border-radius: 10px;
  margin-bottom: 50px;
}
.abs-portfolio-single-style-2
  .abs-single-project-details-list-inner
  .abs-element-title,
.abs-portfolio-single-style-2
  .abs-project-detail-social-wrap
  .abs-social-share-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-transform: capitalize;
  padding: 13px 20px 13px 45px;
  position: relative;
  background-color: var(--abs-white-color);
  border-radius: 10px;
  margin-bottom: 20px;
}
.abs-portfolio-single-style-2
  .abs-single-project-details-list-inner
  .abs-element-title::before,
.abs-portfolio-single-style-2
  .abs-project-detail-social-wrap
  .abs-social-share-heading::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  height: 7px;
  width: 7px;
  background-color: var(--abs-global-color);
  transform: translateX(-50%) translateY(-50%);
}
.abs-portfolio-single-style-2 .abs-single-project-details-list-wrap {
  padding: 0 20px;
}
.abs-portfolio-single-style-2 .abs-portfolio-lines-ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 35px 0;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(1, 1fr);
}
.abs-portfolio-single-style-2
  .abs-portfolio-lines-wrapper
  .abs-portfolio-line-li {
  padding-top: 25px;
  padding-left: 80px;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-portfolio-single-style-2
  .abs-portfolio-lines-wrapper
  li.abs-portfolio-line-li::before {
  top: 20px;
  height: 65px;
  width: 65px;
}
.abs-portfolio-single-style-2 .widget.abs-service-ad {
  margin-bottom: 50px;
  border-radius: 10px;
}
.abs-portfolio-single-style-2 .abs-project-detail-social-wrap {
  padding: 10px;
  background-color: var(--abs-light-color);
  border-radius: 10px;
  margin-bottom: 50px;
}
.abs-portfolio-single-style-2 .abs-project-details-social {
  padding: 0 25px;
}
.abs-portfolio-single-style-2 .abs-project-details-social .abs-social-links {
  margin-bottom: 30px;
}
.abs-portfolio-single-style-2
  .abs-project-details-social
  .abs-social-links
  li:not(:last-child) {
  padding: 0 2px 0 0;
}
.abs-portfolio-single-style-2
  .abs-project-details-social
  .abs-social-links
  li
  a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: var(--abs-white-color);
}
.abs-portfolio-single-style-2
  .abs-project-details-social
  .abs-social-links
  li
  a:hover {
  color: var(--abs-white-color);
  background-color: var(--abs-global-color);
}

/** 04 - Blog Detail**/
/** Sidebar Right **/
.sidebar .widget {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--abs-light-color);
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget.widget-search {
  padding: 0;
  background-color: var(--abs-white-color);
}
.widget .search-form {
  position: relative;
}
.widget .search-form input {
  height: 60px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  padding: 10px 30px;
  padding-right: 50px;
  background-color: transparent;
  font-size: 17px;
  font-weight: 400;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.widget .search-form input:focus {
  color: var(--abs-blackish-color);
  border-color: rgba(var(--abs-blackish-color-rgb), 0.3);
}
.widget .search-form input::placeholder {
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
}
.widget .search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  transition: all 0.6s;
  border-radius: 10px;
  color: var(--abs-white-color);
  background-color: var(--abs-global-color);
  transform: translateX(0) translateY(-50%);
}
.widget .search-form .search-submit:after {
  font-family: "absgroup-base-icons";
  content: "\e835";
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  color: var(--abs-white-color);
}
.widget .search-form .search-submit:hover {
  background-color: var(--abs-blackish-color);
}
.widget .search-form .share-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  transition: all 0.6s;
  border-radius: 10px;
  color: var(--abs-white-color);
  background-color: var(--abs-global-color);
  transform: translateX(0) translateY(-50%);
}
.widget .search-form .share-submit:after {
  font-family: "absgroup-base-icons";
  content: "\e823";
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  color: var(--abs-white-color);
}
.widget .search-form .share-submit:hover {
  background-color: var(--abs-blackish-color);
}
.sidebar .widget.abs-blog-authorbox {
  padding: 0;
  background-color: #020a49db;
  background-blend-mode: color-burn;
  background-image: url(../img/bg/author-box-bg.png);
  background-repeat: no-repeat;
}
.sidebar .textwidget::before,
.sidebar .textwidget::after {
  content: "";
  display: table;
}
.sidebar .textwidget::after {
  clear: both;
}
.single-blog-authorbox {
  text-align: center;
  padding: 45px 30px;
}
.single-blog-authorbox .authorbox-img {
  display: inline-block;
  border-radius: 50%;
}
.single-blog-authorbox img {
  display: inline-block;
  height: 100%;
  width: 100%;
  /* border-radius: 50%; */
  object-fit: contain;
  margin-bottom: 10px;
}
.single-blog-authorbox .abs-authorbox-title {
  display: inline-block;
  font-size: 25px;
  line-height: 28px;
  margin: 20px 0 0px;
  text-transform: capitalize;
  color: var(--abs-white-color);
}
.single-blog-authorbox .abs-authorbox-position {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px;
  letter-spacing: 0.25px;
  color: var(--abs-global-color);
  text-transform: uppercase;
}
.abs-author-social .abs-social-links {
  text-align: center;
}
.single-blog-authorbox .abs-social-links li {
  padding: 0 4px 0 0;
}
.single-blog-authorbox .abs-social-links li a {
  font-size: 13px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-white-color);
}
.single-blog-authorbox .abs-social-links li a:hover {
  background-color: var(--abs-global-color);
}
.sidebar .widget .widget-title {
  padding: 13px 20px 13px 45px;
  position: relative;
  background-color: var(--abs-white-color);
  border-radius: 10px;
  margin-bottom: 20px;
}
.sidebar .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  height: 7px;
  width: 7px;
  background-color: var(--abs-global-color);
  transform: translateX(-50%) translateY(-50%);
}
.sidebar .widget-categories ul {
  padding: 0 10px 0px;
}
.sidebar .widget-categories li {
  position: relative;
  padding: 0;
  margin: 0;
}
.sidebar .widget-categories .abs-cat-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.05);
  transition: all 0.25s ease-in-out;
  padding: 15px 0;
  font-family: var(--abs-heading-typography-font-family);
}
.sidebar .widget-categories ul li:last-child .abs-cat-li {
  border-bottom: none;
}
.sidebar .widget-categories .abs-cat-li a,
.sidebar .widget-categories .abs-brackets {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.5px;
  padding-left: 0px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.sidebar .widget-categories .abs-cat-li a {
  flex: 1;
}
.sidebar .widget-categories .abs-brackets {
  font-size: 14px;
}
.sidebar .widget-categories .abs-cat-li a:before {
  position: absolute;
  content: "\e815";
  left: 0;
  top: 50%;
  z-index: 1;
  font-size: 16px;
  font-family: "absgroup-base-icons";
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
  transform: translateY(-55%);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.sidebar .widget-categories .abs-cat-li:hover .abs-brackets {
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.sidebar .widget-categories .abs-cat-li a:hover {
  padding-left: 20px;
}
.sidebar .widget-categories .abs-cat-li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.sidebar .widget-categories .abs-cat-li a:hover {
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.sidebar .recent-post-list {
  padding: 15px 15px 0;
}
.widget-recent-post .recent-post-list-li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.widget-recent-post .recent-post-list-li {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 18px;
  line-height: 20px;
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.widget-recent-post .recent-post-list-li:last-child {
  border-bottom: none;
  padding-bottom: 10px !important;
}
.widget-recent-post .recent-post-list-li > a {
  width: 80px;
  flex-shrink: 0;
  margin-right: 15px;
}
.widget-recent-post .recent-post-list-li > a img {
  border-radius: 10px;
}
.widget-recent-post .abs-rpw-content {
  display: flex;
  flex-direction: column-reverse;
}
.widget-recent-post .abs-rpw-title a {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 22px;
}
.widget-recent-post .abs-rpw-title a:hover {
  color: rgb(var(--abs-blackish-color-rgb), 0.6);
}
.abs-rpw-content .abs-rpw-date a {
  padding: 4px 10px 2px;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--abs-blackish-color);
  letter-spacing: 0.25px;
  background-color: var(--abs-global-color);
  border-radius: 10px;
}
.widget ul a {
  display: inline-block;
}
.widget.abs-service-ad {
  position: relative;
  text-align: center;
  padding: 30px;
  /* min-height: 450px; */
  overflow: hidden;
  background-image: url(../img/bg/ads-img.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.widget.abs-service-ad:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(var(--abs-blackish-color-rgb), 0.8);
  border-radius: 10px;
  filter: blur(50px);
}
.abs-blog-ads-box {
  position: relative;
  z-index: 1;
}
.abs-blog-ads-box .abs-ad-subheading {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--abs-white-color);
}
.abs-blog-ads-box .abs-ad-subheading::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: var(--abs-global-color);
}
.abs-blog-ads-box .abs-ad-heading {
  font-size: 30px;
  line-height: 36px;
  color: var(--abs-white-color);
  margin-bottom: 25px;
}
.abs-blog-ads-box .abs-ad-button a {
  position: relative;
  display: inline-block;
  padding: 16px 30px 16px 60px;
  color: var(--abs-blackish-color);
  background-color: var(--abs-white-color);
  border-radius: 10px;
}
.abs-blog-ads-box .abs-ad-button a:hover {
  color: var(--abs-global-color);
}
.abs-blog-ads-box .abs-ad-button a:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: calc(100% - 10px);
  line-height: 45px;
  content: "\e83b";
  font-size: 22px;
  top: 5px;
  text-align: center;
  font-family: "absgroup-base-icons";
  left: 5px;
  right: auto;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
}
.widget.widget-tag-cloud .tagcloud {
  padding: 0 15px;
}
.widget.widget-tag-cloud .tagcloud li,
.abs-blog-meta-bottom .tagcloud li {
  margin: 0 4px 0px 0;
  display: inline-block;
  padding-bottom: 12px;
}
aside.widget.widget-tag-cloud a,
.abs-blog-meta-bottom .tagcloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  padding: 0;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
aside.widget.widget-tag-cloud .tagcloud li:not(:last-child):after,
.abs-blog-meta-bottom .tagcloud li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 10px;
}
aside.widget.widget-tag-cloud a:before,
.abs-blog-meta-bottom .tagcloud a:before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--abs-blackish-color-rgb), 0.5);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
aside.widget.widget-tag-cloud a:hover,
.abs-blog-meta-bottom .tagcloud a:hover {
  color: var(--abs-blackish-color);
}
aside.widget.widget-tag-cloud a:hover:before,
.abs-blog-meta-bottom .tagcloud a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/** Blog Classic **/
.site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.post.blog-classic {
  position: relative;
  margin-bottom: 50px;
}
.post.blog-classic .abs-img-wrapper {
  position: relative;
}
.post.blog-classic .abs-featured-img-wrapper {
  margin-bottom: 35px;
}
.post.blog-classic .abs-featured-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.post.blog-classic:last-child {
  margin-bottom: 0px;
}
.post.blog-classic .abs-img-wrapper .abs-meta-date {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  text-align: center;
  padding: 8px 13px;
  border-radius: 10px;
  color: var(--abs-white-color);
  background-color: rgba(var(--abs-blackish-color-rgb), 0.3);
  backdrop-filter: blur(20px);
}
.post.blog-classic .abs-img-wrapper .abs-meta-date .abs-date {
  font-size: 48px;
  line-height: 48px;
}
.post.blog-classic .abs-img-wrapper .abs-meta-date > * {
  display: block;
}
.blog-classic .abs-blog-meta.abs-blog-meta-top {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px 8px;
  border-radius: 10px;
  background-color: var(--abs-light-color);
}
.blog-classic .abs-blog-meta-top .abs-meta {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-classic .abs-blog-meta-top.abs-blog-meta,
.blog-classic .abs-blog-meta-top.abs-blog-meta a {
  color: var(--abs-blackish-color);
}
.abs-blog-meta-top .abs-meta a:hover {
  color: var(--abs-secondary-color);
}
.abs-blog-meta-top .abs-meta:not(:last-child) {
  padding-right: 30px;
}
.blog-classic .abs-blog-meta-top .abs-meta:not(:last-child):after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--abs-global-color);
  right: 10px;
  top: 6px;
}
.blog-classic .abs-blog-meta-top .abs-meta .abs-author-link:hover,
.abs-blog-meta-top .abs-meta a:hover {
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.blog-classic .abs-blog-meta-top .abs-meta .abs-author-link {
  margin-left: 5px;
  color: var(--abs-blackish-color);
}
.blog-classic .abs-blog-classic-inner .abs-post-title {
  margin-bottom: 28px;
  padding-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 40px;
  border-bottom: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.blog-classic .abs-blog-classic-inner .abs-read-more-link {
  margin-bottom: 10px;
}
.blog-classic .abs-blog-classic-inner .abs-read-more-link .abs-btn {
  padding: 20px 30px;
}
/** Blog Single **/
.blog-details .post.blog-classic {
  margin-bottom: 0px;
}
.blog-details .abs-firstletter::first-letter,
.abs-portfolio-single .abs-firstletter::first-letter {
  padding: 8px 9px 5px;
  border-radius: 5px;
}
.abs-firstletter::first-letter {
  padding: 10px 15px 7px;
  font-size: 30px;
  line-height: 30px;
  float: left;
  font-weight: 700;
  margin: 3px 13px 0 0;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
  border-radius: 10px;
}
.abs-blog-classic-inner .abs-firstletter span {
  font-family: var(--abs-body-typography-font-family);
  font-weight: 500;
  font-style: normal;
}
.abs-blog-classic-inner .abs-underline-text {
  font-weight: 500;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(var(--abs-global-color-rgb), 0.5);
}
.blog-details .abs-entry-content blockquote {
  border: 0;
  padding: 33px 30px 30px 130px;
  font-size: 20px;
  line-height: 34px;
  margin: 30px 0;
  position: relative;
  letter-spacing: 0;
  border-radius: 15px;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
}
.blog-details .abs-entry-content blockquote:before {
  font-family: "absgroup-base-icons";
  content: "\e81c";
  font-size: 25px;
  position: absolute;
  top: 17%;
  left: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 100%;
  text-align: center;
  font-style: normal;
  color: var(--abs-global-color);
  background-color: var(--abs-white-color);
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.blog-details .abs-entry-content blockquote p {
  margin-bottom: 0;
}
.blog-details .abs-entry-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-details .abs-entry-content blockquote cite {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--abs-blackish-color);
  padding: 20px 0 0;
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  display: block;
  line-height: 24px;
  font-style: normal !important;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
.blog-details .abs-entry-content blockquote cite:before {
  content: "-";
  margin-right: 5px;
  color: var(--abs-global-color);
}
.blog-details .abs-entry-content blockquote:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.blog-details .abs-entry-content .abs-block-columns {
  display: flex;
  margin-bottom: 1.75em;
}
.blog-details .abs-entry-content .abs-block-columns img {
  margin-top: 15px;
  border-radius: 10px;
}
.blog-details .abs-entry-content .abs-block-column:first-child figure {
  padding: 0 8px 0 0;
}
.blog-details .abs-entry-content .abs-block-column:last-child figure {
  padding: 0 0 0 8px;
}
.blog-details
  .abs-entry-content
  .list-group
  .list-group-item:not(:first-child) {
  margin-top: calc(0px / 2);
}
.blog-details .abs-entry-content .abs-custom-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-details .list-group .abs-icon-list-icon,
.abs-portfolio-single .list-group .abs-icon-list-icon,
.abs-team-single .list-group .abs-icon-list-icon,
.service-details .list-group .abs-icon-list-icon {
  top: 2px;
  margin-right: 10px;
}
.blog-details .abs-blog-meta-bottom {
  margin-top: 10px;
  display: flex;
}
.abs-blog-meta-bottom-left {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.abs-blog-meta-bottom-right {
  width: 50%;
  text-align: right;
}
.abs-blog-meta-bottom ul li {
  margin-right: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
.abs-blog-meta-bottom .abs-social-share li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--abs-white-color);
  font-size: 14px;
  border-radius: 50%;
}
.abs-social-share .abs-social-li-facebook a {
  background-color: #3b5998;
}
.abs-social-share .abs-social-li-twitter a {
  background-color: #55acee;
}
.abs-social-share .abs-social-li-linkedin a {
  background-color: #007bb5;
}
.abs-social-share .abs-social-li-instagram a {
  background-color: #125688;
}
.abs-blog-meta-bottom .abs-social-share li:hover a {
  transform: translateY(-3px);
}
.blog-details .post-navigation {
  border-top: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  margin-top: 35px;
}
.post-navigation .nav-links {
  margin-top: 0;
  padding: 40px 0 8px;
  display: flex;
  align-items: normal;
  width: 100%;
}
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto !important;
  position: relative;
}
.post-navigation .nav-links a {
  display: block;
  text-align: left;
  width: 300px;
  transition: all 0.3s ease-in;
}
.post-navigation .abs-post-nav-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .abs-post-nav-icon {
  justify-content: flex-start;
}
.post-navigation .nav-links .abs-post-nav-icon i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: var(--abs-blackish-color);
  transition: all 0.3s ease-in;
  background-color: var(--abs-light-color);
  text-align: center;
  border-radius: 5px;
}
.post-navigation .nav-links .abs-post-nav-icon i:before {
  font-weight: 600;
}
.post-navigation .nav-links .abs-post-nav-head {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  transition: all 0.3s ease-in;
  margin-left: 10px;
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
  letter-spacing: 0.5px;
}
.post-navigation .nav-links .abs-post-nav-wrapper {
  display: block;
}
.post-navigation .nav-links .nav-previous .abs-post-nav-wrapper {
  text-align: left;
}
.nav-links .abs-post-nav-wrapper {
  text-align: left;
  word-break: break-word;
}
.post-navigation .nav-links .nav-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 5px;
  text-transform: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: var(--abs-heading-typography-font-family);
  font-weight: 600;
}
.post-navigation .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next a {
  display: block;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next .abs-post-nav-wrapper {
  text-align: right;
}
.post-navigation .nav-links .nav-next .abs-post-nav-head {
  margin-right: 8px;
}
.post-navigation .nav-links a:hover .abs-post-nav-head,
.post-navigation .nav-links a:hover .abs-post-nav-icon i {
  color: var(--abs-blackish-color);
}
.post-navigation .nav-links a:hover .abs-post-nav-icon i {
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
}
.blog-details .abs-author-box {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 40px;
  padding-right: 80px;
  background-color: transparent;
  background-position: center center;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.blog-details .abs-author-image {
  width: 145px;
  min-width: 145px;
  height: 145px;
  line-height: 145px;
  display: block;
  overflow: hidden;
  margin-right: 35px;
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  background-color: var(--abs-white-color);
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.09);
}
.blog-details .abs-author-image img {
  width: 135px;
  min-width: 135px;
  height: 135px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px;
}
.blog-details .abs-author-content {
  -webkit-flex-shrink: 100;
  flex-shrink: 100;
}
.blog-details .abs-author-content .abs-author-name {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.blog-details .abs-author-box a {
  color: var(--abs-global-color);
}
.blog-details .abs-author-content .abs-text {
  margin: 0;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.blog-details .comments-area {
  margin-top: 60px;
}
.blog-details .comments-area .comments-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 48px;
}
.comment-list .abs-comment-avatar {
  float: left;
}
.comment-list .abs-comment-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}
.blog-details .abs-comment-content {
  position: relative;
  padding: 0px 0px 30px 0;
  margin-left: 105px;
  min-height: 115px;
}
.blog-details .abs-comment-meta {
  display: flex;
  align-items: center;
}
.abs-comment-content .abs-comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  display: inline-flex;
  position: relative;
  text-transform: capitalize;
  color: var(--abs-global-color);
}
.blog-details .abs-comment-author-inner {
  margin: 0 5px;
  color: var(--abs-blackish-color);
}
.blog-details .abs-comment-author-inner a {
  color: var(--abs-blackish-color);
}
.blog-details .abs-comment-author-inner a:hover {
  color: var(--abs-global-color);
}
.blog-details .abs-comment-date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(var(--abs-blackish-color-rgb), 0.8);
  padding: 0 0 0 20px;
}
.blog-details .abs-comment-date a {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  text-transform: capitalize;
  color: var(--abs-secondary-color);
}
.blog-details .abs-comment-content p {
  margin: 10px 0 18px;
}
.blog-details .abs-comment-content .reply a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: relative;
  padding-right: 40px;
  color: var(--abs-blackish-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-details .abs-comment-content .reply a::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--abs-global-color-rgb), 0.5);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.blog-details .abs-comment-content .reply a:after {
  font-family: "absgroup-base-icons";
  content: "\e82d";
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  font-size: 30px;
  margin-left: 6px;
  position: absolute;
  right: 0;
  color: var(--abs-global-color);
}
.blog-details .abs-comment-content .reply a:hover {
  color: var(--abs-global-color);
}
.blog-details .abs-comment-content .reply a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.comment-list .children {
  margin-left: 100px;
  padding-top: 8px;
}
.blog-details .comment-respond {
  padding: 60px;
  border-radius: 20px;
  margin-top: 28px;
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title {
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-notes {
  font-size: 17px;
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-form .form-check {
  margin: 0px 0 25px 0;
}
.blog-details .comment-respond .comment-form .form-check label {
  font-size: 17px;
}
.blog-details .comment-respond .comment-form form button.submit-btn {
  padding: 18px 30px;
  border-radius: 10px;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
  border: none;
  transition: all 0.6s;
}
.blog-details .comment-respond .comment-form form button.submit-btn:hover {
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
/** 05 - Team Single **/
.abs-team-single .abs-featured-img-wrapper img {
  border-radius: 10px;
  /* width: 100%; */
}
.abs-team-single .abs-team-detail-content {
  padding-top: 30px;
}
.abs-team-single .abs-team-detail {
  position: relative;
  padding-bottom: 45px;
}
.abs-team-summary .abs-team-designation {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 12px 3px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
  border-radius: 5px;
}
.abs-team-single .abs-team-title {
  font-size: 48px;
  line-height: 48px;
  color: var(--abs-blackish-color);
}
.abs-team-single .abs-short-description {
  padding-top: 15px;
  margin-bottom: 40px;
}
.abs-team-single .abs-single-team-info {
  position: relative;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.abs-single-team-info li,
.abs-single-team-info li a {
  font-size: 17px;
  line-height: 24px;
}
.abs-team-single .abs-single-team-info li {
  padding: 16px 25px 16px 38px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
}
.abs-team-single .abs-single-team-info li span {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: var(--abs-blackish-color);
  transition: all 0.4s ease-in-out;
}
.abs-team-single .abs-single-team-info li span::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  left: -15px;
  top: 7px;
  background-color: var(--abs-global-color);
}
.abs-single-team-info li a {
  color: rgba(var(--abs-blackish-color-rgb), 0.7);
}
.abs-team-single .abs-team-social-links li {
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 0;
}
.abs-team-single .abs-team-social-links li a,
.abs-team-single .abs-team-social-links li,
.abs-team-single .absgroup-box-social-links {
  transition: all 0.4s ease-in-out;
}
.abs-team-single .abs-team-social-links a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  background-color: var(--abs-light-color);
}
.abs-team-single .abs-team-social-links a:hover {
  color: var(--abs-white-color);
  background-color: var(--abs-global-color);
}
.abs-team-single .abs-entry-content .ihbox-style-2-area {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}
.abs-team-single .list-group {
  margin-bottom: 40px;
}
.abs-team-single .abs-team-contact-area {
  overflow: hidden;
  margin-top: 80px;
  padding: 70px 50px 60px 60px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 37% bottom;
  background-size: auto;
  background-image: url(../img/bg/team-contact-bg.png);
}
.abs-team-single .abs-team-contact-form-wrap {
  padding-top: 10px;
}
.abs-team-single .abs-team-icon-box-area {
  display: flex;
}
.abs-team-single .abs-team-icon-wrapper,
.abs-team-single .abs-team-icon-box i {
  font-size: 62px;
  margin-right: 20px;
  position: relative;
  display: flex;
  height: 90px;
  width: 90px;
  line-height: 90px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--abs-blackish-color);
  background-color: var(--abs-global-color);
}
.abs-team-single .abs-team-icon-wrapper svg {
  height: 60px;
  width: 60px;
}
.abs-team-single .abs-icon-box-content {
  padding-top: 10px;
}
.abs-team-single .abs-icon-box-heading {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
}
.abs-team-single .abs-icon-box-text-1,
.abs-team-single .abs-icon-box-text-2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0.36px;
}
.abs-team-single .abs-icon-box-text-1 a:hover,
.abs-team-single .abs-icon-box-text-2 a:hover {
  color: rgba(var(--abs-blackish-color-rgb), 0.6);
}
.abs-team-single .abs-team-contact-form-wrap form .form-check,
.contact-us-section .contact-form.left-box .form-check {
  position: relative;
  padding: 0;
  margin: 0 0 25px 0;
}
.abs-team-single
  .abs-team-contact-form-wrap
  form
  .form-check-input[type="checkbox"],
.contact-us-section .contact-form.left-box .form-check-input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 8px;
  margin: 0;
  width: 11px;
  height: 11px;
  border: none;
  /* border-radius: 0; */
  transform: scale(2);
  background-color: var(--abs-light-color);
  border: 1px solid var(--abs-global-color);
}
.abs-team-single
  .abs-team-contact-form-wrap
  form
  .form-check-input[type="checkbox"]:checked:before,
.contact-us-section
  .contact-form.left-box
  .form-check-input[type="checkbox"]:checked:before {
  content: "\2713";
  font-size: 10px;
  color: var(--abs-blackish-color);
  background: var(--abs-global-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abs-team-single .abs-team-contact-form-wrap form .form-check-label {
  margin-left: 60px;
}
.abs-team-single .progressbar-area {
  margin-right: 120px;
}
/** 06 - Contact Us **/
.contact-us-section {
  padding: 80px 0 60px;
}
.contact-us-section .fid-style-3-wrap {
  display: flex;
  justify-content: flex-end;
}
.contact-us-section .contact-form.left-box .form-control {
  padding: 10px 20px;
}
.contact-us-section .contact-form.left-box .form-control::placeholder {
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
}
.contact-us-section .contact-form.left-box textarea.form-control {
  height: 210px;
  padding-top: 20px;
}
.contact-iframe-section iframe {
  height: 600px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  border-radius: 20px;
}
.contact-us-section .contact-form.left-box .form-check-input[type="checkbox"] {
  border-radius: 3px;
  background-color: var(--abs-light-color);
}
.contact-us-section .contact-form.left-box .form-check-label {
  margin-left: 50px;
}
.contact-us-section .contact-form.left-box button.abs-btn {
  padding: 18px 35px;
  border-radius: 15px;
}
.contact-us-section .contact-form.left-box .abs-btn .abs-button-icon {
  left: -15px;
}
.contact-form-right-box {
  border-radius: 10px;
  /* margin-left: 20px; */
  /* padding: 45px 10px 10px; */
  padding: 20px;
  /* background-image: url(../img/bg/contact-bg-img.png); */
}
.contact-form-right-box > .absgroup-gap-20px {
  padding: 0 50px;
}
.contact-form-right-box .abs-social-links-bg {
  border-radius: 10px;
  padding: 0 26px;
}
.contact-form-right-box .abs-social-links-bg .abs-heading-title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  padding: 30px 0 30px 0px;
}
.contact-form-right-box
  .abs-social-links-bg
  .abs-social-links
  li:not(:last-child) {
  padding: 0 5px 0 0;
}
.contact-form-right-box .abs-social-links-bg .abs-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  border: 1px solid var(--abs-blackish-color);
  transition: all 0.4s ease-in-out;
}
.contact-form-right-box .abs-social-links-bg .abs-social-links li a:hover {
  color: var(--abs-white-color);
  background-color: var(--abs-blackish-color);
}
label.error {
  color: #dc3232;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  margin-top: 0px;
}
.form-control.error {
  margin-bottom: 0 !important;
}
/**07 - Comment Form **/
.form-control {
  display: block;
  font-weight: 400;
  line-height: normal;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  background-color: var(--abs-white-color);
  height: 60px;
  font-size: 17px;
  padding: 10px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  background-clip: inherit;
}
form textarea.form-control {
  padding: 10px 15px  !important;
  resize: none;
  height: 130px;
}
form .form-check {
  margin: 10px 0 25px 0;
}
form .form-check-input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  margin-top: 7px;
  border-color: rgb(var(--abs-blackish-color-rgb), 0.6);
}
.abs-bg-color-light form .form-control::placeholder {
  color: rgb(var(--abs-blackish-color-rgb), 0.5);
}
.abs-bg-color-light form .form-control:focus,
.contact-us-section .contact-form.left-box .form-control:focus {
  color: var(--abs-blackish-color);
  border-color: rgba(var(--abs-blackish-color-rgb), 0.3);
}
.abs-bg-color-light form .form-control:focus::placeholder,
.contact-us-section .contact-form.left-box .form-control:focus::placeholder {
  color: var(--abs-blackish-color);
}

.service-slider-area .swiper-slide .abs-featured-wrapper {
  height: 350px;
}
.service-slider-area .swiper-slide .abs-featured-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abs-share-buttons {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 9999999;
}
.abs-share-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--abs-global-color);
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  animation: pulse 2s ease-in-out infinite;
  opacity: 0.5;
}
@keyframes pulse {
  0% {
    transform: scale(1); /* Normal size */
    opacity: 0.5;
  }
  100% {
    transform: scale(2); /* Slightly larger */
    opacity: 0;
  }
}
.abs-share-buttons .abs-share-main {
  background-color: var(--abs-global-color);
  border: 1px #ffffff60 solid;
  width: 45px;
  height: 45px;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
.abs-share-buttons .abs-social {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--abs-white-color);
  border: 1px #ffffff60 solid;
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 0.35s ease, opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
.abs-share-buttons .abs-social:hover {
  background: var(--abs-white-color);
}
.abs-share-buttons .abs-social-email:hover i {
  color: #d93025;
}

.abs-share-buttons .abs-social-whatsapp:hover i {
  color: #25d366;
}

.abs-share-buttons .abs-social-contact:hover i {
  color: #007bff;
}
.abs-share-buttons.open .abs-social {
  opacity: 1;
  pointer-events: auto;
}

.abs-social-email {
  background: #d93025;
}
.abs-social-whatsapp {
  background: #25d366;
}
.abs-social-contact {
  background: #007bff;
}

.abs-share-buttons.open .abs-social-email {
  transform: translate(-60px, 0);
}
.abs-share-buttons.open .abs-social-whatsapp {
  transform: translate(-48px, -48px);
}
.abs-share-buttons.open .abs-social-contact {
  transform: translate(0, -60px);
}

.ctn-icon-social-media i {
  font-size: 18px;
  color: var(--abs-white-color);
  transition: transform 0.3s ease;
}

.mobile-contact {
  display: none;
}
.desktop-contact {
  display: inline-block;
}

.language-switcher {
  position: relative;
  display: inline-block;
  width: 150px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: var(--abs-blackish-color);
  color: var(--abs-white-color);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.check-list li:before {
  content: "\e84d";
  position: absolute;
  font-family: "absgroup-base-icons";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: var(--abs-global-color);
}

.technical-data-wrapper table thead tr {
  background: #c6cae7;
  color: #000000;
  border: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
  color: var(--bs-table-striped-color);
}

.technical-data-wrapper .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.technical-data-wrapper table tbody td,
.technical-data-wrapper table tbody th,
.technical-data-wrapper table tbody thead,
.technical-data-wrapper table tbody tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border: none;
}

.technical-data-wrapper table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}

.technical-data-wrapper table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}

.technical-data-wrapper table tbody tr td:first-child {
  font-weight: 600;
  color: var(--abs-blackish-color);
  border-radius: 10px 0 0 10px;
}
.technical-data-wrapper table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.ot-wrap .ot-items {
  display: block;
  padding-block: 10px;
  border-bottom: solid 1px #eee;
}
.ot-wrap .ot-items:last-child {
  border: none;
}

.technical-data-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Mega Dropdown style 1 */
.main-menu .navigation > li.mega-dropdown .mega-dropdown-ul {
  width: 100%;
}
.main-menu .navigation > li > ul a.mega-dropdown-link {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}
.main-menu .navigation > li.mega-dropdown .mega-dropdown-ul h6 {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.main-menu-img {
  display: inline-block;
  margin-inline: auto;
  max-width: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-menu-img img {
  transition: all 1s ease;
}
.main-menu
  .navigation
  > li.mega-dropdown
  .mega-dropdown-ul
  .border-xl-end:not(:last-child) {
  border-right: solid 1px #eee;
}
/* .main-menu .navigation > li.mega-dropdown .mega-dropdown-ul a:hover .main-menu-img img {
  transform: scale(1.1);
} */

/* Mega Dropdown Style 2 */
.main-menu .navigation > li.mega-dropdown .mega-dropdown-ul.style-2 {
  min-height: 400px;
}
.main-menu .navigation > li > ul li.menu-tab-list {
  padding: 0;
}
.menu-tab-list:not(:last-child) .menu-tab-cat {
  border-bottom: solid 1px #eee;
}
.menu-tab-cat {
  width: 300px;
  background: #eee;
}
.main-menu .navigation > li > ul .menu-tab-cat a {
  display: block;
  padding: 15px;
  width: 100%;
}
.menu-tab-subcat {
  display: none;
  position: absolute;
  top: 0;
  margin-left: 300px;
  width: calc(100% - 300px);
  height: 100%;
  padding: 30px;
}
.menu-tab-list:hover .menu-tab-cat {
  background: #fff;
}
.menu-tab-list:hover .menu-tab-subcat {
  display: block;
}

.language-dd .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.language-dd .bootstrap-select > .dropdown-toggle {
  border-radius: 35px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  overflow: hidden;
}
.language-dd .bootstrap-select > .dropdown-toggle:focus {
  border: none;
  box-shadow: none;
  outline: none !important;
}
.language-dd .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.language-dd .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 0;
}
.language-dd
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner
  .flag-icon {
  font-size: 35px;
}
.language-dd .bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
  width: 35px;
  height: 35px;
}
/* .language-dd .bootstrap-select .dropdown-toggle .filter-option-inner-inner .flag-icon:before {
  font-size: 16px;
} */

.site-header.sticky-top {
  position: sticky !important;
}
.our-services-section .abs-service-style-2 .abs-service-title {
  max-width: 100%;
}
.services-slider .swiper-horizontal > .swiper-pagination-bullets,
.services-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.product-arrows {
  width: 114px;
  height: 55px;
  margin-inline: auto;
}
.product-arrows .swiper-button-prev {
  left: 0;
  right: auto;
}
.product-arrows .swiper-button-next {
  right: 0;
}
.abs-service-style-2.swiper-slide {
  padding-top: 5px;
}
.products-section .swiper-slider .swiper-slide {
  display: flex;
  width: auto !important;
  max-width: 300px;
  margin: 8px;
  padding: 12px;
  border: 1px solid rgba(var(--abs-blackish-color-rgb), 0.1);
  border-radius: 10px;
  height: auto;
  background: #fff;
}
.products-section .swiper-button-prev:hover,
.products-section .swiper-button-next:hover {
  color: var(--abs-body-color);
  background: var(--abs-blackish-color);
}

.testimonial-slider.swiper-horizontal > .swiper-pagination-bullets,
.testimonial-slider.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.testimonial-slider .swiper-slide {
  padding-bottom: 55px;
}

.swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.abs-ihbox-style-10 .abs-ihbox-icon-wrapper img.tnm-icon {
  max-width: 55px;
  height: auto;
}

.general-contact {
  position: relative;
  margin-top: -50px;
  z-index: 2;
  padding-block: 30px;
  background: #fff;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05);
}

.gc-icon {
  margin-right: 20px;
  /* padding-right: 20px; */
  /* border-right: solid 1px #eee; */
  border: solid 1px #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  /* padding: 10px; */
  align-items: center;
  justify-content: center;
  display: flex;
}
.general-contact .gc-icon svg {
  color: var(--abs-global-color);
  width: 24px;
}
.ihbox-label {
  font-size: 13px;
  letter-spacing: 1px;
}
.general-contact .abs-ihbox-contents a {
  color: var(--abs-heading-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.contact-box {
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); */
  border: solid 3px #fff;
}
.contact-box:hover {
  border: solid 3px #ccc;
}
.abs-ihbox-style-7.contact-box .abs-element-title {
  border: none;
}
.contact-social .abs-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  color: var(--abs-blackish-color);
  border: 1px solid var(--abs-blackish-color);
  transition: all 0.4s ease-in-out;
}
#Contact_Section.contact-form {
  background: #fff;
}
/* .abs-team-single .abs-team-contact-form-wrap form .form-check-input[type="checkbox"],
.contact-form input {
  background: #eee;
} */
.contact-form.abs-team-single
  .abs-team-contact-form-wrap
  form
  .form-check-input[type="checkbox"] {
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ddd;
  transform: scale(1);
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.contact-form.abs-team-single
  .abs-team-contact-form-wrap
  form
  .form-check-input[type="checkbox"]:checked:before {
  transform: scale(1.5);
}
.contact-form.abs-team-single
  .abs-team-contact-form-wrap
  form
  .form-check-label {
  margin-left: 40px;
}
.location-map {
  border-radius: 10px;
  overflow: hidden;
  margin-top: auto;
}
.contact-box .abs-ihbox-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* contact-us-address-section */
.contact-us-address-section {
  padding: 80px 0 60px;
}

.contact-us-address-section .nav-link {
  background-color: #f8f9fa;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  margin-bottom: 10px;
}

.contact-us-address-section .nav-link:hover {
  background-color: #ffcc99;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-us-address-section .nav-link .abs-ihbox-icon .abs-ihbox-icon-wrapper {
  transition: transform 0.3s ease-in-out;
}

.contact-us-address-section
  .nav-link:hover
  .abs-ihbox-icon
  .abs-ihbox-icon-wrapper {
  transform: rotate(10deg);
}

.contact-us-address-section .nav-link.active {
  background-color: #ffcc99;
  border-radius: 8px;
}

.contact-us-address-section
  .nav-link.active
  .abs-ihbox-icon
  .abs-ihbox-icon-wrapper {
  transform: rotate(0deg);
}

.contact-us-address-section .map-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-us-address-section .map-container iframe {
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.contact-us-address-section .map-container:hover iframe {
  transform: scale(1.01);
}

/* Keyframe for pulse animation on icon */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.hover\:animate-pulse:hover svg {
  animation: pulse 1.5s infinite;
}

.timeline-slider .swiper-slide {
  padding-bottom: 30px;
}
.timeline-slider.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

/* Product Card */
.product-card-grid,
.product-col-grid {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.product-card-col {
  grid-template-columns: repeat(2, 1fr);
}
.product-col-grid-h {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-gap: 16px; */
}
.product-card-item {
  margin-top: -1px;
  margin-left: -1px;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  background: #fff;
}
.product--card {
  /* border: solid 1px var(--abs-blackish-color); */
  border: solid 1px #ccc;
  padding: 24px;
  height: 100%;
}
.product--card_image img {
  width: 100%;
}
.product-col-grid .product--card_image {
  position: relative;
  padding-bottom: 80%;
}
.product-col-grid .product--card_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product--card_content {
  padding-top: 30px;
}
.product--card_title {
  font-size: 24px;
  line-height: 1.3;
}
.product--card_desc {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #545454;
}
.product-card-item:hover {
  background: #eee;
}
.product-card-item:hover .abs-button-content-wrapper:before {
  width: calc(100% - 10px);
}
.product-card-item:hover .abs-button-icon i {
  transform: translateX(150%);
}
.product-card-item:hover .abs-button-icon:after {
  transform: translateX(0);
}
.product-card-item:hover .abs-button-text {
  text-shadow: 0 -22px #020a49, 0 0 #020a49;
}

.product-col-grid-h .product-card-link {
  display: flex;
  gap: 30px;
}
.product-col-grid-h .product--card_image {
  flex: 0 0 40%;
}
.product-col-grid-h .product--card_content {
  padding-top: 0;
}

.product-card-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  background: #fff;
}
.product-card-sticky .product--card {
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 24px 0;
}
.product--card-inner {
  display: flex;
  gap: 30px;
}
.product--card-inner .product--card_image {
  max-width: 200px;
}

/* Hover product Card */
.d-card {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  color: #fff;
  border: 1px solid #dedede;
}
.d-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(var(--abs-theme-color-rgb), 0); */
  background: #020a49;
  background: linear-gradient(
    45deg,
    rgba(2, 10, 73, 1) 25%,
    rgba(248, 158, 27, 1) 100%
  );
  transition: all 0.5s ease;
  opacity: 0;
}
.d-card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  margin-inline: 20px;
  transform: translate3d(0, 100%, 0);
  z-index: 1;
  width: 100%;
  width: stretch;
}
.d-card_title {
  font-size: 20px;
  line-height: 1.4;
  transition: all 0.5s ease;
  transform: translate3d(0, -120%, 0);
  /* background: #fff; */
  color: var(--abs-blackish-color);
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  /* text-transform: uppercase; */
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.d-card_desc {
  transition: all 0.5s ease;
  padding: 10px 15px 0;
  /* margin-bottom: 10px; */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.d-card_content .read-more-link {
  margin-left: 15px;
  color: var(--abs-global-color);
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
.d-card_content .read-more-link i {
  font-size: 24px;
}
.d-card:hover .d-card_content,
.d-card:hover .d-card_title {
  transform: translate3d(0, 0, 0);
}
/* .d-card:hover .d-card_title {
  color: #fff;
} */
.d-card:hover:after {
  opacity: 0.8;
}
.d-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  max-height: 400px;
}

/* career page */
.job-box {
  transition: all 0.5s ease;
  border: 1px solid var(--abs-blackish-color);
  border-radius: 10px;
  overflow: auto;
  cursor: pointer;
}
.job-box:hover {
  border-color: var(--abs-blackish-color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.job-box:hover .lable {
  background: var(--abs-blackish-color);
}
.custom-border-badge {
  border: 1px solid var(--abs-blackish-color);
  border-radius: 20px;
  color: var(--abs-blackish-color);
  font-size: 14px;
  padding: 10px;
  margin-right: 8px;
}
.custom-border-badge:last-child {
  margin-right: 0;
}
.br-10 {
  border-radius: 10px;
}
.custom-file-input {
  padding: 20px 25px;
  color: #6c757d;
  font-size: 17px;
}
.sub-category .p-50 {
  padding: 50px !important;
}

.sub-category .abs-team-single .abs-team-detail-content {
  max-width: 100%;
}
.sub-category .swiper-button-next,
.sub-category .swiper-button-prev {
  color: #fff;
  background-color: var(--abs-blackish-color);
}
.custom-line-collapse {
  border-bottom: 1px solid var(--abs-global-color);
  border-top: 1px solid var(--abs-global-color);
  width: 100%;
  display: block;
  padding: 10px 5px;
  position: relative;
  text-decoration: none;
}
.custom-line-collapse::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--abs-blackish-color);
}
.custom-line-collapse[aria-expanded="true"]::after {
  content: "-";
}
.subCategory2 {
  height: 80%;
  width: 100%;
}
.subCategory {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.subCategory .swiper-slide {
  height: 100%;
  /* opacity: 0.4; */
}
.subCategory .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--abs-blackish-color);
  border-radius: 10px;
}
.subCategory .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cl-half {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cl-half li {
  width: calc(50% - 10px);
  padding: 30px;
  background: #f8f8f8;
  border-radius: 15px;
}

.swiper-btns-justify {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding-inline: 15px;
}
.swiper-btn-next,
.swiper-btn-prev {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
}
.swiper-btn-next:before,
.swiper-btn-prev:before {
  font-family: "absgroup-base-icons";
  font-size: 22px;
  line-height: normal;
}
.swiper-btn-next:before {
  content: "\e814";
}
.swiper-btn-prev:before {
  content: "\e81e";
}
.mega-image-box {
  position: relative;
  padding-bottom: 130% !important;
}
#serviceDropdown .mega-image-box {
  padding-bottom: 100% !important;
}
.mega-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.exhibition-section .abs-blog-style-1 .abs-featured-wrapper {
  height: 250px;
  /* object-fit: contain; */
  /* border-bottom: 1px solid #16222d1a; */
  border-radius: 0;
  /* margin-bottom: -10px; */
}
.exhibition-section .abs-blog-style-1 .abs-featured-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.cursor-pointer {
  cursor: pointer;
}

.exhibition-section .abs-blog-style-1 .absgroup-box-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.exhibition-section .abs-blog-style-1 .absgroup-box-desc {
  padding: 0;
  margin: 0;
  border-top: 0;
}

.exhibition-section .abs-content-wrapper {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 20px;
  text-align: center;
}
.exhibition-section .abs-meta-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibition-section .abs-post-author {
  margin-left: 10px;
}

.exhibition-section .post-item:hover .abs-button-content-wrapper:before {
  width: calc(100% - 10px);
}
.exhibition-section .post-item:hover .abs-button-icon i {
  transform: translateX(150%);
}
.exhibition-section .post-item:hover .abs-button-icon:after {
  transform: translateX(0);
}
.exhibition-section .post-item:hover .abs-button-text {
  text-shadow: 0 -22px #020a49, 0 0 #020a49;
}

.exhibition-section .post-item:hover .absgroup-box-content {
  border: 1px solid var(--abs-global-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.exhibition-section .abs-meta-wraper {
  position: relative;
  background: var(--abs-light-color);
  margin: 10px 0;
  transform: translate(0);
  width: 100%;
}
/*  */
/* Layout */
.slider-wrapper {
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #000;
}

/* Thumbnails (left column) */
.thumbnail-slider {
  width: 25vw;
  height: 100vh;
  overflow-y: auto;
  background: #111;
}

.thumbnail-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnail-slider li {
  height: 14.285%; /* 7 thumbnails visible equally */
}

.thumbnail-slider a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thumbnail-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.thumbnail-slider img:hover {
  transform: scale(1.1);
}

/* Main Slider (right column) */
.main-slider {
  position: relative;
  width: 75vw;
  height: 100vh;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.main-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.main-slider .slide:first-of-type {
  opacity: 1;
}

.main-slider .slide:target {
  opacity: 1;
  z-index: 1;
}

.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text Overlay */
.meta {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: white;
  max-width: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  border-radius: 10px;
  animation: fadeIn 1s ease forwards;
}

.meta h2 {
  font-size: 2rem;
  margin: 0;
  color: var(--abs-global-color);
}

.meta p {
  font-size: 1rem;
  margin-top: 0.5rem;
  opacity: 0.9;
}

/* Scrollbar styling */
.thumbnail-slider::-webkit-scrollbar {
  width: 6px;
}

.thumbnail-slider::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-filter .abs-sortable-list-ul li {
  margin-bottom: 0;
}
/* abs-sortable-list slide swiper tabs */
.abs-sortable-list {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
  background: #fff;
  position: relative;
}

.abs-sortable-list .fixed-item {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
  flex-shrink: 0;
  border-right: 1px solid #eee;
  padding-right: 10px;
}

.abs-sortable-link {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  transition: color 0.2s, font-weight 0.2s;
}

.abs-sortable-link:hover {
  color: #000;
}

.abs-sortable-link.abs-selected {
  font-weight: 700;
  color: #000;
}

.abs-sortable-list .sortable-swiper {
  width: calc(100% - 260px);
  position: relative;
}

.abs-sortable-list .swiper-slide {
  width: auto;
  padding-left: 10px;
}
.abs-sortable-list .swiper-button-prev,
.abs-sortable-list .swiper-button-next {
  width: 48px;
  height: 46px;
}
.abs-sortable-list .swiper-button-prev {
  left: 130px;
}

/* .abs-sortable-list .swiper-button-next {
} */

.abs-portfolio-style-1 a.video-btn:before {
  content: "\e864";
  font-family: "absgroup-base-icons";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.3s;
  z-index: 1;
}

.abs-portfolio-style-1 a.video-btn::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 10px;
}

.distributor-registration {
  padding: 30px;
  border-radius: 15px;
  background: var(--abs-blackish-color);
}
.distributor-registration .section-title {
  color: #fff;
  margin-bottom: 15px;
}
.join-us-wrap {
  background: url(../img/bg/join-us.jpg) no-repeat center;
  background-size: cover;
}
.join-us-content {
  max-width: 500px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
.fw-bold-md {
  font-weight: 500;
}

.c-head {
  border-bottom: solid 2px var(--abs-global-color);
  padding-bottom: 30px;
}
.c-head .abs-title {
  color: var(--abs-global-color);
  font-size: 42px;
}
.clist-wrap {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.clist-wrap .abs-header-button {
  margin-left: auto;
}
.c-list {
  display: flex;
  gap: 20px;
  font-size: 18px;
  color: var(--abs-blackish-color);
  padding-bottom: 10px;
}
.c-label {
  width: 150px;
  flex: 0 0 150px;
  text-transform: uppercase;
  font-weight: 500;
}
.career__how-to-apply_sec {
  position: relative;
  padding-bottom: 30px;
}
.career__how-to-apply_sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f6f6f6;
  z-index: -1;
}
.career__how-to-apply {
  background: var(--abs-blackish-color);
  color: #fff;
  text-align: center;
}
.career__how-to-apply h6,
.career__how-to-apply a {
  color: var(--abs-global-color);
}
.partners-section .swiper-buttons {
  position: absolute;
  width: 180px;
  height: 100px;
  bottom: 0;
  color: var(--pbmit-white-color);
  background-color: rgba(var(--pbmit-white-color-rgb), 0.3);
  backdrop-filter: blur(40px);
  z-index: 9;
  padding: 20px;
}

/* About page */
.review-adjust .review-adjust-bg {
  background-image: url(../img/logo/logo-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1618px;
  max-width: fit-content;
  height: auto;
  opacity: 0.9;
}

.few-figures-header {
  margin-bottom: 55px;
}
.review-adjust .review-steps.border-right {
  border: 2px solid #e6e3dc;
  width: 50%;
  height: auto;
  background: rgba(0, 0, 0, 0);
  border-radius: 999em 40px 40px 999em;
  border-right: none;
  padding: 27px 0 27px 50px;
}
.review-adjust .review-steps.border-left {
  border: 2px solid #e6e3dc;
  width: 50%;
  height: auto;
  background: rgba(0, 0, 0, 0);
  border-radius: 40px 999em 999em 40px;
  border-left: none;
  padding: 27px 50px 27px 0px;
}
.review-adjust .review-figures-img-main-wrapper {
  width: clamp(85px, 12.5vw, 150px);
  height: clamp(85px, 12.5vw, 150px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #eaeff4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  transition: 0.3s all;
  background: linear-gradient(166.77deg, #ffffff 6.89%, #fef9eb 98.48%);
}
.review-figures-img-main-wrapper img {
  max-height: clamp(4rem, 6vw, 5.5rem);
  width: 100%;
  opacity: 0.5;
}
.review-adjust .adjustement-arrow {
  position: relative;
  top: 60px;
}
.review-adjust .adjustement-arrow img {
  max-width: 170px;
}
.review-adjust .review-steps p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 20px;
}
.review-adjust .review-steps span {
  display: block;
  font-size: clamp(6rem, 10vw, 7.5rem);
  font-weight: 900;
  line-height: 110px;
  color: var(--abs-blackish-color);
}
.preferences-border-style .row {
  display: flex;
  flex-wrap: wrap;
}
.preferences-border-style .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 15px;
}
.preferences-border-style .col-6:nth-child(2n) {
  border-right: none;
}
.preferences-border-style .col-6:nth-last-child(-n + 2) {
  border-bottom: none;
}
.preferences-border-style .col-6:last-child:nth-child(odd) {
  border-bottom: none;
}
.preferences-border-style .col-6:nth-last-child(2):nth-child(even) {
  border-bottom: 1px solid #c9c9c9;
}

/* Clientele Marquee */
.marquee-section {
  --color-text: #000;
  --size: clamp(10rem, 1rem + 30vmin, 30rem);
  --gap: calc(var(--size) / 14);
}
.marquee-section .marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}
.marquee-section .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee-section .marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}
.marquee-section .marquee-reverse .marquee_group {
  animation-direction: reverse;
  animation-delay: -3s;
}
/* LTR Animation */
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* RTL Animation */
@keyframes scroll-x-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% + var(--gap)));
  }
}
.marquee-section .marquee .marquee-item {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: #000;
  background: #fff;
  border: solid 1px var(--abs-blackish-color);
  /* aspect-ratio:19/9; */
  height: 160px;
  padding: calc(var(--size) / 10);
  border-radius: 1rem;
}
.marquee-section .marquee .marquee-item img {
  max-height: 120px;
}
/*  Marqee end */

/* .certificate-section {
  background: var(--abs-light-color);
  background: linear-gradient(
    45deg,
    rgba(2, 10, 73, 0.15) 25%,
    rgba(248, 158, 27, 0.15) 100%
  );
}
.certification-card {
  border-right: solid 1px #00000020;
  border-bottom: solid 1px #00000020;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  padding: 10px;
}

.certificate-logo {
  width: 100%;
  height: 172px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-logo img {
  width: auto;
  height: 88px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.certification-card h6 {
  margin-bottom: 20px;
  padding-block: 5px;
  position: relative;
}
.certification-card:hover .certificate-logo img {
  transform: scale(1.1);
}
.certification-card:hover {
  background: rgba(255, 255, 255, 0.5);
} */
.certificate-section {
  background: var(--abs-light-color);
  background: linear-gradient(
    45deg,
    rgba(2, 10, 73, 0.15) 25%,
    rgba(248, 158, 27, 0.15) 100%
  );
  padding: 60px 0;
}

/* Base card styling */
.certification-card {
  border-right: 1px solid #00000020;
  border-bottom: 1px solid #00000020;
  text-align: center;
  padding: 30px 15px;
  transition: all 0.3s ease;
  background: transparent;
}

/* Hover */
.certification-card:hover {
  background: rgba(255, 255, 255, 0.5);
}
.certification-card:hover .certificate-logo img {
  transform: scale(1.1);
}

.certificate-logo {
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.certificate-logo img {
  height: 88px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* ===================================================== */
/* RESPONSIVE BORDERS — PERFECT FOR ANY NUMBER OF CARDS */
/* ===================================================== */

/* Tablet 576px – 767px → 2 columns */

/* Demo page */
.video-section {
  position: relative;
  z-index: 1;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-button-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--abs-blackish-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-decoration: none;
  font-size: 30px;
}

.play-button::before,
.play-button::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.play-button::before {
  background-color: rgba(255, 255, 255, 0.5);
  animation: pulse-animation 2s infinite ease-in;
}

.play-button::after {
  background-color: rgba(255, 255, 255, 0.4);
  animation: pulse-animation 4s infinite ease-in-out;
}

.play-button:hover {
  color: var(--abs-global-color);
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*  */

.service-details-wrapper .process-wrapper {
  border-top: 1px solid rgba(31, 31, 31, 0.25);
}

.service-details-wrapper .process-wrapper .demo-process-item .line {
  margin-left: 30px;
  width: 1px;
  height: 75px;
  background-color: rgba(31, 31, 31, 0.25);
  position: relative;
}
.service-details-wrapper .process-wrapper .demo-process-item .line:before {
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
.demo-process-item.style-three .number {
  font-size: 48px;
  line-height: 1.15em;
  font-weight: 700;
  color: transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #797e88;
  margin-bottom: 15px;
}
.demo-process-item.style-three .content h5 {
  margin-bottom: 15px;
}
.service-box-items {
  margin-top: 30px;
  padding: 50px;
  border-radius: 30px;
}
.service-box-items .content {
  margin-top: 30px;
}

.service-box-items .icon {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 30%);
  border-radius: 50%;
}
.service-box-items .icon svg {
  fill: var(--abs-white-color);
  width: 80px;
  height: 80px;
}
.service-box-items .content p {
  margin-bottom: 0;
}
.service-box-items .content h3,
.service-box-items .content p {
  color: var(--abs-white-color);
}

.about-hero-text {
  position: absolute;
  background: var(--abs-blackish-color);
  padding: 30px;
  color: var(--abs-white-color);
  width: 40%;
  z-index: 9;
  text-wrap: balance;
  right: 0;
  bottom: 0;
}

.about-hero-text:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 150px;
  height: 100%;
  background: var(--abs-blackish-color);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}

.about-hero-text h3,
.about-hero-text h6 {
  color: var(--abs-white-color);
}

.demo-witness-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-box {
  border: solid 1px #ddd;
  padding: 30px 30px 10px;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.c-number {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: var(--abs-blackish-color);
}
.c-box p {
  padding-top: 10px;
  margin-block: 30px 0;
  border-top: solid 1px #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-box p::after {
  content: "\e80c";
  font-family: "absgroup-base-icons";
  font-size: 16px;
  line-height: 1;
  margin-left: auto;
}
.rbt-table thead tr th,
.rbt-table thead tr td {
  background: var(--abs-global-color);
  color: var(--abs-white-color);
}
/*  */
.form-control-custom {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
  padding: 10px 0 8px 0;
}

.form-control-custom:focus {
  box-shadow: none;
  border-color: var(--abs-global-color);
}
.form-control.form-select {
  color: rgba(var(--abs-blackish-color-rgb), 0.5);
}

/* 404 */
.error-section {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error {
  font-size: 150px;
  color: #125688;
  line-height: 1;
  text-shadow: 1px 1px 1px var(--abs-blackish-color),
    2px 2px 1px var(--abs-blackish-color), 3px 3px 1px var(--abs-blackish-color),
    4px 4px 1px var(--abs-blackish-color), 5px 5px 1px var(--abs-blackish-color),
    6px 6px 1px var(--abs-blackish-color), 7px 7px 1px var(--abs-blackish-color),
    8px 8px 1px var(--abs-blackish-color), 25px 25px 8px rgba(0, 0, 0, 0.2);
}

.page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.back-home {
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
  background: #222;
  border-radius: 6px;
}
.back-home:hover {
  background: #222;
  color: #ddd;
}
.password-section {
  position: relative;
}
.password-section .show-password {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
/*  */
.order-table th {
  background: var(--abs-global-color);
  font-weight: 500;
  color: #fff;
}

.order-table tbody tr {
  color: var(--abs-blackish-color);
  transition: all 0.2s;
}

.order-table tbody tr:hover {
  background: #f1f5ff !important;
}

.order-table tbody tr td {
  font-size: 15px;
}

.badge-status {
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}

.btn-sm-custom {
  font-size: 0.85rem;
  padding: 6px 12px;
}
.btn-border-orange{
  border: 1px solid var(--abs-global-color);
}
.btn-border-orange:hover{
  background-color: var(--abs-global-color);
  color: #fff;
}
.btn-border-orange:active{
  background-color: var(--abs-global-color);
  color: #fff;
}
.btn-border-orange:focus{
  background-color: var(--abs-global-color);
  color: #fff;
}

.btn-border-dark-blue{
  border: 1px solid var(--abs-blackish-color);
}
.btn-border-dark-blue:hover{
  background-color: var(--abs-blackish-color);
  color: #fff;
}
.btn-border-dark-blue:active{
  background-color: var(--abs-blackish-color);
  color: #fff;
}
.btn-border-dark-blue:focus{
  background-color: var(--abs-blackish-color);
  color: #fff;
}

/* Modal Product Card Style (Amazon-like) */
.product-modal-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}

.product-modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-modal-body {
  padding: 20px;
}

.product-modal-name {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.product-spec {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.product-spec strong {
  color: #1a1a1a;
}

/* Invoice Modal */
.invoice-modal-table {
  font-size: 0.95rem;
}

.order-history-section .modal-header {
  border-bottom: 1px solid #e9ecef;
}
.order-history-section .modal-footer{
  border-top: 1px solid #e9ecef;
}

.products-note {
  background: #fff3cd;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  border-left: 4px solid var(--abs-global-color);
}
.active>.page-link, .page-link.active{
  background-color: var(--abs-global-color);
    border-color: var(--abs-global-color);
}

.icon-box {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.icon-box i {
    font-size: 30px;
    color: #fff;
}

.bg-gradient-purple { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.bg-gradient-success { background: linear-gradient(135deg, #10b981, #059669); }
.bg-gradient-info    { background: linear-gradient(135deg, #0ea5e9, #06b6d4); }
.bg-gradient-warning { background: linear-gradient(135deg, #f59e0b, #d97706); }
.bg-gradient-primary { background: linear-gradient(135deg, #3b82f6, #6366f1); }

/* Hover lift effect */
.hover-lift {
    transition: all 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12) !important;
}
.privacy-policy-content ul{
  list-style: disc;
  margin-left: 20px
}

.privacy-policy-content ul li{
  margin-bottom: 10px
}