
.theme-top-btn {
  overflow: hidden;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 8px 5px;
    cursor: pointer;
}
.theme-top-btn:hover {
  color: var(--white);
}




.about-right-wrap .experience-card .years {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #063232;
    display: inline-block;
    position: relative;
    text-shadow: -2px -2px 0 var(--dark-color),2px -2px 0 var(--dark-color),-2px 2px 0 var(--dark-color),2px 2px 0 var(--dark-color)
}

.about-right-wrap .experience-card .years::before {
    position: absolute;
    content: "+";
    top: -4px;
    right: -26px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: #daa521
}

.about-right-wrap .experience-card .text {
    font-size: 24px;
    line-height: 30px;
    color: #063232
}

.about-right-wrap .experience-card .text span {
    position: relative
}

.about-right-wrap .experience-card .text span::before span.fw-semibold::before {
    position: absolute;
    content: "";
    right: -70%;
    top: 50%;
    width: 58px;
    height: 1px;
    background-color: #e3572b
}

.about-right-wrap .profile-card {
    background: #e3572b;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    overflow: hidden;
    text-align: center;
    position: relative
}

.about-right-wrap .profile-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    transition: all .4s ease-in-out;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%)
}

@media(max-width: 430px) {
    .about-right-wrap .profile-card img {
        width:100%
    }
}

.about-right-wrap .profile-card .profile-details {
    position: absolute;
    width: 100%;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%)
}

.about-right-wrap .profile-card .profile-details .name {
    font-size: 18px;
    line-height: 24px;
    color: #e3572b;
    font-weight: 600;
    margin-bottom: 3px
}

.about-right-wrap .profile-card .profile-details .title {
    opacity: .6;
    font-size: 14px;
    line-height: 24px;
    color: #e3572b
}

.odometer.odometer-auto-theme,.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;*display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;*display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;*display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.odometer-formatting-mark {
    display: none
}


.about-right-wrap .experience-card .years {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #daa521;
    display: inline-block;
    position: relative;
    text-shadow: -2px -2px 0 var(--dark-color),2px -2px 0 var(--dark-color),-2px 2px 0 var(--dark-color),2px 2px 0 var(--dark-color)
}

.about-right-wrap .experience-card .years::before {
    position: absolute;
    content: "+";
    top: -4px;
    right: -26px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: #daa521
}

.about-right-wrap .experience-card .text {
    font-size: 24px;
    line-height: 30px;
    color: #daa521
}

.about-right-wrap .experience-card .text span {
    position: relative
}

.about-right-wrap .experience-card .text span::before span.fw-semibold::before {
    position: absolute;
    content: "";
    right: -70%;
    top: 50%;
    width: 58px;
    height: 1px;
    background-color: #e3572b
}

.about-right-wrap .experience-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 42px
}

.sub-title {
    display: flex
;
    align-items: center;
    gap: 10px;
    color: #E3572B;
    color: var(--theme);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
}
.sub-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color:var(--theme);
}
.asterisk {
    display: inline-block;
    width: 13px !important;
    height: 14px !important;
    position: relative;
}
.asterisk::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../img/asterisk.png) no-repeat center / cover;
}

.about-wrapper .about-content .about-icon-items {
    margin-top: 28px;
    display: block;
    align-items: center;
    gap: 30px;
    border-bottom: 0px solid var(--border-color);
    padding-bottom: 20px;
}
.about-wrapper .about-content .about-icon-items .icon-items{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
.about-wrapper .about-content .about-icon-items .icon-items:last-child{
    margin-bottom: 0px;
}

.cta-banner-2 .cta-wrapper-2{
    background-color: var(--theme1);
}






/*Our Specializations*/

.spec-section {
  position: relative;
  z-index: 1;
}
.spec-section .service-content {
  padding: 0px;
}
.tech-section .service-content {
  padding: 0px;
}
.spec-section h5{
    font-weight: 500;
}
.spec-section .service-card-items{
margin-top: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    background: none;
    border: 0px solid #ddd;
    border-radius: 16px;
    padding: 0px;
    text-align: center;
}
.spec-section .service-card-items .service-content .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    transition: transform 500ms ease;
    margin: 0 auto 20px;
    box-shadow: var(--box-shadow);
}
.spec-section .service-card-items .service-content .icon img{
    filter: none;
}
.section-bg-4 {
    background-color: var(--bg4);
    z-index: 1;
}
.spec-section .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.spec-section .mask-shape {
  position: absolute;
  right: 0;
  top: 5%;
}
@media (max-width: 1899px) {
  .spec-section .array-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .spec-section .array-button {
    display: none;
  }
}
.spec-section .array-button .array-prev {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 8%;
  z-index: 9;
  border: 1px solid var(--white);
  color: var(--white);
}
@media (max-width: 1899px) {
  .spec-section .array-button .array-prev {
    position: initial;
  }
}
.spec-section .array-button .array-prev:hover {
  border: 1px solid transparent;
}
.spec-section .array-button .array-next {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 8%;
  z-index: 9;
}
@media (max-width: 1899px) {
  .spec-section .array-button .array-next {
    position: initial;
  }
}


/*Our Technologies*/

.tech-section h5{
    font-weight: 500;
}
.tech-section .service-card-items{
margin-top: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    background: none;
/*    border: 1px solid #ddd;*/
    border-radius: 16px;
    padding: 0px;
    text-align: center;
}
.tech-section .service-card-items .service-content .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    transition: transform 500ms ease;
    margin: 0 auto 20px;
    box-shadow: var(--box-shadow);
}
.tech-section .service-card-items .service-content .icon img{
    filter: none;
}
.tech-section .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tech-section .mask-shape {
  position: absolute;
  right: 0;
  top: 5%;
}
.tech-section .array-button {
  display: none;
}
@media (max-width: 1899px) {
  .tech-section .array-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .tech-section .array-button {
    display: none;
  }
}
.tech-section .array-button .array-prev {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 8%;
  z-index: 9;
  border: 1px solid var(--white);
  color: var(--white);
}
@media (max-width: 1899px) {
  .tech-section .array-button .array-prev {
    position: initial;
  }
}
.tech-section .array-button .array-prev:hover {
  border: 1px solid transparent;
}
.tech-section .array-button .array-next {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 8%;
  z-index: 9;
}
@media (max-width: 1899px) {
  .tech-section .array-button .array-next {
    position: initial;
  }
}


.processing-contact {
    z-index: 1;
    background-color: #34b580;
    background-color: var(--theme2);
    background-image: url(../img/processing-contact-bg.webp);
    background-repeat: no-repeat;
    background-position: top right;
}
.processing-contact.cta-banner-2::before{
    display: none;
}

.processing-contact.cta-banner-2 .cta-wrapper-2{
    background: none;
}
.processing-contact .cta-wrapper-2 h3{
    position: relative;
    padding-left: 40px;
    color: #000;
}
.processing-contact .cta-wrapper-2 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d2a98e;
}


.conact-us-wrap-one .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 1.4;
}
.conact-us-wrap-one .heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d2a98e;
}
.conact-us-wrap-one .sub-heading {
    margin-top: 15px;
    font-size: 18px;
    margin-left: 34px;
    color: #696969;
}
.contact-info-two .icon {
    color: #fff;
}
.contact-info-one .icon, .contact-info-two .icon, .contact-info-three .icon {
   font-size: 23px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: var(--white);
    text-align: center;
    color: var(--theme);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    position: relative;
}
.contact-info-two .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}
.contact-info-one .call-us::before, .contact-info-two .call-us::before, .contact-info-three .call-us::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.contact-info-two .heading {
    color: rgba(255, 255, 255, 0.8);
}
.contact-info-one .heading, .contact-info-two .heading, .contact-info-three .heading {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-one .call-us, .contact-info-two .call-us, .contact-info-three .call-us {
    line-height: 1.17;
    color: #002fa6;
    position: relative;
    display: inline-block;
}
.contact-info-two .call-us a{
    color: #fff;
}
.contact-info-two .call-us:hover {
    color: #d2a98e;
}




.talentpret-contact{
    padding: 0px 0;
}
.talentpret-contact:before {
    width: 100%;
    content: " ";
    background-image: url(../img/bg-noise.webp);
    position: absolute;
    height: 233px;
    background-color: #fbfbfb;
    display: block;
    z-index: -1;
}
.at-form-content{
    padding-left: 80px;
}
.talentpret-contact .project-card.style2 .project-mask-wrapper{
    padding-top: 0px;
}
.talentpret-contact h2{
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.18;
    max-width: 590px;
    margin-bottom: 45px;
    color: var(--theme2);
}
.tp-form h5{
    color: var(--theme);
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 26px;
}
.radio-button-group {
      display: flex;
      gap: 12px;
    }

.tp-form-radiospan {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 1px solid #DFE1E5;
}
.tp-form-box:not(:last-child) {
    margin-bottom: 28px;
}
.tp-form-box .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 8px;
    margin-bottom: 45px;
}
.tp-form-radio span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.216, .416, .25, 1);
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 1px solid #DFE1E5;
}
.tp-form-radio span::before {
  display: none;
}
.tp-form-radio span:hover {
  background: #FF2727;
  color: #fff;
  border-color: transparent;
}
.tp-form-radio input:checked ~ span {
  background: #FF2727;
  color: #fff;
}
.tp-form-label {
  color: #000;
  opacity: 64%;
  text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 2px;
    transition: all 0.3s  rgba(255, 255, 255, 0.12);
}
.tp-form-box :focus-within .tp-form-label {
  color: #000;
  opacity: 1;
}

.tp-form-input {
    font-weight: 400;
    color: rgba(33, 37, 39, 0.8);
    border-color: #DFE1E5;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #DFE1E5;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s cubic-bezier(.216, .416, .25, 1);
}
/*.tp-form-input {
    font-weight: 400;
    color: rgba(33, 37, 39, 0.8);
    border-color: #DFE1E5;
}*/
/*.tp-form-input:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}*/
.tp-form-input:is(textarea) {
    height: 70px;
    min-height: 70px;
}


.tp-tuch-section .section-title .title,
.tp-tuch-section .section-title span{    
    color: var(--white);
}
.tp-tuch-section .section-title .title{   
    text-transform: uppercase;
}
.tp-tuch-section .gt-btn.style5{
    min-width: max-content;
    padding: 12px;
    margin-left: 75px;
}
.tp-tuch-bg {
    background-color: var(--theme);
    padding: 60px 60px;
    background-image: url(../img/bg-noise.webp);
}
.tp-tuch-bg2 {
    background-color: #212527;
    padding: 60px 60px;
    background-image: url(../img/bg-noise.webp);
}
.breadcrumb-wrapper.bg-cover{
    width: 100%;
    top: -128px;
    padding-top: 130px;
    margin-bottom: -128px;
}
.about-section,
.service-section,
.faq-section {
    z-index: 1;
    position: relative;
}
@media (max-width: 1399px) {
.about-right-wrap .experience-card .years {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
.hero-section {
    position: relative;
    margin-top: -80px;
}

}

@media (max-width: 767px) {
.talentpret-contact h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 45px;
    color: var(--theme2);
}
.at-form-content {
    padding-left: 0px;
}
.talentpret-contact{
    margin-bottom: 30px;
}
}

.tp-tuch-section {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
.tp-tuch-section .gt-btn.style5{
    width: auto;
    margin-left: 30px;
}
}

@media (max-width: 1250px) {
    section.tp-tuch-section .col-lg-6.d-flex {
    display: block !important;
}
.tp-tuch-section .gt-btn.style5
{
    margin: 0px;
        margin-top: 20px;
}
.tp-tuch-section .section-title .title, .tp-tuch-section .section-title span {
    color: var(--white);
}
}

.about-img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}


/*

.split-services-section {
  padding: 60px 0;
  background: #fff;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}

.section-title span {
  color: #d4a017;
}

.specializations-box,
.technologies-box {
  padding: 40px;
}

.bg-lightblue {
  background: #f3f8fd;
}

.items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.item {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.item i {
  font-size: 28px;
  color: #d4a017;
  margin-bottom: 10px;
}

.item p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 768px) {
  .item {
    width: 100%;
  }
  .specializations-box,
  .technologies-box {
    padding: 30px 20px;
  }
}
*/

.tech-stack-section {
  background: linear-gradient(135deg, #204276, #2a5aa0);
  color: #fff;
  padding: 60px 20px;
}
/*.tech-stack-section h4{
    color: #fff;
}*/
.tech_box{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.tech-stack-section .section-heading {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.tech-stack-section .sub-heading {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.tech-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  gap: 15px;
}

.tech-tabs li {
  background: linear-gradient(135deg, #204276, #2a5aa0);
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  color: #fff;
}

.tech-tabs li.active,
.tech-tabs li:hover {
  background: #ffc107;
  color: #000;
}

.tech-tab-content .tab-pane {
  display: none;
}

.tech-tab-content .tab-pane.active {
  display: block;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.tech-card {
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
}

.tech-card:hover {
  background: #fff;
  transform: translateY(-5px);
}

.tech-card img {
  max-width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.tech-card p {
  font-size: 14px;
  margin: 0;
}




.custom-about-section {
    position: relative;
}

.custom-about-section h1,
.custom-about-section p{
    color: #fff;
}
.quote-form {
    padding: 25px;
    border-radius: 25px;
}
.quote-form label span {
    color: red;
}
.quote-form .form-control {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    min-height: 50px;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    padding-left:.75rem;
    padding-right:.75rem;
}
.quote-form textarea.form-control {
    min-height: 100px;
    max-height: 100px;
}


.inner-page-card {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.inner-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #007bff20;
}



.icon-circle {
  width: 40px;
  height: 40px;
  background: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.solutions-modern .modern-box{
    border: 1px dotted rgba(0, 0, 0, 0.3); /* Light dotted border */
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
.solutions-modern .modern-box::before {
  content: '';
  position: absolute;
  top: -1px; bottom: -1px;
  left: -1px; right: -1px;
  border: 1px dashed #ccc;
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
}

/* Ensure both columns stretch equally */
.solutions-modern .modern-box .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Make the image column take full height */
.solutions-modern .modern-box .col-lg-6:first-child {
  display: flex;
}

/* Make the image fill the column height */
.solutions-modern .modern-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}

/* Adjust for full height only on large screens */
@media (min-width: 992px) {
  .solutions-modern .modern-box .col-lg-6:first-child {
    height: 100%;
  }

  .solutions-modern .modern-box img {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .solutions-modern .modern-box .row {
    display: flex;
    align-items: stretch;
  }

  .solutions-modern .modern-box .col-lg-6:first-child {
    display: flex;
    align-items: stretch;
  }

  .solutions-modern .modern-box .col-lg-6:first-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
  }
}


.business-objective-section .icon{
    color: #204276;
    border-image: linear-gradient(135deg, #204276, #2a5aa0) 1;
}


.orange-divider {
  width: 40px;
  height: 4px;
  background-color: #f36f21;
  margin: 10px auto;
}

.talent-card {
  background-color: #fff;
  border: 1px solid #eee;
  transition: 0.3s;
}

.talent-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.icon-box i {
  color: #f36f21;
}

.btn-outline-primary,
.btn-outline-success {
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
}

.btn-outline-primary:hover {
  background-color: #204276;
  color: #fff;
}

.btn-outline-success:hover {
  background-color: #28a745;
  color: #fff;
}



.contact-box {
  min-height: 280px;
}

.contact-img {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  overflow: hidden;
}

.contact-img img {
  height: 100%;
  object-fit: cover;
}

.contact-info {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
}

.text-orange {
  color: #F58220;
}


.tech-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 30px; /* Larger icon size */
}
.text-purple {
  color: #7952b3; /* Bootstrap purple */
}


.project-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
    -webkit-border-radius: 15px;
}

.project-image img {
  transition: transform 0.6s ease, filter 0.6s ease;
  will-change: transform;
}

.project-image:hover img {
  transform: scale(1.05) rotateZ(1deg);
  filter: brightness(1.1);
}
.project-content {
  transition: transform 0.5s ease;
}

.project-image:hover .project-content {
  transform: translateY(-5px);
}


.swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}


.solutions-modern li {
    color: #000;
}
.solutions-modern li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.solutions-modern li i {
  position: absolute;
    left: 0;
    top: 6px;
    color: #007bff;
    font-size: 16px;
    border: 1px solid;
    padding: 2px;
    border-radius: 4px;
}



.service-section .list li {
    font-weight: 500;
    color: var(--text-color);
}




.developer-section {
  background-color: #f7f9fb;
  padding: 60px 20px;
  border-radius: 12px;
  margin-top: 50px;
}

.developer-heading {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 40px;
}

.developer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.developer-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.developer-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #007bff;
}



.how-it-works-talent {
  padding: 50px 0;
  background: linear-gradient(to bottom, #e6f0ff, #66a3ff);
  font-family: 'Poppins', sans-serif;
}



.left-content {
  flex: 1 1 30%;
}

.left-content .sub-heading {
  color: #204276;
  font-weight: 600;
  margin-bottom: 15px;
}

.left-content .main-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}

.feature-list i {
  color: #0d6efd;
  margin-right: 10px;
}

.steps {
  flex: 1 1 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.step-box {
  position: relative;
  width: calc(50% - 12.5px);
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.step-box .icon img {
  width: 50px;
  height: 50px;
}

.step-box .text {
  flex: 1;
  position: relative;
}

.step-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #000;
}

.step-box p {
  color: #333;
  margin: 0;
}

.step-box .step-num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  opacity: 0.2;
}
.box-1 {
  background-color: #72b9f5;
}

.box-2 {
  background-color: #f1c46b;
}

.box-3 {
  background-color: #d59dd6;
}

.box-4 {
  background-color: #81ddb2;
}

.box-5 {
  background-color: #f3938f;
}

.box-6 {
  background-color: #a4c870;
}



.li-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.li-columns li {
  display: flex;
  align-items: center;
  font-size: 16px;
}

@media (max-width: 767px) {
    .how-it-works-talent .left-content p{
    padding-bottom: 20px;
  }
  .tesimonial-section-3  .w-50 {
    width: 100% !important;
}
}

@media (max-width: 575px) {
.li-columns{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .how-it-works-talent .left-content p{
    padding-bottom: 20px;
  }
  .how-it-works-talent .step-box{
    width: calc(100% - 12.5px);
  }
.office-locations .border-end {

    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 15px 0;
    margin-bottom: 5px;
}
}



