/*
Theme Name: Neve Child
Theme URI: https://example.com/neve-child
Description: Neve Child theme
Author: Orbitwebtech
Author URI: https://example.com/
Template: neve
Version: 1.0.0
*/
:root {
    --primary-font: "Sora", Sans-serif;
    --primary-color: #041E39;
    --secondary-color: #1179B5;
    --white-color: #ffffff;
}

a:hover {
    opacity: 1 !important;
}

.ctm_icon_button .elementor-button-content-wrapper {
    align-items: center;
}

.ctm_icon_button .elementor-button-content-wrapper :is(.elementor-button-icon, .elementor-button-icon svg) {
    width: 24px;
    height: 24px;
}

.ctm_icon_button .elementor-button-content-wrapper :is(.elementor-button-icon, .elementor-button-icon svg) {
    width: 24px;
    height: 24px;
}

.ctm_icon_border_button .elementor-button-icon svg path {
    stroke: var(--primary-color);
}

.ctm_competencies_card {
    height: 100%;
}

.ctm_competencies_card .elementor-image-box-content {
    position: relative;
    padding: 0 22px !important;
}

.ctm_competencies_card_wrap .elementor-post__text {
    position: relative;
    padding: 0 22px !important;
    display: flex;
    flex-direction: column;
}

.ctm_competencies_card .elementor-widget-container {
    position: relative;
}

.ctm_competencies_card .elementor-widget-container::after {
    content: "";
    position: absolute;
    bottom: 26px;
    right: 22px;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8L22 12L18 16" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 12H22" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.ctm_competencies_card .elementor-image-box-img a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ctm_partnership_slider_wrap .swiper.elementor-main-swiper {
    height: 100%;
    padding-bottom: 60px;
}

.ctm_partnership_slider_wrap .swiper-wrapper .swiper-slide {
    height: 68px !important;
}

.ctm_partnership_slider_wrap .elementor-swiper-button-prev {
    left: calc(50% - 120px) !important;
}

.ctm_partnership_slider_wrap .elementor-swiper-button-next {
    right: calc(50% - 120px) !important;
}

.ctm_partnership_slider_wrap .elementor-swiper-button {
    box-shadow: 0px 4px 7px 0px #0000000D;
    background-color: var(--white-color);
    border-radius: 50%;
    padding: 14px;
    bottom: 0px !important;
    top: unset !important;
    transform: translate(0) !important;
    z-index: 99 !important;
}

.ctm_partnership_slider_wrap .elementor-swiper-button svg {
    width: 14px !important;
    height: 14px !important;
}

.ctm_leave_message_form form[aria-label="Contact form"] {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.ctm_leave_message_form form[aria-label="Contact form"] p:has(.ctm_w-50) {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.ctm_leave_message_form form[aria-label="Contact form"] .ctm_w-100 {
    width: 100%;
}

.ctm_leave_message_form form[aria-label="Contact form"] p:has(.ctm_w-100) {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.ctm_leave_message_form form[aria-label="Contact form"] p:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.ctm_leave_message_form .ctm_label {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 12px;
    color: var(--white-color);
}

.ctm_leave_message_form .ctm_input_control {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: var(--primary-font);
}

.ctm_leave_message_form .ctm_input_control:focus {
    box-shadow: none;
    outline: none;
}

.ctm_leave_message_form .ctm_input_control::placeholder {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff73;
}

.ctm_leave_message_form p:has(.ctm_submit_button) .wpcf7-spinner,
.ctm_leave_message_form form :is(p:has(.ctm_input_control) br, .ctm_w-50 br) {
    display: none;
}

.ctm_leave_message_form .ctm_check_box .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal;
}

.ctm_leave_message_form .ctm_check_box .wpcf7-list-item-label {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
}

.ctm_leave_message_form .ctm_check_box input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.ctm_leave_message_form p:has(.ctm_check_box) {
    place-content: center;
}

.ctm_leave_message_form p:has(.ctm_submit_button) {
    display: flex;
    justify-content: end;
}

.ctm_leave_message_form .ctm_submit_button {
    color: var(--white-color) !important;
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    background-color: var(--primary-color) !important;
    padding: 16px !important;
    border-radius: 100px !important;
    line-height: normal !important;
}

#ctm_leave_message_form {
    display: none;
}

.elementor-popup-modal .dialog-widget-content:has(.ctm_contact_popup) {
    background: transparent !important;
}

.ctm_contact_popup .ctm_leave_message_form .ctm_submit_button {
    background-color: var(--secondary-color) !important;
}

.ctm_solution_popup_card_info {
    height: 100%;
    position: relative;
}

.ctm_solution_popup_card_info::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8L22 12L18 16" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 12H22" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 16px !important;
}

.ctm_solution_popup_slider .swiper-wrapper .swiper-slide {
    box-shadow: 2.5px 4.33px 30px 0px #0000000A !important;
}

.ctm_trending_main_wrap {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.ctm_trending_btn_section {
    display: flex;
    align-items: center;
    gap: 8px 32px;
    flex-wrap: wrap;
}

.ctm_trending_btn_section .ctm_trending_title {
    color: var(--white-color);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    line-height: normal;
}

.ctm_trending_btn_section .ctm_trending_btn_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ctm_trending_btn_wrap .ctm_trending_btn {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 12px;
    color: var(--white-color);
    padding: 14px 16px;
    border: 1px solid var(--white-color);
    border-radius: 100px;
    line-height: normal;
}

.ctm_trending_card_wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.ctm_trending_card_wrap .ctm_trending_card a {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ctm_trending_card_wrap .ctm_trending_card a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctm_trending_card .ctm_trending_card_title {
    color: var(--white-color);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: normal;
}

.ctm_services_card_wrap .elementor-post__card .elementor-post__text {
    margin-top: 0;
}

.ctm_competencies_card_wrap .elementor-post__read-more-wrapper,
.ctm_services_card_wrap .elementor-post__card .elementor-post__read-more-wrapper {
    position: relative;
}

.ctm_services_card_wrap .elementor-post__card .elementor-post__read-more {
    text-indent: -9999px;
}

.ctm_competencies_card_wrap .elementor-post__read-more {
    text-indent: -9999px;
    display: block;
    position: relative;
    padding-top: 16px;
    margin-bottom: 30px;
    width: 100%;
    margin-top: auto;
}

.ctm_competencies_card_wrap .elementor-post__read-more::before,
.ctm_services_card_wrap .elementor-post__card .elementor-post__read-more::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8L22 12L18 16" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 12H22" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.ctm_bg_hover_text {
    font-family: var(--primary-font);
    color: var(--white-color);
    font-weight: 600;
    font-size: 150px;
    line-height: 150px;
    white-space: nowrap;
    margin-left: 5.5rem;
    -webkit-text-stroke: 2px var(--primary-color);
    paint-order: stroke fill;
}

/* Services page start here */
.ctm_services_hero_section_card_wrap .ctm_bg_hover_text {
    display: none;
}

.ctm_services_hero_section_card_wrap .elementor-post__text {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}

.ctm_services_hero_section_card_wrap .elementor-post__read-more {
    text-indent: -9999px;
}

.ctm_services_hero_section_card_wrap .elementor-post__read-more::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8L22 12L18 16" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 12H22" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
}

.ctm_services_hero_section_card_wrap .elementor-post__thumbnail__link {
    margin-bottom: 8px !important;
}

.ctm_services_hero_section_card_wrap .elementor-post__badge {
    position: relative !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
}

.ctm_services_related_insight_card_wrap .ctm_trending_btn_section {
    display: none;
}

.ctm_services_cloud_section_content ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 30px;
}

.ctm_services_cloud_section_content ul li::marker {
    color: #2B303A;
}

.ctm_services_cloud_section_content ul li {
    list-style: square;
}

.ctm_services_cloud_section_content ul li strong {
    color: #2B303A;
}

.ctm_technology_card_info {
    height: 100%;
    position: relative;
}

.ctm_technology_card_info::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8L22 12L18 16" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 12H22" stroke="%23041E39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 16px !important;
}

.ctm_technology_card_wrap .ctm_technology_card_img .elementor-widget-container {
    width: 96px;
    height: 96px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.ctm_technology_card_wrap .ctm_technology_card_img img {
    max-width: 64px;
    max-height: 64px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ctm_technology_card_wrap .swiper-wrapper .swiper-slide {
    box-shadow: 2.5px 4.33px 30px 0px #0000000A !important;
}

.ctm_technology_card_img_wrap {
    position: relative;
}

.ctm_technology_card_img_wrap .ctm_technology_card_img {
    position: absolute;
    inset: 0;
    background-color: #041E39BF;
    z-index: 9;
}

/* Services page end here */

@media screen and (max-width:1024px) {
    .ctm_competencies_card_wrap .elementor-post__read-more {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .ctm_trending_card_wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .ctm_competencies_card_wrap .elementor-post__text,
    .ctm_competencies_card .elementor-image-box-content {
        padding: 0 18px !important;
    }

    .ctm_icon_button .elementor-button-content-wrapper :is(.elementor-button-icon, .elementor-button-icon svg) {
        width: 20px;
        height: 20px;
    }

    .ctm_bg_hover_text {
        font-size: 90px;
        line-height: 110px;
    }

    .ctm_leave_message_form .ctm_submit_button {
        font-size: 14px !important;
        padding: 14px 20px !important;
    }

    .ctm_trending_btn_section .ctm_trending_title {
        font-size: 24px;
    }

    .ctm_trending_btn_wrap .ctm_trending_btn {
        padding: 10px 16px;
    }

}

@media screen and (max-width:767px) {
    .ctm_trending_card_wrap {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .ctm_trending_card .ctm_trending_card_title {
        font-size: 16px;
    }

    .ctm_trending_btn_section .ctm_trending_title {
        font-size: 20px;
    }

    .ctm_solution_popup_card {
        height: auto !important;
    }

    .ctm_competencies_card_wrap .elementor-post__text,
    .ctm_competencies_card .elementor-image-box-content {
        padding: 0 16px !important;
    }

    .ctm_icon_button .elementor-button-content-wrapper :is(.elementor-button-icon, .elementor-button-icon svg) {
        width: 18px;
        height: 18px;
    }

    .ctm_bg_hover_text {
        font-size: 60px;
        line-height: 80px;
    }


    .ctm_leave_message_form form[aria-label="Contact form"] p:has(.ctm_w-100),
    .ctm_leave_message_form form[aria-label="Contact form"] p:has(.ctm_w-50) {
        margin-bottom: 20px;
    }

    .ctm_leave_message_form .ctm_submit_button {
        font-size: 12px !important;
        padding: 12px 18px !important;
    }

    .elementor-popup-modal .dialog-widget-content:has(.ctm_contact_popup) {
        padding: 10px;
    }

    .ctm_popup_wrap .dialog-lightbox-message {
        max-width: 425px !important;
        width: 100% !important;
    }

    .ctm_technology_card_wrap .ctm_technology_card_img .elementor-widget-container {
        width: 60px;
        height: 60px;
    }

    .ctm_technology_card_wrap .ctm_technology_card_img img {
        max-width: 40px;
        max-height: 40px;
    }
}

@media screen and (max-width:575px) {
    .ctm_leave_message_form form[aria-label="Contact form"] {
        width: 100%;
        margin: 0;
    }

    .ctm_leave_message_form form :is(.ctm_w-50, .ctm_w-100),
    .ctm_leave_message_form form[aria-label="Contact form"] p:has(.ctm_w-100),
    .ctm_leave_message_form form[aria-label="Contact form"] p:has(.ctm_w-50) {
        padding: 0;
        width: 100%;
    }

    .ctm_leave_message_form form .ctm_w-50:has(.ctm_submit_button) {
        width: auto;
    }
}