

.technology_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* keeps icons centered */
}

.icons_tech_design {
  flex: 0 0 auto;
  text-align: center;
  box-sizing: border-box;
}

/* 👇 Key fix: prevent stretching when less than 5 */
.technology_icons:not(:has(.icons_tech_design:nth-child(6))) {
  justify-content: flex-start; /* keep them in one line if less than 6 */
}




.a2a_kit.a2a_kit_size_34.addtoany_list {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.news_text {
    text-align: left;
}

.our_client_text img {
    margin-left: 0 !important;
    margin: auto;
}

.future_text p {
    font-weight: 500;
}
section.solutions_provide {
    margin-top: -110px;
}

section.connect-with-us .contact_form_inputs .wpcf7-form-control-wrap {
    display: flex;
}

.gat-in-touch-page section.connect-with-us .contact_form_inputs button#sub-button {
    border-radius: 30px;
}
.contact_form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: -20px;
}

.box-content img {
    width: 43px;
    height: 36px;
}

.support_cont p {
    margin-left: 34px;
}
.support_cont h2 {
    margin-left: 34px;
}


/* Thank You CSS */


section.thank_you {
    padding: 100px 0px 140px;
}

.thank-text h2 {
    font-size: 46px;
    line-height: normal;
    margin-bottom: 16px;
}

.thank-text p {
    line-height: 26px;
}

.thank-text a {
    border-radius: 30px;
    background: #121F74;
    color: #fff;
    padding: 10px 20px;
    margin-top: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.thank-text a i {
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    align-items: center;
}

.thank-text a:hover i {
    transform: rotate(0deg);
}



/* 404 CSS */

.error-text h2 {
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 160px;
}

.error-text h3 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.error-text a {
    border-radius: 30px;
    background: #121F74;
    color: #fff;
    padding: 10px 20px;
    margin-top: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}


.error-text a i{
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    align-items: center;
}

.error-text a:hover i {
    transform: rotate(0deg);
}




/* Blog Details CSS */

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

.detail_post_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: 20px;
}


/* Home Page EN News Story CSS*/

/* .news_image img {
    height: 220px;
    object-fit: cover;
} */

img.story_img {
    width: unset !important;
}
/* Footer Contact Section */

.contact-section {
    /* background-color: #212121; */
    background-color: #212121CC;
    padding: 20px 0 30px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}

.contact-section h3 {
    margin-bottom: 5px;
}

section#contactFormSection form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: fit-content;
    margin: auto;
    position: relative;
}

section#contactFormSection form input {
    background: transparent;
    border-radius: 8px;
    border: 1px solid #FFF;
    padding: 10px;
    max-width: 235px;
    color: #FFF;
}

::placeholder {
    color: #FFF;
}

section#contactFormSection button#sub-button {
    margin-top: 0;
}

button#sub-button {
    margin-top: 0;
    text-align: center;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    border-radius: 8px;
    background: #121F74;
    padding: 10px 16px;
    border: none;
    color: #FFF;
    margin-top: 36px;
}

button#sub-button i {
    transform: rotate(-45deg);
    margin-left: 12px;
    transition: transform 0.3s ease;
    align-items: center;
}

button#sub-button:hover i {
    transform: rotate(0deg);
}

button#closeFormBtn {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    background: linear-gradient(226deg, #D5DAFF 24.77%, #F0F4FF 77.01%);
    border: none;
}

/* Optional hover effects */
.submit-btn:hover {
    background: #0e1c75;
}

.close-btn:hover {
    background: #cdd3ff;
}

/* Hide form when closed */
.contact-section.hidden {
    display: none;
}

.follow_socialmedia img {
    width: 23px;
    height: 23px;
}

section.our_clients {
    margin-bottom: 100px;
}

.contact-section h3 {
    color: #FFF;
    font-family: "Afacad", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
/* p.popup_text {
    margin-bottom: 23px;
} */

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
}


section#contactFormSection .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: -33px;
}

.contact_form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative !important;
}


section#contactFormSection .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    right: -70px;
    top: 8px;
}


/* Respond Msg */

.wpcf7-response-output{
    display: none;
}


/* About Conatct FOrm CSS*/

.contact_form_inputs p {
    padding-bottom: 0;
    padding-top: 0px;
}

.contact_form_inputs i {
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: transform 0.3s ease;
    align-items: center;
}

.contact_form_inputs:hover i {
    transform: rotate(0deg);
}

.contact_form_inputs textarea {
    width: 100%;
}






/* Responsive CSS */


@media (max-width: 1680px) {
    section.solutions_provide {
        margin-top: -200px;
    }
    .banner_main::before {
        background: linear-gradient(180deg, rgba(22, 37, 95, 0) 0%, rgba(255, 255, 255, 0.88) 73.93%, #FFF 91.47%);
    }
    
}


@media (min-width: 1551px) and (max-width: 1680px) { 
    .banner_main {
        background-size: auto;
    }

}


@media (max-width: 1550px) {
    .professional-icon-box {
        gap: 54px 60px;
    }
    .banner_text {
        padding-bottom: 230px;
    }
    section.solutions_provide {
        margin-top: -250px;
    }
    .banner_main::before {
        height: 350px;
    }

}

@media (min-width: 1440px) and (max-width: 1550px) {
    .our_client_title img {
        margin-left: 0px;
    }
    .our_client_title .heading_h2 {
        padding-left: 50px;
    }
}





@media (min-width: 1400px) and (max-width: 1500px) {
    .container {
        padding: 0px 35px;
    }
}



@media (max-width: 1440px) {
    .technology_text {
        padding-left: 60px;
    }
    .banner_main {
        height: 760px;
    }
    .banner_main::before {
        background: linear-gradient(180deg, rgba(22, 37, 95, 0) 0%, rgba(255, 255, 255, 0.88) 73.93%, #FFF 91.47%);
    }
    section.solutions_provide {
        margin-top: -195px;
    }
    .icon-1 {
        left: 2%;
    }
    .icon {
        right: 51%;
    }
    .icon-4 {
        right: 20%;
    }
    .discovery_content {
        width: 240px;
    }
    .wire-info {
        margin-right: -60px;
    }
    .banner_main::before {
        height: 300px;
    }
}




@media (max-width: 1366px) {
    .banner_main {
        height: 730px;
    }
    .banner_text h1  {
        line-height: 50px;
    }
    .banner_main {
        background-position: -260px 60px;

    }
}


@media (max-width: 1280px) {
    .banner_main {
        height: 697px;
        background-size: cover;
    }
    .banner_text p {
        margin-bottom: 25px;
    }
    .banner_text {
        padding-bottom: 150px;
    }
    .header .navbar .links {
        gap: 30px;
    }
    .langbtnandbtn {
        gap: 30px !important;
    }
    .rtl section.solutions_provide {
        margin-top: -120px;
    }
    .provide_title .heading_h2 {
        font-size: 37px;
        line-height: 40px;
    }
}


@media (max-width: 1200px) {
    .banner_main {
        height: 625px;
    }
    section.solutions_provide {
        margin-top: -150px;
    }
    .banner_main::before {
        background: linear-gradient(180deg, rgba(22, 37, 95, 0) 0%, rgba(255, 255, 255, 0.88) 73.93%, #FFF 91.47%);
    }
    .technology_text {
        padding-left: 40px;
    }
    .banner_main::before {
        height: 200px;
    }
} 


@media (max-width: 1024px) {

    .header .navbar {
        padding: 10px 0px;
        position: unset;
    }

    .header_content {
        padding: 0px 15px;
    }

    .bx-menu {
        display: block;
    }

    .header .navbar .links li {
        white-space: nowrap;
        padding: 0px;
    }

    .header .navbar .nav-links {
        position: absolute;
        top: 60px;
        left: 0%;
        visibility: hidden;
        opacity: 0;
        display: block;
        height: fit-content;
        overflow-y: scroll;
        height: 100vh;
        width: 100%;
        background: #FFF;
        line-height: 40px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .links li .sub-menu li:first-child a {
        border-radius: 0px;
    }

    .navbar .links li .sub-menu li:last-child a {
        border-radius: 0px;
    }

    .header .navbar .links li a {
        padding: 9px 32px;
        color: #1A1A1A;
        gap: 9px;
        display: inline-flex;
        width: 100%;
        align-items: center;
        width: fit-content;
    }

    .navbar .links li .sub-menu li a {
        padding: 16px 32px;
        color: #5F5F5F;
        text-transform: capitalize;
        width: fit-content;
    }

    .header .navbar .links li a:hover::after {
        display: none;
    }

    .header .navbar .links li .sub-menu::after {
        content: unset;
    }

    .navbar .links li .sub-menu a {
        padding: 14px 0px;
    }

    .header .navbar .nav-links.open {
        left: 0%;
        visibility: visible;
        opacity: 1;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .navbar .bx-menu,
    .navbar .bx-x {
        border-radius: 5.5px;
        background: #121f74;
        width: 41px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .inner-page .header .navbar .bx-menu,
    .inner-page .header .navbar .bx-x {
        background: #EEF4FF;
    }

    .inner-page .header .navbar .bx-menu span {
        background: #4984FD;
    }

    .header .navbar .links {
        display: block;
    }

    .header .navbar .links li .arrow {
        color: #808080;
    }

    .header .navbar .links li {
        display: block;
    }

    .header .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
        display: none;
        background: transparent;
        padding: 0px;
    }

    .header .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .header .navbar .links li:hover .htmlcss-arrow,
    .header .navbar .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .nav-links .links .js-sub-menu.sub-menu.open {
        left: 0;
        display: block;
        opacity: 1;
        right: 0;
        right: 23px;
        transform: none;
    }

    .navbar .links li .sub-menu li {
        padding: 0px;
        border-bottom: 0px solid #C5C5C5;
    }
    .banner_main {
        height: 525px;
    }
    section.solutions_provide {
        margin-top: -120px;
    }
    .banner_text p {
        margin-bottom: 20px;
    }
    .banner_text {
        width: 700px;
    }
    .banner_text h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .expert_projecttext h3 {
        font-size: 21px;
    }
    .expert_projecttext ul li {
        line-height: 19px;
    }
    .expert_projecttext ul {
        margin-bottom: 25px;
    }
    .banner_main {
        background-position: 65% 45%;
        background-size: contain;
    }
    section.thank_you {
        padding: 80px 0px 110px;
    }
    .rtl section.solutions_provide {
        margin-top: -90px;
    }
    .banner_main::before {
        height: 150px;
    }

}



@media (max-width: 991px){
    section.our_clients {
        margin-bottom: 60px;
    }
    .future_text h2 {
        line-height: 40px;
    }
    .future_text p {
        margin-bottom: 10px;
    }
    .expert_project_image img {
        height: 250px;
        object-fit: cover;
    }
    .expert_projecttext {
        margin-top: 15px;
    }
    .expert_projecttext ul {
        margin-bottom: 15px;
    }
    .expert_projecttext ul li:first-child {
        margin-top: 15px;
    }
    .expert_projecttext ul li {
        margin-top: 8px;
    }
    section.solutions_provide {
        margin-top: -130px;
    }
    .banner_text {
        width: 510px;
    }
    .banner_text p {
        margin-bottom: 15px;
        max-width: 500px;
    }
    .banner_text p br {
        display: none;
    }
    .banner_text h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .heading_h2 {
        font-size: 36px;
    }
    .technology_text h2 {
        margin-bottom: 15px;
    }
    .out_sourcing {
        margin: 0px 0px 50px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    section#contactFormSection form {
        gap: 13px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .provide_row .provide_item:nth-last-child(2) {
        grid-column: 2;
    }

    .provide_row .provide_item:last-child {
        grid-column: 3;
    }
}



@media (max-width: 768px) {
    .banner_main {
        height: 430px;
    }
    .banner_text {
        width: 450px;
    }
    .banner_text h1 {
        font-size: 34px;
        line-height: 35px;
    }
    .banner_text p {
        margin-bottom: 10px;
        max-width: 450px;
    }
    section.solutions_provide {
        margin-top: -65px;
    }
    .banner_main {
        background-position: 79% 50%;
        background-size: cover !important;
    }
    .banner_text h1 {
        margin-bottom: 10px;
    }
    form.wpcf7-form.init input {
        max-width: 210px;
    }
    section#contactFormSection form.wpcf7-form.init {
        gap: 15px 15px;
    }
    section#contactFormSection form {
        flex-direction: column;
        gap: 25px;
    }
    .banner_text {
        padding-bottom: 70px;
    }

}






@media (max-width: 767px) {
    section.our_clients {
        margin-bottom: 40px;
    }
    .banner_text {
        width: 100%;
    }
    .our_technology_title h2 {
        margin-bottom: 20px;
    }
    .banner_text h1 {
        font-size: 28px;
        line-height: 33px;
        max-width: 550px;
    }
    .banner_text p {
        line-height: 22px;
    }

}



@media (max-width: 575px) {
    section.solutions_provide {
        margin-top: -35px;
    }
    .banner_text {
        padding-bottom: 20px;
    }
    .banner_text h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner_text p {
        margin-bottom: 20px;
    }
    .header_content {
        padding: 0px 15px;
    }
    .navbar .links li .sub-menu li a {
        gap: 5px;
        padding: 10px 15px;
        white-space: break-spaces;
    }
    .header .navbar .links li a {
        padding: 9px 15px;
    }
    section#contactFormSection form.wpcf7-form.init {
        flex-direction: column;
    }
    .contact-section {
        padding: 20px 15px;
    }
    .solution_provide_main {
        margin-top: 0px;
    }
    section.thank_you {
        padding: 50px 0px 80px;
    }
    .banner_main::before {
        background: linear-gradient(360deg, #FFF 5.72%, rgba(255, 255, 255, 0.00) 5.87%), linear-gradient(356deg, #FFF 0.27%, rgba(255, 255, 255, 0.00) 24.87%);
    }
    .thank-text h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .thank-text p {
        line-height: 21px;
    }
    .technology_text {
        padding-left: 0px;
    }
    p.popup_text {
        margin-bottom: 30px;
    }

}
