
@font-face {
  font-family: 'Amazon Ember Display';
  src: url('https://getprintx.com/wp-content/themes/astra/fonts/Amazon_Ember_Display.woff') format('woff'),
       url('https://getprintx.com/wp-content/themes/astra/fonts/Amazon_Ember_Display.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
html {
    scroll-behavior: smooth;
}

 body {
    font-family: 'Amazon Ember Display',sans-serif!important;
}

/* Landing page code css Start-------------- */
@keyframes flipY {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.flip-infinite {
    animation: flipY 2s linear infinite;
    transform-style: preserve-3d;
}

.clip-ribbon {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
    background-image: linear-gradient(45deg, transparent 50%, #5d3922 50%);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.slider-container {
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    flex: 0 0 auto;
    width: 100%;

}

@media (min-width: 1024px) {

    .testimonial-card {
        width: calc(33.333% - 1.5rem);
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .slider-wrapper {
        margin-left: -0.75rem;
    }
}

/* Basic styling for navigation arrows */
.slider-navigation button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: gray;
}

.slider-navigation button:hover {
    color: black;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.slider-dots button {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    margin: 0 0.5rem;
    cursor: pointer;
}

.slider-dots button.active {
    background-color: #333;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.text-shadow-md {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.text-shadow-lg {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.text-shadow-white {
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}

.text-shadow-none {
    text-shadow: none;
}

/* Landing page code css End-------------- */





/* Prduct Details code css Start-------------- */
.subgroup:hover .subgroup-hover\:flex {
    display: flex;
}

.subgroup:hover .subgroup-hover\:rotate-90 {
    transform: rotate(90deg);
}

.tab-active {
    border-bottom: 2px solid #0075be;
    font-weight: bold;
    color: #0075be;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.custom-tab-content {
    display: none;
}

.custom-content-active {
    display: block;
}

.custom-tab-active {
    border-bottom: 2px solid #0075be;
    /* Updated active tab color */
    font-weight: bold;
    color: #0075be;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-active {
    font-weight: 600;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* in this code aolor circle right active icon  */

.color-button.active {
    position: relative;
}

.color-button.active::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: white;
    font-weight: 400;
}

/* Prduct Details code css End-------------- */


/* how  it works code css Start-------------- */

.card-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.step-icon-bg {
    background-color: #e0e7ff;
    color: #4338ca;
}

.hero-bg-color {
    background-color: #0075BE;
}



.find-your-vibe-text {
    color: #b0c4de;
}

.explore-button {
    border: 2px solid #b0c4de;
    color: #b0c4de;
    transition: all 0.2s ease-in-out;
}

.explore-button:hover {
    background-color: rgba(176, 196, 222, 0.1);
    color: #ffffff;
    border-color: #ffffff;
}

/* how  it works code css End-------------- */




/* POD code css Start-------------- */


.hero-section {
    background-color: #4A90E2;
    background-image: linear-gradient(135deg, #4A90E2 0%, #1a56a8 100%);
}

.section-heading {
    color: #1a202c;
}

.cta-button {
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    color: #4A90E2;
}

.comparison-table th,
.comparison-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table th {
    text-align: left;
    background-color: #edf2f7;
    font-weight: 600;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.how-it-works-step {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease;
}

.how-it-works-step:hover {
    transform: translateY(-5px);
}

.how-it-works-step-icon {
    font-size: 2.5rem;
    color: #4A90E2;
    margin-bottom: 16px;
}

.pros-cons-list li {
    margin-bottom: 10px;
}

.pros-cons-list .text-green-600 {
    font-weight: 600;
}

.pros-cons-list .text-red-600 {
    font-weight: 600;
}

.why-us-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    /* Ensure consistent height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-us-item:hover {
    transform: translateY(-5px);
}

.why-us-icon {
    font-size: 3rem;
    color: #4A90E2;
    margin-bottom: 16px;
}


/* POD code End ------------------------*/




/* Instant Quote code Start ------------------------- */
.subgroup:hover .subgroup-hover\:flex {
    display: flex;
}

.subgroup:hover .subgroup-hover\:rotate-90 {
    transform: rotate(90deg);
}

.tab-active {
    border-bottom: 2px solid #0075be;
    font-weight: bold;
    color: #0075be;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.custom-tab-content {
    display: none;
}

.custom-content-active {
    display: block;
}

.custom-tab-active {
    border-bottom: 2px solid #0075be;
    font-weight: bold;
    color: #0075be;
}

/* Add this to your global CSS (e.g., styles.css or inside a <style> tag) */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

:root {
    --color-gradient-start: #4A90E2;
    --color-gradient-end: #6F42C1;
    --color-orange-button: #FF7B00;
    --color-green-checkmark: #61C97A;
}

.bg-exact-gradient {
    background-image: linear-gradient(to bottom right, var(--color-gradient-start), var(--color-gradient-end));
}

/* Custom styling for the exact checkmark icon */
.exact-checkmark-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--color-green-checkmark);
    border-radius: 0.125rem;
    flex-shrink: 0;
}

.exact-checkmark-container svg {
    width: 0.75rem;
    height: 0.75rem;
    color: white;
    stroke-width: 2;
}

/* Instant Quote code END ------------------------- */





.card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
    height: 100%;
    /* Ensure cards fill their grid cell height */
    display: flex;
    flex-direction: column;
}

.card:hover {
    transform: translateY(-5px);
}

.section-title {
    color: #0075BE;
    /* Dark text for titles */
}

.text-primary {
    color: #4a5568;
    /* Slightly darker text for general content */
}

.btn-primary {
    background-color: #4f46e5;
    /* Indigo */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #4338ca;
    /* Darker indigo on hover */
}

.link-text:hover {
    color: #4338ca;
}

.icon-check {
    color: #10b981;
    /* Green checkmark */
}

.icon-x {
    color: #ef4444;
    /* Red X */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amazon Ember Display',sans-serif!important;
}
