.hero::before,
.hexagon-item::after,
.hexagon-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    right: 0
}

.container,
.hero,
.hero__content,
.hexagon-content,
.hexagon-item,
.search-form,
.section-title h2,
.tools-section {
    position: relative
}

.feature-card,
.hero {
    perspective: 1000px;
    overflow: hidden
}

.blog-card,
.content-block,
.content-section,
.cta-section,
.dropdown-menu,
.faq-accordion,
.faq-answer,
.feature-card,
.feature-card-inner,
.feature-tabs-wrapper,
.hero,
.hexagon-item,
.tools-section {
    overflow: hidden
}

.blog-card__link,
.btnb,
.dropdown-menu a,
.footer-link,
.hexagon-item,
.hexagon-item:hover,
.logo-header,
.mega-dropdown-col ul li a,
.nav-link,
.social-icon,
.user-menu-dropdown a {
    text-decoration: none
}

.cta-btn.secondary,
.feature-card,
.gtranslate-container,
.search-form {
    backdrop-filter: blur(10px)
}

.badge,
.copyright {
    white-space: nowrap
}

.hero {
    background: linear-gradient(135deg, #ff0050 0%, #00f2ea 100%);
    padding: 40px 0 90px;
    transform-style: preserve-3d
}

.hero::before {
    bottom: 0;
    z-index: 1;
    background-image: radial-gradient(circle at 7px 7px, rgba(120, 119, 198, .5) 1px, transparent 1px), radial-gradient(circle at 22px 22px, rgba(120, 119, 198, .5) 1px, transparent 1px);
    background-size: 30px 30px
}

.container {
    z-index: 10
}

.hero__content {
    z-index: 11;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    transform: translateZ(20px)
}

.hero__title,
.mega-dropdown-col ul li,
.mega-menu-sidebar .mega-menu-col ul li {
    margin-bottom: .5rem
}

.hero__title {
    font-size: 3.5rem;
    color: #fff;
    -webkit-text-stroke: 2px;
    text-stroke: 2px;
    -webkit-text-stroke-color: transparent;
    text-stroke-color: transparent;
    background: linear-gradient(135deg, #10b981 0, #3b82f6 50%, #ef4444 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: white;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    letter-spacing: -.5px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700
}

.hero__description {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 auto 20px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    font-weight: 400;
    max-width: 970px
}

@media (max-width:768px) {
    .hero {
        padding: 30px 0 60px
    }
    .hero::before {
        background-size: 25px 25px;
        opacity: .7
    }
    .container {
        padding: 0 15px
    }
    .hero__content {
        padding: 0 10px
    }
    .hero__title {
        font-size: 2rem;
        -webkit-text-stroke: 1.5px;
        text-stroke: 1.5px;
        letter-spacing: -.25px;
        line-height: 1.2;
        margin-bottom: .5rem
    }
    .hero__description {
        font-size: 1rem;
        line-height: 1.5;
        max-width: 100%;
        padding: 0 5px;
        margin-bottom: 20px
    }
}

@media (max-width:375px) {
    .hero {
        padding: 25px 0 50px
    }
    .hero__title {
        font-size: 1.75rem;
        -webkit-text-stroke: 1px;
        text-stroke: 1px;
        letter-spacing: -.1px;
        margin-bottom: .3rem
    }
    .hero__description {
        font-size: .9rem;
        line-height: 1.4;
        margin-bottom: 15px
    }
    .container {
        padding: 0 10px
    }
    .hero__content {
        padding: 0 5px
    }
}

@media (min-width:376px) and (max-width:480px) {
    .hero__title {
        font-size: 2.1rem
    }
    .hero__description {
        font-size: 1.05rem
    }
}

@media (min-width:481px) and (max-width:768px) {
    .hero {
        padding: 35px 0 70px
    }
    .hero__title {
        font-size: 2.5rem;
        -webkit-text-stroke: 1.5px;
        text-stroke: 1.5px
    }
    .hero__description {
        font-size: 1.1rem;
        max-width: 90%
    }
    .container {
        padding: 0 20px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .hero {
        padding: 40px 0 80px
    }
    .hero__title {
        font-size: 3rem;
        -webkit-text-stroke: 1.8px;
        text-stroke: 1.8px
    }
    .hero__description {
        font-size: 1.15rem;
        max-width: 85%;
        line-height: 1.6
    }
    .container {
        padding: 0 25px
    }
}

@media (max-width:320px) {
    .hero {
        padding: 20px 0 40px
    }
    .hero__title {
        font-size: 1.6rem;
        -webkit-text-stroke: 0.5px;
        text-stroke: 0.5px
    }
    .hero__description {
        font-size: .85rem;
        line-height: 1.4
    }
}

.search-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    background: rgba(255, 255, 255, .9);
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: .3s;
    z-index: 12;
    border: 1px solid #00008b
}

.search-form:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    background: rgba(255, 255, 255, .95)
}

.search-form input[type=text] {
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    border-radius: 50px;
    outline: 0;
    background: 0 0;
    color: #2c3e50
}

.search-form input[type=text]::placeholder {
    color: #7f8c8d
}

.search-form button {
    background: linear-gradient(135deg, #00008b 0, #04aa6d 100%);
    border: none;
    color: #fff;
    padding: 0 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(102, 126, 234, .3)
}

.search-form button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, .4)
}

@media (max-width:768px) {
    .hero__content {
        padding: 60px 20px;
        transform: translateZ(10px)
    }
    .hero__title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        letter-spacing: -.3px;
        line-height: 1.2;
        background: linear-gradient(135deg, #00008b 0, #04aa6d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text
    }
    .hero__description {
        font-size: 1rem;
        margin-bottom: 2rem;
        line-height: 1.5;
        padding: 0 10px
    }
    .search-form {
        max-width: 100%;
        border-radius: 25px;
        flex-direction: column;
        background: rgba(255, 255, 255, .95);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        border: 1px solid #00008b
    }
    .search-form:focus-within {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, .15)
    }
    .search-form input[type=text] {
        padding: 12px 16px;
        font-size: 16px;
        border-radius: 25px 25px 0 0;
        text-align: center
    }
    .search-form button {
        padding: 12px 20px;
        border-radius: 0 0 25px 25px;
        margin: 0;
        box-shadow: none
    }
    .search-form button:hover {
        transform: none;
        box-shadow: none
    }
}

@media (max-width:480px) {
    .hero__content {
        padding: 50px 15px
    }
    .hero__title {
        font-size: 1.75rem;
        margin-bottom: .75rem;
        letter-spacing: -.2px
    }
    .hero__description {
        font-size: .9rem;
        margin-bottom: 1.5rem;
        padding: 0
    }
    .search-form {
        border-radius: 20px
    }
    .search-form input[type=text] {
        padding: 14px 16px;
        font-size: 16px;
        border-radius: 20px 20px 0 0
    }
    .search-form button {
        padding: 14px 20px;
        border-radius: 0 0 20px 20px;
        font-size: 1rem
    }
}

@media (max-width:360px) {
    .hero__title {
        font-size: 1.5rem
    }
    .hero__description {
        font-size: .85rem
    }
    .search-form input[type=text] {
        padding: 12px 14px
    }
    .search-form button {
        padding: 12px 16px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .hero__content {
        max-width: 90%;
        padding: 0 30px
    }
    .hero__title {
        font-size: 2.5rem
    }
    .hero__description {
        font-size: 1.1rem
    }
    .search-form {
        max-width: 450px
    }
}

@media (max-height:500px) and (max-width:768px) {
    .hero__content {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .hero__title {
        font-size: 1.75rem;
        margin-bottom: .75rem
    }
    .hero__description {
        font-size: .9rem;
        margin-bottom: 1.5rem
    }
    .search-form {
        max-width: 400px
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .hero__title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media (prefers-reduced-motion:reduce) {
    .search-form {
        transition: none
    }
    .search-form:focus-within {
        transform: none
    }
    .search-form button:hover {
        transform: none
    }
}

@media (prefers-color-scheme:dark) {
    .hero__description {
        color: #bdc3c7
    }
    .search-form {
        background: rgba(45, 45, 45, .9);
        border-color: #04aa6d
    }
    .search-form input[type=text] {
        color: #ecf0f1
    }
    .search-form input[type=text]::placeholder {
        color: #95a5a6
    }
}

@media print {
    .hero__content {
        transform: none;
        text-align: left
    }
    .hero__title {
        background: 0 0;
        -webkit-text-fill-color: #00008B;
        color: #00008b;
        text-shadow: none
    }
    .search-form {
        display: none
    }
}

.tools-section {
    text-align: center;
    background: #fff;
    padding: 20px;
    margin: -60px auto 70px;
    width: 96%;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15), 0 4px 10px rgba(0, 0, 0, .1)
}

.section-title {
    text-align: center;
    color: #333
}

.section-title h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    display: inline-block
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px
}

.section-title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 1000px;
    margin: 0 auto
}

@media (max-width:1200px) {
    .tools-section {
        width: 94%;
        margin: -50px auto 60px
    }
    .section-title p {
        max-width: 900px
    }
}

@media (max-width:992px) {
    .tools-section {
        width: 92%;
        margin: -40px auto 50px;
        padding: 25px 20px
    }
    .section-title {
        margin-bottom: 40px
    }
    .section-title h2 {
        font-size: 1.8rem
    }
    .section-title p {
        font-size: 1rem;
        max-width: 800px
    }
}

@media (max-width:768px) {
    .hero {
        padding: 40px 0
    }
    .hero__title {
        font-size: 2.2rem
    }
    .hero__description {
        font-size: 1.1rem
    }
    .file-icon {
        font-size: 1.5rem
    }
    .search-form {
        margin: 0 20px
    }
    .circle {
        display: none
    }
    .tools-section {
        width: 90%;
        margin: -30px auto 40px;
        padding: 20px 15px;
        border-radius: 20px
    }
    .section-title {
        margin-bottom: 30px
    }
    .section-title h2 {
        font-size: 1.6rem;
        margin-bottom: 12px
    }
    .section-title h2:after {
        width: 60px;
        height: 3px;
        bottom: -8px
    }
    .section-title p {
        font-size: .95rem;
        max-width: 100%;
        padding: 0 10px
    }
}

@media (max-width:576px) {
    .tools-section {
        width: 88%;
        margin: -20px auto 30px;
        padding: 15px 10px;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .05)
    }
    .section-title {
        margin-bottom: 25px
    }
    .section-title h2 {
        font-size: 1.4rem;
        margin-bottom: 10px
    }
    .section-title h2:after {
        width: 50px;
        height: 2px;
        bottom: -6px
    }
    .section-title p {
        font-size: .9rem;
        line-height: 1.5
    }
}

@media (max-width:400px) {
    .tools-section {
        width: 85%;
        margin: -15px auto 25px;
        padding: 12px 8px
    }
    .section-title h2 {
        font-size: 1.3rem
    }
    .section-title p {
        font-size: .85rem
    }
}

.hexagon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 10px auto;
    padding: 10px 0
}

.hexagon-row {
    display: contents
}

.hexagon-item {
    width: 100%;
    margin: 0;
    clip-path: none;
    border-radius: 15px;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    text-align: left;
    padding: 30px 20px;
    background: #f8f9fe;
    border: 1px solid #e1e1e2
}

.hexagon-item::before {
    height: 3px;
    background: linear-gradient(90deg, #5168e0, #2cafff);
    transform: scaleX(0);
    transition: transform .4s;
    z-index: 2
}

.hexagon-item::after {
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0, transparent 100%);
    opacity: 0;
    transition: opacity .3s
}

.hexagon-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.hexagon-item:hover::before {
    transform: scaleX(1)
}

.feature-card:hover .feature-card-bg,
.footer-link:hover::before,
.hexagon-item:hover::after {
    opacity: 1
}

.hexagon-content {
    z-index: 2;
    color: #333;
    width: 100%
}

.hexagon-icon {
    font-size: 1.3em;
    margin-bottom: 20px;
    margin-top: 0;
    transition: .4s;
    color: #fff;
    padding: 0;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    display: flex
}

.hexagon-item:hover .hexagon-icon {
    transform: scale(1.15) rotate(5deg);
    color: #fff
}

.hexagon-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2c3e50;
    line-height: 1.3
}

.hexagon-desc {
    font-size: .95rem;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.5
}

.hexagon-arrow {
    font-size: 1rem;
    opacity: 10;
    transform: translateX(-15px) rotate(0);
    transition: .4s;
    color: #5365e0;
    position: absolute;
    bottom: -25px;
    left: 15%;
    transform: translateX(-50%) translateX(-15px) rotate(340deg)
}

.hexagon-item:hover .hexagon-arrow {
    opacity: 1;
    transform: translateX(-10%) translateX(0);
    color: var(--primary-color)
}

@media (max-width:1200px) {
    .hexagon-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:992px) {
    .hexagon-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .hexagon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
    .hexagon-item {
        height: 380px;
        padding: 30px 20px
    }
}

@media (max-width:576px) {
    .hexagon-grid {
        grid-template-columns: 1fr;
        max-width: 100%
    }
    .hexagon-item {
        height: 350px;
        padding: 25px 20px
    }
    .hexagon-icon {
        width: 40px;
        height: 40px;
        font-size: 1.8em
    }
    .hexagon-title {
        font-size: 1.2rem
    }
}

@media (max-width:768px) {
    .hexagon-grid {
        padding: 10px
    }
    .hexagon-row {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0
    }
    .hexagon-row:nth-child(2) {
        margin-left: 0
    }
    .hexagon-item {
        width: calc(100% - 20px);
        height: 260px;
        margin: 10px;
        clip-path: none;
        border-radius: 12px
    }
    .hexagon-item::before {
        clip-path: none;
        border-radius: 10px
    }
    .hexagon-icon {
        margin-top: 15px
    }
    .section-title h2 {
        font-size: 2rem
    }
}

.popular-label {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    color: #00f;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 0 0 0 12px;
    z-index: 1;
    animation: 1.5s infinite pulse
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

.content-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0, #fff 100%);
    font-family: Inter, system-ui, -apple-system, sans-serif;
    color: #1e293b
}

.content-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .1;
    z-index: 0;
    animation: 15s ease-in-out infinite content-float
}

@keyframes content-float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(30px, 30px) rotate(5deg)
    }
}

.content-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1
}

.content-header,
.feature-header {
    text-align: center;
    margin-bottom: 60px
}

.content-main-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0f172a
}

.content-gradient-text,
.faq-gradient,
.feature-gradient {
    background: linear-gradient(90deg, #6366f1 0, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.content-subtitle {
    font-size: 1.25rem;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6
}

.content-block {
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);
    position: relative
}

.primary-block {
    background-color: #fff;
    border-left: 5px solid #6366f1
}

.secondary-block {
    background-color: #f8fafc;
    border-left: 5px solid #ec4899
}

.accent-block {
    background-color: #fff;
    border-left: 5px solid #f59e0b
}

.content-heading {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0f172a
}

.content-subheading {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 20px 0 15px;
    color: #1e293b
}

.content-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #334155
}

.content-list,
.content-numbered-list {
    margin: 25px 0;
    padding-left: 20px
}

.content-list-item,
.content-numbered-item {
    margin-bottom: 12px;
    line-height: 1.7;
    position: relative;
    padding-left: 30px
}

.content-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 2px;
    background-color: #6366f1
}

.content-numbered-list {
    counter-reset: item;
    list-style-type: none
}

.content-numbered-item::before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: #ec4899;
    font-weight: 700
}

.content-highlight-box {
    background-color: rgba(99, 102, 241, .1);
    border-left: 4px solid #6366f1;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0
}

.highlight-text {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    color: #1e40af;
    margin: 0
}

.content-columns {
    display: flex;
    gap: 40px;
    margin: 30px 0
}

.content-column {
    flex: 1
}

.content-sublist {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px
}

.content-sublist li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative
}

.content-sublist li::before {
    content: 'â†’';
    position: absolute;
    left: 0;
    color: #f59e0b
}

.faq-item.active .faq-question,
.faq-question:hover,
.feature-tab-btn.active .tab-btn-content {
    color: #6366f1
}

.modern-faq,
.modern-features-3d {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
    font-family: Inter, -apple-system, sans-serif
}

.feature-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .08;
    z-index: 0
}

.shape-1 {
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    right: -150px;
    animation: 15s ease-in-out infinite feature-float
}

.shape-2 {
    background: linear-gradient(45deg, #ec4899, #f59e0b);
    bottom: -200px;
    animation: 18s ease-in-out infinite reverse feature-float
}

@keyframes feature-float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(30px, 30px) rotate(5deg)
    }
}

.feature-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1
}

.faq-title,
.feature-main-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
    line-height: 1.2
}

.cta-btn,
.faq-question {
    font-weight: 600;
    cursor: pointer
}

.feature-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.faq-header-line,
.feature-header-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6366f1 0, #ec4899 100%);
    margin: 20px auto 0;
    border-radius: 2px
}

.feature-tabs-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .05), 0 10px 10px -5px rgba(0, 0, 0, .02)
}

.feature-tab-buttons {
    display: flex;
    background: #f8fafc;
    padding: 8px;
    border-radius: 12px;
    margin: 10px
}

.feature-tab-btn {
    flex: 1;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.feature-card h3,
.feature-card ul,
.feature-card-inner {
    z-index: 2;
    position: relative
}

.feature-tab-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
    transform: scale(.95);
    opacity: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)
}

.faq-item:hover,
.feature-card:hover .feature-card-inner {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.feature-tab-btn.active::before {
    opacity: 1;
    transform: scale(1)
}

.tab-btn-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #64748b;
    transition: .3s
}

.feature-tab-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5
}

.feature-tab-content {
    display: none;
    padding: 30px
}

.dropdown:hover .dropdown-menu,
.feature-tab-content.active,
.mega-menu-sidebar .mega-menu-col.active ul,
.message.show,
.user-menu:hover .user-menu-dropdown {
    display: block
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px
}

.feature-card-inner {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    border: 2px dashed #00f;
    transition: transform .3s, box-shadow .3s
}

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

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px
}

.feature-card ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.feature-card li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #475569
}

.feature-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 2px;
    background: #6366f1;
    border-radius: 1px
}

.feature-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(99, 102, 241, .03) 0, rgba(236, 72, 153, .03) 100%);
    opacity: 0;
    transition: opacity .3s
}

@media (max-width:768px) {
    .content-section,
    .modern-features-3d {
        padding: 60px 0
    }
    .content-main-title {
        font-size: 2rem
    }
    .content-subtitle,
    .feature-subtitle {
        font-size: 1.1rem
    }
    .content-block {
        padding: 30px
    }
    .content-columns {
        flex-direction: column;
        gap: 20px
    }
    .content-bg-shape {
        display: none
    }
    .feature-main-title {
        font-size: 2.25rem
    }
    .feature-tab-buttons {
        flex-wrap: wrap
    }
    .feature-tab-btn {
        min-width: calc(50% - 4px);
        margin-bottom: 8px
    }
    .feature-tab-content {
        padding: 20px
    }
}

.faq-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .1;
    z-index: 0
}

.faq-shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    top: -100px;
    right: -100px;
    animation: 12s ease-in-out infinite faq-float
}

.faq-shape-2 {
    width: 500px;
    height: 500px;
    background: linear-gradient(45deg, #ec4899, #f59e0b);
    bottom: -150px;
    left: -150px;
    animation: 15s ease-in-out infinite reverse faq-float
}

@keyframes faq-float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
    50% {
        transform: translate(30px, 30px) rotate(5deg)
    }
}

.faq-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1
}

.faq-header {
    text-align: center;
    margin-bottom: 50px
}

.faq-subtitle {
    font-size: 1.2rem;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.faq-accordion {
    border-radius: 12px
}

.faq-item {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    transition: .3s
}

.faq-feature-grid,
.faq-formats {
    margin: 20px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.faq-question {
    width: 100%;
    padding: 22px 25px;
    text-align: left;
    border: none;
    background: 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    color: #0f172a;
    transition: .2s
}

.faq-question span {
    flex: 1;
    margin-right: 15px
}

.faq-icon {
    width: 20px;
    height: 20px;
    transition: transform .3s
}

.faq-answer {
    max-height: 0;
    transition: max-height .3s
}

.faq-answer-content {
    padding: 0 25px 25px
}

.faq-answer li,
.faq-answer p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 15px
}

.faq-answer ol,
.faq-answer ul {
    padding-left: 20px;
    margin: 15px 0
}

.faq-answer li {
    margin-bottom: 10px;
    padding-left: 10px
}

.faq-answer li::marker {
    color: #6366f1
}

.dropdown:hover .dropdown-arrow,
.faq-item.active .faq-icon {
    transform: rotate(180deg)
}

.faq-note {
    background-color: #f0f9ff;
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 3px solid #0ea5e9;
    font-size: .95rem
}

.faq-formats {
    display: grid;
    gap: 15px
}

.faq-format {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    background-color: #f8fafc
}

.format-icon {
    font-size: 1.2rem
}

.faq-feature-grid {
    display: grid;
    gap: 12px
}

.faq-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .95rem
}

.faq-feature svg {
    color: #10b981;
    flex-shrink: 0
}

.cta-section {
    position: relative;
    background: linear-gradient(135deg, #e4312c 0, maroon 100%);
    padding: 60px 40px;
    margin: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #f5f5fa;
    line-height: 1.6
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.cta-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 10px
}

.cta-btn.primary {
    background: #f5f5fa;
    color: #333;
    box-shadow: 0 10px 20px rgba(255, 107, 107, .3)
}

.cta-btn.primary:hover {
    background: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(255, 107, 107, .4)
}

.cta-btn.secondary {
    background: #fff;
    color: #333;
    border: 2px solid rgba(255, 255, 255, .3)
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, .3);
    transform: translateY(-3px)
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    animation: 6s ease-in-out infinite float
}

.shape-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 10%;
    animation-delay: 0s
}

.shape-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    left: 80%;
    animation-delay: 1s
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    left: 70%;
    animation-delay: 2s
}

.shape-4 {
    width: 100px;
    height: 100px;
    top: 70%;
    left: 20%;
    animation-delay: 3s
}

.shape-5 {
    width: 60px;
    height: 60px;
    top: 80%;
    left: 60%;
    animation-delay: 4s
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0)
    }
    50% {
        transform: translateY(-20px) rotate(10deg)
    }
}

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    font-size: 22px;
    background-color: #e4312c;
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    cursor: pointer;
    z-index: 9999;
    display: none;
    transition: .3s
}

#backToTop:hover {
    background-color: #005ec4;
    transform: scale(1.1)
}

.blog-preview {
    padding: 80px 0;
    background: #fff
}

.section__title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2c3e50;
    font-weight: 700
}

.grid {
    display: grid;
    gap: 30px
}

.grid--3 {
    grid-template-columns: repeat(3, 1fr)
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
}

.blog-card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block
}

.blog-card__content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.blog-card__title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.4;
    font-weight: 600
}

.blog-card__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: .85rem;
    color: #7f8c8d
}

.blog-card__excerpt {
    color: #5d6d7e;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1
}

.blog-card__link {
    color: #3498db;
    font-weight: 600;
    transition: color .3s;
    align-self: flex-start
}

.blog-card__link:hover {
    color: #2980b9
}

.section__actions {
    text-align: center;
    margin-top: 40px
}

.btnb {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    transition: .3s;
    border: none;
    cursor: pointer
}

.btn--primary {
    background: #e4312c;
    color: #fff
}

.btn--primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, .3)
}

.containerw {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 80px;
    background: 0 0/cover no-repeat #fff
}

headerw {
    text-align: center;
    margin-bottom: 3rem
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.section-gradient {
    background: linear-gradient(90deg, #e4312c, #1e90ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.feature-card,
.feature-icon {
    background: rgba(255, 255, 255, .1)
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: .9;
    max-width: 600px;
    margin: 0 auto
}

.feature-icon,
.mega-menu-sidebar .mega-menu-col {
    margin-bottom: 1.5rem
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem
}

.feature-card {
    border-radius: 15px;
    padding: 2rem;
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3)
}

.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.feature-title {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.feature-description {
    opacity: .8;
    line-height: 1.6
}

.heart-icon {
    flex-shrink: 0;
    transition: .3s
}

.logo-header:hover .heart-icon {
    transform: scale(1.1);
    animation: .8s ease-in-out heartbeat
}

.fa-heart {
    color: #e5322d;
    font-size: 28px
}

@keyframes heartbeat {
    0%,
    100%,
    50% {
        transform: scale(1)
    }
    25%,
    75% {
        transform: scale(1.1)
    }
}

.gtranslate_wrapper {
    width: auto !important
}

.gtranslate_wrapper img {
    display: none !important
}

.footer-login,
.gtranslate-container,
.gtranslate_wrapper {
    display: flex;
    align-items: center
}

.gtranslate_wrapper select {
    padding: .5rem 2rem .5rem .75rem;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: .9rem;
    cursor: pointer;
    transition: .3s;
    appearance: none;
    background: 0 0
}

.gtranslate_wrapper select:hover {
    border-color: #e5322d;
    color: #e5322d
}

.gtranslate_wrapper select:focus {
    outline: 0;
    border-color: #e5322d;
    box-shadow: 0 0 0 3px rgba(229, 50, 45, .1)
}

.home-icon {
    border: 0 solid #e1e1e2;
    border-radius: 50px;
    padding: 2px;
    transition: .3s;
    background: maroon
}

.alternative-pdf-icon,
.header1,
.pdf-icon {
    background-color: #fff
}

.home-icon:hover {
    background-color: rgba(255, 0, 0, .1);
    transform: scale(1.05)
}

.pdf-icon {
    border: 2px solid #e5322d;
    border-radius: 50px;
    padding: 2px;
    transition: .3s
}

.logo-header:hover .pdf-icon {
    background-color: #e5322d;
    transform: scale(1.05)
}

.logo-header:hover .pdf-icon path {
    stroke: white
}

.alternative-pdf-icon {
    border: 2px solid #e5322d;
    border-radius: 8px;
    padding: 6px;
    transition: .3s
}

.header1 {
    position: sticky;
    top: 0;
    z-index: 1000
}

.dropdown-toggle,
.logo-text,
.nav-item,
.nav-link {
    position: relative
}

.header-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem
}

.logo-header {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    transition: .3s;
    font-family: Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px
}

.logo-header:hover {
    transform: translateY(-2px)
}

.logo-text {
    display: inline-block
}

.logo-text span {
    font-weight: 700;
    -webkit-text-stroke: 1.5px #000;
    paint-order: stroke fill;
    background: linear-gradient(90deg, #ff6b6b, red);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.logo-header i {
    margin-right: .75rem;
    font-size: 1.7rem
}

.mobile-menu-btn {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: var(--dark);
    cursor: pointer;
    padding: .75rem;
    border-radius: 5px;
    transition: .3s;
    z-index: 1002
}

.nav-link,
.nav-links {
    display: flex;
    align-items: center;
    transition: .3s
}

.mobile-menu-btn:hover {
    background-color: gray;
    color: #e5322d
}

.nav-link {
    padding: 0 1rem;
    height: 4rem;
    color: #444;
    font-weight: 600;
    font-size: 1.2rem;
    font-family: "Work Sans", sans-serif
}

.dropdown-menu a,
.mega-dropdown-col h4 {
    align-items: center;
    color: #333;
    display: flex
}

.nav-link i {
    margin-right: .5rem;
    font-size: 1rem
}

.logo-highlight,
.nav-link:hover {
    color: #e5322d
}

.nav-link.active {
    color: #000;
    font-weight: 600
}

.dropdown-arrow {
    margin-left: .55rem;
    font-size: .55rem;
    transition: transform .2s;
    font-weight: 700
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 90%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border-radius: 10px;
    animation: .2s ease-out fadeIn;
    border: 1px solid #ccc
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-.5rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-menu a {
    padding: .5rem 1rem;
    transition: .3s;
    border-left: 3px solid transparent
}

.dropdown-menu a:hover {
    background-color: #f5f5fa;
    color: #e5322d;
    border-left-color: #f91a2d
}

.featured-tool i,
.mega-menu-sidebar .featured-tool i {
    margin-right: 1rem;
    background: var(--primary-extra-light)
}

.dropdown-menu a i {
    width: 1.25rem;
    text-align: center;
    margin-right: .75rem;
    color: #f91a2d
}

.mega-dropdown {
    position: static;
    background: #fff
}

.mega-menu-sidebar,
.mega-menu-sidebar-overlay {
    position: fixed;
    top: 0;
    transition: var(--transition)
}

.mega-dropdown .dropdown-menu {
    width: 94%;
    left: 40px;
    right: 40px;
    padding: 1rem;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    border-top: 1px solid #c3c8ce;
    border-radius: 15px
}

.mega-dropdown:hover .dropdown-menu {
    display: grid
}

.mega-dropdown-col h4 {
    margin-bottom: 1rem;
    font-size: 1rem
}

.mega-dropdown-col h4 i {
    margin-right: .75rem;
    font-size: 1.1rem;
    color: #e5322d
}

.mega-dropdown-col ul {
    list-style: none
}

.mega-dropdown-col ul li a {
    display: flex;
    align-items: center;
    padding: 0;
    color: #20323f;
    transition: var(--transition-fast);
    font-size: 1.1rem
}

.mega-dropdown-col ul li a:hover {
    color: var(--primary);
    transform: translateX(3px)
}

.mega-dropdown-col ul li a i {
    margin-right: .75rem;
    width: 1.25rem;
    text-align: center;
    color: #e4312c;
    font-size: .9rem
}

.mega-dropdown-featured {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    grid-column: span 2;
    border: 1px solid #e5eafb
}

.mega-dropdown-featured h4 {
    color: #333;
    margin-bottom: 1rem
}

.featured-tool {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm)
}

.featured-tool i,
.nav-cta {
    display: flex;
    align-items: center
}

.featured-tool i {
    font-size: 1.5rem;
    color: var(--primary);
    padding: .75rem;
    border-radius: var(--rounded-full);
    width: 3rem;
    height: 3rem;
    justify-content: center
}

.featured-tool-content h5 {
    font-size: 1rem;
    margin-bottom: .25rem;
    color: var(--darker)
}

.featured-tool-content p {
    font-size: .85rem;
    color: #0811ff
}

.nav-cta {
    margin-left: 1.5rem;
    gap: .75rem;
    padding: 15px 22px;
    color: #fff
}

.btnz-primary {
    background-color: #fff;
    color: #333;
    border: 0 double #e4312c;
    box-shadow: var(--shadow-sm);
    border-radius: 50px
}

.btnz-primary:hover {
    background-color: transparent
}

.badge {
    display: inline-block;
    padding: .25rem .5rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: var(--rounded-full);
    transition: var(--transition)
}

.badge-primary,
.badge-warning {
    color: #fff;
    background-color: #31ab6b;
    padding: 6px;
    border-radius: 50px
}

.badge-success {
    color: #fff;
    background-color: #e4312c;
    padding: 6px;
    border-radius: 50px
}

.mega-menu-sidebar-overlay {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.mega-menu-sidebar-overlay.active,
.search-popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.mega-menu-sidebar {
    left: -100%;
    width: 90%;
    max-width: 400px;
    height: 100vh;
    background-color: var(--white);
    z-index: 1000;
    overflow-y: auto;
    box-shadow: var(--shadow-xl)
}

.mega-menu-sidebar.active {
    left: 0
}

.close-sidebar-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: var(--dark);
    cursor: pointer;
    z-index: 1001
}

.mega-menu-sidebar-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--gray-light);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mega-menu-sidebar .mega-menu-content {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column
}

.mega-menu-sidebar .mega-menu-col h4 {
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--secondary-light);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mega-menu-sidebar .mega-menu-col h4::after {
    content: '+';
    font-size: 1.2rem;
    color: var(--primary)
}

.mega-menu-sidebar .mega-menu-col.active h4::after {
    content: '-'
}

.mega-menu-sidebar .mega-menu-col ul {
    display: none;
    padding-left: .5rem;
    margin-top: .5rem;
    list-style: none
}

.mega-menu-sidebar .mega-menu-col ul li a {
    display: flex;
    align-items: center;
    padding: .5rem 0;
    color: var(--secondary);
    text-decoration: none;
    transition: var(--transition);
    font-size: .95rem
}

.mega-menu-sidebar .mega-menu-col ul li a:hover {
    color: var(--primary)
}

.mega-menu-sidebar .mega-menu-col ul li a i {
    margin-right: .75rem;
    width: 1.25rem;
    text-align: center;
    color: var(--primary);
    font-size: .9rem
}

.mega-menu-sidebar .mega-menu-featured {
    margin-top: auto;
    padding: 1.5rem;
    background-color: var(--primary-extra-light);
    border-radius: var(--rounded-lg)
}

.mega-menu-sidebar .mega-menu-featured h4 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
    border: none;
    padding: 0
}

.mega-menu-sidebar .featured-tool {
    display: flex;
    align-items: center;
    background: var(--white);
    padding: 1rem;
    border-radius: var(--rounded);
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm)
}

.mega-menu-sidebar .featured-tool i {
    font-size: 1.25rem;
    color: var(--primary);
    padding: .5rem;
    border-radius: var(--rounded-full)
}

.user-menu-btn:hover,
.user-menu-dropdown .divider,
.user-menu-dropdown a:hover {
    background-color: var(--gray-light)
}

.mega-menu-sidebar .featured-tool-content h5 {
    font-size: .95rem;
    margin-bottom: .25rem;
    color: var(--darker)
}

.mega-menu-sidebar .featured-tool-content p {
    font-size: .8rem;
    color: var(--secondary)
}

.search-icon-container,
.user-menu {
    position: relative;
    margin-left: 1rem
}

.user-menu-btn {
    display: flex;
    align-items: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: .25rem;
    border-radius: var(--rounded-full);
    transition: var(--transition)
}

.user-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--rounded-full);
    object-fit: cover;
    border: 2px solid var(--primary-light)
}

.user-menu-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    background: var(--white);
    border-radius: var(--rounded-md);
    box-shadow: var(--shadow-md);
    padding: .5rem 0;
    z-index: 1000;
    display: none;
    animation: .2s ease-out fadeIn
}

.user-menu-dropdown a {
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    color: var(--dark);
    transition: var(--transition);
    font-size: .9rem
}

.user-menu-dropdown a:hover {
    color: var(--primary)
}

.user-menu-dropdown a i {
    margin-right: .75rem;
    width: 1rem;
    text-align: center;
    color: var(--primary)
}

.user-menu-dropdown .divider {
    height: 1px;
    margin: .5rem 0
}

.notification-badge {
    position: absolute;
    top: -.25rem;
    right: -.25rem;
    background-color: var(--danger);
    color: #fff;
    border-radius: var(--rounded-full);
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 700
}

.search-popup,
.search-popup-overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e5322d;
    cursor: pointer;
    padding: .5rem;
    border-radius: 50%;
    transition: .3s;
    margin-right: 15px
}

.close-search-popup:hover,
.search-icon:hover {
    background-color: #f5f5fa;
    color: #e5322d
}

.search-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1100
}

.search-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    z-index: 1101
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.search-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e1e1e2
}

.search-popup-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.2rem
}

.close-search-popup {
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: .25rem;
    border-radius: 50%;
    transition: .3s
}

.search-popup-form {
    padding: 1.5rem
}

.search-popup-input-group {
    display: flex;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.search-popup-input {
    flex: 1;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    outline: 0;
    background: #f9f9f9
}

.search-popup-button {
    padding: 12px 25px;
    background: #e5322d;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: .3s;
    font-size: 16px
}

.search-popup-button:hover {
    background: #c02925
}

@media screen and (max-width:1024px) {
    .nav-cta,
    .nav-links {
        gap: .5rem
    }
    .header-container {
        padding: 0 1.5rem
    }
    .nav-link {
        padding: 0 .75rem;
        font-size: .9rem
    }
    .mega-dropdown .dropdown-menu {
        padding: 1.5rem;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
        background: #fff !important
    }
    .mega-dropdown-featured {
        grid-column: span 2
    }
    .mega-dropdown-col ul li a {
        font-size: .85rem;
        padding: .4rem 0
    }
    .featured-tool {
        padding: .75rem
    }
    .featured-tool i {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem
    }
    .nav-cta {
        margin-left: 1rem
    }
    .btn {
        padding: .5rem 1rem;
        font-size: .85rem
    }
}

@media screen and (max-width:768px) {
    .header-container {
        padding: 0 1rem;
        height: 3.5rem
    }
    .mobile-menu-btn {
        display: block
    }
    .mega-dropdown .dropdown-arrow,
    .nav-links {
        display: none
    }
    .logo-header {
        font-size: 1.25rem
    }
    .logo-header svg {
        width: 28px;
        height: 28px
    }
    .mega-dropdown .dropdown-menu,
    .mega-dropdown:hover .dropdown-menu {
        display: none !important
    }
    .mega-dropdown .dropdown-toggle {
        pointer-events: none
    }
    .mega-menu-col,
    .mega-menu-col h4,
    .mega-menu-col ul,
    .mega-menu-col ul li,
    .mega-menu-col ul li a,
    .mega-menu-content,
    .mega-menu-sidebar,
    .mega-menu-sidebar *,
    .mega-menu-sidebar .featured-tool {
        background: #fff !important
    }
    .mega-menu-featured {
        background: #f8f9fa !important
    }
    .header1 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000
    }
    body {
        padding-top: 3.5rem;
        overflow-x: hidden
    }
    .mega-menu-sidebar {
        transition: left .3s ease-in-out;
        z-index: 1001
    }
    .mega-menu-sidebar-overlay {
        z-index: 1000
    }
    .mega-menu-sidebar .mega-menu-featured * {
        background: 0 0 !important
    }
}

@media screen and (max-width:480px) {
    .header-container {
        padding: 0 .75rem
    }
    .logo-header span {
        font-size: 1.1rem
    }
    .logo-header svg {
        width: 24px;
        height: 24px
    }
    .mobile-menu-btn {
        padding: .5rem;
        font-size: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .mega-menu-content,
    .mega-menu-sidebar-header {
        padding: 1rem;
        background: #fff !important
    }
    .mega-menu-sidebar {
        width: 85%;
        background: #fff !important
    }
    .mega-menu-sidebar-header {
        border-bottom: 1px solid #e5e5e5
    }
    .mega-menu-sidebar .mega-menu-col h4 {
        font-size: 1rem;
        padding: .75rem 0;
        background: #fff !important;
        color: #e5322d;
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .mega-menu-sidebar .mega-menu-col ul {
        background: #fff !important;
        padding: .5rem 0
    }
    .mega-menu-sidebar .mega-menu-col ul li {
        background: #fff !important;
        margin: 0
    }
    .mega-menu-sidebar .mega-menu-col ul li a {
        font-size: .9rem;
        padding: .75rem 0;
        background: #fff !important;
        color: #333;
        border-left: none
    }
    .mega-menu-sidebar .mega-menu-col ul li a:hover {
        background: #f5f5f5 !important;
        color: #e5322d
    }
    .mega-menu-sidebar .featured-tool {
        padding: .75rem;
        background: #fff !important;
        margin-bottom: .75rem
    }
    .mega-menu-sidebar .featured-tool-content h5 {
        font-size: .9rem
    }
    .mega-menu-sidebar .featured-tool-content p {
        font-size: .75rem
    }
    .mega-menu-sidebar .mega-menu-featured {
        background: #f8f9fa !important;
        padding: 1rem;
        margin-top: 1rem
    }
}

@media screen and (max-height:500px) and (orientation:landscape) {
    .mega-menu-sidebar {
        overflow-y: auto
    }
    .mega-menu-content {
        padding-bottom: 2rem
    }
    .mega-menu-sidebar .mega-menu-col {
        margin-bottom: 1rem
    }
    .mega-menu-sidebar .mega-menu-col ul li {
        margin-bottom: .25rem
    }
}

.modern-footer,
.pre-footer-bar,
body.sidebar-open {
    overflow: hidden
}

@media screen and (max-width:768px) and (min-resolution:2dppx) {
    .logo-header svg {
        transform: scale(1.1)
    }
}

@media (hover:none) and (pointer:coarse) {
    .nav-link {
        padding: .5rem .75rem;
        min-height: 44px;
        display: flex;
        align-items: center
    }
    .dropdown-menu a {
        padding: 1rem;
        min-height: 44px
    }
    .mega-dropdown-col ul li a {
        padding: .75rem 0;
        min-height: 44px;
        display: flex;
        align-items: center
    }
    .mobile-menu-btn {
        min-width: 44px;
        min-height: 44px
    }
    .mega-menu-sidebar .mega-menu-col h4 {
        min-height: 44px;
        display: flex;
        align-items: center;
        cursor: pointer
    }
    .mega-menu-sidebar .mega-menu-col ul li a {
        min-height: 44px;
        display: flex;
        align-items: center
    }
}

.btn,
.btn-upload {
    display: inline-block;
    padding: 15px 25px;
    background: radial-gradient(circle at 30% 50%, #e4312c 0, #b22222 70%, #0000cd 100%);
    color: #fff;
    border: 0 double #fff;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(139, 0, 0, .3);
    position: relative;
    overflow: hidden
}

.btn-upload::before,
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s
}

.btn-upload:hover::before,
.btn:hover::before {
    left: 100%
}

.btn-upload:hover,
.btn:hover {
    background: radial-gradient(circle at 70% 50%, #8b0000 0, #1a1a2e 70%, #16213e 100%);
    box-shadow: 0 6px 20px rgba(139, 0, 0, .5);
    transform: translateY(-2px)
}

.btn i {
    margin-right: 8px
}

.containert {
    max-width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 30px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.popular-badge,
.popular-badge1 {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fff, #fff);
    color: #5365e0;
    padding: 4px 16px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 400;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px solid #5365e0
}

.modern-footer {
    background: linear-gradient(135deg, #1a1a2e 0, #16213e 100%);
    color: #f0f0f0;
    padding: 60px 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    border-top: 3px solid #00f
}

.gtranslate-container,
.login-icon,
.social-icon {
    background: rgba(255, 255, 255, .05)
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: radial-gradient(circle at 15px 15px, rgba(120, 119, 198, .5) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: 0 0
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.footer-grid {
    display: grid;
    grid-template-columns: 40% 15% 15% 30%;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px
}

.footer-column {
    display: flex;
    flex-direction: column
}

.footer-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e5322d
}

.footer-brand {
    padding-right: 20px
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.footer-logo span {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
    color: #fff
}

.footer-tagline {
    font-size: 15px;
    color: #a0a0a0;
    line-height: 1.6;
    margin-bottom: 25px
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, .1)
}

.login-icon:hover,
.social-icon:hover {
    background: #e5322d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(229, 50, 45, .4);
    border-color: #e5322d
}

.footer-language {
    margin-top: 10px
}

.gtranslate-container {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-block;
    min-width: 160px
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-link {
    color: #d0d0d0;
    font-size: 15px;
    transition: .3s;
    padding: 4px 0;
    position: relative
}

.copyright a,
.footer-bottom-link {
    transition: color .3s;
    text-decoration: none
}

.footer-link:hover {
    color: #fff;
    transform: translateX(5px)
}

.footer-link::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #e5322d;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .3s
}

.footer-bottom {
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.footer-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center
}

.login-icon,
.pre-footer-actions {
    display: flex;
    align-items: center
}

.footer-bottom-link {
    color: #d0d0d0;
    font-size: 14px;
    position: relative
}

.copyright a:hover,
.footer-bottom-link:hover {
    color: #fff
}

.footer-bottom-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5322d;
    transition: width .3s
}

.footer-bottom-link:hover::after {
    width: 100%
}

.login-icon {
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, .1)
}

.copyright {
    font-size: 14px;
    color: #a0a0a0
}

.copyright a {
    color: #a0a0a0
}

@media (max-width:1024px) {
    .feature-grid {
        grid-template-columns: 1fr
    }
    .grid--3 {
        grid-template-columns: repeat(2, 1fr)
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px
    }
    .footer-brand {
        grid-column: 1/-1;
        padding-right: 0;
        text-align: center
    }
    .footer-social {
        justify-content: center
    }
}

@media (max-width:768px) {
    .blog-preview,
    .modern-faq {
        padding: 60px 0
    }
    .cta-content h2,
    .faq-title,
    .section__title {
        font-size: 2rem
    }
    .cta-content p,
    .faq-question,
    .faq-subtitle {
        font-size: 1rem
    }
    .faq-question {
        padding: 18px 20px
    }
    .faq-answer-content {
        padding: 0 20px 20px
    }
    .faq-feature-grid,
    .faq-formats,
    .features-grid,
    .grid--3 {
        grid-template-columns: 1fr
    }
    .faq-shape,
    .shape {
        display: none
    }
    .cta-section {
        padding: 40px 20px
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center
    }
    .cta-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center
    }
    .blog-card__content {
        padding: 20px
    }
    .section-title {
        font-size: 2.2rem
    }
    .search-popup {
        width: 95%
    }
    .search-popup-input {
        padding: 10px 15px;
        font-size: 14px
    }
    .search-popup-button {
        padding: 10px 20px;
        font-size: 14px
    }
    .modern-footer {
        padding: 40px 0 20px
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px
    }
    .footer-logo span {
        font-size: 20px
    }
    .footer-tagline {
        font-size: 14px
    }
    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding-top: 20px
    }
    .footer-bottom-menu {
        justify-content: center;
        gap: 15px
    }
    .footer-login {
        order: -1
    }
}

@media (max-width:480px) {
    .hexagon-item {
        width: calc(100% - 20px);
        max-width: 100%;
        height: 220px
    }
    .section-title h2 {
        font-size: 1.8rem
    }
    .section-title p {
        font-size: 1rem;
        padding: 0 15px
    }
    .feature-main-title {
        font-size: 2rem
    }
    .feature-tab-btn {
        min-width: 100%
    }
    .feature-card-inner {
        padding: 25px
    }
    .container {
        padding: 0 15px
    }
    .footer-links {
        gap: 8px
    }
    .footer-link {
        font-size: 14px
    }
    .social-icon {
        width: 35px;
        height: 35px
    }
    .copyright {
        font-size: 12px
    }
    .gtranslate-container {
        padding: 8px 12px
    }
    .footer-bottom-menu {
        flex-direction: column;
        gap: 10px
    }
    .footer-bottom-link {
        font-size: 13px
    }
}

.pre-footer-bar {
    background: linear-gradient(135deg, #10b981 0, #3b82f6 50%, #ef4444 100%);
    color: #fff;
    padding: 25px 0;
    position: relative
}

.pre-footer-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1)
}

.pre-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1
}

.pre-footer-text h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 700
}

.pre-footer-text p {
    margin: 0;
    opacity: .9;
    font-size: 14px
}

.pre-footer-actions {
    gap: 25px
}

.bookmark-btn,
.social-links {
    align-items: center;
    display: flex
}

.bookmark-btn {
    background: #fff;
    color: #5168e0;
    border: 0 solid #ff4500;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background .3s;
    gap: 6px;
    font-size: 14px
}

.bookmark-btn:hover {
    background: #45a049
}

.social-links {
    gap: 12px
}

.social-btn {
    color: #fff;
    transition: .3s;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px
}

.social-btn:hover {
    background: rgba(255, 255, 255, .2);
    transform: translateY(-2px)
}

.footer-language {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.gtranslate_wrapper {
    background: navy;
    border-radius: 4px;
    padding: 4px
}

.message {
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    background: rgba(255, 255, 255, .2)
}

@media (max-width:768px) {
    .pre-footer-content {
        flex-direction: column;
        text-align: center;
        gap: 15px
    }
    .pre-footer-actions {
        flex-direction: column;
        gap: 15px
    }
    .footer-language {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-top: 10px
    }
}