/* :root {
  --primary-color: #2a5ee6;
  --secondary-color: #6c757d;
  --dark-color: #343a40;
  --light-color: #f8f9fa;
} */

/* body {
  font-family: "Urbanist", sans-serif;
  color: #333;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-size: 18px;
} */

#tf-about-us p {
  font-size: 18px !important;
}

#tf-about-us .section-desc {
  margin-top: -20px;
}

/* Button-CSS */

#tf-about-us .Main-Button {
  line-height: auto;
  border-radius: 40px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  z-index: 9;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out !important;
  background-color: #11112a;
  color: #fff;
  border: 2px solid transparent;
  margin-top: 10px;
  font-family: "Urbanist";
}

#tf-about-u .Main-Button span {
  margin-left: 12px;
  position: relative;
}

#tf-about-u .Main-Button svg {
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0;
}

#tf-about-u .Main-Button span .svg-icon {
  position: absolute;
  top: 7px;
  left: -2px;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  transition: 0.3s;
  color: #11112a;
}

#tf-about-u .Main-Button:hover span .svg-icon {
  color: #fff;
}

#tf-about-u .Main-Button:hover span .svg-bg {
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#tf-about-u .Main-Button:hover {
  background-color: transparent !important;
  color: #11112a !important;
  border-color: #11112a !important;
  text-decoration: none !important;
}

/* -------------------------------- */

.hero-section {
  padding: 60px 0;
}

.hero-section p {
  font-size: 18px;
}

.hero-section .lottie-animation {
  width: 730px;
  height: 730px;
}

.badge1 {
  font-family: "Urbanist";
  display: inline-block;
  padding: 10px 20px;
  background-color: #f37c233b;
  color: #f37c23;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.badge1 i {
  margin-right: 8px;
  font-size: 14px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark-color);
}

.section-main-title {
  font-size: 42px;
  font-weight: 600;
  color: #11112a;
  margin-bottom: 25px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

#tf-about-us .section-title {
  font-size: 2rem;
  /* margin-bottom: 40px; */
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.solutions-section {
  background: url("../images/about-us-page/Light-Gradient-Bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.solution-card-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.solution-card {
  border: none;
  border-radius: 8px;
  background-color: white;
  transition: all 0.3s ease;
  /* margin-bottom: 30px; */
  /* height: 100%; */
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.solution-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.solution-icon.brown-icon {
  background: #fff2f3;
  color: #8e3c44;
}
.solution-icon.blue-icon {
  background: #edf9fb;
  color: #233d42;
}
.solution-icon.yellow-icon {
  background: #fffbe6;
  color: #233d42;
}

.solution-title {
  font-size: 1.25rem;
  font-weight: 600;
  /* margin-bottom: 15px; */
  text-align: left;
}

.iso-section {
  background-color: #f5f8ff;
  padding: 60px 0;
  border-radius: 8px;
}

.ISO-images {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ISO-images .img-fluid {
  width: 150px;
  padding: 15px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.iso-badge {
  background-color: var(--primary-color);
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.portfolio-btn {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
}

.portfolio-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.portfolio-btn:hover {
  color: #1d4ed8;
  text-decoration: none;
}

.portfolio-btn:hover i {
  transform: translateX(5px);
}

/* --------- */

.our-approach {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.our-approach .solution-card {
  display: flex;
  align-items: center;
  gap: 20px;
}

.our-approach .solution-icon {
  min-width: 80px;
  min-width: 80px;
  margin-bottom: 0 !important;
}

/* ----------------------- */

.why-choose-section .feature-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.why-choose-section .feature-card p {
  margin-bottom: 0;
}

/* Pricing Card */

.pricing-section {
  background-image: url("../images/about-us-page/Light-Gradient-Bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-section .pricing-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border: none;
}

.pricing-section .free-card {
  background-color: #d3e5ef;
  border-top: 4px solid #1892f3;
}
.pricing-section .silver-card {
  background-color: #e1e1e1;
  border-top: 4px solid #717170;
}
.pricing-section .gold-card {
  background-color: #fff8e1;
  border-top: 4px solid #edc500;
}
.pricing-section .platinum-card {
  background-color: #f5f2ff;
  border-top: 4px solid #9c27b0;
}

.pricing-section .free-card .card-body i {
  color: #1892f3;
}

.pricing-section .silver-card .card-body i {
  color: #717170;
}

.pricing-section .gold-card .card-body i {
  color: #edc500;
}
.pricing-section .platinum-card .card-body i {
  color: #9c27b0;
}

.pricing-section .pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-section .pricing-card.popular {
  border-top: 4px solid #edc500;
}

.pricing-section .pricing-card.popular .card-header {
  /* background: linear-gradient(135deg, orange, rgb(0, 183, 255)); */
  /* background-color: #f37c233b; */
  color: white;
}

.pricing-section .pricing-card.popular .popular-badge {
  display: block;
}

.pricing-section .card-header {
  /* background: white; */
  background: none;
  padding: 20px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-section .card-header h3 {
  font-weight: 700;
  margin-bottom: 0;
  color: #5a5c69;
  font-size: 20px;
}

.pricing-section .card-header h3 i {
  font-size: 20px;
}

.pricing-section .silver-card .card-header h3 i {
  color: #717170;
}

.pricing-section .gold-card .card-header h3 i {
  color: #edc500;
}

.pricing-section .platinum-card .card-header h3 i {
  color: #9c27b0;
}

.pricing-section .card-header .price {
  font-size: 48px;
  font-weight: 700;
  margin: 5px 0 -10px 0px;
  color: #11112a;
}

.pricing-section .card-header .price span {
  font-size: 16px;
  font-weight: 400;
}

.pricing-section .card-body {
  padding: 20px;
  padding-top: 0px;
}

.pricing-section .card-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.pricing-section .card-body ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.pricing-section .card-body ul li:last-child {
  border-bottom: none;
}

.pricing-section .card-body ul li i {
  margin-right: 10px;
  color: #f37c23;
  font-size: 14px;
}

.pricing-section .btn-pricing {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #11112a;
  /* background: white; */
  color: #11112a;
}

.pricing-section .btn-pricing:hover {
  background: #11112a;
  color: white;
}

.pricing-section .popular-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f37c23;
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  display: none;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f37c23;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(30, 204, 138, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 204, 138, 0);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .pricing-section .pricing-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-section .card-header {
    padding: 20px;
  }

  .pricing-section .card-header .price {
    font-size: 36px;
    margin: 15px 0;
  }

  .pricing-section .card-body {
    padding: 20px;
  }
}

/* ============================================================== 
    # Team
=================================================================== */

/* .our-leaders {
  background-image: url(Assets/Images/Light-Gradient-Bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.team-card-main > .col-md-3:last-child {
  margin-top: 30px;
}

.team-style-one-area {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.team-style-one-items .row {
  /* gap: 20px; */
}

.team-style-one-item .thumb {
  position: relative;
  margin-bottom: 10px;
}

.team-style-one-item .info a {
  color: #11112a;
}

.team-style-one-item .thumb img {
  border-radius: 10px;
  height: auto;
  width: 100%;
  /* max-width: 100%; */
  border: none;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.social-overlay .icon {
  background: var(--white);
  border-radius: 60px;
  border: 10px solid var(--white);
  position: relative;
  min-width: 60px;
  min-height: 60px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-gray .social-overlay .icon {
  background: var(--bg-gray);
  border: 10px solid var(--bg-gray);
}

.social-overlay .icon::before {
  position: absolute;
  left: -28px;
  bottom: 22px;
  content: "";
  height: 40px;
  width: 22px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 var(--white);
}

.social-overlay .icon::after {
  position: absolute;
  right: -17px;
  bottom: 22px;
  content: "";
  height: 27px;
  width: 8px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .social-overlay .icon::after {
  box-shadow: 0 20px 0 0 var(--bg-gray);
}

.bg-gray .social-overlay .icon::before {
  box-shadow: 0 20px 0 0 var(--bg-gray);
}

.social-overlay {
  position: absolute;
  right: 50px;
  bottom: -32px;
  z-index: 1;
}

.social-overlay ul {
  padding: 0px;
}

.social-overlay .icon i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--dark);
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.social-overlay .icon i:hover {
  background-color: #f37c23;
}

.team-style-one-item h4 {
  margin: 0;
}

.color-style-two .social-overlay .icon i {
  background: var(--color-style-two);
}

.color-style-three .social-overlay .icon i {
  background: var(--color-style-three);
}

.social-overlay ul li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.social-overlay ul li a {
  display: inline-block;
}

.social-overlay ul li a i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: var(--color-primary);
  color: var(--white);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.35s ease-in-out;
}

.color-style-two .social-overlay ul li a i {
  background: var(--color-style-two);
}

.color-style-three .social-overlay ul li a i {
  background: var(--color-style-three);
}

.social-overlay ul li:first-child a i {
  transition-delay: 0.6ms;
}

.social-overlay ul li:nth-child(2) a i {
  transition-delay: 0.45ms;
}

.social-overlay ul li:nth-child(3) a i {
  transition-delay: 0.3ms;
}

.social-overlay ul li:nth-child(4) a i {
  transition-delay: 0.15ms;
}

.team-style-one-item:hover .thumb .social-overlay ul li a i {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social-overlay ul li a i.fa-facebook-f {
  background: #3b5998;
}

.social-overlay ul li a i.fa-dribbble {
  background: #ea4c89;
}

.social-overlay ul li a i.fa-linkedin-in {
  background: #0077b5;
  transition: all 0.2s ease-in-out;
}

.social-overlay ul li a i.fa-linkedin-in:hover {
  background-color: white;
  color: #0077b5;
}

.social-overlay ul li a i.fa-x-twitter {
  background: #11112a;
  transition: all 0.2s ease-in-out;
}

.social-overlay ul li a i.fa-x-twitter:hover {
  background-color: white;
  color: #11112a;
}

/* Life at Techforce */

.life-at-techforce .solution-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  height: 100%;
}

.life-at-techforce .solution-card p {
  margin-bottom: 0;
}

.life-at-techforce .brown {
  background-color: #fff2f3;
}

.life-at-techforce .solution-card .brown-icon {
  background-color: #f7dadd;
  color: #8e3c44;
}

.life-at-techforce .yellow {
  background-color: #fffbe6;
}

.life-at-techforce .solution-card .yellow-icon {
  background-color: #efeac8;
  color: #233d42;
}

.life-at-techforce .blue {
  background-color: #edf9fb;
}

.life-at-techforce .solution-card .blue-icon {
  background-color: #c6edf4;
  color: #233d42;
}

/* Gallery Image */

.gallery-image img {
  width: -webkit-fill-available;
  height: 100%;
}

.gallery-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.gallery-image img {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
}

.gallery-image:hover img {
  transform: scale(1.2);
  /* filter: grayscale(100%); */
}

/* --------------------------- */

#lottie-animation1 svg {
  width: 90% !important;
  margin-top: -15px;
}

@media (max-width: 992px) {
  #lottie-animation1 svg {
    width: 100% !important;
    margin-top: 0px;
  }
}

/* --------------------------- */

/* Responsive */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px !important;
  }
}

@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }

  .solution-card-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px !important;
  }

  .our-approach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px !important;
  }

  .solution-card-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px !important;
  }

  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .solution-card-main {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-response-success {
  color: #fff !important;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: -15px;
}

.form-response-success p {
  color: white !important;
  font-size: 18px;
}
