@charset "UTF-8";

/*
Theme Name: news
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    background-color: #fff;
}

.main-container {
    width: 100%;
}
header.header-holder {
    gap: 40px 100px;
    background-color: rgba(8, 9, 18, 1);
}
.nav-bar {
    display: flex;
    min-height: 80px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1176px;
    margin: auto;
}

.logo-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 65px;
    margin: auto 0;
}

.logo {
    aspect-ratio: 2.71;
    object-fit: contain;
    object-position: center;
    width: 65px;
}

.nav-actions {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: start;
    margin: auto 0;
}

.app-button-wrapper {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Button-Text-On-Primary, #fff);
    justify-content: start;
    width: 129px;
    margin: auto 0;
    font: 600 14px var(--Font-Family-Heading, "Plus Jakarta Sans");
}

.app-button {
    align-self: stretch;
    display: flex;
    width: 129px;
    align-items: start;
    overflow: hidden;
    justify-content: start;
    margin: auto 0;
}

.app-button-inner {
    border-radius: 6px;
    border: 1px solid #5aa3b2;
    background: rgba(12, 240, 187, 0.06);
    display: flex;
    min-width: 87px;
    width: 129px;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 14px 20px;
}

.app-button-text {
    leading-trim: both;
    text-edge: cap;
    align-self: stretch;
    min-height: 16px;
    gap: 6px;
    margin: auto 0;
    color: #fff;
    cursor: pointer;
}
ul.menu-list-header li a {
    color: rgba(255, 255, 255, 1);
    align-self: stretch;
    margin: auto 0;
    font: 500 15px / 1.2 Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
    text-decoration: none;
}
li#custom_html-2 {
    list-style: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.newsroom-section {
    display: flex;
    align-items: center;
    /*padding: 116px 128px 116px 128px;*/
    background: url("img/header1.jpg") no-repeat center center/cover;
    transition: background 1s ease-in-out;
}

.newsroom-section:hover {
    background-image: url("img/header2.jpg");
}

.background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-wrapper {
    position: relative;
    display: flex;
    padding: 116px 0px 116px 0px;
    width: 1176px;
    margin: auto;
}

.text-content {
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    color: #fff;
}

.newsroom-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
}

.newsroom-description {
    margin-top: 32px;
    font: 400 24px/34px Inter, sans-serif;
}

.cta-button {
    border-radius: 6px;
    background-color: var(--Button-Background, rgba(12, 240, 187, 1));
    align-self: start;
    display: flex;
    margin-top: 32px;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--Button-Text-On-Special, #023126);
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    justify-content: center;
    padding: 14px 16px;
    text-decoration: none;
}

.cta-label {
    leading-trim: both;
    text-edge: cap;
    align-self: stretch;
    gap: 8px;
    margin: auto 0;
}

.decorative-circle {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    align-self: center;
    display: flex;
    width: 34px;
    height: 39px;
    margin: -148px 0 -22px 75px;
}

.article-section-header {
    border-radius: 11px;
    background-color: #fff;
    /*display: flex;*/
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 60px 0px 60px 0px;
}


.sort-container {
    flex: 2; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.sort-options {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.sort-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.sort-label {
    color: rgb(21, 23, 46);
    align-self: stretch;
    margin: auto 0px;
    font: 600 15px "Plus Jakarta Sans", -apple-system, Roboto, Helvetica, sans-serif;
}

.search-container {
    flex: 2; 
    display: flex;
    align-items: center;
    gap: 10px; 
}

.search-input-wrapper {
    position: relative;
    flex: 1; 
}

.search-input {
    width: 100%;
    padding: 8px 8px 8px 40px;
    font-size: 15px;
    border: 1px solid #D3D5D9;
    border-radius: 8px;
    height: 50px;
    color: #15172E;
    opacity: 0.5;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}
form.search-container.search-form {
    display: flex;
    min-width: 240px; 
    align-items: center;
    overflow: hidden;
    color: #15172e;
    white-space: nowrap;
    text-align: center;
    justify-content: space-between;
    width: 540px;
    margin: auto 0;
    padding: 4px 4px 4px 12px;
    font: 15px Plus Jakarta Sans, sans-serif;
    position: relative;
    outline: none;
}
.search-button {
    color: white;
    align-self: stretch;
    border-radius: 4px;
    background-color: #0cf0bb;
    gap: 10px;
    overflow: hidden;
    font-weight: 600;
    margin: auto 0;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    color: #15172E;
    position: absolute;
    right: 8px;
    top: 8px;
    border: 1px solid #0cf0bb;
}
input#search-input:hover {
    outline: none;
}
.filter-options {
    align-self: stretch;
    display: flex;
    align-items: center;
    color: var(--Text-Secondary, #555963);
    text-align: center;
    justify-content: flex-start;
    gap: 8px;
    white-space: nowrap;
    margin: auto 0px;
    font: 500 14px Inter, sans-serif;
}
.filter-button {
    cursor: pointer;
    background: #fff;
    border-radius: 38px;
    background-color: #fff;
    align-self: stretch;
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
    margin: auto 0;
    padding: 10px 14px;
    border: 1.5px solid #E9EAEC;
}
.filter-button.active {
    background: #F3F5F9;
    color: #15172E;
    border: 1.5px solid #101223;
}
.filter-button:hover {
    background: #F3F5F9;
    color: #15172E;
    border: 1.5px solid #101223;
}
.tab-content { display: none; }
.tab-content.active {
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.artical-sort {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.artical-h2 {
    text-align: center;
    margin-bottom: 42px;
}
.article-card {
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 378px;
    padding: 12px;
    border: 1px solid #fff;
    margin-bottom: 60px;
}
.card-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}
.image-container {
    border-radius: 12px;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
}
.image-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.card-image {
    aspect-ratio: 1.97;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.source {
    color: #000;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-top: 16px;
    font: 500 16px/1.4 Inter, sans-serif;
}

.card-content {
    display: flex;
    margin-top: 43px;
    min-height: 156px;
    width: 100%;
    flex-direction: column;
    color: #000;
    justify-content: flex-start;
}

.card-title {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: -webkit-box;
    min-height: 68px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}
.card-title a {
    color: #000;
    text-decoration: none;
}
.card-description {
    margin-top: 16px;
    font: 400 16px/24px Inter, sans-serif;
}

.card-footer {
    display: flex;
    margin-top: 43px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.publish-date {
    color: #000;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    align-self: stretch;
    margin: auto 0;
    font: 500 16px/1.4 Inter, sans-serif;
}

.cta-button1 {
    border-radius: 6px;
    background-color: #101223;
    align-self: stretch;
    display: flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    color: var(--Button-Text-On-Primary, #fff);
    text-align: center;
    text-transform: capitalize;
    justify-content: center;
    margin: auto 0;
    padding: 12px;
    font: 700 14px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
    text-decoration: none;
}

.cta-label1 {
    leading-trim: both;
    text-edge: cap;
    align-self: stretch;
    gap: 8px;
    margin: auto 0;
}

.viewmore {
    text-align: center;
    margin-top: 48px;
}

.viewmore p {
    text-decoration: underline;
    color: #000;
}

.viewmore p a{
    color: #000;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.talking-logos {
    display: flex;
    justify-content: start;
    overflow-x: hidden;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.talking-logos img {
    height: auto;
    object-fit: contain;
}

.talking-logos .logo-text {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.aboutus {
    width: 97%;
    margin: 0 auto;
}

.num-container {
    text-align: center;
}

.numcards {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.numcards.loaded {
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
}

.ncard {
    position: relative;
    width: 279px;
    height: 260px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--Surface-Oxford-blue-Subtle, #f8f8fc);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.ncard::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #e8edff 0%, #f9e6ff 100%);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    background-blend-mode: overlay;
    will-change: transform, opacity;
    z-index: 1;
}

.ncard:hover::before {
    transform: scale(-37);
    opacity: 1;
    background: linear-gradient(circle, 180deg, #e8edff 100%, #f9e6ff 0%);
}

.ncard:hover {
    transform: scale(1.05);
}

.ncard .nvalue, .ncard p {
    position: relative;
    z-index: 2;
}

.nvalue {
    font-size: 40px;
    color: #333;
}

.ncard p {
    text-align: left;
    width: 125px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* new css */
.odometer {
    font-size: 40px;
    color: #333; 
}

/*.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-size: 40px;
}*/
.ncard:hover span.odometer {
    position: relative;
    z-index: 2;
}
.ncard.plus .odometer{
  position: relative;
}

.ncard.plus .odometer::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: -25px;
    font-size: 36px;
}

.ncard.dollar .odometer {
  position: relative;
}

.ncard.dollar .odometer::before {
    content: "$";
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 99;
    font-size: 32px;
}

.ncard.millions .odometer{
  position: relative;
}

.ncard.millions .odometer::after {
    content: "M";
    position: absolute;
    top: 2px;
    right: -40px;
    font-size: 38px;
}
.ncard.millions.plus .odometer::after {
    content: "M+";
    position: absolute;
    top: 2px;
    right: -60px;
    font-size: 38px;
}
.ncard.ncard3 .odometer {
    padding-left: 25px;
}
.ncard2 .odometer.odometer-theme-default .odometer-value {
    text-align: left;
}

.connect-wrap {
    display: flex;
    width: 379px;
    height: 316px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.connect-wrap.connect-wrap-email {
    border-radius: 16px;
    background: #ebf0ff;
}

.con-container {
    text-align: center;
}

.connect-inner-container {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.connect-section-header {
    background-color: #fff;
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 80px 0px 80px 0px;
}

.con-container .artical-h2 {
    margin-bottom: 60px;
}

.connect-wrap.connect-wrap-email:hover {
    background: #f8f8fc;
}

.connect-wrap img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 24px;
}

.connect-wrap .connect-icon {
    transition: transform 250ms;
}

img.connect-icon-hover {
    display: none;
}

.connect-wrap:hover .connect-icon {
    display: none;
}

.connect-wrap:hover img.connect-icon-hover {
    display: block;
    transform: translateY(0px);
}

.connect-wrap.connect-wrap-email:hover .ccard {
    margin-bottom: 32px;
    transform: translateY(15px);
}

.connect-wrap .ccard {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    margin-bottom: 64px;
    transition: transform 250ms;
}

.connect-wrap .ccard a {
    color: #000;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

a.connect-button1 {
    display: flex;
    height: 48px;
    padding: 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #a0a6d4;
    text-decoration: none;
}

span.connect-label1 {
    color: #15172e;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 0%;
    text-transform: capitalize;
    text-decoration: none;
}

.connect-wrap.connect-wrap-blog {
    border-radius: 16px;
    background: #f0e5fb;
}

.connect-wrap.connect-wrap-follow {
    border-radius: 16px;
    background: #e7fef8;
}

.connect-wrap.connect-wrap-blog:hover {
    background: #f8f8fc;
}

.connect-wrap .connect-icon {
    transition: transform 250ms;
}

img.connect-icon-hover {
    display: none;
}

.connect-wrap:hover .connect-icon {
    display: none;
}

.connect-wrap:hover img.connect-icon-hover {
    display: block;
    transform: translateY(0px);
}

.connect-wrap.connect-wrap-blog:hover .ccard {
    margin-bottom: 32px;
    transform: translateY(15px);
}

.connect-wrap.connect-wrap-follow:hover {
    background: #f8f8fc;
}

.connect-wrap .connect-icon {
    transition: transform 250ms;
}

img.connect-icon-hover {
    display: none;
}

.connect-wrap:hover .connect-icon {
    display: none;
}

.connect-wrap:hover img.connect-icon-hover {
    display: block;
    transform: translateY(0px);
}

.connect-wrap.connect-wrap-follow:hover .ccard {
    margin-bottom: 32px;
    transform: translateY(15px);
}

footer {
    width: 100%;
    padding: 20px;
}

.footer-sec {
    background-color: #01110d;
    color: #fff;
    border-radius: 32px;
    width: 100%;
    padding: 64px 110px;
}

.ft-col .scicons {
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
}

.ft-col h4 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    margin: 0;
    margin-bottom: 23px;
    color: #fff;
}

.ft-col a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

.ft-col ul li {
    font-size: 13px;
    margin-bottom: 17px;
    list-style-type: none;
}

.ft-col ul li:last-child {
    margin-bottom: 0px;
}

.footer-sec p {
    font-size: 13px;
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    margin: 0;
    margin-top: 73px;
}

.ft-col {
    width: 20%;
    float: left;
}

.menu-list {
    padding-bottom: 32px;
}

.footermenu-wrap {
    padding-bottom: 60px;
    margin: 0;
}

.footer-bottom {
    text-align: center;
    margin: 0;
    padding: 0px;
}

.menu-list:last-child {
    padding-bottom: 0px;
}

.footer-bottom p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    display: table;
    content: " ";
    clear: both;
}
.footer-bottom {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	font-size: 13px;
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    margin: 0;
    margin-top: 73px;
}
li.widget_nav_menu {
    list-style: none;
	padding-bottom: 32px;
}

li#social_media_widget-2 {
    list-style: none;
    padding-bottom: 15px;
}
li#app_download_widget-2 {
    padding-bottom: 32px;
    list-style: none;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed;
    z-index: 111; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.5); 
    padding-top: 10px;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 0px;
    margin: auto;
}
#scrollstyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.modal-content h2 {
    display: flex;
    padding: 24px 32px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; 
}
.app-store, .p-store {
    margin: 5px 0;
}
.app-store img, .p-store img {
    width: 120px;
}
.p-store {
    width: 140px;
    height: 54px;
    position: absolute;
    top: 465px;
    left: 85px;
    cursor: pointer;
}
.app-store {
    width: 140px;
    height: 54px;
    position: absolute;
    top: 465px;
    left: 275px;
    cursor: pointer;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    background: 0 0;
    border: none;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

div#myModal img {
    margin: auto;
    text-align: center;
    display: table;
    width: 100%;
}
.image-wrapper img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image-wrapper:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

article.article-card:hover {
    background: #f8f8fc;
}
.heateor_sss_facebook span.heateor_sss_svg {
    background-image: url('http://localhost/projects/news/wp-content/uploads/2025/02/share-icon3.png') !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
}

.heateor_sss_facebook span.heateor_sss_svg svg {
    display: none !important;
}

/*a.heateor_sss_button_x span.heateor_sss_svg {
    background-image: url('http://localhost/projects/news/wp-content/uploads/2025/02/share-icon2.png') !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
}

a.heateor_sss_button_x span.heateor_sss_svg svg {
    display: none !important;
}*/

.text-content p {
    margin-top: 32px;
    font: 400 24px / 34px Inter, sans-serif;
}
.artical-h2 h2 {
    font-size: 38px;
}
/* Search Page */
.search header.page-header.alignwide {
    border-radius: 11px;
    background-color: #fff;
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 0px 20px 0px;
    text-align: center;
}
.search .search-result-count.default-max-width {
    border-radius: 11px;
    background-color: #fff;
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.search .artical-main {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}
   
.hidden {
    display: none;
}

.view-more-button, .view-less-button {
    background-color: #007bff;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    border-radius: 5px;
}

.view-more-button:hover, .view-less-button:hover {
    background-color: #0056b3;
}

.search .page-content.default-max-width {
    border-radius: 11px;
    background-color: #fff;
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 0px 20px 0px;
}

.search .page-content p {
    padding-bottom: 30px;
}
section.no-results.not-found {
    margin: auto;
    text-align: center;
}

.search  form.search-container.search-form {
    margin: auto;
}
section.no-results.not-found {
    border-radius: 11px;
    background-color: #fff;
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0px 0px 40px 0px;
}
.search h1.page-title {
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
/*pagination */
.navigation.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 10px 0;
    margin: 0;
  }
  
  .page-numbers {
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .page-numbers:hover {
    text-decoration: underline;
  }
  
  .page-numbers.current {
    background-color: #000;
    color: white;
    border: 1px solid #000;
  }
  
  .next.page-numbers {
    font-weight: bold;
    margin-left: 10px;
    background-color: #000;
    color: white;
    padding: 8px 12px;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .next.page-numbers:hover {
    text-decoration: underline;
  }
  

/* */

.archive-page-cat header.page-header.alignwide {
	border-radius: 11px;
    background-color: #fff;
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 0px 20px 0px;
}

.archive-page-cat .artical-main {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}
.archive-page-cat .card-image {
    width: auto;
}
.archive-page-cat .card-content {
    min-height: auto;
}

.category-way-in-the-news .card-image{
	 width: 100%;
}

.nvaluedollar {
    font-size: 40px;
    color: #333;
}
span.nvaluedoll {
    position: relative;
    z-index: 2;
}

/* image align */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0.375em 0 1em 1.75em;
}   

.aligncenter {
    clear: both;
}
.single-news-content img {
    max-width: 100% !important;
    height: auto;
}
.featured-image img {
    width: 100%;
}
@media (max-width: 1200px) {
    .article-section-header {
        width: 100%;
        padding: 60px 20px;
    }
    .search-container {
        width: 370px;
        min-width: auto;
        gap: 0px;
    }
    .artical-main {
        grid-template-columns: 1fr 1fr;
    }
    .article-card {
        width: 100%;
    }
    .connect-section-header {
        width: 100%;
        padding: 20px;
    }
    .ft-col h4 {
        font-size: 16px;
    }
    .footer-sec {
        padding: 40px 40px;
    }
    .ft-col ul li {
        font-size: 14px;
    }
    .ft-col .scicons {
        margin-right: 20px;
    }
    .footer-sec p {
        margin-top: 30px;
    }
    .nav-bar {
        width: 100% !important;
        padding: 0px 20px;
    }
    .content-wrapper {
        padding: 116px 20px;
        width: 100%;
    }
    .search header.page-header.alignwide {
        width: 100%;
        padding: 40px 20px 20px 20px;
    }
    .search .search-result-count.default-max-width {
        width: 100%;
        padding: 20px;
    }
    .article-section-header {
        width: 100% !important;
        padding: 40px 40px !important;
    }
    .article-card {
        width: 100%;
    }
    .ft-col {
        width: 32%;
    }
}

@media (max-width: 991px) {
    .nav-bar {
        max-width: 100%;
        padding: 0 20px;
    }
    .text-content {
        max-width: 100%;
    }
    .newsroom-title {
        font-size: 40px;
    }
    .newsroom-description {
        max-width: 100%;
    }
    .decorative-circle {
        margin-bottom: 10px;
    }
    .article-section-header {
        width: 100%;
    }
    .artical-main {
        grid-template-columns: 1fr 1fr;
    }
    .article-card {
        width: 100%;
    }
    .connect-wrap .ccard {
        font-size: 16px;
    }
    .connect-section-header {
        width: 100%;
        padding: 20px;
    }
    .ft-col h4 {
        font-size: 14px;
    }
    .footer-sec {
        padding: 20px 20px;
    }
    .ft-col ul li {
        font-size: 12px;
    }
    .ft-col .scicons {
        margin-right: 14px;
    }
    .footer-sec p {
        margin-top: 30px;
    }
    .content-wrapper {
        padding: 116px 20px;
        width: 100%;
    }
    .cta-button1 {
        font: 700 13px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
    }
    .publish-date {
        font: 500 13px/1.4 Inter, sans-serif;
    }
    .nvalue {
        font-size: 26px;
    }
    .ncard p {
        font-size: 14px;
    }
    .nvaluedollar {
        font-size: 26px;
    }
    .odometer {
        font-size: 26px;
    }
    .ncard.plus .odometer::after {
        top: 0px;
        right: -20px;
        font-size: 26px;
    }
    .ncard.millions.plus .odometer::after {
        top: 0px;
        right: -45px;
        font-size: 26px;
    }
    .ncard.dollar .odometer::before {
        top: 2px;
        font-size: 22px;
    }
    .ncard.millions .odometer::after {
        top: 0px;
        right: -28px;
        font-size: 26px;
    }
    .ncard.ncard3 .odometer {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .app-button-wrapper {
        display: none;
    }
    .text-content p {
        margin-top: 32px;
        font: 400 13px / 34px Inter, sans-serif;
    }
    .newsroom-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .newsroom-section {
        padding: 60px 34px 60px 34px;
        background-size: 100% 100%;
    }
    .newsroom-description {
        text-align: center;
        font-size: 13px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .content-wrapper {
        text-align: center;
        flex-wrap: wrap;
    }
    .text-content {
        flex-wrap: nowrap;
        align-items: center;
    }
    .cta-button {
        align-self: auto;
    }
    .cta-button1 {
        font: 700 14px Plus Jakarta Sans, -apple-system, Roboto, Helvetica, sans-serif;
    }
    .publish-date {
        font: 500 14px/1.4 Inter, sans-serif;
    }
    .article-section-header {
        flex-direction: column-reverse;
        padding: 20px;
        width: 100%;
    }
    .artical-sort {
        flex-direction: column-reverse;
        width: 100%;
    }
    .search-container {
        width: 100%;
        gap: 0px;
        flex-wrap: nowrap;
    }
    .sort-wrapper {
        margin-top: 20px;
    }
    .search-button {
        padding: 12px 12px;
    }
    .artical-h2 {
        margin-bottom: 24px;
    }
    .artical-main {
        grid-template-columns: 1fr;
    }
    .article-card {
        width: 100%;
        background: #f8f8fc;
        margin-bottom: 20px;
        border: 1px solid #e9eaec;
    }
    .talking-logos .logo-text {
        padding-left: 5px;
    }
    .con-container .artical-h2 {
        margin-bottom: 24px;
    }
    .connect-inner-container {
        display: table !important;
        width: 100%;
    }
    .connect-wrap {
        margin-bottom: 24px;
        width: 100%;
    }
    .connect-section-header {
        flex-direction: column-reverse;
        padding: 20px;
        width: 100%;
    }
    footer {
        padding: 0px;
    }
    .footer-sec {
        padding: 20px 20px;
        border-radius: 0px;
    }
    .ft-col {
        width: 50%;
    }
    .menu-list:last-child {
        padding-bottom: 32px;
    }
    .ft-col ul li {
        margin-bottom: 17px;
        font-size: 12px;
    }
    .ft-col .scicons {
        margin-right: 20px;
    }
    .footer-sec p {
        margin-top: 10px;
    }
    .numcards {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .ncard {
        width: 45% !important;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .modal-content {
        width: 90%;
    }
    .tab-content.active {
        display: block;
    }
    #nav_menu-4 {
        padding-bottom: 32px !important;
    }
    li#nav_menu-6 {
        padding-bottom: 32px !important;
    }
    li#nav_menu-8 {
        padding-bottom: 32px !important;
    }
    form.search-container.search-form {
        width: 420px;
        margin: auto;
    }
    .search .artical-main {
        display: block;
    }
    .search header.page-header.alignwide {
        width: 100%;
        padding: 40px 20px 20px 20px;
    }
    .search .search-result-count.default-max-width {
        width: 100%;
        padding: 20px;
    }
    .ncard {
        padding: 20px;
    }
    .article-section-header {
        padding: 40px 20px !important;
    }
    .artical-h2 h2 {
        font-size: 20px;
    }
    .nvalue {
        font-size: 28px;
    }
    .ncard p {
        font-size: 12px;
        width: auto;
    }
    .nvaluedollar {
        font-size: 28px;
    }
    /* image align */

    .alignleft, .alignright {
        float: none;
    }
    .alignright {
        margin: 0.375em auto 1em;
        clear: both;
        display: block;
    }
    .alignleft {
        margin: 0.375em auto 1em;
        clear: both;
        display: block;
    }
    .odometer {
        font-size: 26px;
    }
    .ncard.plus .odometer::after {
        top: 0px;
        right: -20px;
        font-size: 26px;
    }
    .ncard.millions.plus .odometer::after {
        top: 0px;
        right: -45px;
        font-size: 26px;
    }
    .ncard.dollar .odometer::before {
        top: 2px;
        font-size: 22px;
    }
    .ncard.millions .odometer::after {
        top: 0px;
        right: -28px;
        font-size: 26px;
    }
    .ncard.ncard3 .odometer {
        padding-left: 20px;
    }
}
@media (max-width: 420px) {
    form.search-container.search-form {
        width: 320px;
        margin: auto;
    }
    .ncard {
        width: 46% !important;
    }
}