@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument_serif/InstrumentSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument_serif/InstrumentSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


.footer2025-wrapper {
    background-color: #f5f5f7;
    padding: 60px 20px 30px;
    
    color: #000;
    font-size: 14px;
    z-index: 999;
    position: relative;
}


.footer2025-container {
    /* max-width: 1200px; */
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;

    position: relative;
}

/* XL >= 1200px */
@media (min-width: 1200px) {
  .footer2025-container {
    max-width: 1200px !important;
  }
}

/* XXL >= 1400px */
@media (min-width: 1400px) {
  .footer2025-container {
    max-width: 1307px !important;
  }
}

.footer2025-left {
    /* flex: 1 1 260px; */
    min-width: 240px;
}

.footer2025-logo {
    font-size: 20px;
    
    margin-bottom: 20px;
}

.footer2025-social {
    display: flex;
    gap: 14px;
    margin-top: 1rem;
}

.footer2025-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-decoration: none;
}

.footer2025-icon i {
    font-size: 20px;
    color: #4c4f5a;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.footer2025-signup-block h4 {
    
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 16px;
}

.footer2025-signup-block p {
    margin-bottom: 20px;
    max-width: 260px;
    font-size: 13px;
}

.footer2025-input-row {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: .8rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.footer2025-input-row input {
    border: none;
    padding: 10px;
    font-size: 13px;
    outline: none;
    border-radius: 10px;
    min-width: 160px;
}

.footer2025-input-row button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 14px;
    /* margin-left: 50px; */
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    
    width: 50%;
}

.footer2025-shopify-badge {
    margin-top: 40px;
    width: 130px;
}

.footer2025-links {
    flex: 2 1 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: end;
}

.footer2025-col {
    min-width: 140px;
}

.footer2025-col h4 {
    
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.footer2025-col a {
    display: block;
    line-height: 22px;
    text-decoration: none;
    color: #000;
    font-size: .875rem;

}

.footer2025-bottom {
    text-align: center;
    font-size: 13px;
    margin-top: 60px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .footer2025-container {
        flex-direction: column;
        align-items: center;
    }

    .footer2025-links {
        justify-content: center;
    }
}

.footer2025-split-column {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.footer2025-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 12px;
}

.footer2025-bottom-badge {
    width: auto;
    height: auto;
}

.footer2025-bottom-text {
    font-size: 14px;
    color: #666;
    
}

@media screen and (max-width: 425px) {
    .headin-one-banner-main {
        font-size: 2rem;
    }

    .headin-one-banner-main-2 {
        font-size: 2rem;
    }

    .button {
        font-size: 11px;
        padding: 8px 28px;
    }

    .message-box {
        font-size: 12px;
    }

    .rating-stars {
        font-size: 13px;
    }

    .content-box {
        max-width: 100%;
    }

    .rating-labels {
        display: block;
        /* justify-content: space-between; */
        font-size: 10px;
        color: #444040;
        gap: 1rem;
    }

    .background-number {
        font-size: 84px;
    }

    .how-card-inner {
        display: block;
    }

    .btn-install {
        width: 14rem;
    }

    .demo-link {
        width: 13rem;
    }

    .footer2025-input-row button {
        background: #000;
        color: #fff;
        border: none;
        padding: 5px 1px 5px 2px;
        margin-left: 8px;
        border-radius: 999px;
        font-size: 13px;
        cursor: pointer;
        
        width: 6.5rem;
    }

    .footer2025-col {
        min-width: 290px;
    }

}
.relative-12{
        margin-top: 4rem;
    }

@media screen and (min-width: 270px) and (max-width: 320px) {
    .how-it-works-section {
        padding: 32px 16px;
    }

    .swiper-slide {
        height: 14rem !important;
    }

    .c-pricing-section {
        padding: 80px 15px;
    }

    .testimonial-slider {
        padding: 50px 16px;
    }
    .relative-12{
        margin-top: 0rem;
    }
}
@media screen and (min-width: 321px) and (max-width: 425px){
    .testimonial-card{
        max-width: 423px;
    }
}
@media screen and (min-width: 426px) and (max-width: 768px){
    .visual-box-1{
        width: 565px;
    }
}


.button-main:hover {
	background-color: #ff2d55;
	border: none;
}
.black-button:hover{
	background-color: #ff2d55;
}