/**
 * Theme Name:     GeneratePress Child
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */

/* ----------------------------------------------------------------- */
/*-----------------------------GLOBAL CSS---------------------------*/
.max-w{
    max-width: 1279px;;
}
.prime-typo h1,
.prime-typo h1 span {
  font-size: clamp(33px, 4vw + 1rem, 54px);
  font-weight: 900 !important;
}

.prime-typo h2 ,.prime-typo h2 span{
    font-family: Onest;
  font-size: clamp(24px, 3vw + 0.5rem, 36px);
  font-weight: 700 !important;
}


.prime-typo h3 {
  font-size: clamp(20px, 2.5vw + 0.5rem, 24px);
  font-weight: 600 !important;
}

.prime-typo h4 {
  font-size: clamp(18px, 2vw + 0.5rem, 22.5px);
  font-weight: 500 !important;
}

.prime-typo h5 {
  font-size: clamp(17px, 2vw + 0.5rem, 20px);
  font-weight: 500 !important;
}

.prime-typo p,
.prime-typo li,
.prime-typo span,
.prime-typo td {
  font-size: clamp(14px, 1.5vw + 0.5rem, 16px);
}

/* a {
    color: #FFA600;
}

a:hover {
    color: #FFC251;
} */

/* ============================================
   Payment Network Slider
   ============================================ */

/* ── Wrapper ── */
.pn-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding: 20px 0;
}

/* ── Fade overlays at both ends ── */
.pn-slider-fade-left,
.pn-slider-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 10;
    pointer-events: none;
}

.pn-slider-fade-left {
    left: 0;
    background: linear-gradient(
        to right,
        var(--pn-bg-color, #0D0323) 0%,
        transparent 100%
    );
}

.pn-slider-fade-right {
    right: 0;
    background: linear-gradient(
        to left,
        var(--pn-bg-color, #0D0323) 0%,
        transparent 100%
    );
}

/* ── Slick track ── */
.pn-slider {
    width: 100%;
}

.pn-slider .slick-list {
    overflow: visible !important;
}

.pn-slider .slick-track {
    display: flex !important;
    align-items: center;
}

/* ── Individual slide ── */
.pn-slide-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    outline: none;
}

/* ── Coin image container ── */
.pn-coin-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.pn-coin-wrap:hover {
    transform: scale(1.12);
}

.pn-coin-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

/* ── Hide default slick arrows/dots (auto-scroll only) ── */
.pn-slider .slick-arrow,
.pn-slider .slick-dots {
    display: none !important;
}

/* ── Responsive coin size ── */
@media ( max-width: 768px ) {
    .pn-coin-wrap {
        width: 54px;
        height: 54px;
    }

    .pn-slider-fade-left,
    .pn-slider-fade-right {
        width: 60px;
    }
}

/*-------------------------Absolute Image Styling----------------------------  */

@media(min-width: 1400px){
    .abs-card-img img {
        min-width: 300px;
    }
}

@media(min-width: 1024px) and (max-width: 1400px){
    .abs-card-img img {
        min-width: 19vw;
    }
}

@media(min-width: 767px) and (max-width: 1024px){
    .abs-card-img img {
        min-width: 25vw;
    }
}

@media(max-width: 767px){
    .abs-card-img img {
        min-width: 300px;
    }
}

@media(max-width: 450px){
    .abs-card-img img {
        min-width: 70vw;
    }
}



/* ----------------------------------------------------------------------------- */
/*                         Banner 3 gradient button                              */
/* ----------------------------------------------------------------------------- */
.grad-btn .elementor-button {
    border: 3px solid transparent;
    border-radius: 10px;

    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(
            101.08deg,
            #2846AF 2.52%,
            #0E1450 13.41%,
            #76B7DC 31.87%,
            #F3337A 92.38%
        ) border-box;
}
.card2{
    border: 2px solid transparent !important;

    background:
        linear-gradient(
            139.6deg,
            #5CC1ED 34.07%,
            #F3337A 64.14%
        ) border-box !important;    
}

.grad-text{
  background: linear-gradient(90deg, #5CC1ED 0%, #F3337A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}