* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend Deca", sans-serif;
    font-style: normal;
}

body.mm-wrapper {
    overflow-x: visible;
    position: relative;
}

:root {
    --primary-color: #010101;
    --secondary-color: #FFB217;
    --matte-black: #555;
    --whiteoff: #F8F6F1;
    --white: #fff;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    opacity: 1;
    background-color: #ddd;
}

a,
a:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--matte-black);
    font-weight: 400;
    margin-bottom: 10px
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

section {
    position: relative;
}

.btn-page {
    padding: 10px 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 6px;
    color: var(--primary-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.btn-page i {
    vertical-align: middle;
    font-size: 20px;
}

.btn-page:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-page.outline-btn {
    padding: 8px 30px;
    background: transparent;
    border: 1px solid;
    align-content: center;
    color: #fff;
    border-color: #fff;
}

.btn-page.outline-btn i {
    vertical-align: middle;
    margin-left: 10px;
}

.btn-page.outline-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

/* header */

section[class]:not([id]) {
    padding: 60px 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.main-header {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
    /* width: 100%;
    top: 0; */
}

.main-header .logo-box {}

.main-header .logo-box img {}

.main-header .header-lower {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 0 50px 0 30px;
}

.main-header .header-lower .btn-header {
    margin: auto 0 auto auto;
}

.main-header .header-lower .btn-header .btn-page {
    padding: 10px 30px;
}

.main-header .top-header {
    /* border-bottom: 1px solid #ddd; */
    /* padding: 1px 50px 10px 30px; */
    background-color: var(--whiteoff);
    padding: 6px 0px;
}

.main-header .top-header .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.main-header .top-header .contact-info::after {
    width: 1px;
    height: 30px;
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    background: #33333329;
    content: "";
    margin: auto;
}

.main-header .top-header .contact-info li {
    position: relative;

}

.main-header .top-header .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--primary-color);
    font-weight: 500
}

.main-header .top-header .contact-info li a {
    color: var(--matte-color);
    font-weight: 400;
    font-size: 14px
}

.main-header .top-header .social-media {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px
}

.main-header .top-header .social-media li {
    position: relative
}

.main-header .top-header .social-media li a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    color: #616161;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 16px;
    padding: 5px;
    transition: all .3s ease;
}

.main-header .top-header .social-media li a:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.main-header .bottom-header {
    background: var(--primary-color);
}

.main-header .main-box .navbar-nav li>a {
    padding-right: 20px;
    color: #fff;
}

.main-header .main-box .navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row
}

.main-header .main-menu ul li {
    margin-right: 15px;
    position: relative
}

.main-header .main-menu ul li a {
    font-size: 14px;
    line-height: 24px;
    color: var(--matte-color);
    display: block;
    padding: 20px 0;
    text-transform: capitalize
}

.main-header .main-menu ul li.current_page_item a {
    color: var(--secondary-color)
}

.main-header .main-box .navbar-nav li.menu-item-has-children>a {
    padding-right: 20px
}

.main-menu .navigation>li.menu-item-has-children a:after {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #fff;
    z-index: 5
}

.main-menu .navigation>li.menu-item-has-children ul li a:after {
    content: unset
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);
    visibility: hidden
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
    padding: 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
    padding-left: 46px !important;
    background: var(--primary-color);
    color: #fff !important
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #fff !important;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children>ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #3f3f3f;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0 inset #454545
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    width: max-content;
    min-width: 200px;
    margin-top: -40px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2)
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation li.menu-item-has-children ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation>li.menu-item-has-children ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: var(--primary-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.sticky-header .main-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 0 !important
}

.sticky-header .main-box .main-menu {
    margin: auto
}

.sticky-header .main-menu ul li {
    height: 100%;
    display: flex;
    align-items: center
}

.mobile-header {
    position: relative;
    padding: 13px 15px;
    display: none;
    z-index: 99;
    background: var(--primary-color);
}

.mobile-header:after {
    display: table;
    clear: both;
    content: ""
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0
}

.mobile-header .logo img {
    max-height: 50px
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    margin-left: auto
}

.mobile-header .outer-box {
    position: relative;
    float: right
}

.mobile-header .search-box {
    margin: 0
}


/* header end */

/* =========================================
FOOTER SECTION CSS
========================================= */
.pk-footer-sec {
    background: #000;
    padding: 40px 0;
    overflow: hidden;
}

/* Wrapper */

.pk-footer-sec .pk-footer-wrapper {
    max-width: 900px;
    margin: auto;
}

/* Logo */

.pk-footer-sec .pk-footer-logo {
    margin-bottom: 40px;
}

.pk-footer-sec .pk-footer-logo img {
    max-width: 260px;
}

/* Menu */

.pk-footer-sec .pk-footer-menu {
    margin-bottom: 30px;
}

.pk-footer-sec .pk-footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
}

.pk-footer-sec .pk-footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pk-footer-sec .pk-footer-menu ul li a:hover {
    color: var(--secondary-color);
}

/* Social */

.pk-footer-sec .pk-footer-social {
    margin-bottom: 30px;
}

.pk-footer-sec .pk-footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.pk-footer-sec .pk-footer-social ul li a {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
}

.pk-footer-sec .pk-footer-social ul li a:hover {
    background: #fff;
    color: #000;
    transform: translateY(-4px);
}

/* Copyright */

.pk-footer-sec .pk-footer-copyright p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.8;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .pk-footer-sec {
        padding: 70px 0 50px;
    }

    .pk-footer-sec .pk-footer-menu ul {
        gap: 30px;
    }

    .pk-footer-sec .pk-footer-menu ul li a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .pk-footer-sec .pk-footer-logo img {
        max-width: 220px;
    }

    .pk-footer-sec .pk-footer-menu ul {
        gap: 20px;
    }

    .pk-footer-sec .pk-footer-menu ul li a {
        font-size: 16px;
    }

    .pk-footer-sec .pk-footer-social ul li a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .pk-footer-sec .pk-footer-copyright p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .pk-footer-sec {
        padding: 60px 0 40px;
    }

    .pk-footer-sec .pk-footer-menu ul {
        flex-direction: column;
        gap: 15px;
    }

    .pk-footer-sec .pk-footer-social {
        margin-bottom: 35px;
    }

    .pk-footer-sec .pk-footer-copyright p {
        font-size: 16px;
        line-height: 1.7;
    }
}

footer h4.footer-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

footer .quick-links ul li a,
footer .contact-links ul li a {
    color: #fff;
}

footer .quick-links ul#menu-explore {
    column-count: 2;
}

footer .quick-links ul#menu-explore li {
    margin-bottom: 8px;
}

footer h4.footer-text::after {
    content: "";
    background: var(--secondary-color);
    width: 30px;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
}


.footer-bottom p a {
    color: var(--secondary-color);
}

footer .contact-links ul {

    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}


.content-box .heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 54px;
}

.content-box .heading .highlight {
    color: var(--secondary-color);
    font-weight: inherit;
}

.content-box .subheading {
    font-weight: 600;
    font-size: 22px;
}

.content-box ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 10px;
}

.content-box li {
    padding-left: 26px;
    color: var(--matte-black);
    line-height: 26px;
    font-size: 16px;
    position: relative;
}

.content-box ul li::before {
    content: "\ed3c";
    color: var(--primary-color);
    font-family: boxicons !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: start;
}


/* banner */

section.banner-sec {
    padding: 100px 0;
}

.banner-sec .boxes-outer {
    background: #fff;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    padding: 20px;
}

.banner-sec .boxes-outer p {
    font-size: 16px;
    line-height: normal;
    margin-top: 10px;
}

.banner-sec .boxes-outer img {
    margin-bottom: 10px;
}

.banner-sec .boxes-outer h2 {
    font-weight: 600;
    font-size: 16px;
}

.banner-sec .banner-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 30px;
    border-style: dashed;
}

.banner-points .banner-item {
    height: 100%;
    justify-content: center;
}

.banner-points .icon {
    width: 40px;
    height: 40px;
}


.subtag span {
    background: #fff;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.features-items .features-item {
    height: 100%;
}

.features-items .features-item img {

    border-radius: 10px;

}

.about-img {
    border-right: 1px solid #ddd;
}

span.subtag {
    background: var(--white);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}

section.banner-strip span.subtag {
    padding: 0;
    background: transparent;
    font-size: 24px;
}

section.banner-strip h4 {
    color: #DD5C00;
}

.banner-strip .content-box {
    border-right: 1px solid #ddd;
}



/* blogs */
/* blog details */
.blog-details {
    padding: 80px 0 60px;
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%;
    border-radius: 10px;
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color);
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3F3F3F;
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3F3F3F;
}

.blog-single-post .text {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: sans-serif;
}

.blog-single-post .text p {
    font-weight: 400;
    font-size: 18px;
}

.blog-single-post .text p strong {
    color: #222;
    font-weight: 700;
}

.blog-single-post .text ul {
    padding-left: 0;
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3F3F3F;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
}

.blog-single-post .text ul li::before {
    color: var(--primary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3F3F3F;
}

.blog-single-post .text img {
    margin: 20px 0;
    border-radius: 10px;
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin: 30px 0 15px 0;
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}

.blog-single-post .text table tr th {
    font-weight: 700;
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.blog-single-post ul.social-media {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.blog-single-post ul.social-media li a {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ff6b6b, #6c63ff);
}

.blog-single-post ul.social-media li a i {
    transition: transform 0.35s ease;
}

.blog-single-post ul.social-media li a:hover {
    transform: translateY(-6px) scale(1.08);
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(108, 99, 255, 0.4);
    color: #fff;
}

.blog-single-post .text p a, .blog-single-post .text p a strong {
    color: #2063af;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.widget {
    position: relative;
    margin-bottom: 50px;
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto;
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3F3F3F;
    margin-bottom: 20px;
    font-weight: 600;
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53 / 59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all 0.3s ease-in;
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3F3F3F;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color);
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3F3F3F;
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color);
}

.blog-sidebar .widget .form-appointment {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 40px 25px;
    max-width: 350px;
}

.blogs-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

.blogs-card span.date-time,
.blogs-card .tips-tricks {
    padding: 4px 10px;
    background: #F8F6F1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}

.blogs-card .body-content h4 a {
    color: var(--matte-black);
    padding-left: 6px;
    display: inline-block;
    line-height: normal;
    font-size: 24px;
}

.blogs-card a.btn-blog {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 500;
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 6px;
    color: var(--matte-black);
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.blog-page.blog-details .blog-sidebar {
    position: sticky;
    top: 140px;
}


/* bussiness */

.bussiness-sec .bussiness-item {
    background: #fff;
    border: 1px solid #F0F7FF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    justify-content: space-evenly;
    height: 100%;
}

.bussiness-sec .bussiness-item h3 {
    font-size: 22px;
    color: var(--matte-black);
    margin-bottom: 10px;
}

.bussiness-sec .bussiness-item .icon img {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.bussiness-sec .bussiness-item .social-media li a {
    border: 1px solid #111;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 20px;
    color: #333;
}

.bussiness-sec .bussiness-item ul.social-media::before {
    content: "";
    width: 180px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: -18px;
}

.bussiness-sec .bussiness-item .title a {
    font-size: 14px;
    color: #0B4691;
}


/* ====================================
BOOKS BLUEPRINT SECTION CSS
==================================== */

.pk-books-section {
    position: relative;
    overflow: hidden;
}

.pk-books-heading {
    max-width: 950px;
    margin: auto;
}


/* Card */

.pk-books-section .pk-book-card {
    background: #fff;
    border-radius: 20px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.pk-books-section .pk-book-card:hover {
    transform: translateY(-8px);
}

/* Decorative Shapes */

.pk-books-section .pk-book-shape {
    position: absolute;
    z-index: 0;
}

.pk-books-section .pk-shape-top {
    width: 170px;
    height: 170px;
    top: -40px;
    left: -40px;
    border-radius: 50%;
}

.pk-books-section .pk-shape-bottom {
    width: 220px;
    height: 220px;
    bottom: -70px;
    right: -70px;
    border-radius: 50%;
}

/* Content */

.pk-books-section .pk-book-image,
.pk-books-section .pk-book-content {
    position: relative;
}

.pk-books-section .pk-book-image img {
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease;
}


.page-template-books .pk-books-section .pk-book-image img {
    max-width: 100%;
    height: 500px;
    transition: all 0.4s ease;
    width: 500px;
}

.page-template-books .pk-books-section .pk-book-card .content-box h4 {
    margin-bottom: 10px;
    font-size: 26px;
}

.pk-books-section .pk-book-card:hover .pk-book-image img {
    transform: scale(1.05);
}

.pk-books-section .pk-book-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 24px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.pk-books-section .pk-book-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 30px;
}

/* Button */
.pk-books-section .pk-amazon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pk-books-section .pk-amazon-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
}

.pk-books-section .pk-amazon-btn img {
    width: 24px;
}

.pk-books-section .pk-book-image {
    mix-blend-mode: darken;
}

/* ====================================
Responsive CSS
==================================== */

@media (max-width: 1399px) {

    .pk-books-section .pk-section-title {
        font-size: 42px;
    }

    .pk-books-section .pk-book-title {
        font-size: 28px;
    }

    .pk-books-section .pk-amazon-btn {
        font-size: 20px;
        padding: 14px 28px;
    }
}

@media (max-width: 991px) {

    .pk-books-section {
        padding: 70px 0;
    }

    .pk-books-section .pk-section-title {
        font-size: 36px;
    }

    .pk-books-section .pk-section-subtitle {
        font-size: 16px;
    }

    .pk-books-section .pk-book-card {
        padding: 35px 25px;
    }

    .pk-books-section .pk-book-image {
        margin-bottom: 30px;
    }

    .pk-books-section .pk-book-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .pk-books-section .pk-section-title {
        font-size: 30px;
    }

    .pk-books-section .pk-book-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .pk-books-section .pk-book-badge {
        font-size: 14px;
        padding: 8px 18px;
    }

    .pk-books-section .pk-amazon-btn {
        width: 100%;
        font-size: 18px;
        padding: 14px 20px;
    }

    .pk-books-section .pk-book-card {
        border-radius: 22px;
    }
}

@media (max-width: 575px) {

    .pk-books-section .pk-section-title {
        font-size: 26px;
    }

    .pk-books-section .pk-book-title {
        font-size: 16px;
    }

    .pk-books-section .pk-book-card {
        padding: 28px 20px;
    }
}


/* ====================================
PITCH CTA SECTION CSS
==================================== */

.pk-pitch-sec {
    overflow: hidden;
}

.pk-pitch-sec .pk-pitch-wrapper {
    background: var(--primary-color);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

/* Background Pattern */

.pk-pitch-sec .pk-pitch-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.5;
    z-index: -1;
}

/* Image */

.pk-pitch-sec .pk-pitch-img {
    position: relative;
    width: 680px;
    left: -100px;
    top: 8px;
}

.pk-pitch-sec .pk-pitch-img img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    display: block;
}

/* Content */

.pk-pitch-sec .pk-pitch-content {
    margin-left: auto;
    padding-left: 40px;
}

.pk-pitch-sec .pk-pitch-content h2 {
    color: #fff;
}

.pk-pitch-sec .pk-pitch-content p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 34px;
}

/* ====================================
Responsive CSS
==================================== */

@media (max-width: 1199px) {

    .pk-pitch-sec .pk-pitch-content {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {

    .pk-pitch-sec .pk-pitch-wrapper {
        padding: 24px;
    }

    .pk-pitch-sec .pk-pitch-img {
        margin-bottom: 35px;
    }

    .pk-pitch-sec .pk-pitch-content {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }

}

@media (max-width: 767px) {

    .pk-pitch-sec .pk-pitch-wrapper {
        border-radius: 18px;
        padding: 20px;
    }

    .pk-pitch-sec .pk-pitch-img img {
        border-radius: 20px;
    }

    .pk-pitch-sec .pk-pitch-content p {
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .pk-pitch-sec .btn-page {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {


    .pk-pitch-sec .btn-page {
        padding: 13px 20px;
        font-size: 16px;
    }
}

/* =========================================
VIDEOS SECTION CSS
========================================= */

.pk-videos-sec {
    background: #fff;
    overflow: hidden;
}

/* Heading */

.pk-videos-sec .pk-video-heading {
    max-width: 820px;
    margin: auto;
}

.pk-videos-sec .pk-video-tag {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.pk-videos-sec .pk-video-heading p {
    max-width: 760px;
    margin: auto;
}

/* Card */
.pk-videos-sec .pk-video-card {
    height: 100%;
    padding: 20px;
}

.pk-videos-sec .pk-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.pk-videos-sec .pk-video-thumb img {
    width: 100%;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.pk-videos-sec .pk-video-card:hover .pk-video-thumb img {
    transform: scale(1.05);
}


.pk-videos-sec .pk-video-card .image:after,
.pk-success-sec .pk-success-thumb .image:after {
    background: rgb(0 0 0 / 30%);
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 18px;
}

/* Play Button */

.pk-videos-sec .pk-play-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--primary-color);
    transition: all 0.3s ease;
    padding-left: 4px;
}

.pk-videos-sec .pk-video-card:hover .pk-play-btn {
    transform: translate(-50%, -50%) scale(1.08);
}

/* Content */

.pk-videos-sec .pk-video-content {
    padding-top: 20px;
    text-align: center;
}

.pk-videos-sec .pk-video-content h3 {
    font-size: 16px;
    line-height: 28px;
    color: var(--matte-black);
    font-weight: 400;
}

.pk-videos-sec .pk-video-content h3 a {
    color: var(--primary-color);
}

/* Bottom */

.pk-videos-sec .pk-video-bottom {
    margin-top: 60px;
}

.pk-videos-sec .pk-video-bottom h4 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 25px;
}

/* Button */

.pk-videos-sec .pk-video-btn {
    background: #ff0000;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pk-videos-sec .pk-video-btn i {
    font-size: 24px;
}

.pk-videos-sec .pk-video-btn:hover {
    transform: translateY(-3px);
    background: #d90000;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .pk-videos-sec .pk-video-heading h2 {
        font-size: 34px;
    }

    .pk-videos-sec .pk-video-bottom h4 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .pk-videos-sec .pk-video-heading h2 {
        font-size: 28px;
    }

    .pk-videos-sec .pk-play-btn {
        width: 58px;
        height: 58px;
        font-size: 32px;
    }

    .pk-videos-sec .pk-video-bottom {
        margin-top: 40px;
    }

    .pk-videos-sec .pk-video-bottom h4 {
        font-size: 20px;
        font-weight: 600;
    }
}

@media (max-width: 575px) {

    .pk-videos-sec .pk-video-heading h2 {
        font-size: 24px;
    }

    .pk-videos-sec .pk-video-btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
SUCCESS STORIES SECTION CSS
========================================= */

.pk-success-sec {
    background: #050505;
    position: relative;
    overflow: hidden;
}

/* Background Pattern */

.pk-success-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.35;
    z-index: -1;
}

/* Heading */

.pk-success-sec .pk-success-heading {
    max-width: 980px;
    margin: auto;
}

.pk-success-sec .pk-success-tag {
    background: #fff;
    color: var(--primary-color);
    padding: 10px 22px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 22px;
}

.pk-success-sec .pk-success-heading h2 {
    color: #fff;
}

.pk-success-sec .pk-success-heading p {
    color: rgba(255, 255, 255, 0.75);
}

/* Card */

.pk-success-sec .pk-success-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
}

.pk-success-sec .pk-success-card:hover {
    transform: translateY(-6px);
}

/* Thumbnail */

.pk-success-sec .pk-success-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.pk-success-sec .pk-success-thumb img {
    width: 100%;
    transition: all 0.4s ease;
    border-radius: 18px;
}

.pk-success-sec .pk-success-card:hover .pk-success-thumb .image {
    transition: all 0.4s ease;

}

.pk-success-sec .pk-success-card:hover .pk-success-thumb img {
    transform: scale(1.05);
    border-radius: 18px;

}

.pk-success-sec .pk-success-card:hover .pk-success-thumb .image:after {
    transform: scale(1.05);
    border-radius: 18px;

}

/* Play Button */
.pk-success-sec .pk-success-play {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: all 0.3s ease;
    padding-left: 4px;
}

.pk-success-sec .pk-success-card:hover .pk-success-play {
    transform: translate(-50%, -50%) scale(1.08);
}

/* Content */

.pk-success-sec .pk-success-content {
    padding: 10px;
    text-align: center;
}

.pk-success-sec .pk-success-content h3 {
    font-size: 16px;
    line-height: 28px;
    color: var(--matte-black);
    font-weight: 400;
}

.pk-success-sec .pk-success-content h3 a {
    color: var(--primary-color);
}

/* Bottom */

.pk-success-sec .pk-success-bottom {
    margin-top: 60px;
}

.pk-success-sec .pk-success-bottom h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
}

/* Button */

.pk-success-sec .pk-success-btn {
    background: #fff;
    color: #ff0000 !important;
    padding: 14px 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pk-success-sec .pk-success-btn i {
    font-size: 24px;
}

.pk-success-sec .pk-success-btn:hover {
    transform: translateY(-3px);
    background: #ff0000;
    color: #fff !important;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .pk-success-sec .pk-success-heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {

    .pk-success-sec .pk-success-play {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }

    .pk-success-sec .pk-success-bottom {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {

    .pk-success-sec .pk-success-heading h2 {
        font-size: 24px;
    }

    .pk-success-sec .pk-success-btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
TESTIMONIAL SECTION CSS
========================================= */

.pk-testimonial-sec {
    overflow: hidden;
}

/* Heading */

.pk-testimonial-sec .pk-testimonial-heading {
    max-width: 900px;
    margin: auto;
}

.pk-testimonial-sec .pk-testimonial-heading h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pk-testimonial-sec .pk-testimonial-heading p {
    max-width: 950px;
    margin: auto;
}

/* Card */

.pk-testimonial-sec .pk-testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
    margin: 20px;
}

.pk-testimonial-sec .pk-testimonial-card:hover {
    transform: translateY(-6px);
}

/* Rating */

.pk-testimonial-sec .pk-rating-box {
    position: absolute;
    right: 20px;
    top: -18px;
    background: #fff;
    border-radius: 100px;
    padding: 10px 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);

    display: flex;
    align-items: center;
    gap: 5px;
}

.pk-testimonial-sec .pk-rating-box i {
    color: #ffb400;
    font-size: 20px;
}

/* Client */

.pk-testimonial-sec .pk-client-info {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.pk-testimonial-sec .pk-client-img img {
    width: 78px;
    height: 78px;
    border-radius: 100px;
    object-fit: cover;
}

.pk-testimonial-sec .pk-client-content h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.pk-testimonial-sec .pk-client-content span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Review */

.pk-testimonial-sec .pk-review-content p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 0;
}



/* Button */

.pk-testimonial-sec .pk-testimonial-btn {
    margin-top: 45px;
}

.pk-testimonial-sec .pk-google-btn {
    background: #000;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pk-testimonial-sec .pk-google-btn img {
    width: 26px;
}

.pk-testimonial-sec .pk-google-btn:hover {
    transform: translateY(-3px);
    background: #111;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .pk-testimonial-sec .pk-testimonial-heading h2 {
        font-size: 34px;
    }

    .pk-testimonial-sec .pk-client-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .pk-testimonial-sec .pk-testimonial-heading h2 {
        font-size: 28px;
    }

    .pk-testimonial-sec .pk-testimonial-card {
        padding: 20px;
        margin: 10px;
    }

    .pk-testimonial-sec .pk-client-content span {
        font-size: 12px;
    }




    .pk-testimonial-sec .pk-client-info {
        align-items: flex-start;
    }

    .pk-testimonial-sec .pk-client-content h3 {
        font-size: 22px;
    }

    .pk-testimonial-sec .pk-review-content p {
        line-height: 1.8;
    }
}

@media (max-width: 575px) {

    .pk-testimonial-sec .pk-testimonial-heading h2 {
        font-size: 24px;
    }

    .pk-testimonial-sec .pk-client-info {
        flex-direction: column;
    }

    .pk-testimonial-sec .pk-client-content h3 {
        font-size: 20px;
    }

    .pk-testimonial-sec .pk-google-btn {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }
}


.morecontent {
    display: none;
}

.morelink-2 {
    color: #0B4691;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.owl-carousel {
    z-index: 0;
}

.owl-carousel .owl-stage-outer {
    padding: 30px 20px 20px 0;
}

/* =========================================
GROWTH SYSTEM SECTION CSS
========================================= */

.pk-growth-sec {
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.1) 0%, rgba(4, 164, 255, 0.1) 100%);
    overflow: hidden;
}


/* Heading */

.pk-growth-sec .pk-growth-heading {
    max-width: 980px;
    margin: auto;
}

.pk-growth-sec .pk-growth-heading h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pk-growth-sec .pk-growth-heading p {
    max-width: 1050px;
    margin: auto;
}

/* Card */

.pk-growth-sec .pk-growth-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 28px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.04);
}

.pk-growth-sec .pk-growth-card:hover {
    transform: translateY(-6px);
}

/* Icon */

.pk-growth-sec .pk-growth-icon {
    margin-bottom: 24px;
}

.pk-growth-sec .pk-growth-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

/* Content */

.pk-growth-sec .pk-growth-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 14px;
}

.pk-growth-sec .pk-growth-content p {
    margin-bottom: 0;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {


    .pk-growth-sec .pk-growth-card {
        padding: 30px 24px;
    }

    .pk-growth-sec .pk-growth-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {



    .pk-growth-sec .pk-growth-card {
        padding: 28px 22px;
    }

    .pk-growth-sec .pk-growth-content h3 {
        font-size: 18px;
    }

    .pk-growth-sec .pk-growth-content p {
        line-height: 1.8;
    }
}

@media (max-width: 575px) {



    .pk-growth-sec .pk-growth-icon img {
        width: 50px;
        height: 50px;
    }
}

section.pk-growth-sec a.btn-page:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}



/* =========================================
ABOUT FOUNDER SECTION CSS
========================================= */

/* Main Card */
.pk-about-founder-sec .pk-founder-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 14px 0 10px;
}

/* Image */

.pk-about-founder-sec .pk-founder-img {
    position: relative;
    width: 40%;
}

.pk-about-founder-sec .pk-founder-img img {
    width: 100%;
    object-fit: contain;
}

/* Content */

.pk-about-founder-sec .pk-founder-content {
    width: 60%;
    position: relative;
    padding-left: 0px;
}

.pk-about-founder-sec .pk-founder-tag {
    background: #ff7a00;
    color: #fff;
    padding: 10px 22px;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pk-about-founder-sec .pk-founder-content h3 {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.pk-about-founder-sec .pk-founder-content p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
    line-height: 1.9;
    font-size: 14px;
}

/* Social */

.pk-about-founder-sec .pk-founder-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.pk-about-founder-sec .pk-founder-social li a {
    width: 46px;
    height: 46px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.pk-about-founder-sec .pk-founder-social li a:hover {
    background: #fff;
    color: #111;
}

/* Bottom Images */

.pk-about-founder-sec .pk-founder-small-img {
    border-radius: 20px;
    height: 290px;
}

.pk-about-founder-sec .pk-founder-small-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
}

/* Right Text */

.pk-about-founder-sec .pk-founder-text p {

    line-height: 2;
    color: #222;
    margin-bottom: 28px;
}

.pk-about-founder-sec .pk-founder-text p strong {
    font-weight: 700;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .pk-about-founder-sec .pk-founder-card {
        padding: 40px 30px;
    }

    .pk-about-founder-sec .pk-founder-content h3 {
        font-size: 26px;
    }

    .pk-about-founder-sec .pk-founder-text p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .pk-about-founder-sec .pk-founder-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
    }

    .pk-about-founder-sec .pk-founder-img,
    .pk-about-founder-sec .pk-founder-content {
        width: 100%;
    }

    .pk-about-founder-sec .pk-founder-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .pk-about-founder-sec .pk-founder-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .pk-about-founder-sec .pk-founder-content h3 {
        font-size: 22px;
    }

    .pk-about-founder-sec .pk-founder-tag {
        font-size: 14px;
        padding: 8px 18px;
    }

    .pk-about-founder-sec .pk-founder-small-img {
        height: 220px;
    }

    .pk-about-founder-sec .pk-founder-text p {
        line-height: 1.9;
    }
}

@media (max-width: 575px) {

    .pk-about-founder-sec .pk-founder-card {
        border-radius: 22px;
    }

    .pk-about-founder-sec .pk-founder-content h3 {
        font-size: 20px;
    }

    .pk-about-founder-sec .pk-founder-social li a {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .pk-about-founder-sec .pk-founder-text p {
        font-size: 14px;
        margin-bottom: 22px;
    }
}


.founder-inner {
    position: sticky;
    top: 100px;
}

/* =========================================
FREE RESOURCE SECTION CSS
========================================= */

.pk-resource-sec {
    background: #000;
    position: relative;
    overflow: hidden;
}

/* Background Glow */

.pk-resource-sec::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(rgba(255, 255, 255, 0.18), transparent 70%);
    z-index: -1;
}

.pk-resource-sec::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(rgba(255, 255, 255, 0.18), transparent 70%);
    z-index: -1;
}

/* Heading */

.pk-resource-sec .pk-resource-heading {
    max-width: 850px;
    margin: 0 auto 70px;
}

.pk-resource-sec .pk-resource-heading h2 {
    color: #fff;
    margin-bottom: 18px;
}

.pk-resource-sec .pk-resource-heading p {
    color: rgba(255, 255, 255, 0.8);

}

/* Book */

.pk-resource-sec .pk-resource-book img {
    max-width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

/* Content */

.pk-resource-sec .pk-resource-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 44px;
}

.pk-resource-sec .pk-resource-content h5 {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    margin-bottom: 30px;
}

.pk-resource-sec .pk-resource-content p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.pk-resource-sec .pk-resource-content p strong {
    color: #fff;
    font-weight: 600;
}

.pk-resource-sec .pk-resource-line {
    width: 280px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
}

/* Form */

.pk-resource-sec .pk-resource-form {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
}

.pk-resource-sec .pk-resource-form h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Form Group */

.pk-resource-sec .form-group {
    margin-bottom: 24px;
}

.pk-resource-sec .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.pk-resource-sec .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 18px;
    font-size: 14px;
    box-shadow: none !important;
}

.pk-resource-sec .form-control:focus {
    border-color: var(--primary-color);
}

/* Button */

.pk-resource-sec .pk-resource-btn {
    width: 100%;
    height: 50px;
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.pk-resource-sec .pk-resource-btn:hover {
    background: #222;
    transform: translateY(-2px);
}

/* Info */

.pk-resource-sec .pk-form-info {
    text-align: center;
    margin-top: 20px;
    color: #777;
    margin-bottom: 0;
    font-size: 12px;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .pk-resource-sec .pk-resource-content h3 {
        font-size: 42px;
    }

    .pk-resource-sec .pk-resource-content h5 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {

    .pk-resource-sec .pk-resource-heading {
        margin-bottom: 50px;
    }

    .pk-resource-sec .pk-resource-content {
        text-align: center;
    }

    .pk-resource-sec .pk-resource-content h3 {
        font-size: 36px;
    }

    .pk-resource-sec .pk-resource-content h5 {
        font-size: 20px;
    }

    .pk-resource-sec .pk-resource-content p {
        font-size: 16px;
    }

    .pk-resource-sec .pk-resource-line {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .pk-resource-sec .pk-resource-heading h2 {
        font-size: 30px;
    }

    .pk-resource-sec .pk-resource-content h3 {
        font-size: 30px;
    }

    .pk-resource-sec .pk-resource-content h5 {
        font-size: 18px;
    }

    .pk-resource-sec .pk-resource-form {
        padding: 35px 25px;
        border-radius: 18px;
    }

    .pk-resource-sec .pk-resource-form h4 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {

    .pk-resource-sec .pk-resource-heading h2 {
        font-size: 26px;
    }

    .pk-resource-sec .pk-resource-heading p {
        font-size: 14px;
    }

    .pk-resource-sec .pk-resource-content h3 {
        font-size: 24px;
    }

    .pk-resource-sec .pk-resource-content h5 {
        font-size: 16px;
    }

    .pk-resource-sec .pk-resource-btn {
        font-size: 16px;
    }
}


/* =========================================
BLOG SECTION CSS
========================================= */

.pk-blog-sec {
    background: #f8f8f8;
    overflow: hidden;
}

/* Heading */

.pk-blog-sec .pk-blog-heading {
    max-width: 920px;
    margin: auto;
}

.pk-blog-sec .pk-blog-heading h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.pk-blog-sec .pk-blog-heading p {
    max-width: 900px;
    margin: auto;
}

/* Card */

.pk-blog-sec .pk-blog-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.pk-blog-sec .pk-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

/* Image */

.pk-blog-sec .pk-blog-img {
    overflow: hidden;
}

.blog .pk-blog-sec .pk-blog-img img {
    width: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.pk-blog-sec .pk-blog-img img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.pk-blog-sec .pk-blog-card:hover .pk-blog-img img {
    transform: scale(1.05);
}

/* Content */

.pk-blog-sec .pk-blog-content {
    padding: 24px 20px;
}

.pk-blog-sec .pk-blog-content h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}

.pk-blog-sec .pk-blog-content h3 a {
    color: var(--primary-color);
}

/* Meta */

.pk-blog-sec .pk-blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px solid #ececec;
    padding-top: 18px;
}

.pk-blog-sec .pk-blog-meta span {
    font-size: 16px;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pk-blog-sec .pk-blog-meta span i {
    font-size: 18px;
    color: var(--primary-color);
}

/* Button */

.pk-blog-sec .pk-blog-btn {
    margin-top: 60px;
}

.pk-blog-sec .pk-blog-btn a {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.pk-blog-sec .pk-blog-btn .btn-page {
    min-width: 220px;
    justify-content: center;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .pk-blog-sec .pk-blog-heading h2 {
        font-size: 34px;
    }

    .pk-blog-sec .pk-blog-img img {
        height: 240px;
    }
}

@media (max-width: 767px) {

    .pk-blog-sec .pk-blog-heading h2 {
        font-size: 28px;
    }

    .pk-blog-sec .pk-blog-content {
        padding: 22px 18px;
    }

    .pk-blog-sec .pk-blog-content h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .pk-blog-sec .pk-blog-img img {
        height: 220px;
    }
}

@media (max-width: 575px) {

    .pk-blog-sec .pk-blog-heading h2 {
        font-size: 24px;
    }

    .pk-blog-sec .pk-blog-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .pk-blog-sec .pk-blog-btn {
        margin-top: 40px;
    }

    .pk-blog-sec .pk-blog-btn .btn-page {
        width: 100%;
    }
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    width: 40px;
    transition: .2s ease;
}

/* =========================================
MOBILE BOTTOM BAR CSS
========================================= */

.pk-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #ececec;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
}

/* List */

.pk-mobile-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

/* Item */

.pk-mobile-bar ul li {
    flex: 1;
}

.pk-mobile-bar ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #222;
    text-align: center;
    padding: 6px 5px;
    transition: all 0.3s ease;
}

/* Icon */
.pk-mobile-bar .pk-mobile-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pk-mobile-bar .pk-mobile-icon i {
    font-size: 16px;
    color: var(--primary-color);
}

/* Text */

.pk-mobile-bar .pk-mobile-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

/* Hover */

.pk-mobile-bar ul li a:hover .pk-mobile-icon,
.pk-mobile-bar ul li a.active .pk-mobile-icon {
    background: var(--primary-color);
}

.pk-mobile-bar ul li a:hover .pk-mobile-icon i,
.pk-mobile-bar ul li a.active .pk-mobile-icon i {
    color: #fff;
}

.pk-mobile-bar ul li a:hover,
.pk-mobile-bar ul li a.active {
    color: var(--primary-color);
}

/* Special WhatsApp */

.pk-mobile-bar ul li:nth-child(2) .pk-mobile-icon {
    background: #25d366;
}

.pk-mobile-bar ul li:nth-child(2) .pk-mobile-icon i {
    color: #fff;
}

/* Hide Desktop */

@media (min-width: 992px) {

    .pk-mobile-bar {
        display: none;
    }
}

/* Body Space */

@media (max-width: 991px) {

    body {
        padding-bottom: 90px;
    }
}



.mobile-header.sticky-header {
    position: fixed;
    top: 0;
    z-index: 999;
}




/* =========================================
ABOUT HERO SECTION
========================================= */

.pk-about-hero-sec {
    padding: 130px 0 90px;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    overflow: hidden;
}

.pk-about-tag,
.pk-small-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 100px;
    background: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

section.pk-about-story-sec .pk-small-tag,
section.pk-achievement-sec .pk-small-tag {
    border: 1px dashed var(--primary-color);
}

.white-tag {
    background: #fff;
    color: #111;
}

.pk-about-hero-content h1,
.pk-about-story-content h2,
.pk-sec-head h2,
.pk-achievement-content h2,
.pk-about-cta-wrap h2 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 22px;
}

.pk-about-hero-content p,
.pk-about-story-content p,
.pk-sec-head p,
.pk-about-cta-wrap p {
    font-size: 16px;
    line-height: 1.9;
}

.pk-about-counter-wrap {
    margin-top: 40px;
}

.pk-about-counter-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 25px;
    min-width: 180px;
}

.pk-about-counter-box h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pk-about-hero-img img,
.pk-about-story-img img,
.pk-achievement-img img {
    border-radius: 24px;
}

/* =========================================
MISSION SECTION
========================================= */

.pk-about-mission-sec {
    background: #0b0b0b;
}

.pk-about-mission-sec .pk-sec-head h2,
.pk-about-mission-sec .pk-sec-head p {
    color: #fff;
}

.pk-mission-card {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    transition: all .3s ease;
}

.pk-mission-card:hover {
    transform: translateY(-6px);
}

.pk-mission-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.pk-mission-icon i {
    font-size: 34px;
    color: #fff;
}

.pk-mission-card h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 14px;
}

.pk-mission-card p {
    color: rgba(255, 255, 255, 0.7);
}

/* =========================================
ACHIEVEMENT SECTION
========================================= */

.pk-achievement-content ul {
    margin-top: 30px;
}

.pk-achievement-content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
}

.pk-achievement-content ul li i {
    color: var(--secondary-color);
    font-size: 24px;
}

/* =========================================
CTA SECTION
========================================= */

.pk-about-cta-sec {
    background: linear-gradient(135deg, #111 0%, #1f1f1f 100%);
    border-radius: 20px;
}

.pk-about-cta-wrap {
    max-width: 900px;
    margin: auto;
}

.pk-about-cta-wrap h2,
.pk-about-cta-wrap p {
    color: #fff;
}

.pk-about-cta-btns {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.pk-about-hero-img img {
    width: 350px;
    margin: auto;
    display: block;
    transform: scale(-1, 1);
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px) {

    .pk-about-hero-content h1,
    .pk-about-story-content h2,
    .pk-sec-head h2,
    .pk-achievement-content h2,
    .pk-about-cta-wrap h2 {
        font-size: 38px;
    }

    .pk-about-counter-wrap {
        gap: 15px;
    }

    .pk-about-counter-box {
        min-width: auto;
        flex: 1;
    }
}

@media(max-width:767px) {

    .pk-about-hero-sec {
        padding: 90px 0 60px;
    }

    .pk-about-hero-content h1,
    .pk-about-story-content h2,
    .pk-sec-head h2,
    .pk-achievement-content h2,
    .pk-about-cta-wrap h2 {
        font-size: 30px;
    }

    .pk-about-counter-wrap {
        flex-direction: column;
    }

    .pk-mission-card {
        padding: 28px;
    }
}

@media(max-width:575px) {

    .pk-about-hero-content h1,
    .pk-about-story-content h2,
    .pk-sec-head h2,
    .pk-achievement-content h2,
    .pk-about-cta-wrap h2 {
        font-size: 26px;
    }

    .pk-about-hero-content p,
    .pk-about-story-content p,
    .pk-sec-head p,
    .pk-about-cta-wrap p {
        font-size: 16px;
    }

    .pk-about-counter-box {
        padding: 10px;
    }

    .pk-about-counter-box h3 {
        font-size: 20px;
    }

    .pk-about-hero-content .pk-about-counter-box p {
        font-size: 12px;
        line-height: normal;
    }

    .pk-about-hero-content .pk-about-counter-box p {
        font-size: 12px;
        line-height: normal;
    }

    .pk-about-counter-box {

        border-radius: 10px;
        height: 100%;
        text-align: center;
    }

    .pk-about-counter-wrap {
        margin-top: 20px;
    }
}


/* =========================================
NEWS PAGE CSS
========================================= */

.pk-news-hero-sec {
    padding: 120px 0 80px;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    overflow: hidden;
}

.pk-news-tag,
.pk-small-tag {
    padding: 8px 18px;
    background: var(--white);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.white-tag {
    background: #fff;
    color: var(--primary-color);
}

.pk-news-hero-content h1,
.pk-sec-head h2,
.pk-media-kit-content h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.pk-news-btn-group {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.pk-news-hero-img img {
    border-radius: 24px;
}

.pk-sec-head {
    max-width: 850px;
    margin: auto;
}

/* Cards */

.pk-featured-news-card,
.pk-news-list-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #ececec;
    height: 100%;
    transition: all .3s ease;
}

.pk-featured-news-card:hover,
.pk-news-list-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* Image */

.pk-featured-news-img,
.pk-news-list-img {
    position: relative;
    overflow: hidden;
}

.pk-featured-news-img img,
.pk-news-list-img img {
    width: 100%;
    transition: all .4s ease;
}

.pk-featured-news-card:hover img,
.pk-news-list-card:hover img {
    transform: scale(1.05);
}

/* Badge */

.pk-news-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
}

/* Content */

.pk-featured-news-content,
.pk-news-list-content {
    padding: 28px;
}

.pk-news-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.pk-news-meta li,
.pk-news-platform {
    font-size: 14px;
    color: #666;
}

.pk-featured-news-content h3,
.pk-news-list-content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 10px;
}

.pk-featured-news-content h3 a,
.pk-news-list-content h3 a {
    color: var(--primary-color);
}

/* Read Button */

.pk-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-weight: 600;
    color: #2063af;
}

.pk-news-list-img img {
    height: 100%;
    object-fit: cover;
}

/* Media Kit */

.pk-media-kit-sec {
    background: #f8f8f8;
}

.pk-media-kit-wrapper {
    padding: 70px;
    border-radius: 30px;
    background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
}

.pk-media-kit-content h2,
.pk-media-kit-content p,
.pk-media-kit-content ul li {
    color: #fff;
}

.pk-media-kit-content ul {
    margin-top: 25px;
}

.pk-media-kit-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.pk-media-kit-content ul li i {
    color: var(--secondary-color);
    font-size: 22px;
}

/* Contact Box */

.pk-media-contact-box {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
}

.pk-media-contact-box h4 {
    font-size: 28px;
    margin-bottom: 25px;
}

.pk-media-contact-box .form-control {
    height: 56px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: none;
}

.pk-media-contact-box textarea.form-control {
    height: auto;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px) {

    .pk-news-hero-content h1,
    .pk-sec-head h2,
    .pk-media-kit-content h2 {
        font-size: 36px;
    }

    .pk-media-kit-wrapper {
        padding: 40px 25px;
    }

    .pk-featured-news-content h3,
    .pk-news-list-content h3 {
        font-size: 20px;
    }
}

@media(max-width:767px) {

    .pk-news-hero-sec {
        padding: 80px 0 60px;
    }

    .pk-news-hero-content h1,
    .pk-sec-head h2,
    .pk-media-kit-content h2 {
        font-size: 28px;
    }

    .pk-news-btn-group {
        flex-direction: column;
    }

    .pk-news-btn-group .btn-page {
        width: 100%;
        justify-content: center;
    }

    .pk-featured-news-content,
    .pk-news-list-content {
        padding: 22px;
    }

    .pk-media-contact-box {
        padding: 30px 20px;
    }
}

/* book slider */
.bcg-slider-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}


/* =========================================
CONTROLS
========================================= */

.bcg-slider-section .slider-controls {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 14px;
}

.bcg-slider-section .slider-btn {
    width: 58px;
    height: 58px;
    border: none;
    background: #fff;
    border-radius: 16px;
    cursor: pointer;
    font-size: 22px;
    transition: .3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    color: var(--primary-color);
}

.bcg-slider-section .slider-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}


/* =========================================
SLIDER
========================================= */
.bcg-slider-section .main-carousel {
    width: 100%;
    margin-bottom: 60px;
}

.bcg-slider-section .carousel-cell {
    width: 33%;
    margin-right: 40px;
}

.bcg-slider-section .card {
    position: relative;
    overflow: hidden;
    transform: scale(.82);
    opacity: .8;
    transition: all .45s ease;
}

.bcg-slider-section .carousel-cell.is-selected .card {
    transform: scale(1);
    opacity: 1;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
CONTENT BOX
========================================= */

.bcg-slider-section .card-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: #ebe5ee;
    border-radius: 28px;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.bcg-slider-section .tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #0f0f0f;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 2;
}

.bcg-slider-section .meta {
    font-size: 12px;
    color: #555;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bcg-slider-section .card-content h3 {
    margin: 0;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
}


/* =========================================
SIDE CARDS
========================================= */

.bcg-slider-section .small {
    height: 420px;
}


/* =========================================
FLICKITY FIX
========================================= */
.bcg-slider-section .flickity-viewport {
    overflow: visible !important;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px) {

    .bcg-slider-section .carousel-cell {
        width: 35%;
    }
}

@media(max-width:991px) {

    .bcg-slider-section .carousel-cell {
        width: 60%;
    }

    .bcg-slider-section .card {
        height: auto;
        border: 1px solid #eee !important;
        border-radius: 20px !important;
    }

    .bcg-slider-section .card-content h3 {
        font-size: 28px;
    }
}

@media(max-width:767px) {

    .bcg-slider-section {
        padding: 60px 0 120px;
    }

    .bcg-slider-section .carousel-cell {
        width: 82%;
        margin-right: 20px;
    }

    .bcg-slider-section .card {
        height: auto;
        border: 1px solid #eee !important;
        border-radius: 20px !important;
    }

    .bcg-slider-section .small {
        height: 360px;
    }

    .bcg-slider-section .card-content {
        padding: 20px;
        border-radius: 20px;
    }

    .bcg-slider-section .card-content h3 {
        font-size: 22px;
    }

    .slider-controls {
        bottom: 30px;
    }

    .bcg-slider-section .slider-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}


/* DEFAULT HIDDEN */
.bcg-slider-section .pk-book-content {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: all 0.4s ease;
    padding: 20px;
}


/* SHOW ON CARD HOVER */
.bcg-slider-section.pk-books-section .pk-book-card:hover .pk-book-content {
    opacity: 1;
    visibility: visible;
}


.bcg-slider-section.pk-books-section .pk-book-card .pk-book-content .pk-book-badge {
    width: fit-content;
    margin: 0 auto 20px auto;
}

.bcg-slider-section.pk-books-section .pk-amazon-btn {
    width: fit-content;
    margin: 0 auto;
}


.main-carousel {
    min-height: 500px;
}

.flickity-viewport {
    transition: height 0.3s ease;
}

.pk-book-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* BESTSELLER BADGE */
.book-tag-badge span {
    position: absolute;
    top: 30px;
    right: -55px;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg);
    z-index: 99;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mm-btn:after,
.mm-btn:before {
    border-color: #fff;
}

/* =========================================
CONTACT BANNER
========================================= */

.pk-contact-banner {
    position: relative;
    overflow: hidden;
    padding: 140px 0 100px;
}


.pk-contact-banner-content {
    position: relative;
    z-index: 2;
}

.pk-contact-tag {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 60px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}

.pk-contact-banner-content h1 {
    font-size: 72px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 25px;
}

.pk-contact-banner-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #d1d5db;
    max-width: 850px;
    margin: auto;
}

.pk-breadcrumbs {
    margin-top: 30px;
    color: #fff;
}

.pk-breadcrumbs a {
    color: #fff;
    text-decoration: none;
}


/* =========================================
CONTACT INFO
========================================= */

.pk-contact-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 45px 35px;
    height: 100%;
    text-align: center;
    transition: .4s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
    border: 1px solid #eee;
}

.pk-contact-info-card:hover {
    transform: translateY(-8px);
}

.pk-contact-icon {
    width: 90px;
    height: 90px;
    background: #111827;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 25px;
    font-size: 36px;
}

.pk-contact-info-card h3 {
    font-size: 28px;
    margin-bottom: 18px;
}

.pk-contact-info-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 18px;
}

.pk-contact-info-card a,
.pk-contact-info-card span {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}


/* =========================================
CONTACT FORM
========================================= */

.pk-contact-left h2 {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.pk-contact-left p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 30px;
}

.pk-section-tag {
    display: inline-block;
    background: #111827;
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-size: 14px;
}

.pk-contact-point {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    font-weight: 600;
}

.pk-contact-point i {
    color: #111827;
    font-size: 22px;
}

.pk-contact-form-box {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
    border: 1px solid #eee;
}

.pk-contact-form-box input,
.pk-contact-form-box textarea {
    width: 100%;
    padding: 18px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 0px;
    outline: none;
    font-size: 16px;
}

.pk-contact-form-box textarea {
    height: 180px;
    resize: none;
}

.pk-contact-form-box input[type="submit"] {
    background: #111827;
    color: #fff;
    border: none;
    font-weight: 600;
    transition: .3s ease;
}

.pk-contact-form-box input[type="submit"]:hover {
    background: #000;
}

form p {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px) {

    .pk-contact-banner-content h1 {
        font-size: 52px;
    }

    .pk-contact-left h2 {
        font-size: 42px;
    }

}

@media(max-width:767px) {

    .pk-contact-banner {
        padding: 100px 0 70px;
    }

    .pk-contact-banner-content h1 {
        font-size: 36px;
    }

    .pk-contact-banner-content p {
        font-size: 16px;
    }

    .pk-contact-left h2 {
        font-size: 32px;
    }

    .pk-contact-form-box {
        padding: 20px;
    }

    .pk-contact-form-box input, .pk-contact-form-box textarea {
    padding: 10px;
    border-radius: 8px;
}

}

/* =========================================
MODAL
========================================= */

.pk-contact-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.pk-contact-modal .modal-dialog {
    max-width: 900px;
}

.pk-modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
LEFT IMAGE
========================================= */

.pk-modal-image {
    position: relative;
    height: 100%;
    min-height: 580px;
    overflow: hidden;
    background: #0f172a;
}

.pk-modal-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
    object-position: top;
}

.pk-modal-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(15, 23, 42, .2),
            rgba(15, 23, 42, .95));
}


/* CONTENT */
.pk-modal-image-content {
    position: absolute;
    z-index: 2;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    bottom: 0;
    text-align: center;
}

.pk-modal-image-content span {
    display: inline-block;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .15);
    padding: 12px 20px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
}

.pk-modal-image-content h2 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 25px;
}

.pk-modal-image-content p {
    color: #cbd5e1;
    line-height: 1.9;
}


/* =========================================
ANIMATED SHAPES
========================================= */

.pk-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    animation: float 2s infinite ease-in-out;
}

.shape-one {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, .08);
    top: 40px;
    left: 40px;
}

.shape-two {
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, .06);
    bottom: 100px;
    right: 60px;
    animation-delay: 2s;
}

.shape-three {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .08);
    top: 45%;
    right: 80px;

}

@keyframes float {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }

}



/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px) {

    .pk-modal-image {
        min-height: 450px;
    }

    .pk-modal-image-content h2 {
        font-size: 38px;
    }

    .pk-modal-form-wrap {
        padding: 40px 30px;
    }



}

@media(max-width:767px) {

    .pk-modal-image {
        min-height: 380px;
    }

    .pk-modal-image-content {
        padding: 20px;
    }

   .pk-modal-image-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

    .pk-modal-form-wrap {
        padding: 0;
    }

    .pk-modal-image-content span{
        margin-bottom: 10px;
    }

}

.header-lower ul.social-media {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.header-lower ul.social-media li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;

    /* Smooth Animation */
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.header-lower ul.social-media li a:hover {
    transform: translateY(-6px) scale(1.08);
    background: linear-gradient(135deg, #ff6b6b, #6c63ff);
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(108, 99, 255, 0.4);
    color: #fff;
}

/* Glow Ring Effect */
.header-lower ul.social-media li a::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #6c63ff);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.35s ease;
}

.header-lower ul.social-media li a:hover::before {
    opacity: 1;
}

/* Icon Animation */
.header-lower ul.social-media li a i {
    transition: transform 0.35s ease;
}

.header-lower ul.social-media li a:hover i {
    transform: rotate(10deg) scale(1.15);
}

/* about section */

.about-section {
    background: #050505;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(197, 160, 89, 0.06);
    border-radius: 50%;
    top: -200px;
    left: -120px;
    filter: blur(40px);
}

.about-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(197, 160, 89, 0.04);
    border-radius: 50%;
    bottom: -180px;
    right: -120px;
    filter: blur(40px);
}

.about-section .text-gold {
    color: #aaa !important;
}

.about-section .service-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.about-section .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(197, 160, 89, 0.08),
            transparent);
    opacity: 0;
    transition: .4s ease;
}

.about-section .service-card:hover::before {
    opacity: 1;
}

.about-section .service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(197, 160, 89, 0.25);
}

.about-section .icon-gold {
    color: #aaa;
    font-size: 3rem;
    margin-bottom: 22px;
    display: block;
}

.about-section .card-label {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 14px;
}

.about-section .about-content p {
    color: rgba(255, 255, 255, 0.72);
}

.about-section .about-content strong {
    color: #fff;
}

.about-section .service-card p {
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.7;
}

@media(max-width:767px) {

    .about-section .about-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .about-section .service-card {
        padding: 30px 24px;
    }

}


/* impect section */
.impact-section {
    background-color: #0a0a0a;
    /* Deep dark background */
    /* Subtle radial gradient to mimic the background glow */
    background-image: radial-gradient(circle at top, #1a1a1f 0%, #050505 100%);
    padding: 80px 0;
    color: #ffffff;
}

.impact-section .impact-subtitle {
    color: #c5a059;
    /* Matching gold color */
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.impact-section .impact-title {
    color: #ffffff;
}

.impact-section .stat-card {
    background: rgba(255, 255, 255, 0.03);
    /* Glass-like dark background */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.impact-section .stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197, 160, 89, 0.4);
    /* Subtle gold border on hover */
}

.impact-section .stat-value {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.impact-section .stat-desc {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* weboo section */

.webboo-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0;
}

.webboo-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgb(255 178 33 / 6%);
    border-radius: 50%;
    top: -220px;
    left: -180px;
    filter: blur(60px);
}

.webboo-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgb(221 92 13 / 6%);
    border-radius: 50%;
    bottom: -180px;
    right: -140px;
    filter: blur(60px);
}

.webboo-wrapper {
    position: relative;
    z-index: 2;
}


/* =========================================
    IMAGE AREA
    ========================================= */

.webboo-image-wrap {
    position: relative;
    text-align: center;
}

.webboo-main-image {
    width: 100%;
    max-width: 650px;
    border-radius: 28px;
}

.webboo-mobile-image {
    position: absolute;
    width: 22%;
    bottom: -35px;
    right: 4%;
    border-radius: 22px;
    animation: floatDevice 4s ease-in-out infinite;
}

@keyframes floatDevice {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }

}


/* =========================================
    CONTENT
    ========================================= */


.webboo-title {
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -2px;
    color: #0f172a;
    margin-bottom: 18px;
}

.webboo-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    margin-bottom: 10px;
}

.webboo-description {
    /* color: #64748b;
        font-size: 16px; */
    margin-bottom: 30px;
}

/* =========================================
    FEATURES
    ========================================= */

.webboo-features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    margin-bottom: 45px;
}

.webboo-feature-box {
    text-align: center;
}

.webboo-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9f9f9f17;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 16px;
    font-size: 26px;
    color: var(--matte-black);
    transition: .4s ease;
}

.webboo-feature-box:hover .webboo-feature-icon {
    transform: translateY(-6px);
    background: var(--primary-color);
    color: #fff;
}

.webboo-feature-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--matte-black);
    margin: 0;
}


/* =========================================
    RESPONSIVE
    ========================================= */

@media(max-width:1199px) {

    .webboo-title {
        font-size: 58px;
    }

    .webboo-heading {
        font-size: 30px;
    }

}

@media(max-width:991px) {

    .webboo-section {
        padding: 90px 0;
    }

    .webboo-content {
        margin-top: 80px;
        text-align: center;
    }

    .webboo-title {
        font-size: 50px;
    }

    .webboo-heading {
        font-size: 28px;
    }

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

}

@media(max-width:767px) {

    .webboo-section {
        padding: 70px 0;
    }

    .webboo-title {
        font-size: 42px;
    }

    .webboo-heading {
        font-size: 24px;
    }

    .webboo-description {
        font-size: 16px;
    }

    .webboo-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .webboo-feature-icon {
        width: 68px;
        height: 68px;
        font-size: 26px;
    }

    .webboo-mobile-image {
        width: 32%;
        right: 0;
        bottom: -20px;
    }

    .webboo-btn {
        width: 100%;
        justify-content: center;
    }

}

.webboo-section .btn-page {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    cursor: pointer;
}

/* Icon */
.webboo-section .btn-page i {
    transition: transform 0.35s ease;
}

/* Hover Effect */
.webboo-section .btn-page:hover {
    background: transparent;
    color: var(--primary-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

/* Icon Animation */
.webboo-section .btn-page:hover i {
    transform: translateX(5px);
}

/* Click Effect */
.webboo-section .btn-page:active {
    transform: scale(0.96);
}


/* Black shine text animation */

.shine-text {

    /* Dark base */
    color: #111;

    /* Shine effect */
    background: linear-gradient(120deg, #000 0%, #444 35%, #666 50%, #333 65%, #000 100%);

    background-size: 250% auto;

    /* Apply gradient to text */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: blackShine 10s ease-in-out infinite;
}

@keyframes blackShine {
    0% {
        background-position: -200% center;
    }

    25% {
        background-position: 200% center;
    }

    50% {
        background-position: -200% center;
    }

    75% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}


/* cta section */

/* Container styling */
.cta-sec .cta-banner {
    background: linear-gradient(90deg, #3d2b0a 0%, #111111 40%);
    color: #ffffff;
    padding: 30px;
    border-radius: 1rem;
    border: 1px solid #333;
}

.cta-sec .cta-subtitle {
    color: #a1a1a1;
}

/* Button */

/* Social Proof Section */
.cta-sec .social-proof {
    display: flex;
    align-items: center;
}

.cta-sec .avatar-stack {
    display: flex;
    margin-right: 15px;
}

.cta-sec .avatar-stack img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #111;
    margin-right: -12px;
}

.cta-sec .social-proof-text {
    font-size: 0.85rem;
    line-height: 1.4;
}

.cta-sec .social-proof-text span {
    color: #a1a1a1;
}


.wpcf7-response-output {
    font-size: 14px;
    margin: 0 !important;
}

.pk-contact-form-box:has(.wpcf7-form.invalid) {
    padding: 20px;
}

.popup-box span.wpcf7-not-valid-tip {
    margin-top: 0;
    margin-bottom: 10px;
}

.pk-contact-form-box span.wpcf7-not-valid-tip {
    margin-top: 10px;
    text-align: center;
}