/*
Theme Name: WhiteStudio
Theme URI: https://whitestudio.team
Author: WhiteStudio Team
Author URI: https://whitestudio.team
Description: A modern WordPress theme for Easy Form Builder plugin. Professional, responsive and SEO-optimized theme with multi-step form builder support.
Version: 1.0.7
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whitestudio
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, responsive-design, two-columns, right-sidebar

WhiteStudio WordPress Theme, Copyright 2024 WhiteStudio Team
WhiteStudio is distributed under the terms of the GNU GPL
*/

/* ==========================================================================
   SVG Icons
   ========================================================================== */

.icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}

.icon-svg use {
    fill: inherit;
}

.icon-svg path {
    fill: currentColor;
}

.icon-svg.me-1 {
    margin-right: 0.25rem;
}

.icon-svg.me-2 {
    margin-right: 0.5rem;
}

/* ==========================================================================
   Colors
   ========================================================================== */

.color-purple {
    color: #3e1f77;
}

.color-pink {
    color: #ff4b93;
}

.text-purple {
    color: #3e1f77 !important;
}

.bg-purple {
    background-color: #3e1f77 !important;
}

.text-pink {
    color: #ff4b93 !important;
}

.bg-pink {
    background-color: #ff4b93 !important;
}

.text-dark {
    color: #384056 !important;
}

.bg-dark {
    background-color: #384056 !important;
}

.bg-light {
    background: linear-gradient(135deg, #f5f7fa 0%, #f8f8ff 100%);
}

.text-darkblue {
    color: #263a8d !important;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

body {
    font-family: "Poppins", "Open Sans", sans-serif !important;
    color: #384056 !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #384056;
    text-decoration: none;
}

a:hover {
    color: #652eba;
}

p {
    line-height: 1.75;
}

/* ==========================================================================
   Logo & Navbar
   ========================================================================== */

.logo {
    height: 35px;
}

.navbar {
    background-color: #3e1f77;
    min-height: 65px;
}

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1300;
}

.ws .bg-light {
    padding: 100px 0;
    background-color: #f8f8ff !important;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}

.nav-link {
    font-size: 1.1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar .btn:hover {
    transform: unset;
}

.wrapper {
}

/* ==========================================================================
   Header
   ========================================================================== */

.header-base {
    width: 100%;
    background-color: #f8f8ff;
    z-index: -2;
}

.header-bg {
    width: 100%;
    position: absolute;
    right: -300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.header {
    position: relative;
    z-index: 100;
}

.header h1 {
    color: #ff4b93 !important;
    font-size: 2.5rem;
    font-weight: 700;
    padding-top: 0px;
}

.header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3e1f77;
    margin: 20px 0;
}

.header h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 20px 0 40px 0;
}

.header .btn-lg {
    height: 55px;
    margin: 0 10px 10px 0;
}

.header .btn-lg:hover {
    box-shadow: 0 10px 30px rgba(217, 173, 248, 0.5);
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    border-radius: 15px;
    transition: all 0.5s;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-primary {
    min-height: 40px !important;
    background: linear-gradient(135deg, #652eba 0%, #4c238b 100%) !important;
    border: none;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #7c3ed1 0%, #5d2aa0 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(101, 46, 186, 0.4) !important;
}

.btn-primary:active {
    background: linear-gradient(135deg, #4c238b 0%, #3a1a6b 100%) !important;
    transform: translateY(0);
}

.btn-primary:focus {
    background: linear-gradient(135deg, #652eba 0%, #4c238b 100%) !important;
}

.btn-pink {
    min-height: 40px;
    background: linear-gradient(135deg, #ff4b93 0%, #e91e63 100%) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-pink:hover {
    background: linear-gradient(135deg, #ff5c9f 0%, #f02970 100%) !important;
    color: rgba(255, 255, 255, 1) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 75, 147, 0.4) !important;
}

.btn-light {
    background: white !important;
    color: #652eba !important;
    border: 2px solid #e0e0e0 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-light:hover {
    color: #652eba !important;
    background: #f5f5f5 !important;
    border-color: #652eba !important;
    transform: translateY(-2px);
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-link {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border: none;
}

.btn-link:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.btn-sm {
    padding-left: 10px;
    padding-right: 10px;
}

/* ==========================================================================
   Video Section
   ========================================================================== */

#vid {
    background-color: #f1f1f1;
    border-radius: 15px !important;
    padding: 10px;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.hero-video {
    margin-top: 200px;
}

/* ==========================================================================
   About Section
   ========================================================================== */

#about {
    padding: 100px 0;
    margin-top: 100px;
}

#about li {
    line-height: 2;
}

#about i {
    font-size: 1.3rem;
    color: #ff4b93;
}

/* ==========================================================================
   Section Titles
   ========================================================================== */

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #263a8d;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    background: #e3e4f8;
    bottom: 0;
    border-radius: 20px;
    left: calc(50% - 60px);
    transform: rotate(-30deg);
    z-index: -1;
    opacity: 0.7;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #ff4b93;
    bottom: 70px;
    left: calc(50% - 100px);
    transform: rotate(20deg);
    z-index: -2;
    opacity: 0.8;
}

/* ==========================================================================
   General Elements
   ========================================================================== */

header hr,
hr.hr {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    opacity: 0.5;
    margin: 1% 12%;
    background: linear-gradient(to right, transparent, #818078, transparent);
}

img {
    padding: 0;
    margin: 5px;
}

.mobile img {
    padding: 0;
}

.is-type-video {
    text-align: center;
}

.nav-next {
    text-align: center;
}

.nav-previous {
    text-align: center;
}

.entry-title {
    color: #263a8d;
}

.nav-links a {
    color: #263a8d !important;
}

.nav-links {
    margin: 2%;
    font-weight: 500;
}

/* ==========================================================================
   Callout Boxes
   ========================================================================== */

.bd-callout-pink {
    border-left-color: #ff4b93 !important;
}

.bd-callout {
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 0.25rem solid #dfdff2;
    box-shadow: 0 10px 20px rgba(156, 83, 208, 0.1);
    border-radius: 1rem;
    background-color: #ffffff;
}

/* ==========================================================================
   Question Section
   ========================================================================== */

#question {
    margin-bottom: 100px;
}

#question .section-title {
    margin-bottom: 50px;
    text-align: center;
}

#question .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #263a8d;
}

#question .section-title h2::before {
    background: none;
}

#question .section-title h2::after {
    background: none;
}

#question a {
    color: #4c238b;
}

#question a:hover {
    color: #652eba;
}

#question img {
    width: 40%;
    margin: 0 30% 50px 30%;
}

#question .bg-light {
    padding: 100px 0;
    background-color: #f8f8ff !important;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */

#price {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #f8f8ff 100%);
}

#price h3 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#price .btn-lg {
    height: 60px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#price .btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#price .free h3 {
    color: #12e0ac;
    background: linear-gradient(135deg, #12e0ac 0%, #0ba88a 100%);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 25px 0;
    box-shadow: 0 5px 20px rgba(18, 224, 172, 0.3);
}

#price .agency h3 {
    background: linear-gradient(135deg, #263a8d 0%, #ba2eb8 55%, #f94087d1 100%);
    color: white;
    text-align: center;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 5px 20px rgba(38, 58, 141, 0.35);
    position: relative;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

#price .pro-support h3 {
    background: linear-gradient(135deg, #ff4b93 0%, #e91e63 100%);
    color: white;
    text-align: center;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 5px 20px rgba(255, 75, 147, 0.4);
    position: relative;
    overflow: visible;
    z-index: 2;
}

#price .pro-support h3::after {
    content: '⭐ MOST POPULAR';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffd700 0%, #ffcc00 100%);
    color: #1a1a1a;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 215, 0, 0.65);
    z-index: 20;
}

#price ul {
    margin-bottom: 0;
    padding:  0px 20px;
}
.pricing-card-wrapper .card-body{
    padding: 0px;
}
#price li {
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 8px 0;
    transition: all 0.2s ease;
}

#price li:hover {
    padding-left: 10px;
    color: #652eba;
}

#price .card-text i {
    color: #652eba;
    font-size: 1.2rem;
    margin-right: 8px;
    transition: all 0.3s ease;
}

#price li:hover i {
    transform: scale(1.2);
}

#price ul .na span {
    text-decoration: line-through;
    color: #d0d0d0;
    opacity: 0.7;
}

#price .card-text .na i {
    color: #d0d0d0;
}

#price .card-text .na:hover {
    padding-left: 0;
    color: #d0d0d0;
}

#price .pro h3 {
    background: linear-gradient(135deg, #652eba 0%, #4a1f8f 100%);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 25px 0;
    box-shadow: 0 5px 20px rgba(101, 46, 186, 0.3);
}

.dollar {
    font-size: 2rem;
    font-weight: 600;
}

.bg-primary {
    background-color: #ff4b93 !important;
    border-radius: 10px;
    padding: 10px;
}

/* ==========================================================================
   Pricing Details
   ========================================================================== */

.pricing-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.pricing-details data.price {
    display: inline-block;
    color: #1a1a2e;
    font-size: 4rem;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.pricing-details .original-price {
    margin: 10px 0 5px;
}

.pricing-details .original-price del {
    color: #999;
    font-size: 1rem;
}

.pricing-details .price-period {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 5px 0 15px;
}

.pricing-details .site-limit {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0 !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    font-size: 0.95rem !important;
    font-weight: 600;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(21, 101, 192, 0.2);
    transition: all 0.3s ease;
}

.pricing-details .site-limit:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(21, 101, 192, 0.3);
}

.pricing-details .guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2e7d32;
    font-weight: 600;
    font-size: 0.82rem;
    margin-top: 10px;
    padding: 7px 16px;
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    letter-spacing: 0.02em;
    direction: ltr;
}

.pricing-details .guarantee .guarantee-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    fill: #2e7d32;
}

.pricing-details .savings-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 14px;
    margin-bottom: 8px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgba(198, 18, 31, 0.35);
}

.pricing-details .price-monthly {
    color: #999;
    font-size: 0.8rem;
    margin: 0 0 10px;
}

.pricing-details .plan-type {
    color: #12e0ac;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 10px;
}

/* ==========================================================================
   Cards
   ========================================================================== */

/* Pricing section title enhancements */
#price .section-title .pricing-subtitle {
    color: #666;
    font-size: 1.05rem;
    margin: -10px 0 18px;
}

#price .section-title .pricing-social-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fffbea;
    border: 1px solid #f5d030;
    border-radius: 25px;
    padding: 7px 20px;
    font-size: 0.88rem;
    color: #555;
    font-weight: 500;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#price .section-title .pricing-social-proof:hover {
    box-shadow: 0 4px 14px rgba(245, 208, 48, 0.4);
    transform: translateY(-1px);
    color: #333;
}

#price .section-title .pricing-social-proof .stars {
    color: #f5a623;
    font-size: 1rem;
    letter-spacing: 2px;
}

/* CTA micro-copy */
#price .cta-note {
    font-size: 0.76rem;
    color: #aaa;
    margin: 8px 0 0;
    text-align: center;
}

/* Popular card CTA pulse */
@keyframes cta-pulse {
    0%, 100% { box-shadow: 0 5px 15px rgba(255, 75, 147, 0.35); }
    50%       { box-shadow: 0 8px 30px rgba(255, 75, 147, 0.7); transform: translateY(-3px); }
}

.pro-support .card-footer .btn-pink {
    animation: cta-pulse 2.8s ease-in-out infinite;
}

.pro-support .card-footer .btn-pink:hover {
    animation: none;
}

.card-footer {
    border: none;
    background: none;
    padding: 0 0 2rem 0;
}

.header .card {
    min-height: 400px;
}

#price .card {
    border: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 25px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: white;
    position: relative;
    cursor: pointer;
}

#price .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #12e0ac 0%, #652eba 50%, #ff4b93 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 25px 25px 0 0;
}

#price .card:hover::before {
    opacity: 1;
}

.card:hover {
    box-shadow: 0 10px 20px rgba(156, 83, 208, 0.2);
}

.card-footer {
    text-align: center;
    background-color: rgb(225 221 221 / 3%) !important;
}

.pro-support .card {
    min-height: 780px;
    margin: -30px 0 0 0;
    z-index: 100;
    transform: scale(1.05);
    border: 3px solid #ff4b93 !important;
    overflow: visible !important;
}

.pro-support .card::before {
    opacity: 0 !important;
}

#price .card:hover {
    z-index: 101;
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.pro-support .card:hover {
    transform: scale(1.07) translateY(-10px);
}

.card-title h3 {
    text-align: center;
}

/* ==========================================================================
   Plugin Section
   ========================================================================== */

.plugin {
    min-height: 400px;
    padding: 100px 0;
}

.plugin-title {
    text-align: center;
    color: #e3e4f8;
}

.plugin-title h2 {
    font-weight: 700;
}

.plugin h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.plugin .card {
    min-height: 300px;
    box-shadow: none;
    border: none;
}

.plugin .card .card-title {
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.plugin .icon {
    height: 70px;
    width: 70px;
    background-color: #f9e8ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.plugin .icon i,
.plugin .icon .icon-svg {
    color: #987bce;
    font-size: 1.7rem;
}

/* ==========================================================================
   Team Section
   ========================================================================== */

.team {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    padding: 100px 0 0 0;
}

.team .member {
    margin-top: 100px;
}

.team .social .btn {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    padding: 0;
}

.team h4 {
    font-size: 1.5rem;
    margin-top: 20px;
}

.team h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
    color: #263a8d;
}

.team .pic img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-top: -75px;
}

.team .team-title {
    margin: 100px 0;
    text-align: center;
}

.team .team-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #263a8d;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact img {
    width: 40%;
    margin: 50px 30%;
}

/* ==========================================================================
   Forms
   ========================================================================== */

.form-control {
    border-radius: 10px;
    min-height: 40px !important;
    border-color: #e3e4f8 !important;
    transition: all 0.5s !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #652eba;
    box-shadow: 0 0 0 0.2rem rgba(104, 40, 167, 0.25);
}

::placeholder {
    color: #d4d5e8 !important;
}

:-ms-input-placeholder {
    color: #d4d5e8 !important;
}

::-ms-input-placeholder {
    color: #d4d5e8 !important;
}

/* ==========================================================================
   Register Section
   ========================================================================== */

.register {
    padding: 100px 0;
}

.register .card {
    min-height: fit-content;
}

.register h3,
.register h4 {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    color: #263a8d !important;
    margin: 10px 0 0 10px !important;
}

.register p {
    padding: 0 0 10px 80px;
}

.register .text-light {
    color: #b7b8c8 !important;
}

.register .card .card-title {
    display: inline-block;
    text-align: left;
}

.register .icon {
    float: left;
    height: 70px;
    width: 70px;
    background-color: #f9e8ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.register .icon i,
.register .icon .icon-svg {
    color: #987bce;
    font-size: 1.7rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    min-height: 300px;
    background-color: #e3e4f8;
    padding: 100px 0 0 0;
    color: #384056;
}

.footer .logo {
    height: 25px;
    filter: grayscale(100%);
    margin: -5px 10px 0 0 !important;
}

.footer h5 {
    color: #3e1f77;
}

.footer a {
    color: #384056;
}

.footer a:hover {
    color: #652eba;
}

.footer .nav-link {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}

.footer .btn-light {
    color: #d3d0f5 !important;
    padding-right: 10px;
    padding-left: 10px;
}

.copyright {
    border-top: 1px solid #cbccde;
    text-align: center;
    padding: 30px 0;
}

.footer .form-control {
    border-radius: 10px;
    min-height: 40px;
    border-color: #ffffff;
    transition: all 0.5s;
    box-shadow: none;
}

.footer .form-control:focus {
    border-color: #652eba;
    box-shadow: 0 0 0 0.2rem rgba(104, 40, 167, 0.25);
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.fw-300 {
    font-weight: 300 !important;
}

.watch.btn-primary {
    color: #fff !important;
}

.fs-8 {
    font-size: 10px;
    color: #384056;
}

.text-white {
    color: #fff !important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

/* ==========================================================================
   Special Offer Banner
   ========================================================================== */

div#specialoffer {
    color: #ffffff;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 2.46153846;
    height: 46px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-width: inherit;
    z-index: 99999;
    background: #2a2326d9;
    font-size: 16px;
    cursor: pointer !important;
}

/* ==========================================================================
   Entry Styles
   ========================================================================== */

.entry-header .entry-meta {
    display: none;
}

.status-publish {
    color: rgb(0 0 0 / 94%);
}

/* ==========================================================================
   Media Queries - Tablet (max-width: 992px)
   ========================================================================== */

@media (max-width: 992px) {
    .navbar {
        position: fixed;
        width: 100%;
        min-height: 60px;
    }

    .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .navbar .btn {
        width: 100%;
    }

    .navbar .ms-3 {
        margin: 0 0 10px 0 !important;
    }

    .navbar-toggler {
        border: none;
        padding: .25rem !important;
        background: transparent;
        cursor: pointer;
    }

    .navbar-toggler i {
        font-size: 2rem;
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-toggler-icon {
        background-image: none !important;
    }

    .navbar-collapse {
        background-color: #3e1f77;
        padding: 10px 0;
    }

    .navbar-collapse.show {
        display: block;
    }

    .header {
        padding-bottom: 10px;
    }

    .header h1 {
        padding: 0px;
        margin: 15px 0px;
        font-size: 2rem;
        font-weight: 500;
    }

    h2 {
        font-size: 1.5rem !important;
        font-weight: 500 !important;
    }

    h3 {
        font-size: 1.3rem !important;
        font-weight: 300 !important;
    }

    h5 {
        font-size: 1.1rem !important;
    }

    #hero .container {
        text-align: center;
    }

    .hero-img {
        margin-top: 150px;
    }

    .header-bg {
        background-position: bottom;
    }

    .pro-support .card {
        margin: 30px 0 30px 0;
    }

    #price .pro-support .card {
        margin: 20px 0;
        transform: scale(1);
    }

    #price .pro-support .card:hover {
        transform: scale(1.02) translateY(-5px);
    }
}

/* ==========================================================================
   Media Queries - Mobile Landscape (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
    #price {
        padding: 60px 0;
    }

    .pricing-details data.price {
        font-size: 3rem;
    }

    #price li {
        font-size: 1rem;
        line-height: 2.5;
    }

    #price .pro-support h3::after {
        right: 50%;
        transform: translateX(50%);
    }

    #price .card {
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   Media Queries - Mobile Portrait (max-width: 576px)
   ========================================================================== */

@media (max-width: 576px) {
    .header-bg {
        top: -200px;
        right: 0;
    }

    .navbar-nav {
        padding: 20px 0;
    }

    .fs-1 {
        font-size: 1.75rem !important;
    }

    .fs-2 {
        font-size: 1.5rem !important;
    }

    .fs-3 {
        font-size: 1.25rem !important;
    }

    .fs-4 {
        font-size: 1.1rem !important;
    }

    .fs-5 {
        font-size: 0.95rem !important;
    }

    .fs-6 {
        font-size: 0.85rem !important;
    }

    .header .btn-lg {
        box-shadow: none !important;
    }

    .plugin .card {
        min-height: auto;
        margin-bottom: 1rem;
    }

    .plugin .card p {
        display: none;
    }

    .plugin .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pricing-details data.price {
        font-size: 2.5rem;
    }

    #price h3 {
        font-size: 1.5rem;
    }

    .pricing-details {
        padding: 20px 15px 15px;
    }
}
