body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Afacad", sans-serif;

color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
}

body.rtl {
    direction: rtl;
}

* {
    box-sizing: border-box;
}

.text-section-content {
    margin: 20px auto;
    width: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.heading_h2 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
}

.p_text {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    unicode-bidi: plaintext;
}

/* Solutions Provide */
.solutions_provide {
    position: relative;
    z-index: 1;
}

.solution_provide_content {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(109, 109, 109, 0.20);
    padding: 44px;
}

.provide_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 42px 52px;
}

.provide_title h2 {
    padding-bottom: 26px;
}

.provide_item {
    padding-bottom: 12px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.provide_item::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #4DBFED;
    transition: 0.5s ease-in-out;
}

.provide_item:hover::after {
    width: 20px;
}

.provide_text p {
    margin-top: 20px;
    color: #121F74;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}
.text-section-content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 30px;
}
/* Our Success Stories */

.our_success_stories {
    position: relative;
}

.success_stories_content {
    position: relative;
    max-width: 1660px;
    margin: auto;
    margin-top: -135px;
    z-index: 0;
    border-radius: 60px;
    background: #F9F9F9;
    padding: 185px 0px 35px;
}

.our_success_text h2 {
    margin-bottom: 26px;
    max-width: 340px;
}

.our_success_text p {
    margin-bottom: 20px;
    max-width: 370px;
}

.our_success_text a {
    display: inline-flex;
    height: 46px;
    padding: 10px 6px 12px 1px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #121F74;
    color: #121F74;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s ease-in-out;
}

.our_success_text a img {
    transition: transform 0.5s ease-in-out;
}

.our_success_text a:hover img {
    transform: scale(1.3);
}
.stories_carousel .owl-stage {
    display: flex;
    align-items: center;
}

.expert_solutions_projects .row {
    --bs-gutter-x: 44px;
}

/* Expert Solutions for Your Projects */


.expert_solutions_projects {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.expert_projectbox {
    position: relative;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(109, 109, 109, 0.20);
    padding: 16px 16px 26px;
    max-height: 705px;
    min-height: 705px;
}

.expert_project_image img {
    width: 100%;
    border-radius: 30px;
}

.expert_projecttext {
    margin-top: 22px;
}

.expert_projecttext h3 {
    color: rgba(33, 33, 33, 0.80);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 13px;
}

.expert_projecttext ul {
    border-top: 1px solid rgba(33, 33, 33, 0.10);
    margin-bottom: 50px;
}

.expert_projecttext ul li:first-child {
    margin-top: 20px;
}

.expert_projecttext ul li {
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 13px;
}

.expert_projecttext .project_btn {
    padding-left: 36px;
    position: absolute;
    bottom: 28px;
}

.expert_projecttext .project_btn a {
    display: inline-flex;
    height: 34px;
    padding: 5px 6px 5px 1px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #EEF2FF;
    color: #121F74;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.project_btn a img {
    transition: transform 0.5s ease-in-out;
}

.project_btn a:hover img {
    transform: scale(1.3);
}


.expert_projecttext .project_btn a svg {
    transition: 0.3s ease-in-out;
}

.expert_text h2 {
    margin-bottom: 26px;
}

.expert_text p {
    max-width: 280px;
}

/* Empowering Technology */
.empowering_technology {
    position: relative;
}

.empowering_content {
    position: relative;
    max-width: 1660px;
    margin: auto;
    margin-top: -120px;
    z-index: 0;
    border-radius: 60px;
    background: #F9F9F9;
    padding: 200px 0px 80px;
}

.technology_image img {
    width: 100%;
    border-radius: 30px;
}

.technology_text {
    padding-left: 115px;
}

.technology_text h2 {
    margin-bottom: 26px;
    max-width: 450px;
}

/* News & Stories */
.news_stories {
    position: relative;
    margin-top: 90px;
}

.news_stories .row {
    --bs-gutter-x: 44px;
}

.news_stories_title {
    padding-top: 15px;
}

.news_stories_title h2 {
    margin-bottom: 26px;
}

.news_stories_title p {
    margin-bottom: 32px;
}

.news_stories_title a {
    display: inline-flex;
    padding: 10px 6px 12px 1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #121F74;
    border-bottom: 1px solid #121F74;
    transition: 0.3s ease-in-out;
}

.news_stories_title a img {
    transition: transform 0.5s ease-in-out;
}

.news_stories_title a:hover img {
    transform: scale(1.3);
}

.news_item {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(109, 109, 109, 0.20);
    padding: 16px 16px 26px;
}

.news_item .news_image {
    margin-bottom: 16px;
}

.news_text .news_date span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: rgba(33, 33, 33, 0.50);
}

.news_text h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: rgba(33, 33, 33, 0.80);
    padding: 14px 0px 13px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
    margin-bottom: 18px;
}

.news_text a {
    display: inline-flex;
    padding: 0px 6px 10px 1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #121F74;
    position: relative;
    margin-top: 50px;
    transition: 0.3s ease-in-out;
}

.news_stories .news_text a {
    flex-direction: row-reverse;
}

.news_text a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: radial-gradient(228.22% 69.45% at 96.79% 6.68%, #EEF2FF 0%, #D5DAFF 61.35%, #C1C9FF 100%);
}

.news_text a:hover {
    padding: 0px 6px 10px 0px;
}

.news_text a img {
    transition: transform 0.5s ease-in-out;
}

.news_text a:hover img {
    transform: scale(1.3);
}
.news_carousel .owl-stage {
    padding: 13px 0px;
}

.news_carousel .owl-nav {
    position: absolute;
    bottom: 10px;
    right: -23rem;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
}

.news_carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #121F74 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s background ease-in-out;
}

.news_carousel .owl-nav button:hover {
    border-radius: 10px;
    transition: 0.4s background ease-in-out;
    background: linear-gradient(226deg, #D5DAFF 24.77%, #F0F4FF 77.01%);
    border: 1px solid transparent !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

/* Future with Avensetech */
.future_avensetech {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.futureavensetech_content {
    border-radius: 50px;
    background: #09124B;
    box-shadow: 0 4px 20px 0 rgba(109, 109, 109, 0.20);
    overflow: hidden;
}

.futureavensetech_image {
    position: relative;
    max-width: 505px;
    height: 100%;
}

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

.futureavensetech_image::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -1px;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg, #09124B 0%, rgba(2, 2, 1, 0.00) 100%);
}

.futureavensetech {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 115px;
}

.futureavensetech::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -1px;
    background-image: url(../images/avensetech-bg-right.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    width: 80%;
    height: 100%;
    opacity: 20%;
    mix-blend-mode: lighten;
}

.future_text {
    position: relative;
    z-index: 1;
}

.future_text h2 {
    line-height: 52px;
    color: #FFF;
    margin-bottom: 30px;
}

.future_text p {
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 34px;
}

.future_text a {
    display: inline-flex;
    padding: 10px 6px 12px 1px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #EEF2FF;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.future_text a img {
    transition: transform 0.5s ease-in-out;
}

.future_text a:hover img {
    transform: scale(1.3);
}

/* Our Clients */
.our_clients {
    position: relative;
}

.client_contentbox {
    max-width: 1660px;
    position: relative;
    border-radius: 60px;
    background: #F9F9F9;
    margin: auto;
    padding: 207px 0px 80px;
    margin-top: -127px;
    z-index: 0;
}

.client_grid {
    display: flex;
    gap: 24px;
}

.our_client_title {
    width: 25%;
}

.our_client_title img {
    margin-left: -47px;
    margin-bottom: -28px;
}

.client_carousel {
    width: 75%;
}

.client_carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.client_carousel .owl-item {
    border-radius: 30px;
    background: radial-gradient(93.32% 93.32% at 50% 6.68%, #D5DAFF 0%, #F9F9F9 37.98%, #F0F4FF 100%);
    padding: 24px;
}

/* .our_client_item {
    border-radius: 30px;
    background: radial-gradient(93.32% 93.32% at 50% 6.68%, #D5DAFF 0%, #F9F9F9 37.98%, #F0F4FF 100%);
    padding: 24px;
} */

.our_client_text p {
    padding-left: 90px;
    padding-top: 17px;
}

.our_client_text img {
    width: 53px !important;
}

.client_profile {
    margin-top: 68px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row-reverse;
}

.client_name {
    text-align: left;
}

.client_name h4 {
    color: #121F74;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.client_name span {
    color: #121F74;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.client_image img {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.client_carousel .owl-nav {
    position: absolute;
    bottom: 10px;
    left: -22.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
}

.client_carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #121F74 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s background ease-in-out;
}

.client_carousel .owl-nav button:hover {
    border-radius: 10px;
    transition: 0.4s background ease-in-out;
    background: linear-gradient(226deg, #D5DAFF 24.77%, #F0F4FF 77.01%);
    border: 1px solid transparent !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}


/* -------------- About Us CSS Start Here 18/8/25 --------------*/
.breadcrumbs {
    background-image: url(../images/breadcrumb-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 409px;
    position: relative;
    aspect-ratio: 169/36;
}

.breadcrumbs::after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, #FFF 56.08%, rgba(255, 255, 255, 0.00) 100%);
    height: 221px;
    bottom: -90px;
}

.breadcrumb_title h2 {
    color: #FFF;
    text-align: center;
    font-family: "Afacad", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    padding-top: 176px;
    padding-bottom: 12px;
}

.about_banner_text ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.about_banner_text ul li {
    list-style: none;
}

.about_banner_text ul li a {
    list-style: none;
    color: #FFF;
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_banner_text ul li.back_page a {
    opacity: 0.7;
}

.heading_two {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.let_us_lead_main {
    position: relative;
    padding-bottom: 100px;
}

.let_us_title img {
    margin-top: 30px;
}

.lead_us_description {
    padding-left: 72px;
    display: flex;
    gap: 34px;
    flex-direction: column;
}

.lead_us_description p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.discover_title h2 {
    padding-bottom: 30px;
}

.discover_main {
    background: #F9F9F9;
    padding: 80px 0;
}

.discover_title p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.discover_columns {
    padding: 0;
}

.vision_mission_main {
    display: flex;
    gap: 45px;
    padding-left: 84px;
}

.mission_card {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.20);
    padding: 40px 35px;
    max-width: 355px;
}

.mission_img {
    background: radial-gradient(384.26% 131.33% at -9.49% 50%, #F9FAFF 0%, #F2F2F2 50.15%, #FDFDFF 100%);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.20));
    padding: 19px;
    border-radius: 100px;
    width: 88px;
    height: 88px;
}

.mission_card h3 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 0 8px 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
}

.mission_contents p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 25px;
}

.why_choose_main {
    background: #FFF;
    padding: 100px 0;
}

.why_choose_description p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 30px 0;
}

.security_box {
    display: flex;
    gap: 64px;
    align-items: center;
    justify-content: space-between;
}

.security_data {
    border-radius: 0 20px 20px 0;
    border-left: 3px solid #121F74;
    background: linear-gradient(90deg, #E8E8E8 0%, #FFF 100%);
    padding: 20px 14px 20px 20px;
    max-width: 624px;
}

.security_data h6 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 16px;
}

.security_data p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.security_number h3 {
    color: #F4F4F4;
    font-family: "Afacad", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why_choose_content_details {
    padding-left: 84px;
    display: flex;
    gap: 34px;
    flex-direction: column;
}

.why_choose_description img {
    width: 100%;
}

.security_box1 {
    flex-direction: row-reverse;
    align-self: flex-start;
}

.our_success_stories_about .success_stories_content {
    padding: 80px 0;
    margin-top: 0;
}

section.our_success_stories.our_success_stories_about {
    background: #F9F9F9;
}

.contact_us_main {
    padding: 100px 0 0;
    background-image: url(../images/contact-girl-bg.webp);
    background-repeat: no-repeat;
    background-position: right;
}

.contact_form {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(109, 109, 109, 0.20);
    padding: 64px 65px 64px 69px;
    max-width: 664px;
}

.contact_form p {
    color: #212121;
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 0 44px;
}

.contact_form_inputs input {
    border-bottom: 1px solid #212121;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0px 0 14px 10px;
    margin-bottom: 32px;
}

.contact_form_inputs textarea {
    border-bottom: 1px solid #212121;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0px 0 14px 10px;
}

/* .contact_form_inputs textarea {
    margin-bottom: 36px;
} */

.form-control:focus {
    box-shadow: none;
    border-color: #212121;
}

.contact_form_inputs input::placeholder,
.contact_form_inputs textarea::placeholder {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_form_inputs a {
    padding: 10px 20px;
    border-radius: 30px;
    background: #121F74;
    color: #FFF;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s ease all;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 121px;
    height: 44px;
}

.contact_form_inputs a:hover {
    border: 1px solid #121F74;
    background: transparent;
    color: #121F74;
}

.contact_form_inputs a svg {
    margin-left: 10px;
    transition: .3s ease all;
}

.contact_form_inputs a:hover svg path {
    fill: #121F74;
}

.contact_form_inputs a:hover svg {
    rotate: 46deg;
}

.contact_img_section {
    text-align: center;
}


/* ---------------- Services Page Start --------------- */
.out_stuff_main {
    position: relative;
    /* padding-bottom: 80px; */
}

.services_stuff_title img {
    /* margin-top: 40px; */
    width: 100%;
}

.services_sections_images {
    overflow: hidden;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.zoom_effects_img {
    transition: transform 0.9s ease;
}

.zoom_effects_img:hover {
    transform: scale(1.1);
}

.services_stuff_title h2 {
    padding-bottom: 30px;
}

.services_stffing_description {
    padding-left: 40px;
}

.services_stffing_description p.services_stffing_description_para {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 44px;
    padding-top: 12px;
}

.collaborate_contents {
    display: flex;
    gap: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
}

.collaborate_section {
    display: flex;
    gap: 126px;
    padding-bottom: 52px;
}

.professional_title h4 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 330px;
}

.collaborate_contents_expand {
    padding-top: 24px;
}

.know_more_btn a {
    display: inline-flex;
    padding: 0px 6px 10px 1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #121F74;
    position: relative;
    transition: 0.3s ease-in-out;
}

.know_more_btn a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: radial-gradient(228.22% 69.45% at 96.79% 6.68%, #EEF2FF 0%, #D5DAFF 61.35%, #C1C9FF 100%);
}

.know_more_btn a:hover img {
    transform: scale(1.3);
    transition: 0.3s ease-in-out;
}

.out_sourcing {
    padding: 92px 0 80px 0;
    background: #F9F9F9;
    margin: 80px 0px;
}

.solution_contents_main .know_more_btn a {
    font-size: 16px;
}

.services_description_source {
    padding-left: 0;
    padding-right: 40px;
}

.lorem_services {
    padding: 80px 0 100px;
}

.lorem_services .services_stffing_description {
    padding-left: 50px;
}

.solution_provide_main {
    padding: 80px 0;
    background: #F9F9F9;
    margin-top: 100px;
}

.solution_para p {
    padding-left: 80px;
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.solution_contents_main {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.services_box {
    border-radius: 30px;
    background: #FFF;
    padding: 22px;
    max-width: 264px;
    min-height: 319px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 54px;
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.services_box:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}


.services_data_img h4 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    padding: 16px 0 20px 0;
}

.services_data_img p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.mobile_deve_description p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 30px;
}

.mobile_deve_description p.mo_para_bottom {
    padding-bottom: 50px;
}

.mobile_deve_contents {
    padding-left: 56px;
}

.our_technology_title {
    border-top: 1px solid rgba(33, 33, 33, 0.10);
    padding-top: 20px;
    display: flex;
    gap: 52px;
    align-items: center;
}

.technology_icons {
    display: flex;
    gap: 44px;
}

/* .icons_tech_design {
    width: 84px;
    height: 84px;
    background: radial-gradient(384.26% 131.33% at -9.49% 50%, #F9FAFF 0%, #F2F2F2 50.15%, #FDFDFF 100%);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.20));
    border-radius: 100px;
    text-align: center;
    padding: 14px 24px 15px;
    margin: auto;
} */


.icons_tech_design {
    width: 84px;
    height: 84px;
    background: radial-gradient(384.26% 131.33% at -9.49% 50%, #F9FAFF 0%, #F2F2F2 50.15%, #FDFDFF 100%);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.20));
    border-radius: 100px;
    /* text-align: center;
    padding: 14px 24px 15px;
    margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icons_tech_design p {
    color: #444645;
    text-align: center;
    font-family: "Afacad", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    padding-top: 4px;
}

/* 21/8/25 explore services css start here */
section.development_section {
    padding: 80px 0px;
    background-color: #F9F9F9;
    margin-top: 80px;
}

.process_info {
    display: flex;
    /* gap: 80px; */
}

.process_title h3 {
    width: 580px;
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
}

.process_text p {
    color: rgba(33, 33, 33, 0.80);
    font-family: Afacad;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.process-container {
    display: flex;
    padding-top: 54px;
    position: relative;
}

.process-step {
    text-align: center;
}

.wire-info {
    margin-right: -30px;
}

.icon-2 {
    position: absolute;
    right: 0%;
    top: 30%;
    bottom: 0;
    left: 0;
}

.content_development {
    margin-bottom: 148px;
}

.develop_content h2 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    padding-bottom: 16px;
}

.develop_content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

img.process-img {
    position: absolute;
    left: 35%;
    bottom: 0%;
}

.develop_content {
    padding-top: 180px;
}

.icon-1 {
    position: absolute;
    left: 6%;
    right: 35%;
    top: 42%;
}

.icon {
    position: absolute;
    right: 45%;
    left: 0;
    top: 69%;
}

.design_content {
    padding-bottom: 114px;
    text-align: right;
}

.discovery_content {
    text-align: right;
    width: 275px;
}

.icon-3 {
    position: absolute;
    top: 41%;
    right: 28%;
}

.testing_cont {
    text-align: left;
    padding-bottom: 112px;
}

.icon-4 {
    position: absolute;
    right: 19%;
    top: 69%;
}

.launch_content {
    padding-top: 180px;
}

.testing-info {
    margin-left: -50px;
    max-width: 275px;
}

.support_cont {
    text-align: left;
    width: 275px;
}

.launch_content h2 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    padding-bottom: 16px;
}

.launch_content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.development_img h2 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    padding-bottom: 16px;
}

.development_img p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 275px;
    position: absolute;
    right: 40%;
}

.launch-info {
    padding-left: 40px;
}

/* Industries We Revolutionize */

.industries_content {
    padding-top: 100px;
    padding-bottom: 46px;
    display: flex;
    gap: 80px;
}

.industries_title h3 {
    width: 580px;
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}

.industries_text p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.industries_box_content {
    padding-bottom: 100px;
}

.revolutionize_content {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(109, 109, 109, 0.20);
    padding: 16px 16px 18px;
}

.revolutionize-title h3 {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 16px;
    padding-bottom: 12px;
}

.revolutionize_img img {
    width: 100%;
    transition: .5s ease all !important;
}

.revolutionize-info {
    display: flex;
    position: relative;
}

.revolutionize-icon {
    position: absolute;
    right: 6px;
    top: -41px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.revolutionize-icon img {
    width: 18px;
    transition: transform 0.3s ease;
}

.revolutionize-icon:hover img {
    transform: scale(1.2);
}

.revolutionize-text {
    border-top: 1px solid #2121211A;
    padding-top: 14px;
}

.revolutionize-text p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.development_section2 {
    display: none;
}

.industries_box_content .row {
    --bs-gutter-y: 45px;
    --bs-gutter-x: 45px;
}

.revolutionize_img {
    position: relative;
    width: fit-content;
    overflow: hidden;
}

.revolutionize_img img {
    display: block;
    width: 100%;
    transition: all 0.4s ease;
}

.revolutionize_img .industries_hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.revolutionize_img:hover .industries_hover {
    opacity: 1;
}

.revolutionize_img:hover .industries_original {
    opacity: 0;
}

/* Blog page start here */
.blog_search_box {
    position: relative;
    width: 100%;

}

.blog_search_input.bolg_detailed_search.bolg_detailed_search_desktop .blog_search_box {
    margin-bottom: -6px;
}

.blog_search_box input {
    padding: 20px 20px 20px 39px;
    border-radius: 16px;
    max-width: 490px;
    height: 58px;
    background: #FBFBFB;
    border: 1px solid transparent;
}

.blog_search_box input::placeholder {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.blog_search_box input:focus,
.blog_search_box input:hover {
    border: 1px solid #121F74;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.blog_search_box img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.blog_tabs_section ul li.nav-item {
    text-align: center;
    width: 147px;
}

.nav-tabs-wrapper.blog_tabs_section ul#myTab {
    flex-wrap: nowrap !important;
}

.blog_tabs_section ul li.nav-item button {
    color: rgba(33, 33, 33, 0.80);
    text-align: center;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    max-width: 147px;
    width: 100%;
    border: none;
    padding: 16px;
}

.blog_serch_tabs_section {
    display: flex;
    gap: 68px;
    align-items: center;
}

.blog_search_input {
    width: 490px;
}

.blog_tabs_section .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #121F74;
    text-align: center;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
}

.blog_tabs_section .nav-tabs .nav-link:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.nav-tabs {
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
}

.tab_contents_section .row {
    --bs-gutter-y: 45px;
    --bs-gutter-x: 45px;
}

.tab_contents_section {
    margin-top: 50px;
}

.tab_contents_section .news_text h3 {
    padding: 8px 0 12px 0;
}

.tab_contents_section a {
    margin-top: 34px;
}

.tab_contents_section .news_item .news_image {
    margin-bottom: 12px;
}

.tab_contents_section .news_image {
    overflow: hidden;
    display: inline-block;
    border-radius: 30px;
}

.services_stuff_title img {
    width: 100%;
}

.zoom_effects_img {
    transition: transform 0.9s ease;
    width: 100%;
}

.show_more_btn {
    margin-top: 45px;
}

.show_more_btn a {
    display: inline-flex;
    height: 34px;
    padding: 0 6px 10px 1px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #EEF2FF;
    color: #121F74;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.show_more_btn a svg {
    transition: 0.3s ease-in-out;
}

.show_more_btn a:hover svg {
    transform: scale(1.2);
}

button.blog_more_button {
    display: inline-flex;
    height: 34px;
    padding: 0 6px 10px 1px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #EEF2FF !important;
    color: #121F74;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease-in-out;
    border: none;
    background: transparent;
}

button.blog_more_button svg {
    transition: 0.3s ease-in-out;
}

button.blog_more_button:hover svg {
    transform: scale(1.2);
}

.out_stuff_main_blog {
    padding-bottom: 60px;
}

.future_avensetech_blog .future_text a:hover {
    padding: 10px 6px 12px 1px;
}

.future_avensetech_blog {
    padding-bottom: 0px;
}

/* contact page */

section.connect-with-us {
    position: relative;
    padding: 100px 0px;
}

.contact_icon_box {
    display: flex;
    gap: 18px;
    padding: 20px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, #F9F9F9 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.10);
    max-width: 513px;
}

.contact_icon_box:not(:last-child) {
    margin-bottom: 38px;
}

.connect_content h2 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 26px;
}

.connect_content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 40px;
}

.form_detail a {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_detail p {
    color: rgba(33, 33, 33, 0.50);
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 8px;
}

.form_detail h3 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.connect_section.row {
    --bs-gutter-x: 60px;
}

.contact_form_main h3 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.contact_form_main {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(109, 109, 109, 0.20);
    padding: 64px 69px;
}

.form_detail {
    padding-top: 10px;
}

div#icon-box {
    margin-bottom: 0px;
}

.contact_form_main p {
    color: #212121;
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 48px;
}

.contact_form_main .input_feild input,
.contact_form_main .input_feild textarea,
.contact_form_main .input_feild select {
    width: 100%;
    border: none;
    margin-bottom: 30px;
    height: 48px;
    padding-left: 10px;
    border-bottom: 1px solid #212121;
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button.submit-btn {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #121F74;
    color: #FFF;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid transparent;
    transition: .3s ease all;
}

.contact_icon_box_img {
    width: 52px;
    height: 52px;
    background: radial-gradient(384.26% 131.33% at -9.49% 50%, #F9FAFF 0%, #F2F2F2 50.15%, #FDFDFF 100%);
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.20));
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.submit-btn:hover {
    border: 1px solid #121F74;
    background: transparent;
    color: #121F74;
}

button.submit-btn:hover svg path {
    fill: #121F74;
}

button.submit-btn svg {
    transition: .3s ease all;
}

button.submit-btn:hover svg {
    rotate: 46deg;
}

input:focus-visible,
textarea:focus-visible {
    outline-offset: 0px;
    outline: 0;
}

.map_location iframe {
    border-radius: 35px;
}

section.map_section {
    padding-bottom: 100px;
}

/* testimonial page 21-08-2025 */

section.our_client_section {
    position: relative;
    padding: 100px 0px;
}

.client-content {
    display: flex;
    gap: 170px;
}

.success-heading {
    display: flex;
    gap: 40px;
}

.success-heading img {
    margin-top: -32px;
    width: 80px;
    height: 72px;
}

.success-heading h2 {
    width: 385px;
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.success-text p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonial_box {
    padding-top: 64px;
}

.box_info {
    border-radius: 30px;
    background: #F9F9F9;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    padding: 30px 30px 34px 30px;
    margin-bottom: 64px;
    overflow: hidden;
}

.box-content {
    display: flex;
    gap: 29px;
}

.box-content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 24px;
}

.box-heading {
    display: flex;
    justify-content: space-between;
}

.box-img svg {
    position: absolute;
    top: 16%;
    left: -42%;
}

.box-img img {
    padding-top: 14px;
    padding-left: 35px;
}

.box-title {
    padding: 57px 0px 0px;
}

.box-img {
    background-image: url('../images/client-quote.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    width: 139px;
    height: 116px;
    right: -40px;
    top: 34px;
}


.box-title h4 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-title h5 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#show_more {
    text-align: center;
}

.testimonial_box .row {
    --bs-gutter-x: 64px;
}

.faq-section {
    background-color: #fafafa;
    padding: 80px 0;
}

.faq-title {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 30px;
}

.faq-subtext {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 480px;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 876px;
}
.faq-item:not(:last-child){
    margin-bottom: 26px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 12px;
}

.faq-item.active .faq-question h4 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.faq-item .faq-question h4 {
    color: rgba(33, 33, 33, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "Afacad", sans-serif;
}

.faq-item.active .faq-question {
    padding-bottom: 0px;
}

.faq-answer {
    margin: 12px;
    display: none;
    border-top: 1px solid rgba(33, 33, 33, 0.10);
}

.faq-answer p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 12px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon img {
    display: block;
}

.faq-icon img {
    display: none;
}

.faq-item.active .faq-plus img {
    display: none;
}

.faq-plus img {
    display: block;
}

.faq_last_item {
    margin-bottom: 0;
}

.indetail_blog {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.indetail_blog h2 {
    position: relative;
    padding-bottom: 24px;
}

.indetail_blog h2::after {
    content: "";
    position: absolute;
    width: 199px;
    height: 1px;
    background: rgba(33, 33, 33, 0.20);
    left: 0;
    bottom: 0;
}

.indetail_blog .bolg_detailed_search img {
    width: auto;
}

.clock_timings {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    align-items: center;
}

.clock_timings span {
    color: rgba(33, 33, 33, 0.50);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detailed_post_feature_img {
    position: relative;
}

.technology_tooltip {
    border-radius: 30px;
    background: #121F74;
    display: flex;
    width: 117px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.technology_tooltip h6 {
    color: #FFF;
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.post_data_name {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 24px 0 20px 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.20);
}

.post_name h5 {
    color: #212121;
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
    padding-bottom: 4px;
}

.post_name span {
    color: rgba(33, 33, 33, 0.50);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.date_calendar span {
    color: rgba(33, 33, 33, 0.50);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 12px;
}

.detailed_post_feature_img img {
    width: 100%;

}

.detail_post_content {
    margin-top: 45px;
    padding-right: 30px;
}

.driving_digitle_data h4 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 16px;
}

.driving_digitle_data p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
}

.driving_digitle_data {
    padding-top: 24px;
}

.driving_digitle_data p:nth-last-child(1) {
    padding: 0;
}

.driving_digitle_data_para {
    padding-top: 44px;
}

.harneshing {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
}

.share_social_icons {
    display: flex;
    gap: 16px;
    padding-top: 20px;
}

.social_media_icon a {
    padding-right: 5px;
}

.bolg_detailed_search .blog_search_box input {
    max-width: 320px;
    height: 66px;
}

.recent_post_content h3 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 36px;
}

.recent_img {
    position: relative;
}

.arrow_up_post {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #fff;
    bottom: 6px;
    right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_up_post svg {
    transition: 0.3s ease-in-out;
}

.arrow_up_post:hover svg {
    transform: scale(1.2);
}

.recent_img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 20px;
}

.build_smarter_title {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px 10px 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.20);
}

.build_smarter_title h6 {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.build_smarter_title h6 a {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.build_smarter_title span {
    color: rgba(33, 33, 33, 0.50);
    font-family: "Afacad", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post_recently_viewed {
    padding-top: 24px;
}

.post_catagories h3 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 10px;
}

.all_categories a {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
    transition: .4s ease all;
}

.all_categories a:hover {
    color: #121F74;
    border-bottom: 1px solid #000;
}

.all_categories {
    display: flex;
    flex-direction: column;
}

.blog_search_input.bolg_detailed_search {
    width: 320px;
}

.recent_post_content {
    padding-left: 20px;
}

.bolg_detailed_search_desktop {
    display: block;
}

.bolg_detailed_search_mobile {
    display: none;
}



/* our stafffing 22-08-2025 */
section.staffing_section {
    position: relative;
    padding: 50px 0 100px 0px;
}

.staffing_content {
    display: flex;
    gap: 74px;
    padding-bottom: 64px;
}

.staffing-content h3 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 24px;
}

.staffing-content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.staffing-icon-box {
    display: flex;
    align-items: center;
    gap: 26px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
    padding: 34px 0px 12px;
}

.staffing-icon-box p {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.our_staff p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 34px;
}

.our-staffing-box {
    padding-top: 30px;
}

.professional-icon-box {
    display: flex;
    gap: 54px 75px;
    flex-wrap: wrap;
    justify-content: center;
}

.proffesinal-box {
    display: flex;
    gap: 24px;
}

.proffesinal-box {
    display: flex;
    gap: 24px;
    border: 1px solid #121F74;
    padding: 34px 36px 34px 0px;
    border-radius: 15px;
    width: 29%;
}

.prof-icon {
    position: relative;
    right: 30px;
    top: -10px;
    background-color: white;
    height: 80px;
    width: 35px;
    padding: 10px 0px;
}

#box-icon-content {
    padding-bottom: 0px;
}

.prof-content h4 {
    color: #121F74;
    font-family: "Afacad", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 12px;
}

.prof-content p {
    color: rgba(33, 33, 33, 0.80);
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}