/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
    --primary: #000000;
    --secondary: #FFFFFF;
    --text: #303333;
    --accent: #61CE70;
    --dark-red: #CD2B2E;
    --light-red: #E92730;
    --dark-text: #282728;
    --font-family: "mona sans";
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}
/* 
header {
    background-color: #111;
} */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    margin-top: 0;
    letter-spacing: 0;
}

html body span {
    letter-spacing: 0;
}

::selection {
    color: var(--secondary);
    background: var(--dark-red);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

html a,
html .elementor a,
html button {
    text-decoration: none;
    transition: all 0.4s;
    color: inherit;
}

.header_link_wrap li a {
    transition: all 0.5s ease;
    border-radius: 20px;
}

.header_link_wrap li a:hover,
.header_link_wrap li a:active,
.header_link_wrap li a.elementor-item-active {
    color: var(--primary);
    background-color: var(--secondary);
}

.header_btn .elementor-button {
    position: relative;
    border: 1.58px solid transparent !important;
    border-radius: 999px !important;
    background:
        linear-gradient(#111, #111) padding-box,
        linear-gradient(90deg, #651A3A 0%, #651A3A 0.1%, #E92730 100%) border-box !important;
    transition: all 0.5s ease;
}

.header_btn .elementor-button:hover {
    background: linear-gradient(#E92730, #E92730) padding-box, linear-gradient(90deg, #E92730 0%, #E92730 0.1%, #E92730 100%) border-box !important;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title {
    transition: all 0.5s ease;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title a {
    padding: 10px 15px;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title .e-n-menu-dropdown-icon {
    position: absolute;
    right: 7px;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title:hover span svg path {
    fill: #000000;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title a:hover span {
    color: var(--primary) !important;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title a:hover span svg path {
    fill: #000000;
}


.header_link_wrap .e-n-menu-wrapper .e-n-menu-title:hover .e-n-menu-dropdown-icon[aria-expanded="false"] span svg path,
.header_link_wrap .e-n-menu-wrapper .e-n-menu-title a:hover .e-n-menu-dropdown-icon[aria-expanded="false"] span svg path {
    fill: var(--secondary);
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title.e-current .e-n-menu-dropdown-icon[aria-expanded="false"] svg path {
    fill: var(--primary);
}

html.sticky .main-header {
    background: transparent !important;
}

html.sticky .header_wrap {
    background-color: #111111d9 !important;
}

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

.hero_sec>.elementor-element {
    z-index: 1;
}

.hero_sec {
    background-size: 100% auto !important;
    background-position: bottom 100px center !important;
}

.img_detail_sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.08) 18%,
            rgba(255, 255, 255, 0.30) 35%,
            rgba(255, 255, 255, 0.68) 55%,
            rgba(255, 255, 255, 0.92) 75%,
            #ffffff 100%);
    height: 70%;
}


/* All gallery images/content stay below fade */
.img_detail_sec>* {
    position: relative;
    z-index: 1;
}

/* Trust text + logo container must come above white overlay */
.img_detail_sec .trust_wrap {
    position: relative;
    z-index: 3;
}

/* IMPORTANT: parent must have extra height */
.scroll-close-section {
    position: relative;
    min-height: 2200px;
    overflow: visible;
    display: block;
}

/* Elementor parent containers should not block sticky */
.scroll-cards-wrapper,
.scroll-cards-wrapper .e-con,
.scroll-close-section {
    overflow: visible;
}

/* All cards */
.scroll-close-card {
    position: sticky;
    width: 100%;
}

/* Card 1 */
.scroll-close-card.web-card {
    top: 175px;
    z-index: 1;
}

/* Card 2 */
.scroll-close-card.al-solution-card {
    top: 250px;
    z-index: 2;
}

/* Card 3 */
.scroll-close-card.al-training-card {
    top: 330px;
    z-index: 3;
}

.scroll-close-card .left_content .elementor-widget-image {
    position: relative;
}


.img_detail_sec .elementor-counter-number-suffix,
.who-rigth-content .elementor-counter-number-suffix {
    color: var(--light-red);
}

.img_box_wrap .card_wrap,
.img_box_wrap .card_wrap .card_img_wrap {
    position: relative;
    overflow: visible;
}

.why-choose-sec .img_box_wrap .box_wrap_img {
    position: absolute;
    top: 37.5%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    overflow: hidden;
}

.why-choose-sec .img_box_wrap .card_wrap-3 .box_wrap_img {
    top: 61%;
    overflow: hidden;
    z-index: 0;
}

/* ===== MAIN TEXT ROW ===== */
.banner_line_sec {
    overflow: hidden;
}

.text-scroll-sec {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

/* Keep heading widgets in one line */
.text-scroll-sec {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
}

.text-scroll-sec .elementor-widget-heading {
    width: max-content !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.text-scroll-sec .elementor-heading-title {
    margin: 0 !important;
    white-space: nowrap !important;
    /* Scroll animation */
    animation: text_move_left 14s linear infinite;
}

/* ===== BLACK BACK ROW ===== */
.black-section {
    z-index: 2;
    transform: rotate(1.5deg);
    transform-origin: center;
    margin-top: 20px;
}

/* ===== RED FRONT ROW ===== */
.red-section {
    z-index: 5;
    transform: rotate(-2deg);
    transform-origin: center;
    margin-top: -45px !important;
}

/* Make red row wider so no white gap after rotate */
.black-section,
.red-section {
    width: calc(100% + 80px) !important;
    margin-left: -40px !important;
    margin-right: -40px !important;
}


/* =========================
   TEXT CONTINUOUS SCROLL
========================= */
@keyframes text_move_left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.text-scroll-sec h2 b {
    font-size: 86px;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

/* FAQ Wrapper */
.faq_wrap .elementor-accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 50px;
    align-items: start;
}

.faq_wrap .elementor-accordion-item {
    border-bottom: 2px solid #444 !important;
    align-self: start;
    margin: 0;
}

/* Important */
.faq_wrap .elementor-accordion-item:nth-child(odd) {
    grid-column: 1;
}

.faq_wrap .elementor-accordion-item:nth-child(even) {
    grid-column: 2;
}

/* FAQ Title */
.faq_wrap .elementor-tab-title {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 0 !important;
    position: relative;
}

/* Number */
.faq_wrap .elementor-tab-title::before {
    content: counter(faq-counter, decimal-leading-zero);
    counter-increment: faq-counter;
    color: var(--dark-red);
    font-size: 22px;
    font-weight: 700;
    min-width: 40px;
}

.faq_wrap .elementor-accordion {
    counter-reset: faq-counter;
}

/* Question Text */
.faq_wrap .elementor-accordion-title {
    flex: 1;
}

/* Hide Elementor Default Icon */
.faq_wrap .elementor-accordion-icon {
    display: none !important;
}

/* Custom Arrow */
.faq_wrap .elementor-tab-title::after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.55765 0.319287L0.319312 6.56603C-0.337771 7.22312 0.0818086 8.33884 1.00806 8.40217L7.69765 8.85367C8.35473 8.90117 8.89304 8.35477 8.85345 7.7056L8.4022 1.00813C8.33886 0.08188 7.21473 -0.337796 6.55765 0.319287Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: .3s ease;
}

/* Rotate when active */
.faq_wrap .elementor-tab-title.elementor-active::after {
    transform: rotate(180deg);
}

.faq_wrap .elementor-tab-content {
    border: 0 !important;
    padding-bottom: 20px !important;
}

.faq_wrap .elementor-tab-title a:hover {
    color: var(--dark-red) !important;
}


/* Main slide */
.slider_wrap .swiper-slide {
    position: relative !important;
    overflow: hidden !important;
}

.slider_wrap .swiper-slide .swiper-slide-inner {
    width: 100%;
    max-width: 445px;
    margin: 0 0 0 auto;
    padding: 0;
    text-align: left;
    justify-content: center;
    align-items: flex-end;
    z-index: 3;
}

.slider_wrap .swiper-slide .swiper-slide-bg {
    position: relative;
    width: 100%;
    max-width: 445px;
    min-width: 445px;
    background-size: 445px auto !important;
    background-position: left center;
    background-color: transparent !important;
    background-repeat: no-repeat;
    z-index: 3;
    margin-left: 36%;
}

.work_sec .e-con-inner::before {
    content: "How We Work";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    font-size: clamp(90px, 13vw, 180px);
    line-height: 1;
    font-weight: 700;
    color: #f5f5f5;
    z-index: 0 !important;
}

.work_sec .e-con-inner>* {
    position: relative;
    z-index: 2;
}

.slider_wrap .swiper .swiper-pagination {
    height: 100%;
    width: 10px;
    left: unset;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
}

.slider_wrap .swiper .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s ease;
}

.slider_wrap .swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--dark-red);
}

.slider_wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.32);
}

.work_sec .e-con-inner {
    position: relative;
    overflow: hidden;
}

.al-solution-data .elementor-icon-box-wrapper h3 {
    margin-top: 0;
}

.footer_link_wrap li {
    width: max-content;
    transition: all 0.5s ease;
}

.footer_link_wrap li:hover,
.footer_link_wrap li:hover a,
.footer_link_wrap li a:hover {
    color: var(--dark-red) !important;
}

.footer_copyright_wrap {
    position: relative;
}

/* .package-tab::after,
.package-tab::before, */
.footer_copyright_wrap::after,
.footer_copyright_wrap::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 23px;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 25px 23px;
    transition: all 0.5s ease;
}

/* .package-tab::after, */
.footer_copyright_wrap::after {
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 23H0C12.7025 23 23 12.7025 23 0V23Z" fill="white"/></svg>');
    left: -24px;
}

/* .package-tab::before, */
.footer_copyright_wrap::before {
    right: -23px;
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 23H23C10.2975 23 0 12.7025 0 0V23Z" fill="white"/></svg>');
    left: unset;
    bottom: 0px;
    top: unset;
}

.Slider_title_wrap {
    position: absolute !important;
    left: 7% !important;
    top: 15.5% !important;
    z-index: 9 !important;
}

.social_link .elementor-social-icon svg,
.social_link .elementor-social-icon svg g path {
    transition: all 0.5s ease;
}

.social_link .elementor-social-icon:hover svg g path {
    fill: var(--dark-red);
}

.up_icon a {
    transform: translateY(-6px);
    transition: all 0.5s ease;
}

.up_icon:hover a {
    transform: translateY(0);
}

/* Overlay */
.custom-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9998;
}

/* Sidebar */
.custom-sidebar {
    position: fixed;
    top: 0;
    left: -420px;
    width: 420px;
    max-width: 100%;
    height: 100vh;
    background: #111111;
    color: #fff;
    z-index: 9999;
    transition: .5s ease;
    overflow-y: auto;
    padding: 50px 40px;
    font-family: 'Google Sans Flex';
}
.custom-sidebar {
    overflow-y: auto;
    overflow-x: hidden;

    /* Firefox */
    scrollbar-width: none;

    /* IE */
    -ms-overflow-style: none;
}

/* Chrome, Edge, Safari */
.custom-sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.custom-sidebar.active {
    left: 0;
}

.sidebar-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    cursor: pointer;
    border: 0 !important;
    padding: 0 !important;
}


.sidebar-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 60px 0 40px;
}

.sidebar-contact {
    margin-bottom: 40px;
}

.custom-sidebar h3 {
    margin-bottom: 30px;
}

.sidebar-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 140%;
}

.sidebar-contact .contact-item svg {
    width: 20px;
    min-width: 20px;
}

.sidebar-contact p {
    margin: 0;
    padding: 0;
}

.sidebar-contact a {
    color: var(--secondary);
    text-decoration: none;
    transition: all 0.5s ease;
}

.sidebar-contact a:hover {
    color: var(--dark-red);
}

.custom-sidebar .social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-sidebar .social-links a {
    width: 16px;
    transition: all 0.5s ease;
}

.custom-sidebar .social-links a,
.custom-sidebar .social-links a svg,
.custom-sidebar .social-links a svg path,
.custom-sidebar .social-links a svg g {
    transition: all 0.5s ease;
}

.custom-sidebar .social-links a:hover svg g {
    fill: var(--dark-red);
}

.custom-sidebar .social-links a:hover svg path {
    stroke: var(--dark-red);
}

.mail-text a {
    position: relative;
    transition: all 0.5s ease;
}

.mail-text a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--secondary);
    bottom: -1px;
    left: 0;
    transition: all 0.5s ease;
}

.mail-text a:hover::before {
    background-color: var(--dark-red);
}

/* .feature_counter .elementor-counter-number-wrapper {
  color: #1F1F1F;
  background: linear-gradient(90deg, #E92730 0%, rgba(233, 39, 48, 0.4) 50%, #517289 100%) !important;
  color: transparent;
  background-clip: text !important;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
} */
.feature_counter .elementor-counter-number-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.feature_counter .elementor-counter-number,
.feature_counter .elementor-counter-number-suffix {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #E92730;
    /* Border color */
    text-stroke: 2px #E92730;
}

/* ===========================
   Feature Card
=========================== */
.feature_card_wrap {
    align-items: center;
    overflow: hidden;
}

.feature_card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: all .5s ease;
    margin: 30px 0;
    height: 533px;
}

/* Image */
.feature_card .feature_card_img,
.feature_card .feature_card_img .elementor-widget-image,
.feature_card .feature_card_img img {
    width: 100%;
    transition: all .5s ease;
}

.feature_card .feature_card_img img {
    display: block;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1);
    transition: all .5s ease;
}

/* Overlay */
.about-feature_sec .feature_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #BABEC1;
    z-index: 1;
    transition: .5s ease;
    pointer-events: none;
}

/* Content */
.feature_card .feature_card_detail {
    position: absolute;
    width: fit-content;
    min-width: fit-content;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    transition: all .5s ease;
}

/* Hover */
.feature_card:hover,
.feature_card.active {
    margin: 0;
    height: 577px;
    min-height: 577px;
}

.feature_card:hover .feature_card_img img,
.feature_card.active .feature_card_img img {
    filter: grayscale(0%);
}

.feature_card:hover::before,
.feature_card.active::before {
    background: none;
}

.about-feature_sec .feature_card .detail-wrap,
.feature_card .elementor-widget-button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .5s ease;
}

.about-feature_sec .feature_card_wrap {
    column-gap: 37px;
}

.about-feature_sec .feature_card {
    border: 0.4px solid #FFFFFF
}

.feature_card:hover,
.about-feature_sec .feature_card.active {
    border: transparent;
}

.about-feature_sec .feature_card_wrap img {
    opacity: 0;
    transition: all .5s ease;
}


/* Hover */
.about-feature_sec .feature_card:hover .detail-wrap,
.about-feature_sec .feature_card.active .detail-wrap,
.feature_card:hover .elementor-widget-button,
.feature_card.active .elementor-widget-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 60px;
}

.about-feature_sec .feature_card .detail-wrap,
.about-feature_sec .feature_card .detail-wrap .elementor-widget-button {
    margin-top: 0 !important;
}

.about-feature_sec .feature_card .feature_card_detail {
    bottom: -140px;
}

.about-feature_sec.website .feature_card .feature_card_detail {
    bottom: -25px;
}

.feature_card:hover .feature_card_detail,
.feature_card.active .feature_card_detail {
    bottom: 50px;
}

.about-feature_sec .feature_card:hover img,
.about-feature_sec .feature_card.active img {
    opacity: 1;
}


.about-feature_sec.website .feature_card .feature_card_detail svg path {
    fill: #333333;
    transition: all 0.3s ease;
}

.about-feature_sec.website .feature_card .feature_card_detail h2,
.about-feature_sec.website .feature_card .feature_card_detail p {
    color: #333333;

}

.about-feature_sec.website .feature_card:hover .feature_card_detail svg path,
.about-feature_sec.website .feature_card.active .feature_card_detail svg path {
    fill: var(--secondary);
    transition: all 0.3s ease;
}

.about-feature_sec.website .feature_card:hover .feature_card_detail h2,
.about-feature_sec.website .feature_card:hover .feature_card_detail p,
.about-feature_sec.website .feature_card.active .feature_card_detail h2,
.about-feature_sec.website .feature_card.active .feature_card_detail p {
    color: var(--secondary);
}

h2 span {
    color: var(--light-red) !important;
}

.meet-about-left h2 span {
    font-weight: 600;
}

.meet-about-left {
    max-width: 770px;
}

.meet-about-right {
    position: absolute;
    right: 0;
    left: unset;
    width: 100%;
    max-width: 668px;
    overflow: hidden;
}

.meet-about-right .img-title {
    transform: rotateZ(270deg);
    right: -150px !important;
}

.meet-about-right .img-wrap {
    position: relative;
}

.meet-about-right .img-wrap::before {
    content: '';
    position: absolute;
    top: unset;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(0deg, #1F1F1F 0%, #21262ad1 15.9%, rgba(50, 91, 128, 0) 100%);
    z-index: 1;
    bottom: 0px;
    border-radius: 20px;
}

/* Parent */
.approach-detail {
    counter-reset: item;
}

/* Each Item */
.approach-data {
    position: relative;
    padding-left: 110px;
    counter-increment: item;
}

/* Number */
.approach-data::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 78px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #E92730;
    opacity: .5;
}

.service_wrap .service_card .service-icon .elementor-icon,
.service_wrap .service_card .service-icon .elementor-icon svg path {
    transition: all 0.4s ease;
}

.service_wrap .service_card.active .service-icon .elementor-icon,
.service_wrap .service_card:hover .service-icon .elementor-icon {
    background-color: var(--dark-red);
}

.service_wrap .service_card.active .service-icon .elementor-icon svg path,
.service_wrap .service_card:hover .service-icon .elementor-icon svg path {
    fill: var(--secondary);
}

.service_wrap .service_card .service-bottom .exlpore-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(10px);
}

.service_wrap .service_card.active .service-bottom .exlpore-btn,
.service_wrap .service_card:hover .service-bottom .exlpore-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    transform: translateY(0);
}

.service_wrap .service_card .service-bottom {
    margin-top: auto;
}

.service_wrap .service_card .service-top,
.service_wrap .service_card .service-top .elementor-widget-text-editor {
    height: 100%;
}

.service_wrap .service_card .service-top p {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.security-sec,
.ai-readiness-sec {
    overflow: hidden;
}

.pricing-card:not(.package) .top-detail,
.pricing-card:not(.package) .top-detail .elementor-widget-heading {
    height: 100%;
}

.pricing-card:not(.package) .top-detail .elementor-widget-heading h3 {
    align-items: center;
    display: flex;
    height: 100%;
}

.al-solution-menu .mega-menu-wrap>.e-child {
    max-width: 1495px;
    margin: 0 auto;
}

.main-wrap .e-child .elementor-widget-icon.link-arrow a:hover svg path {
    fill: var(--dark-red);
}

.mega-menu-wrap .main-wrap h3.elementor-icon-box-title {
    padding-right: 18px;
}

.header_link_wrap .e-n-menu-toggle .e-n-menu-toggle-icon {
    background: transparent !important;
}

html p:last-child {
    margin-bottom: 0;
}

#how_bld_stp .elementor-widget-image-box {
    border: 1px solid #1111111A;
    background: #FAFAFA;
    padding: 20px;
    border-radius: 14px;
    min-height: 301px;
}

#how_bld_stp .elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#how_bld_stp {
    counter-reset: step;
}

#how_bld_stp .elementor-widget-image-box {
    counter-increment: step;
}

#how_bld_stp .elementor-image-box-img {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#how_bld_stp .elementor-image-box-img::before {
    content: counter(step, decimal-leading-zero);
    color: #E92730;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
}

#how_bld_stp .elementor-image-box-img img {
    width: 44px;
}

#work_well_slider .elementor-widget-image-box .elementor-image-box-img {
    position: absolute;
    inset: 0;
    visibility: hidden;
    transition: all 0.4s;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

#work_well_slider .elementor-widget-image-box.active .elementor-image-box-img {
    visibility: visible;
    opacity: 1;
}

#work_well_slider .elementor-widget-image-box .elementor-image-box-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#work_well_slider .elementor-widget-image-box {
    position: static;
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}

#work_well_slider .elementor-widget-image-box .elementor-image-box-content {
    opacity: 20%;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 5;
    position: relative;
}

#work_well_slider .elementor-widget-image-box.active .elementor-image-box-content,
#work_well_slider .elementor-widget-image-box .elementor-image-box-content:hover {
    opacity: 100%;
}

div#work_well_slider {
    padding: 222px 0 100px;
    gap: 30px;
}

div#work_well_slider:before {
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 21.78%, #000000 85.33%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

div#www_txt {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 3;
}

.slider-progress-bar {
    width: 3px;
    background: #FFFFFF3D;
    height: 280px;
    border-radius: 20px;
    transition: all 0.4s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    right: 100px;
    bottom: 100px;
    z-index: 1;
}

.slider-progress-bar .slider-progress-fill {
    background: #FFFFFF;
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: all 0.4s;
}

#work_well_slider .elementor-widget-image-box .elementor-image-box-wrapper {
    width: 950px;
    max-width: 100%;
}

.main_cta_wrapper {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    overflow: hidden;
}

html .main_wwb_sec .elementor-widget-icon-box .elementor-icon-box-wrapper {
    justify-content: space-between;
    height: 100%;
}

html .main_contact_form .contact_subtext {
    font-family: Google Sans Flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    display: block;
    margin-bottom: 4px;
}

html .main_contact_form .elementor-field-textual {
    padding: 15px 26px;
}

html .main_contact_form textarea.elementor-field-textual {
    resize: none;
    border-radius: 20px !important;
    min-height: 100px;
}

html .main_contact_form .main_form {
    backdrop-filter: blur(40px)
}

html .how_bld_stp_v2#how_bld_stp .elementor-widget-image-box {
    min-height: 253px;
    border-radius: 14px;
}

html .main_companies_sec .gallery-item {
    padding: 30px 55px;
}

html .main_companies_sec .gallery {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* html .mian_filter_box .elementor-widget-icon, */
html .main_block .elementor-widget-icon,
html .mian_ssa_sec .elementor-widget-icon {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.mian_ssa_sec .elementor-element.item .elementor-widget-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 20px;
    border: 0;
    background: #e92730;
}
html .mian_filter_box .elementor-widget-icon svg,
html .mian_ssa_sec .elementor-widget-icon svg {
    fill: none !important;
    transition: all 0.5s ease
}
.mian_ssa_sec .elementor-element.item:nth-child(odd) > .elementor-widget-icon {
    left: auto;
    right: 0;
    z-index: 2;
}
#vac_sec .item .elementor-widget-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    border: 0;
    background: #e92730;
    z-index: 2;
}
#vac_sec .item .elementor-widget-icon svg>* {
    stroke: #FFF;
}
html .mian_filter_box:hover .elementor-widget-icon svg,
html .mian_ssa_sec .elementor-widget-icon:hover svg {
    transform: rotate(45deg);
}

html .mian_filter_box {
    overflow: hidden;
}

html .mian_filter_box .elementor-widget-image img {
    transition: all 0.5s ease;
}

html .mian_filter_box:hover .elementor-widget-image img {
    transform: scale(1.05);
}

/* html .mian_video_sec .main_block .main_vi_box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #00000066;
} */

html .mian_video_sec .main_block .elementor-custom-embed-play {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 50%;
    z-index: 2;
    color: var(--light-red);
}

/* html .mian_video_sec .main_block .elementor-open-inline{
    position: relative;
    z-index: 2;
} */

html .mian_video_sec .main_block .elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay::after {
    position: absolute;
    background: #00000066;
    content: "";
    inset: 0;
    z-index: 1;
}

.header_link_wrap .e-n-menu-wrapper .e-n-menu-title .e-n-menu-dropdown-icon {
    right: 5px;
}

@media (max-width:1460px) {
    .hero-left .elementor-widget-heading {
        width: 85% !important;
    }

    .mega-menu-wrap .menu-wrap {
        justify-content: space-between;
    }

    .web-design-menu .mega-menu-wrap .menu-wrap>div.main-wrap-img:last-child {
        width: 25%;
    }
}

@media (max-width: 1320px) {
    .meet-about-left {
        max-width: 650px;
    }

    .meet-about-right {
        max-width: 600px;
    }

    .header-btn-wrap {
        gap: 20px;
    }

    .hero-left .elementor-widget-heading {
        width: 100% !important;
    }

    .security-sec>.e-child {
        padding: 40px 20px 40px 40px;
    }

    .security-sec>.e-child .security-detail {
        padding: 0;
    }

    .btn-wrap {
        gap: 25px;
    }
}

@media (max-width: 1280px) and (min-width:1024px) {
    .pricing-wrap .pricing-card {
        width: 30%;
    }

    .header_wrap .header_btn a {
        padding: 0 40px;
    }

    .header_wrap .header-logo-wrap,
    .header_wrap .header-btn-wrap {
        gap: 20px;
    }

    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title a {
        padding: 10px 10px;
    }

}

/* Tablet */
@media (max-width: 1024px) {
    .security-sec>.e-child {
        padding: 40px;
    }

    .header_wrap .header_link_wrap {
        order: 1;
    }

    .hero_sec::after {
        background-position: top 85px center;
    }

    .hero_sec::before {
        background-position: top 250px center;
    }

    /* Right side menu panel */
    /* .header_link_wrap .elementor-nav-menu--dropdown.elementor-nav-menu__container, */
    .header_link_wrap .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: 100% !important;
        min-width: 100% !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        background: #111111 !important;
        z-index: 9999 !important;
        padding: 80px 20px !important;
        margin: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transform: translateX(100%) !important;
        transition: transform 0.4s ease !important;
        display: block !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    /* .header_link_wrap .elementor-menu-toggle.elementor-active+.elementor-nav-menu--dropdown,
  .header_link_wrap .elementor-nav-menu--dropdown[aria-hidden="false"], */
    .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper {
        transform: translateX(0) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }


    .header_link_wrap .e-n-menu[data-layout=dropdown] .e-n-menu-title {
        background: #111111 !important;
    }

    .header_link_wrap .e-n-menu[data-layout=dropdown] .e-n-menu-title a span {
        font-size: 18px !important;
    }

    .header_link_wrap .e-n-menu[data-layout=dropdown] .e-n-menu-title a:hover,
    .header_link_wrap .e-n-menu[data-layout=dropdown] .e-n-menu-title a:hover span {
        background-color: transparent !important;
        color: var(--dark-red) !important;
    }


    .header_link_wrap .elementor-nav-menu--dropdown .elementor-item {
        width: 100% !important;
        display: block !important;
    }

    .header_link_wrap .e-n-menu-toggle {
        background-color: transparent !important;
    }

    .header_link_wrap .e-n-menu-toggle[aria-expanded="true"] {
        z-index: 99999 !important;
        top: -20px;
        left: 20px;
    }

    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded="true"] span svg path {
        fill: var(--secondary);
    }

    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title {
        gap: 7px;
    }

    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title a {
        padding: 0;
    }

    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title:hover .e-n-menu-dropdown-icon[aria-expanded="false"] span svg path,
    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title a:hover .e-n-menu-dropdown-icon[aria-expanded="false"] span svg path,
    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title.e-current .e-n-menu-dropdown-icon[aria-expanded="false"] svg path {
        fill: var(--secondary);
    }

    .header_link_wrap .e-n-menu-wrapper .e-n-menu-title .e-n-menu-dropdown-icon {
        position: unset;
        margin: 0;
    }

    .al-solution-menu.e-active {
        height: auto !important;
    }

    .hero_sec {
        background-size: cover !important;
        background-position: bottom -76px center !important;
    }

    .slider_wrap .swiper-slide .swiper-slide-inner {
        max-width: 300px;
    }

    .slider_wrap .swiper-slide .swiper-slide-bg {
        max-width: 350px;
        min-width: 350px;
        background-size: 350px auto !important;
        margin-left: 20%;
    }

    .slider_wrap .swiper-slide .swiper-slide-bg::before {
        -webkit-mask-size: 350px auto;
        mask-size: 350px auto;
    }

    .faq_wrap .elementor-accordion {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .faq_wrap .elementor-accordion-item {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    .faq_wrap .elementor-accordion {
        display: block !important;
    }

    .faq_wrap .elementor-accordion-item {
        width: 100% !important;
        display: block !important;
    }

    .red-section {
        margin-top: -35px !important;
    }

    .scroll-close-section {
        display: flex;
        flex-direction: column;
    }

    .scroll-close-section>.web-card {
        order: 1;
    }

    .scroll-close-section>.al-training-card {
        order: 2;
        z-index: 2;
        top: 275px;
        background-color: #4d4d4d;
    }

    .scroll-close-section>.al-solution-card {
        order: 3;
        z-index: 3;
        top: 350px;
        background-color: #8C8C8C;
    }

    .text-scroll-sec h2 b {
        font-size: 65px;
        line-height: 0;
        display: inline-block;
        padding: 0 10px;
        margin-left: -20px;
    }

    .Slider_title_wrap {
        left: 0 !important;
        top: 10.5% !important;
    }

    .feature_card:hover .elementor-widget-button {
        margin-top: 10px;
    }

    .meet-about-left {
        max-width: 500px;
    }

    .meet-about-right {
        max-width: 450px;
    }

    .about-feature_sec .feature_card_wrap {
        column-gap: 25px;
    }

    .approach-data::before {
        font-size: 50px;
    }

    .approach-data {
        padding-left: 70px;
    }

    .hero-left h2 br {
        display: none;
    }

    .security-sec .security-img {
        order: -1;
    }

    .ai-readiness-sec .ai-readiness-img .elementor-widget-image,
    .security-sec .security-img .elementor-widget-image {
        position: unset;
    }

    .feature_card {
        height: 419px;
        margin: 0;
    }

    .feature_card .feature_card_img,
    .feature_card .feature_card_img .elementor-widget-image,
    .feature_card .feature_card_img img {
        height: 419px;
    }

    .feature_card .feature_card_img img {
        height: 419px;
        min-height: 419px;
    }

    .feature_card:hover,
    .feature_card.active {
        margin: 0;
        height: 419px;
        min-height: 419px;
    }

    div#www_txt {
        top: 60px;
    }

    div#work_well_slider {
        padding: 130px 0 60px;
        gap: 25px;
    }

    #work_well_slider .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
        font-size: 32px;
        margin-bottom: 5px;
    }

    #work_well_slider .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
        font-size: 16px;
    }

    .slider-progress-bar {
        height: 250px;
        right: 25px;
        bottom: 60px;
    }

    html .mian_filter_box {
        height: 100%;
    }

    html .mian_filter_box .elementor-widget-icon,
    html .mian_ssa_sec .elementor-widget-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width:992px) {
    .meet-about-left {
        max-width: 370px;
    }

    .meet-about-right {
        max-width: 370px;
    }

    .meet-about-right .img-title {
        right: -100px !important;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .security-sec>.e-child {
        padding: 20px;
    }


    .header_link_wrap .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        width: 100% !important;
        min-width: 100% !important;
        padding: 80px 20px 30px !important;
    }

    .hero_sec {
        background-size: cover !important;
        background-position: bottom -51px center !important;
    }

    .text-scroll-sec {
        height: 75px;
    }

    .text-scroll-sec .elementor-heading-title {
        font-size: 30px;
    }

    .text-scroll-sec .elementor-widget-heading {
        padding-right: 40px !important;
    }

    .red-section {
        margin-top: -38px !important;
    }

    .black-section,
    .red-section {
        width: calc(100% + 40px) !important;
        margin-left: -20px !important;
    }

    .custom-sidebar {
        width: 100%;
        left: -100%;
        padding: 35px 25px;
    }

    .sidebar-content h2 {
        font-size: 28px;
    }

    .footer_copyright_wrap {
        background-color: #1F1F1F !important;
        border-radius: 0;
    }

    .footer_copyright_wrap::after,
    .footer_copyright_wrap::before {
        display: none;
        content: none;
    }

    .footer_copyright_wrap p {
        color: var(--secondary);
    }

    .scroll-close-card.web-card {
        top: 130px;
    }

    .scroll-close-section>.al-solution-card {
        top: 250px;
    }

    .scroll-close-section>.al-training-card {
        top: 200px;
    }

    .why-choose-sec .img_box_wrap .card_wrap-3 .box_wrap_img {
        top: 40%;
    }

    .text-scroll-sec h2 b {
        margin-left: -40px;
    }

    .slider_wrap .swiper-slide .swiper-slide-inner {
        max-width: 100%;
        margin: 0;
    }

    .slider_wrap .swiper-slide .swiper-slide-bg {
        max-width: 300px;
        min-width: 300px;
        background-size: 300px auto !important;
        margin-left: 10%;
        top: -10%;
    }

    .slider_wrap .swiper .swiper-pagination {
        height: auto;
        width: 100%;
        left: unset;
        right: 0;
        gap: 20px;
        flex-direction: row;
        bottom: -15px !important;
    }

    .faq_wrap .elementor-tab-title::before {
        font-size: 20px;
        min-width: 30px;
    }

    .Slider_title_wrap {
        top: 6% !important;
    }

    .feature_card {
        height: 400px;
        margin: 0;
    }

    .feature_card .feature_card_img,
    .feature_card .feature_card_img .elementor-widget-image,
    .feature_card .feature_card_img img {
        height: 400px;
    }

    .feature_card .feature_card_img img {
        height: 400px;
        min-height: 400px;
    }

    .feature_card:hover,
    .feature_card.active {
        margin: 0;
        height: 400px;
        min-height: 400px;
    }

    .feature_card:hover .feature_card_detail,
    .feature_card.active .feature_card_detail {
        bottom: 30px;
    }

    .about-feature_sec .feature_card .feature_card_detail {
        bottom: -125px;
    }

    .about-feature_sec .feature_card:hover .feature_card_detail,
    .about-feature_sec .feature_card.active .feature_card_detail {
        bottom: 30px;
    }

    .meet-about-right .img-title {
        right: -108px !important;
    }

    .meet-about-right {
        width: 100%;
        position: relative;
        order: -1;
    }

    .service_wrap .service_card .service-top,
    .service_wrap .service_card .service-top .elementor-widget-text-editor,
    .pricing-card:not(.package) .top-detail,
    .pricing-card:not(.package) .top-detail .elementor-widget-heading {
        height: auto;
    }

    .btn-wrap {
        gap: 10px;
    }

    .header_link_wrap .e-n-menu-toggle[aria-expanded="true"] {
        top: -10px;
        left: 10px;
    }

    .mega-menu-wrap .main-wrap h3.elementor-icon-box-title {
        padding-right: 5px;
    }

    .faq_wrap .elementor-tab-content {
        padding-bottom: 15px !important;
    }

    #how_bld_stp .elementor-widget-image-box {
        padding: 15px;
        border-radius: 10px;
        min-height: auto;
    }

    #how_bld_stp .elementor-widget-image-box .elementor-image-box-wrapper {
        row-gap: 20px;
    }

    #how_bld_stp .elementor-image-box-img {
        width: 100%;
    }

    #how_bld_stp .elementor-image-box-img::before {
        font-size: 26px;
    }

    #our_wrk_crsl .elementor-image-box-wrapper {
        display: flex;
        gap: 12px;
    }

    #our_wrk_crsl .elementor-image-box-wrapper .elementor-image-box-img {
        min-width: 40px;
    }

    div#www_txt {
        top: 50px;
    }

    div#www_txt h2.elementor-heading-title {
        font-size: 16px;
    }

    div#work_well_slider {
        padding: 100px 0 50px;
        gap: 20px;
    }

    #work_well_slider .elementor-widget-image-box {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    #work_well_slider .elementor-widget-image-box .elementor-image-box-content {
        opacity: 20%;
    }

    #work_well_slider .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    #work_well_slider .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
        font-size: 14px;
    }

    div#work_well_slider:before {
        background: linear-gradient(270deg, rgb(0 0 0 / 40%) 21.78%, #000000 85.33%);
    }

    .slider-progress-bar .slider-progress-fill {
        height: 100%;
    }

    .slider-progress-bar {
        position: static;
        height: 3px;
        width: auto;
        z-index: 2;
        margin: 20px 20px 0;
        justify-content: flex-start;
    }

    #work_well_slider .elementor-widget-image-box .elementor-image-box-content {
        text-align: center;
    }

    .main_cta_wrapper {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        overflow: hidden;
    }

    .web-design-menu .mega-menu-wrap .menu-wrap>div.main-wrap-img:last-child {
        width: 100%;
    }

    html .how_bld_stp_v2#how_bld_stp .elementor-widget-image-box {
        min-height: 190px;
    }

    html .mian_filter_box {
        height: auto;
    }

    html .mian_video_sec .main_block .elementor-custom-embed-play {
        width: 40px;
        height: 40px;
    }
	div#our_wrk_crsl {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 10px;
		justify-content: center;
		align-items: center;
	}
	div#our_wrk_crsl .elementor-swiper-button {
		transform: none !important;
		position: static !important;
	}
}


/* Button CSS */

.elementor-button.elementor-button-link {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
}

.elementor-button.elementor-button-link:hover {
    transform: scale(1.05);
}

.elementor-button.elementor-button-link:before {
    transform: translateX(-130%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(90deg, #0000, #000 32% 67%, #0000);
    width: 300%;
    height: 100%;
    z-index: -1;
}

.elementor-button.elementor-button-link:hover:before {
    transform: translatex(130%);
    transition: all 3s;
}

.btn-light .elementor-button.elementor-button-link:before {
    background-image: linear-gradient(90deg, #0000, #00000070 32% 67%, #0000);
}

.text-btn .elementor-button.elementor-button-link:before {
    display: none;
}