:root {
  --body-font-family: "Poppins", sans-serif;
  --heading-font-family: "Libre Franklin", sans-serif;
  --fontSize: 16px;
  --primaryColor: #0d6efd;
  --secondaryColor: #085ad4;
  --whiteColor: #ffffff;
  --blackColor: #0C0B0B;
  --paragraphColor: #666;
    --accent-color: #ff4f90;
  --transition: .5s;
}

/* Aniamtion CSS */
.fade_up,
.fade_down,
.zoom_in,
.zoom_out {
    opacity: 0;
    transition: all 1s;
}
.fade_down {
    transform: translateY(-100%);
}
.fade_up {
    transform: translateY(10%);
}
.zoom_in {
    transform: scale(0.5);
}
.zoom_out {
    transform: scale(1.5);
}
.fade_right {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 2s;
}
.fade_left {
    opacity: 0;
    transform: translateX(100%);
    transition: all 2s;
}
.flip_left {
    opacity: 0;
    transform: perspective(400px) rotateY(-90deg);
    transition: all 2s;
}
.flip_right {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
    transition: all 2s;
}
.flip_up {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transition: all 2s;
}
.flip_down {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
    transition: all 2s;
}
.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Grid Lines CSS */
.grid-lines {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 0px auto;
}
.grid-line-5,
.grid-line-4,
.grid-line-3,
.grid-line-2,
.grid-line-1 {
    position: relative;
    height: 100%;
}
.grid-line-5::before,
.grid-line-4::before,
.grid-line-3::before,
.grid-line-2::before,
.grid-line-1::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    right: -1px;
    width: 1px;
    background: #e5e5e563;
}
.grid-line-5::after,
.grid-line-4::after,
.grid-line-3::after,
.grid-line-2::after,
.grid-line-1::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -1px;
    opacity: 0.5;
    width: 2px;
    height: 60px;
    background: linear-gradient(180deg, #F5F6F7 0%, #000 100%);
    border-radius: 1px;
}
.grid-lines .grid-line-1:after {
    animation: gridline 8s linear infinite;
}
.grid-lines .grid-line-2:after {
    animation: gridline 9s linear infinite;
    animation-delay: 3s;
}
.grid-lines .grid-line-3:after {
    animation: gridline 7s linear infinite;
    animation-delay: 6s;
}
.grid-lines .grid-line-4:after {
    animation: gridline 10s linear infinite;
    animation-delay: 4s;
}
.grid-lines .grid-line-5:after {
    animation: gridline 8s linear infinite;
    animation-delay: 8s;
}
@keyframes gridline {
    0% {
        top: -50px;
    }
    100% {
        top: 100%;
    }
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.animate {
    background: linear-gradient(90deg, var(--primaryColor), var(--accent-color), var(--secondaryColor)) !important;
    background-size: 200% 100% !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: gradientMove 3s linear infinite alternate !important;
}


/* Creatotes Fedback CSS */
.creators-feedback{
	border-top: 1px solid #f3f3f3;
	background-image: url(../img/bg-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.mill-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    margin: 60px 0;
}
.ueseyss {
    color: var(--2, #02000B);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.milions-slider-box {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 20px;
    border: 2px solid #F5F6F7;
    background: var(--whiteColor);
    padding: 30px;
    margin: 0 15px;
}
.million.counter {
    font-size: 70px;
}
.person-imh-main {
    width: 60px;
    height: 60px;
}
.person-imh-main img{
    border-radius: 50%;
}
.person-name {
    color: var(--blackColor);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.img-person-text-main {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.imple {
    color: var(--12, #6F6F6F);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.mill-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    margin: 60px 0;
}
.ueseyss {
    color: var(--blackColor);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.milions-slider-box {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 20px;
    border: 2px solid #F5F6F7;
    background: var(--whiteColor);
    padding: 30px;
    margin: 0 15px;
}
.person-imh-main {
    width: 60px;
    height: 60px;
}
.person-imh-main img{
    border-radius: 50%;
}
.person-name {
    color: var(--2, #02000B);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.img-person-text-main {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.imple {
    color: var(--12, #6F6F6F);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

/* Features Cards CSS */
.features-card {
    border: 1px solid #f1f1f1;
    padding: 25px 25px;
    border-radius: 10px;
	background-color: var(--whiteColor);
	margin-bottom: 30px;
	transition: var(--transition);
}
.features-card:hover{
    box-shadow: -2px 3px 20px #0000001a;
}
.features-card.b-blue:hover {
    background: #f7fbff;
    border: 1px solid #085ad42b;
}
.features-card.b-purple:hover {
    background: #faf7ff;
    border: 1px solid #6b21a833;
}
.features-card.b-green:hover {
    background: #f4f9f8;
    border: 1px solid #16653433;
}
.features-card.b-yellow:hover {
    background: #fffff8;
    border: 1px solid #854d0e26;
}
.features-card.b-red:hover {
    background: #fff8f8;
    border: 1px solid #991b1b2e;
}
.features-card:hover h4, .features-card:hover a{
    color: var(--primaryColor);
}
.features-card .icon {
    font-size: 25px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
}
.features-card h4 a{
    font-size: 18px;
    margin-bottom: 20px;
	transition: var(--transition);
	color: var(--blackColor);
}
.features-card p {
    font-size: 13px;
    color: var(--paragraphColor);
    margin-bottom: 20px;
}
.features-card a {
    color: #b1b1b1;
    font-size: 14px;
}
.features-card a i {
    position: relative;
    font-size: 12px;
    right: -10px;
    top: 0px;
}
.ft-bg-blue {
    color: #085ad4;
    background-color: #aeceff42;
}

.ft-bg-purple {
    color: #6b21a8;
    background-color: #e9d5ff42;
}

.ft-bg-green {
    color: #166534;
    background-color: #bbf7d042;
}

.ft-bg-yellow {
    color: #854d0e;
    background-color: #fef08a42;
}

.ft-bg-red {
    color: #991b1b;
    background-color: #fecaca42;
}

/*=========================================
JPG TO WEBP Style
===========================================*/

.converte-content .upload-area {
	border: 3px dashed #3498db;
	border-radius: 10px;
	padding: 40px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f8f9fa;
}
.converte-content .upload-area:hover {
	border-color: #2980b9;
	background: #e8f4fc;
}
.converte-content .upload-area.dragover {
	border-color: #27ae60;
	background: #e8f6f3;
}
.converte-content .upload-icon {
	font-size: 48px;
	color: #3498db;
	margin-bottom: 15px;
}
.converte-content .format-selector {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 40px;
}
.converte-content .select-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.converte-content .select-group label {
	font-weight: 600;
	color: var(--blackColor);
}
.converte-content select {
	padding: 12px;
	border: 1px solid #bdc3c7;
	border-radius: 8px;
	font-size: 16px;
	background: var(--whiteColor);
	cursor: pointer;
}
.converte-content select:focus {
	outline: none;
	border-color: #3498db;
}
.converte-content .preview-area {
	border: 2px solid #ecf0f1;
	border-radius: 10px;
	padding: 20px;
	background: #f8f9fa;
	margin-top: 20px;
}
.converte-content .preview-container {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.converte-content .preview-box {
	flex: 1;
}
.converte-content .preview-box h3 {
	margin-bottom: 10px;
	color: #2c3e50;
}
.converte-content .image-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.converte-content .image-meta p {
    margin: 0;
    line-height: 1.4;
}
.converte-content .image-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}
.converte-content .image-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.converte-content .image-meta p {
    margin: 0;
    line-height: 1.4;
}
.converte-content .image-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}
.converte-content .file-info {
	background: #ecf0f1;
	padding: 15px;
	border-radius: 8px;
	margin-top: 10px;
}
.converte-content .file-info p {
	margin: 5px 0;
	font-size: 0.9em;
	color: #7f8c8d;
}
.converte-content .controls {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}
.converte-content .btn-primary {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.converte-content .btn-primary:hover:not(:disabled) {
	background: var(--blackColor);
}
.converte-content .btn-secondary {
	background: transparent;
	color: var(--blackColor);
}
.btn-secondary:hover {
	background: var(--blackColor);
	color: var(--whiteColor);
}
.converte-content .btn:disabled {
	background: #bdc3c7;
	cursor: not-allowed;
}
.converte-content .progress-bar {
	width: 100%;
	height: 6px;
	background: #ecf0f1;
	border-radius: 3px;
	margin-top: 10px;
	overflow: hidden;
	display: none;
}
.converte-content .progress {
	height: 100%;
	background: #27ae60;
	width: 0%;
	transition: width 0.3s ease;
}
.converte-content .hidden {
	display: none;
}
.converte-content .error-message {
	background: #e74c3c;
	color: white;
	padding: 15px;
	border-radius: 8px;
	margin-top: 15px;
	text-align: center;
}

/*=========================================
QR Code Style
===========================================*/
.section-card {
    background-color: #f8fafc;
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    padding: 1.25rem 1.25rem 1rem;
    margin-bottom: 1rem;
}
.section-title {
    font-size: 0.95rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    color: #0f172a;
}
.section-title i {
    font-size: 1rem;
    color: #2563eb;
}
.preset-buttons .btn {
    margin: 0.15rem 0.2rem;
    font-size: 0.8rem;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    border-color: #d4d4d8;
    color: #374151;
    background-color: #ffffff;
}
.preset-buttons .btn.active {
    background-color: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}
.form-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 0.25rem;
}
.form-control,
.form-select {
    font-size: 0.85rem;
    border-radius: 0.55rem;
    border-color: #d4d4d8;
}
.form-control:focus,
.form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
}
.badge-light-pill {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    background-color: #e5e7eb;
    color: #4b5563;
}
.qr-preview-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px dashed #d4d4d8;
    min-height: 320px;
}
#qrPreview canvas,
#qrPreview svg {
    max-width: 100%;
    height: auto;
}
.color-input-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.color-input-wrapper input[type="color"] {
    width: 40px;
    height: 32px;
    padding: 0;
    border-radius: 0.4rem;
    border: 1px solid #d4d4d8;
    background: transparent;
}
.color-input-wrapper input[type="text"] {
    flex: 1;
}
.radio-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border-radius: 999px;
    border: 1px solid #d4d4d8;
    padding: 0.2rem 0.65rem;
    font-size: 0.78rem;
    cursor: pointer;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    background-color: #ffffff;
}
.radio-pill input {
    display: none;
}
.radio-pill.active {
    border-color: #2563eb;
    background-color: #2563eb;
    color: #ffffff;
}

.radio-pill i {
    font-size: 0.8rem;
}
.logo-preview {
    border-radius: 0.75rem;
    border: 1px dashed #d4d4d8;
    background-color: #ffffff;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #6b7280;
}
.logo-preview img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 0.5rem;
}
.embed-textarea {
    font-size: 0.8rem;
}
.btn-main {
    border-radius: 0.75rem;
    font-size: 0.85rem;
    padding: 0.45rem 1.1rem;
}
.btn-outline-soft {
    border-radius: 0.75rem;
    font-size: 0.8rem;
    border-color: #d4d4d8;
    color: #374151;
    background-color: #ffffff;
}
.btn-outline-soft:hover {
    border-color: #2563eb;
    color: #2563eb;
    background-color: #eff6ff;
}


/*=========================================
PNG TO PDF Style
===========================================*/

.converter-card {
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid #e1e1e6;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    padding: 24px;
}
.title-main {
    font-weight: 600;
    margin-bottom: 20px;
}

/* upload drop zone styled like your screenshot */
.upload-drop-area {
    border: 2px dashed #1d9bf0;
    background-color: #fafbfd;
    border-radius: 12px;
    padding: 40px 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 22px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.upload-drop-area.drag-over {
    background-color: #eef6ff;
    box-shadow: 0 0 0 2px rgba(29,155,240,0.25);
}
.upload-icon {
    font-size: 2.8rem;
    margin-bottom: 10px;
    display: inline-block;
}
.upload-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.upload-subtitle {
    font-size: 0.92rem;
    color: #6b6b73;
}
/* controls row under drop zone */

.controls-row {
    margin-bottom: 18px;
}
.label-small {
    font-size: 0.86rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
}
.page-size-select {
    min-width: 190px;
}
.btn-clear {
    min-width: 80px;
}
.btn-generate {
    min-width: 130px;
}
/* page cards */

#pagesContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.page-item {
    width: 170px;
    border-radius: 12px;
    border: 1px solid #e1e1e6;
    background-color: #ffffff;
    padding: 35px 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: grab;
    transition: box-shadow 0.15s 
    ease, transform 0.15s 
    ease, border-color 0.15s 
    ease;
}
.page-item.dragging {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}
.drag-handle {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 1.1rem;
    color: #888;
    cursor: grab;
}
.page-index {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 0.9rem;
    color: #777;
    font-weight: 500;
}
.thumb-box {
    width: 100%;
    height: 130px;
    border-radius: 8px;
    border: 1px solid #e3e3e8;
    background-color: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 8px;
}
.thumb-box img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.2s ease;
}
.rotate-controls {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
    width: 100%;
}
.rotate-controls .btn {
    padding: 4px 8px;
    font-size: 0.78rem;
    border-radius: 999px;
}
.btn-remove {
    width: 100%;
    border-radius: 8px;
    padding: 4px 0;
    font-size: 0.85rem;
}
/* status bar */
.status-bar {
    margin-top: 18px;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.9rem;
}
.status-empty {
    background-color: #f5f5f7;
    color: #7d7d84;
    border: 1px dashed #d3d3da;
    text-align: center;
}
.status-ready {
    background-color: #e7f7e8;
    color: #276732;
    border: 1px solid #c6e6cb;
}

@media (max-width: 576px) {
.page-item {
    width: 100%;
    }
}

/*=========================================
Tool Feature Style
===========================================*/
.features-block {
    padding: 40px 50px;
    border-radius: 10px;
}
.features-block.ft-bg-blue{
    border: 1px solid #a3bbff;
}
.features-block.ft-bg-red{
    border: 1px solid #fd9494;
}
.features-block h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.features-itam-list{
	display: inline-block;
}
.features-itam-list li {
    margin-bottom: 17px;
    display: inline-block;
    padding: 10px 12px;
    text-align: center;
    background: #c7cdffc7;
    border-radius: 3px;
    margin-right: 10px;
    color: var(--blackColor);
    font-size: 17px;
}
.features-itam-list li:last-child{
    margin: 0px;
}
.features-itam-list.style-2 li {
    background: #ffd6d6;
    text-align: start;
}

/* Tools Page CSS */
.sidebar {
	background: var(--whiteColor);
    border-radius: 5px;
    padding: 36px 20px;
    border: 1px solid #f1f1f1;
}
.tool-card {
	background: var(--whiteColor);
    border-radius: 5px;
    padding: 22px;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.tool-card h5{
	margin-bottom: 6px;
}
.tool-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}
.tool-icon {
    font-size: 26px;
    color: #4c6ef5;
    background: #edf2ff;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
	margin-bottom: 10px;
}
.category-item:hover {
	background: #e8eff56b;
    cursor: pointer;
    color: #000;
}
.category-item p{
    margin: 0px;
}
.category-item {
    font-size: 13px;
    color: #666666;
    transition: var(--transition);
    font-weight: 500;
}
.category-item span {
    font-size: 12px;
    color: #979797;
}
.category-active {
	background: #edf2ff !important;
	color: #4c6ef5;
	font-weight: 600;
	border-radius: 8px;
}
.category-active span{
	color: #4c6ef5;
}
.search-box input {
	border-radius: 5px;
    background: #f1f3f5;
    border: none;
    padding-left: 40px;
	font-size: 14px;
}
.search-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #868e96;
}
.fav-icon {
	font-size: 20px;
	color: #adb5bd;
}
.fav-icon:hover {
	color: #ff6b6b;
}