/* Migrated from old theme: career, authors, articles, pricing */

.tech-banner .breadcrump-content h1 {
    color: #ffffff !important;
}
.tech-banner .breadcrump-content p {
    color: #ffffff !important;
}

/* --- authors listing --- */
.author-article-page {
    padding: 40px 0 80px !important;
}
.author-article-page h1 {
    color: #393939;
    margin: 10px 0;
    font-weight: 700;
}
.author-article-page .author-card {
    padding: 50px 20px;
    box-shadow: 0px 4px 92px 3px #00000017;
    text-align: center;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.5s ease;
    border-radius: 10px;
    background: #fff;
}
.author-article-page .author-card img {
    width: 230px !important;
    height: 230px !important;
    border-radius: 50%;
    background-color: #fff7f4;
    object-fit: contain;
    margin: 15px;
}
.author-article-page .author-card .author-name {
    color: #251914;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 10px;
}
.author-article-page .author-card:hover {
    transform: translateY(-8px);
}
.author-article-page .author-card .author-position {
    color: #828282;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
}
.author-article-page a {
    color: #ff5300;
    text-decoration: none;
}

/* --- author article pages --- */
.articles-wpage {
    padding-top: 20px;
    padding-bottom: 60px;
}
.articles-wpage h1 {
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
    color: #393939;
}
.articles-wpage h2 {
    font-size: 23px;
    font-weight: 600;
    padding: 10px 0;
    color: #393939;
}
.articles-wpage h3 {
    font-size: 12px;
    font-weight: 500;
    color: #393939;
    padding-top: 30px;
}
.articles-wpage p {
    font-size: 13px;
    color: #7D7D7D;
}
.articles-wpage b {
    color: #ff5300;
}
.articles-wpage a {
    color: #ff5300;
    font-size: 14px;
}
.articles-wpage span {
    font-size: 9px;
    color: #6c757d;
}
.articles-wpage .author-art-info a i {
    background-color: #ff5300;
    color: white !important;
    padding: 7px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    border: 1px solid #ff5300;
    margin-bottom: 10px;
}
.articles-wpage .author-art-info a i:hover {
    color: #ff5300 !important;
    background-color: white;
}
.articles-wpage .header-art {
    box-shadow: 0px 4px 92px 3px #00000017;
    padding: 28px;
    margin: 30px 0;
    border-radius: 10px;
    background: #fff;
}
.articles-wpage .header-art img {
    border-radius: 50%;
}
@media (max-width: 1200px) {
    .articles-wpage .header-art img {
        margin: 0 0 30px 0 !important;
    }
}
.articles-wpage .art-card {
    box-shadow: 0px 4px 92px 3px #00000017;
    border-radius: 15px 15px 10px 10px;
    overflow: hidden;
    margin: 20px 0;
    min-height: 630px;
    transition: 0.5s ease-in-out;
    position: relative;
    background: #fff;
}
.articles-wpage .art-card:hover {
    transform: translateY(-5px);
}
.articles-wpage .art-card-content {
    padding: 10px 25px;
}
.articles-wpage .click-img {
    border-radius: 50%;
    width: 45px !important;
    height: 45px;
}
.articles-wpage .click-img-div {
    display: flex;
    justify-content: end;
    align-items: center;
}
.articles-wpage .all-content-box {
    box-shadow: 0px 4px 92px 3px #00000017;
    padding: 30px;
    margin: 50px 0;
}
.articles-wpage .all-content-box a {
    text-decoration: none;
    background-color: #ff5300;
    color: white;
    padding: 8px 10px;
    border-radius: 10px;
}
.info-absolute {
    position: absolute;
    bottom: 10px;
}
@media (max-width: 768px) {
    .info-absolute {
        position: relative;
    }
}

/* --- career --- */
.our-career-page h1,
.our-career-page h2,
.our-career-page h3,
.our-career-page h4,
.our-career-page h5 {
    color: #393939;
}
.our-career-page .tech-banner h1 {
    color: #ffffff !important;
}
.our-career-page .tech-banner p {
    color: #ffffff !important;
}
.our-career-page p {
    font-size: 14px;
    color: #7D7D7D;
}
.our-career-page .apply-now {
    font-size: 12px;
}
.our-career-page .btn-orange-1 {
    color: #FF5300;
    border: 1px solid #FF5300;
    border-radius: 20px;
    padding: 7px 30px;
    transition: 0.3s ease-in-out 100ms;
    background-color: transparent;
}
.our-career-page .btn-orange-1:hover {
    color: white;
    background-color: #ff5300;
    transform: translateY(-4px);
    border: 1px solid #ff5300;
}
.career-perks .span-bl {
    background-color: #394951;
    border-radius: 5px;
    color: white !important;
    width: 100%;
    padding: 15px 0 !important;
    transition: 0.3s ease-in-out 100ms;
    display: inline-block;
    text-align: center;
}
.career-perks .span-bl:hover {
    background-color: #ff5300;
    cursor: pointer;
    transform: translateY(-5px);
}
.career-maps .map-img {
    filter: grayscale(100%);
}
.career-maps .map-img:hover {
    filter: grayscale(0%);
}
.arrow-map-cont .position-absolute {
    position: absolute;
    top: 45px;
}
.our-career-page .img-map-arrow-1 {
    width: 75%;
    margin-top: 10px;
    height: 100%;
}
.our-career-page .arrow-2 {
    margin-top: 110px;
}
.our-career-page .career-maps {
    margin-top: 450px;
}
@media (max-width: 992px) {
    .our-career-page .img-map-arrow-1 {
        width: 35%;
    }
    .our-career-page .arrow-2 {
        margin-top: 0;
    }
    .arrow-map-cont .position-absolute {
        position: static !important;
    }
    .our-career-page .career-maps {
        margin-top: 10px;
    }
}
.for-model p {
    font-size: 14px;
}
.for-model .bullets-1 li::before {
    font-size: 20px !important;
    content: "\2022";
    color: #f37440;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 10px;
}
.for-model .bullets-1 li {
    font-size: 14px;
}
.for-model input {
    padding: 8px;
    color: black;
    margin: 20px 0;
}
.for-model .btn-modal-value {
    background-color: #ff5300;
    color: white;
    border-radius: 30px;
    transition: 0.5s ease-in-out 100ms;
    margin-top: 20px;
    margin-right: 10px;
}
.for-model .btn-modal-value:hover {
    transform: translateY(-5px);
}

/* --- pricing --- */
.price-panel-wrapper {
    padding: 40px 0 70px;
    background-color: white;
}
.price-panel-wrapper .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.price-panel-wrapper .section-title h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #393939;
    margin-bottom: 12px;
}
.price-panel-wrapper .section-title p {
    color: #7D7D7D;
    max-width: 40rem;
    margin: 0 auto;
}
.flip-card {
    background-color: #ffffff;
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
    position: relative;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.flip-card-front {
    background-color: #ffffff;
    color: #51596C;
    padding: 25px;
    height: 100%;
    border-radius: 10px;
}
.flip-card-front .plan-top-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    align-items: center;
}
.flip-card-front .plan-top-content .plan-name {
    color: #251914;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
.flip-card-front .plan-top-content .plan-name span {
    color: #51596C;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.flip-card-front .plan-top-content .plan-cost {
    background-color: #ffeee5;
    padding: 15px;
    font-size: 26px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    border-radius: 10px;
    color: #393939 !important;
}
.flip-card-front .plan-top-content .plan-cost span {
    color: #51596C;
    font-size: 14px;
    font-weight: 400;
}
.flip-card-front .plan-center-content {
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translate(0%, -50%);
}
.flip-card-front .plan-center-content ul {
    text-align: left;
    padding-left: 0;
}
.flip-card-front .plan-center-content ul li {
    color: #51596C;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    list-style: none;
}
.flip-card-front .plan-center-content ul li i {
    color: #ffffff !important;
    background-color: #FF5300;
    margin-right: 7px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}
.flip-card-inner .plan-bottom-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.plan-bottom-content .btn-orange {
    margin: 0;
    box-shadow: 4px 5px 15px 0px #FF530066;
    font-size: 18px;
    line-height: 24px;
    border-radius: 8px;
    padding: 15px 10px;
    justify-content: center;
}
.faq-price h1 {
    color: #393939;
    font-weight: 700;
}

/* --- thank you --- */
.thankyou-page .thank-you {
    padding: 60px 0 40px;
}
.thankyou-page .thank-you h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    color: #393939;
    font-weight: 700;
}
.thankyou-page .btn-message {
    width: 200px;
    padding: 12.4px 19.2px;
    color: #FF5300;
    border: 1px solid #FF5300;
    font-weight: 500;
}
.thankyou-page .btn-message:hover {
    background-color: #FF5300;
    color: #ffffff;
}
.thankyou-page .icon {
    padding: 0 10px;
    color: #373737;
}
.thankyou-page .icon:hover {
    color: #FF5300;
}
