  .hidehome {
        display: none;
    }

    .highlight-text {
        color: #6d28d9;
    }

    .pricing-card {
        border: 2px solid #e9ecef;
        transition: all 0.3s ease;
    }

    .card,
    .bg-secondary {
        transition: all 0.5s ease;
    }

    .pricing-card:hover,
    .card:hover,
    .bg-secondary:hover {
        border-color: #ffc107;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .btn-primary-custom {
        background: linear-gradient(45deg, #ffc107, #ff8c00);
        border: none;
        color: #000;
        font-weight: bold;
    }

    .btn-primary-custom:hover {
        background: linear-gradient(45deg, #ff8c00, #ffc107);
        color: #000;
    }

    .feature-icon {
        color: #ffc107;
        margin-right: 10px;
    }

    .lead {
        font-weight: 400;
        font-size: 1.15rem;
    }

    .priceSec h2 {
        position: relative;
        display: inline-block;
        margin-bottom: 35px;
    }

    .priceSec h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -12px;
        height: 4px;
        width: 80px;
        background-color: #6d28d9;
    }

    .priceSec p {
        font-weight: 400 !important;
    }

    .priceSec .list-unstyled li.mb-3 {
        display: flex;
        align-items: center;
    }

    .priceSec p:last-child {
        margin-bottom: 0;
    }

    .card-header .fas {
        font-size: 18px;
    }

    .priceSec .table-responsive td {
        font-size: 15px;
        font-weight: 400;
    }

    .priceSec.bg2 {
        background: linear-gradient(135deg, #343a40 0%, #495057 100%);
    }

    .priceSec.bg2 a {
        text-decoration: none;
    }

    .priceSec .btn-primary,
    .priceSec .btn-primary-custom,
    .card-header.bg-warning,
    .priceSec .table-responsive .bg-warning {
        background: #6d28d9 !important;
        border-color: #6d28d9 !important;
        color: #fff !important;
    }

    .pricing-card .list-unstyled {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .pricing-card .list-unstyled i,
    .card-body i {
        color: #6d28d9;
    }

    .border-warning {
        border-color: #6d28d9 !important;
    }

    section.py-5.bg-light.priceSec {
        padding-bottom: 10px !important;
    }


    /* testimonial-section */

    .testimonial-section {
        padding: 60px 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

    .testimonial-carousel .owl-stage {
        display: flex;
        margin: 30px 0;
    }

    .testimonial-carousel .owl-stage .item {
        height: 100%;
    }


    .testimonial-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 30px 25px;
        margin: 15px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }

    .testimonial-content {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .testimonial-author {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .testimonial-website {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
    }

    .testimonial-website:hover {
        color: #ffd700;
    }

    .testimonial-card .star-rating {
        color: #ffd700;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .testimonial-card .star-rating i {
        margin: 0 2px;
    }

    .testimonial-section .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial-section .section-title h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .testimonial-section .section-title p {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8);
        max-width: 600px;
        margin: 0 auto;
        font-weight: normal;
    }

    .authorCon {
        margin-top: auto;
    }

    /* Owl Carousel Custom Styling */
    .testimonial-carousel .owl-nav {
        margin-top: 20px;
        text-align: center;
        display: block !important;
        position: unset;
        transform: unset;
    }

    .testimonial-carousel .owl-nav button {
        background: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
        margin: 0 10px !important;
        transition: all 0.3s ease !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .testimonial-carousel .owl-nav button:hover {
        background: rgba(255, 255, 255, 0.3) !important;
        transform: scale(1.1) !important;
    }

    /* Hide dots */
    .testimonial-carousel .owl-dots {
        display: none !important;
    }

    /* Powered by section */
    .powered-by-section {
        background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
        padding: 20px 0;
        text-align: center;
        margin-top: 50px;
        border-radius: 10px;
    }

    .powered-by-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .powered-by-logo {
        font-size: 24px;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .powered-by-logo:hover {
        color: #ffd700;
    }

    .powered-by-text,
    .powered-by-text a {
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    .trustpilot-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 180, 67, 0.2);
        padding: 8px 16px;
        border-radius: 25px;
        border: 1px solid rgba(0, 180, 67, 0.3);
    }

    .trustpilot-stars {
        color: #7979d9;
        font-size: 16px;
    }

    .trustpilot-text {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .testimonial-section {
            padding: 40px 0;
        }

        .testimonial-section .section-title h2 {
            font-size: 32px;
        }

        .testimonial-card {
            margin: 10px;
            padding: 25px 20px;
            height: 280px;
        }

        .testimonial-content {
            font-size: 15px;
        }

        .powered-by-content {
            flex-direction: column;
            gap: 20px;
        }

        .powered-by-logo {
            font-size: 20px;
        }
    }

    @media (max-width: 576px) {
        .testimonial-section .section-title h2 {
            font-size: 28px;
        }

        .testimonial-card {
            padding: 20px 15px;
            height: 260px;
        }
    }
	form.post-password-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
    .hidehome {
        display: none;
    }

    .highlight-text {
        color: #6d28d9;
    }

    /* .pricing-card {
        border: 2px solid #e9ecef;
        transition: all 0.3s ease;
    } */

    .card,
    .bg-secondary {
        transition: all 0.5s ease;
    }

    /* .pricing-card:hover,
    .card:hover,
    .bg-secondary:hover {
        border-color: #ffc107;
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    } */

    .btn-primary-custom {
        background: linear-gradient(45deg, #ffc107, #ff8c00);
        border: none;
        color: #000;
        font-weight: bold;
    }

    .btn-primary-custom:hover {
        background: linear-gradient(45deg, #ff8c00, #ffc107);
        color: #000;
    }

    .feature-icon {
        color: #ffc107;
        margin-right: 10px;
    }

    .lead {
        font-weight: 400;
        font-size: 1.15rem;
    }

    .priceSec h2 {
        position: relative;
        display: inline-block;
        margin-bottom: 35px;
    }

    .priceSec h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -12px;
        height: 4px;
        width: 80px;
        background-color: #6d28d9;
    }

    .priceSec p {
        font-weight: 400 !important;
    }

    .priceSec .list-unstyled li.mb-3 {
        display: flex;
        align-items: center;
    }

    .priceSec p:last-child {
        margin-bottom: 0;
    }

    .card-header .fas {
        font-size: 18px;
    }

    .priceSec .table-responsive td {
        font-size: 15px;
        font-weight: 400;
    }

    .priceSec.bg2 {
        background: linear-gradient(135deg, #343a40 0%, #495057 100%);
    }

    .priceSec.bg2 a {
        text-decoration: none;
    }

    .priceSec .btn-primary,
    .priceSec .btn-primary-custom,
    .card-header.bg-warning,
    .priceSec .table-responsive .bg-warning {
        background: #6d28d9 !important;
        border-color: #6d28d9 !important;
        color: #fff !important;
    }

    .pricing-card .list-unstyled {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .pricing-card .list-unstyled i,
    .card-body i {
        color: #6d28d9;
    }

    .border-warning {
        border-color: #6d28d9 !important;
    }

    section.py-5.bg-light.priceSec {
        padding-bottom: 10px !important;
    }


    /* testimonial-section */

    .testimonial-section {
        padding: 60px 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

    .testimonial-carousel .owl-stage {
        display: flex;
        margin: 30px 0;
    }

    .testimonial-carousel .owl-stage .item {
        height: 100%;
    }


    .testimonial-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 30px 25px;
        margin: 15px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }

    .testimonial-content {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .testimonial-author {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .testimonial-website {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
    }

    .testimonial-website:hover {
        color: #ffd700;
    }

    .testimonial-card .star-rating {
        color: #ffd700;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .testimonial-card .star-rating i {
        margin: 0 2px;
    }

    .testimonial-section .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial-section .section-title h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .testimonial-section .section-title p {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8);
        max-width: 600px;
        margin: 0 auto;
        font-weight: normal;
    }

    .authorCon {
        margin-top: auto;
    }

    /* Owl Carousel Custom Styling */
    .testimonial-carousel .owl-nav {
        margin-top: 20px;
        text-align: center;
        display: block !important;
        position: unset;
        transform: unset;
    }

    .testimonial-carousel .owl-nav button {
        background: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
        margin: 0 10px !important;
        transition: all 0.3s ease !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .testimonial-carousel .owl-nav button:hover {
        background: rgba(255, 255, 255, 0.3) !important;
        transform: scale(1.1) !important;
    }

    /* Hide dots */
    .testimonial-carousel .owl-dots {
        display: none !important;
    }

    /* Powered by section */
    .powered-by-section {
        background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
        padding: 20px 0;
        text-align: center;
        margin-top: 50px;
        border-radius: 10px;
    }

    .powered-by-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .powered-by-logo {
        font-size: 24px;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .powered-by-logo:hover {
        color: #ffd700;
    }

    .powered-by-text,
    .powered-by-text a {
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    .trustpilot-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 180, 67, 0.2);
        padding: 8px 16px;
        border-radius: 25px;
        border: 1px solid rgba(0, 180, 67, 0.3);
    }

    .trustpilot-stars {
        color: #7979d9;
        font-size: 16px;
    }

    .trustpilot-text {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .testimonial-section {
            padding: 40px 0;
        }

        .testimonial-section .section-title h2 {
            font-size: 32px;
        }

        .testimonial-card {
            margin: 10px;
            padding: 25px 20px;
            height: 280px;
        }

        .testimonial-content {
            font-size: 15px;
        }

        .powered-by-content {
            flex-direction: column;
            gap: 20px;
        }

        .powered-by-logo {
            font-size: 20px;
        }
    }

    @media (max-width: 576px) {
        .testimonial-section .section-title h2 {
            font-size: 28px;
        }

        .testimonial-card {
            padding: 20px 15px;
            height: 260px;
        }
    }



    .wp-expert-services {
background: #f8f9fa;
padding: 50px 0;
position: relative;
overflow: hidden;
}


.wp-title {
color: #333333;
font-size: 2.3rem;
font-weight: 500;
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
max-width: 690px;
margin: 0px auto 40px;
}


.wp-service-card {
border-radius: 10px;
padding: 1rem;
margin-bottom: 2rem;
transition: all 0.2s 
cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
/*background: linear-gradient(135deg, #667eea 0%, #4b4ea2 100%);*/
border: 1px solid #333;
}

.wp-service-card .wp-btn-con{
margin-top: auto;
text-align: center;
}

.wp-service-card:hover {
transform: translateY(-2px) ;
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.wp-service-icon {
width: 100%;
height: 250px;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}

.wp-service-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.wp-service-icon i {
position: relative;
z-index: 2;
color: #333;
}

.wp-service-card h5 {
color: #333;
font-weight: 600;
font-size: 1.4rem;
margin-bottom: 1rem;
text-align: center;
}

.wp-service-card p {
color: #333;
line-height: 1.6;
text-align: center;
margin-bottom: 0;
}

.wp-service-btn {
background: #333;
padding: 12px 30px;
border: none;
border-radius: 25px;
font-weight: 500;
text-decoration: none;
display: inline-block;
transition: all 0.3s 
ease;
position: relative;
overflow: hidden;
color: #fff;
}

.wp-service-btn span {
position: relative;
z-index: 2;
}

.wp-service-btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}



@media (max-width: 768px) {
.wp-title {
font-size: 2.2rem;
margin-bottom: 3rem;
}


.wp-expert-services {
padding: 60px 0;
}
}

@media (max-width: 576px) {
.wp-title {
font-size: 1.8rem;
}
}



/*<!-- Browse Services Section -->*/


.browse-section {
padding: 50px 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
position: relative;
}


.browse {
text-align: center;
margin-bottom: 3rem;
position: relative;
z-index: 2;
}

.section-subtitle {
color: #7f8c8d;
font-size: 1.1rem;
max-width: 500px;
margin: 0 auto;
text-align: center;
}

.browse-service-categories {
background: white;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.2);
position: relative;
z-index: 2;
overflow: hidden;
}

.browse-section .section-subtitle{
color: #ebebeb;
}

.browse-section .wp-title{
color: #fff;
}

.browse-service-categories .nav-tabs {
border-bottom: none;
gap: 15px;
margin-bottom: 0rem;
padding: 20px;
}

.browse-service-categories .tab-content{
padding: 20px;
background: #f8f9fa;
height: 100%;
display: block;
}

.browse-service-categories .nav-tabs .nav-item {
margin: 0 0.5rem;
width: 100%;
}

.browse-service-categories .nav-tabs .nav-link {
/*background: linear-gradient(45deg, #667eea, #764ba2);*/
color: #333;
border-radius: 0;
border: 0;
padding: 12px 10px;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
width: 100%;
text-align: left;
border-bottom: 1px solid #d1d1d1;
}

.browse-service-categories .nav-tabs .nav-link.active{
    border-left: 4px solid #333;
    background: #d2eaff;
    border-bottom: 1px solid #d1d1d1;
}

.browse-service-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1rem;
/*margin-top: 2rem;*/
}

.browse-item {
border-radius: 15px;
padding: 10px;
text-align: center;
transition: all 0.2s ease;
border: 2px solid rgba(102, 126, 234, 0.1);
position: relative;
overflow: hidden;
background: #fff;
display: flex;
align-items: center;
gap: 10px;
}

.browse-item .wp-service-icon{
max-width: 40px;
width: 100%;
height: 40px;
margin: 0 ;
}

.browse-item .wp-service-icon i{
font-size: 20px;
}

.browse-item-img{
max-width: 40px;
width: 100%;
height: 40px;
overflow: hidden;
}

.browse-item-img img{
    width: 100%;
    height: 100%;
}

.browse-item:hover {
transform: translateY(-2px);
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.service-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: linear-gradient(45deg, #667eea, #764ba2);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
color: white;
font-size: 1.5rem;
position: relative;
z-index: 2;
}

.browse-item h6 {
color: #2c3e50;
font-weight: 500;
font-size: 1rem;
position: relative;
z-index: 2;
text-align: left;
margin-bottom: 0;
}



/* Why Choose Section */
.why-choose-section {
padding: 50px 0;
background: #f8f9fa;
position: relative;
}

.illustration-container {
height: 450px;
overflow: hidden;
width: 100%;
border-radius: 10px;
}

.illustration-container img{
width: 100%;
height: 100%;
object-fit: cover;
}


.why-feature-item {
display: flex;
align-items: flex-start;
margin-bottom: 2rem;
padding: 1.5rem;
background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
border-radius: 15px;
border-left: 4px solid transparent;
background-clip: padding-box;
position: relative;
transition: all 0.3s ease;
}

.why-feature-item:last-child{
    margin-bottom: 0;
}

.why-feature-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(45deg, #667eea, #764ba2);
border-radius: 0 2px 2px 0;
}

.why-feature-item:hover {
transform: translateX(10px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.why-feature-icon {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(45deg, #667eea, #764ba2);
display: flex;
align-items: center;
justify-content: center;
color: white;
margin-right: 1rem;
flex-shrink: 0;
}

.feature-content h5 {
color: #2c3e50;
font-weight: 500;
margin-bottom: 0.5rem;
font-size: 1.2rem;
}

.feature-content p {
color: #7f8c8d;
margin: 0;
font-size: 0.95rem;
}

@media (max-width: 768px) {

.content-area h3 {
font-size: 2rem;
}

.browse-service-categories {
padding: 1.5rem;
}

.main-illustration {
width: 200px;
height: 200px;
font-size: 3rem;
}

.why-feature-item {
margin-bottom: 1.5rem;
padding: 1rem;
}
}

@media (max-width: 576px) {
.browse-section,
.why-choose-section {
padding: 60px 0;
}

.browse-service-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
}

/*<!-- Support Plans Section -->*/
.package-section{
padding: 50px 0;
}

.support-card {
transition: all 0.3s ease;
border: none;
border-radius: 12px;
/*box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
height: 100%;
}

.support-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.support-card .card-body {
padding: 1.5rem;
}


.basic-support .support-card {
background: linear-gradient(135deg, #e3f2fd 0%, #f8f9ff 100%);
}

.advanced-support .support-card {
background: linear-gradient(135deg, #6b6fd5 0%, #478cd5 100%);
}

.advanced-support .support-card h5{
color: #fff;
margin-bottom: 0;
}

.support-card h5{
    font-weight:500;
}

.advanced-support .support-icon {
color: #6610f2;
}
.advanced-support{
    border-top: 1px solid #c3c3c3;
    padding-top: 30px;
}


/*<!-- Quick Fix Section -->*/

.quick-fix-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 15px;
padding: 2.5rem;
margin: 2rem 0;
}

.fix-option {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
padding: 1.5rem;
margin: 1rem 0;
transition: all 0.3s ease;
}

.fix-option:hover {
background: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
}

.fix-option h4{
    margin-bottom: 0;
}

.fix-option h4 i{
color: #ffd700;
}

.fix-price {
font-size: 1.8rem;
font-weight: bold;
color: #ffd700;
}

.quick-fix-section .feature-list {
list-style: none;
padding: 0;
}

.quick-fix-section .feature-list li {
padding: 0.3rem 0;
position: relative;
padding-left: 1.5rem;
font-size: 18px;
font-weight: 300;
}

.quick-fix-section .feature-list li:before {
content: "●";
color: #ffd700;
position: absolute;
left: 0;
}



.pricing-table-con {
margin: 3rem 0;
}

.pricing-table-con .pricing-card {
background: white;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
transition: all 0.3s ease;
overflow: hidden;
height: 100%;
}

.pricing-table-con .pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.pricing-table-con .pricing-header {
padding: 1rem;
text-align: center;
position: relative;
}

.pricing-table-con .plan-icon {
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
font-size: 1rem;
color: white;
}

.pricing-table-con .features .plan-icon { background: linear-gradient(135deg, #667eea, #764ba2); }

.pricing-table-con .plan-name {
font-size: 1rem;
font-weight: bold;
margin-bottom: 0.5rem;
}

.pricing-table-con .plan-rate {
font-size: 1rem;
color: #666;
margin-bottom: 1rem;
font-weight: 600;
}

.pricing-table-con .plan-price {
font-size: 2.5rem;
font-weight: bold;
color: #333;
}

.pricing-table-con .pricing-body {
padding: 0 2rem 2rem;
}

.pricing-table-con .feature-row {
display: flex;
justify-content: center;
align-items: center;
padding: 0.75rem 0;
border-bottom: 1px solid #f0f0f0;
text-align: center;
}

.pricing-table-con .feature-row:last-child {
border-bottom: none;
}

.pricing-table-con .feature-name {
font-weight: 500;
color: #333;
font-size: 16px;
}

.pricing-table-con .feature-value {
font-weight: 600;
color: #666;
}

.pricing-table-con .feature-value.yes {
color: #28a745;
}

.pricing-table-con .feature-value.no {
color: #dc3545;
}

.pricing-table-con .order-btn {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
border: none;
padding: 8px 10px;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
width: 100%;
margin-top: 1rem;
}

.pricing-table-con .order-btn:hover {
background: linear-gradient(135deg, #764ba2, #667eea);
transform: translateY(-2px);
color: white;
}

.pricing-table-con p{
font-size: 18px;
font-style: italic;
font-weight: 500;
margin-bottom: 0;
}

.pricing-table-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 15px; 
  padding: 10px; 
  overflow-x: auto;
}

a.order-btn {
    text-decoration: none;
    display: block;
    text-align: center;
}

/* Responsive styles for smaller screens */
@media (max-width: 1024px) {
    .pricing-table-grid-col {
        width: 300px;
    }
}

/* @media (max-width: 768px) {
  .pricing-table-grid {
    grid-template-columns: repeat(2, 1fr);  
  }
}

@media (max-width: 480px) {
  .pricing-table-grid {
    grid-template-columns: 1fr; 
  }
} */
