@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --font-family_wwt: "Raleway", sans-serif;
    --black_color: #111111;
    --color_fade_blue: #11CCFF;
    --paragraph_color: #242424;
    --white_color: #FFFFFF;
    --from_bg: #3F5FA4D9;
    --shadow_from: 0px 4px 4px 0px #00000040;
    --title_bottom_color: #FFE492;
    --sky_blue: #1E37A1;
    --font-family_plus: "Plus Jakarta Sans", sans-serif;
}

.main_header .pricing_cta_btn {
    background-color: transparent !important;
    color: #1e2f97 !important;
    border: 2px solid #1e2f97 !important;
}

.main_header .pricing_cta_btn:hover {
    background-color: #27abed !important;
    border-color: #27abed !important;
    color: var(--white) !important;
}

.wwt_banner {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 20.2%, rgb(255 255 255 / 76%) 56.57%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/new_banner-scaled.jpg);
    height: 600px;
    background-position: center 65%;
    background-size: cover;
    background-repeat: no-repeat;
}

.wwt_banner_wrapper {
    position: relative;
    z-index: 123;
}

.wwt_text_side {
    padding-top: 90px;
}

.wwt_banner_wrapper .wwt_text_side h2 {
    font-size: 46px;
    color: var(--black_color);
    font-weight: 800;
    line-height: 60px;
    font-family: var(--font-family_wwt);
    display: grid;
    padding-bottom: 48px;
}

.wwt_banner_wrapper .wwt_text_side h2 span {
    color: var(--color_fade_blue);
}

.wwt_banner_wrapper .wwt_text_side p {
    color: var(--paragraph_color);
    font-size: 20px;
    font-weight: 400;
}


/* form_section start*/
.from_wrapper {
    background-color: var(--from_bg);
    border: 3px solid var(--white_color);
    border-radius: 8px;
    margin-top: 80px;
    padding: 48px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    z-index: 12;
}

.from_wrapper .from_title h2 {
    color: var(--white_color);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    /* box-shadow: var(--shadow_from); */
    font-family: var(--font-family_wwt);
}

.from_wrapper .from_title {
    padding-bottom: 40px;
}

.flex_wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.all_input input {
    width: 100%;
    border: 1px solid var(--white_color);
    border-radius: 8px;
    height: 46px;
    padding: 16px;
    background-color: unset;
    color: var(--paragraph_color);
}

.all_input input::placeholder {
    color: var(--paragraph_color);
    font-size: 14px;
    color: var(--white_color);
    font-weight: 500;
    font-family: var(--font-family_wwt);
}

.all_input input:focus {
    background-color: white;
    border-color: white;
    outline: none;
    color: var(--paragraph_color);
    font-family: var(--font-family_wwt);
}

.all_input input:focus::placeholder {
    color: var(--paragraph_color);
}

.all_input {
    width: 100%;
    padding-bottom: 16px;
}

.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
}

.round_1 {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    background-color: #3F5FA4;
    left: 68.4%;
    z-index: 1;
    top: -1%;
}

.round_2 {
    height: 38px;
    width: 38px;
    background-color: #FFE492;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    left: 72.3%;
    /* top: 23%; */
    top: 26.7%;
}

.file-upload__label {
    padding: 19px 0px;
    color: var(--sky_blue);
    background: var(--white_color);
    font-family: var(--font-family_wwt);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: 2px solid var(--white_color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}


.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    opacity: 0;
}

.banner_form {
    position: relative;
}

.button_section_baner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -30%;
}

.button_section_baner button {
    background-color: #27ABEC;
    color: var(--white_color);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-family_wwt);
    width: 354px;
    padding: 16px 0px;
    border: 1px solid var(--color_fade_blue);
    border-radius: 8px;
}

/* form_section End*/
.what_dose_anunta {
    margin-top: 60px;
    position: relative;
}

.btn_for_wwt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: max-content;
    margin-bottom: 20px;
}

.btn_for_wwt button:nth-child(1) {
    display: block;
    background-color: #1e2f97;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16.8px;
    border-radius: 5px;
    border: 1px solid #1e2f97;
    max-width: 230px;
    padding: 18px 10px;
    text-align: center;
    transition: all 250ms ease-in-out;
}

.btn_for_wwt button:nth-child(1):hover {
    background-color: #27abed;
    border-color: #27abed;
}

.btn_for_wwt a:hover {
    background-color: #27abed !important;
    border-color: #27abed !important;
    color: var(--white) !important;
}

.btn_for_wwt a {
    display: block;
    background-color: white;
    color: #1e2f97;
    font-size: 16px;
    font-weight: 500;
    line-height: 16.8px;
    border-radius: 5px;
    border: 2px solid #1e2f97;
    max-width: 230px;
    padding: 18px 10px;
    text-align: center;
    transition: all 250ms ease-in-out;
}

.btn_for_wwt button:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    background-color: #27abec;
    border: 1px solid #27abec;
    color: #fff;
    display: inline-block;
    max-width: 230px;
    /* padding: 18px 10px; */
    padding: 15px 10px;
    border-radius: 5px;
    transition: all 250ms ease-in-out;
}

.btn_for_wwt button:nth-child(2):hover {
    background-color: #1e2f97;
    border: 1px solid #1e2f97;
    color: #ffffff;
}

.cta_for_upload {
    max-width: 595px;
    margin: 20px auto;
}

/* .first_img::after {
    content: "";
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/first_1.svg);
    width: 30%;
    position: absolute;
    right: 0%;
    height: 114%;
    background-position: center;
    background-size: cover;
    z-index: 1;
    top: -48%;
    transform: rotate(-29deg);
} */

/* .second_img::after {
    content: "";
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/second_2.svg);
    width: 40%;
    position: absolute;
    right: -12%;
    height: 94%;
    background-position: center;
    background-size: cover;
    top: -45%;
    border-radius: 50%;
    z-index: 1;
} */

.dose_anunta_solve {
    /* background: linear-gradient(0deg, #F6F4FC, #F6F4FC),
        linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); */
    background: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/bg_wrp.png);
    max-width: 1525px;
    /* max-width: 1330px; */
    background-size: cover;
    padding-left: 50px;
    padding-top: 55px;
    width: 100%;
    margin-left: auto;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;

}

.title_for_solve h2 {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--font-family_wwt);
    color: var(--black_color);
    text-transform: uppercase;
}

.title_for_solve h2 span {
    color: var(--sky_blue);
    position: relative;
}

.title_for_solve h2 span::after {
    content: "";
    position: absolute;
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/title_bottom.svg);
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
    bottom: -70%;
    background-position: center;
}

.security_poster {
    padding-top: 70px;
}

.security_poster h6 {
    font-size: 24px;
    font-weight: 400;
    color: var(--black_color);
    font-family: var(--font-family_wwt);
    width: -webkit-fill-available;
}

.security_poster {
    position: relative;
}

.security_poster h6::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #54618D33;
    width: 16%;
    left: -50px;
    top: 115%;
}

.grid_box_wrapper {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* column-gap: 110px; */
    column-gap: 50px;
}

.grid_card img {
    width: 100%;
    height: 100%;
}

.grid_img_bx {
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #4281A4;
    border-radius: 4px;
}

.grid_card {
    max-width: 303px;
    width: 100%;
}

.grid_card p {
    color: var(--black_color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-family_wwt);
    padding-top: 18px;
}

.wrapper_title_side h2 {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--font-family_wwt);
    color: var(--black_color);
    text-transform: uppercase;
}

.wrapper_title_side h2 span {
    color: var(--sky_blue);
    position: relative;
}

.wrapper_title_side h2 span::after {
    content: "";
    position: absolute;
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/title_bottom.svg);
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
    bottom: -70%;
    background-position: center;
}

.how_we_complete {
    /* margin-top: 140px; */
    margin-top: 50px;
}

.card_for_dommen {
    margin-top: 80px;
    background-color: #3F5FA4;
    padding: 32px 18px 32px 32px;
    border-radius: 24px;
    border: 1px solid #EDEFF3
}

.card_for_dommen h6 {
    color: var();
}

.card_for_dommen h6 {
    color: var(--white_color);
    font-size: 32px;
    font-weight: 800;
    font-family: var(--font-family_wwt);
    line-height: 47px;
}

.card_wrapper {
    padding-top: 24px;
}

.card_wrapper p {
    color: var(--white_color);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: var(--font-family_wwt);
}

.card_wrapper p span {
    font-weight: 700;
    border-bottom: 1px solid var(--white_color);
    line-height: 32px;
}

.moretext {
    display: none;
}

.card_wrapper p {
    margin: 0;
    padding-bottom: 5px;
}

.moreless-button {
    color: var(--white_color) !important;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid var(--white_color);
}

.bg_change_1 {
    background-color: #3F5FA4;
    padding: 32px 18px 32px 32px;
    border-radius: 24px;
    border: 1px solid #EDEFF3
}

.for_small_bx1 h6 {
    font-size: 20px;
    line-height: 32px;
}

.how_we_complete .for_small_bx2 {
    background-color: #EDEFF3;
    border: 1px solid #3F5FA4;
    margin-top: 32px;

}

.how_we_complete .for_small_bx2 h6 {
    color: var(--black_color);

}

.how_we_complete .for_small_bx2 p {
    color: var(--black_color);
    /* display: -webkit-box; */
    display: unset;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.how_we_complete .for_small_bx2 p span {
    border-bottom: 1px solid var(--black_color);
}

.how_we_complete .for_small_bx2 a {
    color: #1E2F97 !important;
    border-bottom: 1px solid #1E2F97 !important;
}

.for_grid_css {
    margin-top: auto;
}

.for_last_item {
    /*margin-top: 32px;*/
    margin-top: 27px;
    height: 94%;
}

.for_last_item h6 {
    font-size: 20px;
    line-height: 32px;
    min-height: 58px;
}

.Management_one p:nth-child(1) {
    display: unset;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Guardrails_two p:nth-child(2) {
    display: unset;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_for_listen h2 {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--font-family_wwt);
    color: var(--black_color);
    text-transform: uppercase;
}

.title_for_listen h2 span {
    color: var(--sky_blue);
    position: relative;
}


.title_for_listen h2 span::after {
    content: "";
    position: absolute;
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/title_bottom.svg);
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
    bottom: -70%;
    background-position: center;
}

.what_to_listen {
    padding-top: 132px;
}

.title_for_listen {
    padding-bottom: 32px;
}

.bg_for_listen {
    position: relative;
}

.bg_for_listen::after {
    content: "";
    background: linear-gradient(90deg, #3F5FA4 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    height: 710px;
    width: 100%;
    top: 0;
}

.listen_anchor:hover {
    transition: all 500ms ease;
    transform: scale(1);
}

.listen_anchor {
    background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 40%, #242424 90%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/listen_1.jpeg);
    height: 432px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 32px;
    overflow: hidden;
}

.listen_anchor_3 {
    background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 40%, #242424 90%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/listen_3.jpeg);
    height: 332px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 32px;
    margin-top: 55px;
}

.listen_anchor_4 {
    /* background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 40%, #242424 90%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/listen_4.jpeg); */
    background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 40%, #242424 90%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/WhatsApp_Image_2024-11-13_at_6.04.03_PM-transformed.jpeg);
    height: 332px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 32px;
    margin-top: 55px;
}

.listen_anchor_4 p {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font-family_wwt);
    color: var(--white_color);
    position: absolute;
    bottom: 0;
}

.listen_anchor_3 p {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font-family_wwt);
    color: var(--white_color);
    position: absolute;
    bottom: 0;
}

.listen_anchor p {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font-family_wwt);
    color: var(--white_color);
    position: absolute;
    bottom: 0;
}

.listen_anchor_2 p {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font-family_wwt);
    color: var(--white_color);
    position: absolute;
    bottom: 0;
}

.listen_anchor_2 {
    /* background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 40%, #242424 90%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/listen_2.jpeg); */
    background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 40%, #242424 90%), url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/istockphoto-1319189527-612x612-1.jpg);
    height: 432px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 32px;


}

.bg_for_listen .col-lg-4 {
    padding-top: 54px;
}

.listin_bg {
    background-color: #EDEFF3;
    /* padding: 32px; */
    padding: 10px;
    position: relative;
    z-index: 1;
    height: 432px;
    border-radius: 24px;
}

.listin_bg h5 {
    color: var(--black_color);
    /* padding-bottom: 15px; */
    padding-bottom: 5px;
}

.listin_bg p {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    font-weight: var(--font-family_wwt);
}

.Industry_Pricing {
    margin-top: 132px;
    position: relative;
}

.bg_pricing::after {
    content: "";
    right: 0;
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/bg_side.png);
    height: 100%;
    width: 100%;
    background-position: center 41%;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.Industry_Pricing .title_for_pricing {
    text-align: center;
    padding-bottom: 60px;
}

.Industry_Pricing .title_for_pricing h2 {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--font-family_wwt);
    color: var(--black_color);
    text-transform: uppercase;
}

.Industry_Pricing .title_for_pricing h2 span {
    color: var(--sky_blue);
    position: relative;
}

.Industry_Pricing .title_for_pricing h2 span::after {
    content: "";
    position: absolute;
    background-image: url(https://www.anunta.com/wp-content/themes/Anunta/assetsn/images/wwt/title_bottom.svg);
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
    bottom: -70%;
    background-position: center;
}


/* Custom styles for the nav-pills */
.nav-pills .nav-link {
    background-color: unset;
    border: unset;
    color: #606060;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    font-family: var(--font-family_wwt);
}

.nav-pills .nav-link.active {
    background-color: unset;
    border: unset;
    color: #606060;
    font-size: 24px;
    font-weight: 600
}     

/* Custom radio button */
.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
}

.nav-pills .nav-link::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1.5px solid #EDEFF3;
}

.nav-pills .nav-link.active::before {
    background-color: #3F5FA4;
}

.nav-pills .nav-link.active::after {
    border: 1.5px solid #EDEFF3;
}

.for_pricing_tab {
    justify-content: center;
    gap: 130px;
}

.pricing_card {
    border: 1px solid #1E37A1;
    border-radius: 10px;
    padding: 44px;
    background-color: var(--white_color);
    margin-top: 120px;
    transition: all 500ms ease;
}

.pricing_card:hover {
    background-color: var(--paragraph_color);
    box-shadow: 0px 4px 50px 0px #00000014;
    transform: translateY(-30px);
    border: 1px solid var(--black_color);
}

.pricing_card:hover .title_pricing_card h6 {
    font-size: 32px;
    font-weight: 600;
    color: var(--white_color);
}

.pricing_card:hover .title_pricing_card h2 {
    font-size: 48px !important;
    font-size: 700;
    color: #E7B055;
}

.pricing_card:hover .check_information ul li {
    font-size: 20px;
    color: var(--white_color);
}

.pricing_card:hover .check_information ul li i {
    color: #E7B055;
}

.pricing_card:hover .get_start_btn a {
    background-color: #3363FF;
    color: var(--white_color);
}

.pricing_card .title_pricing_card h6 {
    color: var(--black_color);
    font-family: var(--font-family_plus);
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
}

.pricing_card .title_pricing_card h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: var(--font-family_plus);
    color: var(--black_color);
}

.pricing_card .title_pricing_card {
    padding-bottom: 48px;
}

.check_information ul li {
    font-size: 16px;
    font-weight: 400;
    color: var(--paragraph_color);
    font-family: var(--font-family_wwt);
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}

.check_information ul li i {
    color: var(--from_bg);
    font-size: 19px;
}

.get_start_btn {
    padding-top: 45px;
}

.get_start_btn a {
    border: 1px solid #27ABEC;
    font-size: 16px;
    font-weight: 500;
    color: var(--black_color);
    border-radius: 4px;
    padding: 8px 40px;
}

.check_information {
    min-height: 285px;
}

.Margin_Opportunity {
    margin-top: 80px;
}

.Margin_Opportunity .title_margin h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--black_color);
    font-family: var(--font-family_wwt);
    padding-bottom: 32px;
}

.Margin_Opportunity p {
    color: var(--paragraph_color);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-family_wwt);
    line-height: 40px;
}

.pre_sale_btn {
    padding-top: 60px;
    padding-bottom: 80px;
}

.pre_sale_btn a {
    color: var(--white_color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-family_wwt);
    background-color: #27ABEC;
    border-radius: 5px;
    padding: 18px 30px;
    border: 1px solid #27ABEC;
}

.pre_sale_btn a:hover {
    background-color: unset;
    color: var(--sky_blue);
    border: 1px solid #27ABEC;
    transition: all 500ms ease;
}

.Industry_Pricing .tab-content {
    height: 703px;
}

.what_dose_anunta .dose_anunta_solve .para_for_solve {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #242424;
    margin: 0;
    padding: 0;
    padding-top: 25px;
}

/*-----------------new-css-add---------------------*/
.grid_card {
    position: relative;
}

.grid_card .hover_text {
    display: none;
    position: absolute;
    top: -12px;
    left: 0;
    width: 380px;
    background-color: #3F5FA4;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 270px;
    border-radius: 5px;
    color: var(--white_color);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 5px 10px;
}

.grid_card .hover_text2 {
    display: none;
    position: absolute;
    top: -12px;
    left: 0;
    width: 340px;
    background-color: #3F5FA4;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 125px;
    border-radius: 5px;
    color: var(--white_color);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 5px 10px;
}

.grid_card:hover .hover_text {
    display: block;
}

.grid_card:hover .hover_text2 {
    display: block;
}

/* .listen_anchor {
    position: relative;
    padding: 10px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.listen_anchor .hover_text {
    display: none;
    position: absolute;
    top: -12px;
    left: 0;
    width: 430px;
    background-color: #3F5FA4;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 230px;
    border-radius: 5px;
    color: var(--white_color);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    padding: 5px 10px;
}
.listen_anchor:hover .hover_text {
    display: block;
} */


.listen_anchor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.listen_anchor:hover img {
    transform: scale(1.1);
}

.listen_anchor .overlay_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(30 55 161);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.listen_anchor .overlay_text p {
    color: var(--white_color);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    top: 0;
    padding: 15px 15px;
    position: unset;
}

.listen_anchor:hover .overlay_text {
    opacity: 1;
}

.wwt_schedule_wrap {
    padding-top: 90px;
}


.bg_for_listen .col-xl-4 {
    padding-top: 54px;
}

.bg_for_listen .col-xl-6 {
    padding-top: 54px;
}



/* table_css_start */
.price_table::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}

.price_table::-webkit-scrollbar-thumb {
    background: #3F5FA4;
}

.price_table::-webkit-scrollbar-thumb:hover {
    background: #1225a1;
}

.price_table::-webkit-scrollbar-track {
    background: #f4e4ff;
}

.price_table {
    overflow-x: auto;
}

.price_table table thead tr th {
    background-color: #1e2f97;
    color: #fff
}

.price_table table tbody tr,
th,
td {
    padding: 10px;
    color: var(--black-bg);
    font-size: 17px;
    font-weight: 500 !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #bfbfbf;
}

.price_table table thead tr th:nth-child(2) {
    text-wrap: nowrap;
}


/* .price_table table tbody tr td:nth-child(4) {
   width: 300px;
   display: block;
}
                                */

/* .price_table table tbody .new_rt td:nth-child(4) {
    width: 100%;
    display: none;
} */

.price_table table tbody tr:nth-child(1) td {
    box-shadow: inset 0 0 0 9999px #dadada;
}
.price_table table tbody tr td:nth-child(4){
    display: block;
    width: 380px;
    text-align: start !important;
    padding-left: 50px;
}
.price_table table tbody tr:nth-child(3) td {
    box-shadow: inset 0 0 0 9999px #dadada;
}

.price_table table tbody tr:nth-child(5) td {
    box-shadow: inset 0 0 0 9999px #dadada;
}

.price_table table thead tr th .brand_img_table {
    width: 95px;
}

.price_table table thead tr th .brand_img_table.avd_img {
    width: 60px;
}
.price_table table tbody tr td ul{
    list-style: circle;
}
.price_table table tbody tr td ul li{
    color: var(--black-bg);
    font-size: 17px !important;
    font-weight: 500 !important;
    list-style: disc;
    margin-bottom: 10px;
}
.new_rt td:nth-child(4) ul{
padding-bottom: 10px;
}
.price_table .complex_cost {
    text-wrap: nowrap;
}

.price_table .complex_cost small {
    display: block;
    font-size: 12px;
    margin-top: 8px;
}

.price_table table thead tr th .brand_img_table.citrix_img {
    width: 60px;
}

.price_table table thead tr th .brand_img_table.aws_img {
    width: 40px;
}

.price_table table thead tr th .brand_img_table.azure_img {
    width: 90px;
}

/* table_css_End */



/* responsive_css_start */


@media(max-width: 1706.67px) {
    .dose_anunta_solve {
        max-width: 1430px;
    }

    .first_img::after {
        width: 30%;
        height: 100%;
        transform: rotate(-36deg);
    }

    .second_img::after {
        width: 40%;
        right: -12%;
        height: 81%;
        top: -45%;
        border-radius: 50%;
        z-index: 1;
    }

    .round_2 {
        left: 76.3%;
    }

    .round_1 {
        left: 68.2%;
    }
}

@media(max-width: 1536px) {
    .first_img::after {
        width: 30%;
        height: 90%;
        transform: rotate(-36deg);
        top: -25%;
    }

    .second_img::after {
        width: 43%;
        right: -14%;
        height: 95%;
        top: -45%;
        border-radius: 50%;
        z-index: 1;
    }

    .round_2 {
        left: 69.5%;
    }

    .round_1 {
        left: 68.0%;
    }

    .dose_anunta_solve {
        max-width: 1330px;
    }
}

@media(max-width: 1396.36px) {
    .dose_anunta_solve {
        max-width: 1255px;
    }

    .first_img::after {
        width: 30%;
        height: 74%;
        transform: rotate(-67deg);
        top: -35%;
    }

    .second_img::after {
        width: 38%;
        right: -6%;
        height: 75%;
        top: -52%;
        border-radius: 80%;
        z-index: 1;
    }

    .round_2 {
        top: 20.7%;
        left: 75.5%;
    }

    .round_1 {
        left: 64.7%;
    }
}

@media(max-width: 1228.80px) {
    .round_2 {
        top: 18.2%;
    }

    .dose_anunta_solve {
        max-width: 1175px;
    }

    .Industry_Pricing .tab-content {
        height: auto;
    }

    .tab-content .col-xl-4:nth-child(3) .pricing_card {
        margin-top: 35px;
    }

    .wwt_banner {
        height: auto;
    }

    .grid_card .hover_text {
        width: 395px;
    }

    .grid_card .hover_text2 {
        width: 295px;
    }
}

@media(max-width: 1024px) {
    .first_img {
        display: none;
    }

    .second_img {
        display: none;
    }

    .listin_bg {
        height: auto;
    }

    .listen_anchor_3 {
        height: 100%;
        margin: 0;
    }

    .listen_anchor_4 {
        margin: 0;
        height: 437px;
    }

    .for_pricing_tab {
        justify-content: center;
        gap: 32px;
    }

    .Guardrails_two p:nth-child(2) {
        -webkit-line-clamp: 2;
    }

    .listin_bg {
        padding: 24px;
    }

    .listin_bg p {
        display: -webkit-box;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .btn_for_wwt button:nth-child(1) {
        font-size: 15px;
        max-width: 100%;

    }

    .btn_for_wwt a {
        font-size: 15px;
        max-width: 100%;
    }

    .cta_for_upload {
        max-width: 100%;
    }

    .cta_for_upload button {
        font-size: 14px;
    }
}

@media(max-width: 920px) {
    .Industry_Pricing .tab-content {
        height: auto;
    }

    .first_img {
        display: none;
    }

    .second_img {
        display: none;
    }

    .tab-content .col-xl-4:nth-child(3) .pricing_card {
        margin-top: 35px;
    }

    .for_pricing_tab {
        justify-content: center;
        gap: 30px;
    }

    .grid_card .hover_text2 {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 820px) {
    .Industry_Pricing .tab-content {
        height: auto;
    }

    .first_img {
        display: none;
    }

    .second_img {
        display: none;
    }

    .grid_card .hover_text2 {
        width: 176px;
        height: auto; 
    }
}

@media(max-width:768px) {
    .grid_card .hover_text2 {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 767px) {
    .Industry_Pricing .tab-content {
        height: auto;
    }

    .grid_card {
        width: 100%;
        max-width: 100%;
    }

    .grid_card .hover_text2 {
        position: unset;
        height: auto;
        margin-bottom: 15px;
    }

    .grid_card .hover_text {
        position: unset;
        height: auto;
        margin-bottom: 15px;
    }

    .btn_for_wwt {
        grid-template-columns: repeat(1, 1fr);
    }

    .listin_bg {
        height: auto;
    }

    .moreless-button {
        font-size: 18px;
    }

    .listin_bg {
        height: auto;
    }

    .listin_bg p {
        margin: 0;
        padding-bottom: 0;
    }

    .pricing_card:hover {
        transform: translateY(0);
    }

    .pricing_card:hover .check_information ul li {
        font-size: 16px;
    }

    .pricing_card:hover .title_pricing_card h2 {
        font-size: 42px !important;
    }

    .pricing_card:hover .title_pricing_card h6 {
        font-size: 26px;
    }

    .wwt_text_side {
        padding-top: 50px;
    }

    .wwt_banner_wrapper .wwt_text_side h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wwt_banner_wrapper .wwt_text_side h2 {
        padding-bottom: 25px;
    }

    .wwt_banner_wrapper .wwt_text_side p {
        font-size: 18px;
    }

    .from_wrapper {
        margin-top: 20px;
        padding: 20px;
    }

    .wwt_banner {
        height: auto;
    }

    .from_wrapper .from_title {
        padding-bottom: 20px;
    }

    .from_wrapper .from_title h2 {
        font-size: 24px;
    }

    .button_section_baner {
        bottom: -25%;
    }

    .button_section_baner button {
        width: 300px;
        font-size: 16px;
    }

    .all_input input::placeholder {
        font-size: 10px;
    }

    .file-upload__label {
        padding: 14px 0px;
    }

    .what_dose_anunta {
        margin-top: 40px;
    }

    .dose_anunta_solve {
        padding-left: 20px;
        padding-top: 45px;
        padding-right: 20px;
    }

    .title_for_solve h2 {
        font-size: 22px;
    }

    .security_poster {
        padding-top: 40px;
    }

    .grid_box_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .security_poster h6 {
        font-size: 18px;
    }

    .grid_card p {
        font-size: 16px;
    }

    .security_poster h6::before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #54618D33;
        width: 43%;
        left: -15px;
        top: 115%;
    }

    .wrapper_title_side h2 {
        font-size: 22px;
    }

    .how_we_complete {
        margin-top: 75px;
    }

    .card_for_dommen h6 {
        font-size: 20px;
        line-height: 34px;
    }

    .card_for_dommen {
        padding: 20px;
        margin-top: 40px;
    }

    .card_wrapper p {
        font-size: 19px;
    }

    .title_for_listen h2 {
        font-size: 22px;
    }

    .what_to_listen {
        padding-top: 90px;
    }

    .listen_anchor p {
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .listen_anchor_2 p {
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .listen_anchor_3 p {
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .listen_anchor_4 p {
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .Industry_Pricing {
        margin-top: 80px;
    }

    .Industry_Pricing .title_for_pricing h2 {
        font-size: 18px;
    }

    .for_pricing_tab {
        justify-content: center;
        gap: 14px;
    }

    .pricing_card {
        margin-top: 40px;
        padding: 34px;
    }

    .nav-pills .nav-link {
        font-size: 18px;
    }

    .nav-pills .nav-link.active {
        font-size: 20px;
    }

    .nav-pills .nav-link::after {
        width: 25px;
        height: 25px;
    }

    .Margin_Opportunity p {
        font-size: 18px;
    }

    .Margin_Opportunity .title_margin h2 {
        padding-bottom: 15px;
        font-size: 24px;
    }

    .nav-pills .nav-link::before {
        left: -26px;
        width: 16px;
        height: 16px;
    }

    .second_img::after {
        display: none;
    }

    .first_img::after {
        display: none;
    }

    .first_img {
        display: none;
    }

    .grid_card .hover_text2 {
        width: 100%;
        height: auto;
    }

    .grid_card .hover_text {
        width: 100%;
    }
}

@media(max-width: 380px) {
    .listen_anchor_3 {
        height: 332px;
    }

    .listen_anchor_4 {
        height: 332px;
    }
}

@media(max-width: 420px) {
    .listen_anchor_3 {
        height: 332px;
    }
    .anchor_list_33{
        height: 332px !important;
    }

    .listen_anchor_4 {
        height: 332px;
    }
}

@media(max-width: 430px) {
    .anchor_col_main .anchor_list_33{
        height: 509px !important;
    }
}

@media(max-width: 440px) {
    .listen_anchor_3 {
        height: 332px;
    }

    .listen_anchor_4 {
        height: 332px;
    }
}
@media(max-width: 575px) {
    .anchor_col_main .anchor_list_33{
        height:509px !important;
    }
}

@media(max-width: 768px) {
    .bg_for_listen .listen_anchor {
        height: 509px !important;
    }
    .anchor_col_main .bg_for_listen .anchor_list_33{
        height:332px !important;
    }

    .bg_for_listen .listen_anchor_2 {
        height: 509px !important;
    }
    .bg_for_listen .listen_anchor.listen_anchor_3 {
        height: 509px !important;
    }
}

@media(max-width: 820px) {
    .bg_for_listen .listen_anchor_3 {
        height: 520px !important;   
    }
    .anchor_col_main .bg_for_listen .anchor_list_33 {
        height: 520px !important;   
    }
}

@media(max-width: 912px) {
    .listen_anchor {
        height: 430px !important;
    }

    .listen_anchor_2 {
        height: 430px !important;
    }

    .listin_bg p {
        font-size: 16px !important;
        line-height: 29.50px !important;
    }
}


@media(max-width: 1024px) {
    .for_last_item {
        height: 95%;
    }

    .listin_bg p {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 0;
        margin-bottom: 0;
        display: unset;
    }

    .listen_anchor_2 {
        height: 509px;
    }

    .listen_anchor {
        height: 509px;
    }
}

@media(max-width: 1920px) { 
    .btn_for_wwt button:nth-child(1) {
        max-width: 235px;
    }
    .btn_for_wwt button:nth-child(2){
        max-width: 235px;
    }
    .btn_for_wwt button:nth-child(3){
        max-width: 235px;
    }
}
@media(max-width: 2048px) { 
    .btn_for_wwt button:nth-child(1) {
        max-width: 235px;
    }
    .btn_for_wwt button:nth-child(2){
        max-width: 235px;
    }
    .btn_for_wwt button:nth-child(3){
        max-width: 235px;
    }
}


/* wp-form_section start*/
.wwt_entry_meet_modal .modal_inner .wpforms-container {
    width: 100%;
}

.wwt_entry_meet_modal .modal_inner .wpforms-container .wpforms-field-container label {
    color: #767676;
    font-weight: 500;
}
.wwt_entry_meet_modal .modal_inner .wpforms-container .wpforms-field-container input {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    background-color: #f6f4fc;
    outline: none !important;
    padding: 12px 15px;
    transition: all 300ms ease-in-out;
    border-radius: 5px !important;
    border: solid 1px #e6e4ed !important;
    max-height: 55px;
}

.wwt_entry_meet_modal .modal_inner .wpforms-container .wpforms-confirmation-container-full{
    background-color: unset;
    border: unset;
}

.wwt_entry_meet_modal .modal_inner .wpforms-container .wpforms-submit-container button{
    width: 100%;
}
/* wp-form_section end*/


.wwt_modal_such .modal_inner #hubspot-form-placeholder fieldset,input{
    max-width: 100% !important;
}
.wwt_modal_such .modal_inner #hubspot-form-placeholder fieldset input{
    width: 100% !important;
    height: 45px;
}

.wwt_modal_such .modal_inner #hubspot-form-placeholder fieldset,input{
    max-width: 100% !important;
}

.wwt_modal_such .modal_inner #hubspot-form-placeholder .actions input{
    background-color: #1e2f97 !important;
    color: #fff !important;
    margin-top: 15px;
    width: 99%;
}
.wwt_modal_such .modal_inner #hubspot-form-placeholder .actions input:hover{
    background-color: #27abed !important;
}
.wwt_modal_such .modal_inner #hubspot-form-placeholder fieldset .hs-upload_customer_list .input .hs-input{
    height: unset;
}


footer .footer_bottom .f_social li a img { 
    margin-top: 7px;
}    


.wwt_banner_wrapper .wwt_text_side p a {
    color: #1e2f97;
}
.wwt_banner_wrapper .wwt_text_side p a:hover {
    color: #27abec; 
}


.wwt_banner_wrapper .btn_for_wwt .question_btn_box {
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #27abec !important;
    border: 1px solid #27abec !important;
    color: #fff !important;
    display: inline-block !important;
    max-width: 230px !important;
    /* padding: 18px 10px; */
    padding: 15px 10px !important;
    border-radius: 5px !important;
    transition: all 250ms ease-in-out !important;
    line-height: 25px !important;
}

.wwt_banner_wrapper .btn_for_wwt .question_btn_box:hover{ 
    background-color: #1e2f97 !important;
    border: 1px solid #1e2f97 !important;
    color: #ffffff !important;
}