body.lp-page {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.lp-page a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.lp-page a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.lp-page a:hover {
    color: inherit;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lp-page h1,
.lp-page h2,
.lp-page h3,
.lp-page h4,
.lp-page h5,
.lp-page h6 {
    color: #3b3b42;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.lp-page h1 a,
.lp-page h2 a,
.lp-page h3 a,
.lp-page h4 a,
.lp-page h5 a,
.lp-page h6 a {
    color: inherit;
}

.lp-page h1 {
    font-size: 40px;
    font-weight: 500;
}

.lp-page h2 {
    font-size: 35px;
}

.lp-page h3 {
    font-size: 28px;
}

.lp-page h4 {
    font-size: 22px;
}

.lp-page h5 {
    font-size: 18px;
}

.lp-page h6 {
    font-size: 16px;
}

.lp-page ul {
    margin: 0px;
    padding: 0px;
}

.lp-page ul li {
    list-style: none;
}

.lp-page p {
    color: #626262;
    margin-bottom: 15px;
}

.lp-page hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #eee;
    border-top: 0px;
}

.lp-page label {
    color: #626262;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    text-transform: capitalize;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    text-transform: capitalize;
}

.mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}

.container {
	max-width: 1200px;
	width: 100%;
}

.expert-section {
    padding: 100px 0;
    overflow: hidden;
}

.gray-bg {
    background: #f6f8fa;
}

.colored-text {
    color: #bf04bf;
}

.colored-bg {
    background-color: #bf04bf;
}

.extraSpeciality {
    font-size: 35px;
    margin-bottom: 10px;
}
/* ------------------------------
2. Button style
---------------------------------*/

.button {
    background: #bf04bf none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.button:hover,
.button:focus {
    background: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
}

.button.button-larg {
    padding: 0 40px;
}

.button.button-small {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}

.load-more-btn:hover,
.load-more-btn:focus {
    background: #bf04bf none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
    opacity: 0.8;
}

.btn-white {
    background: #fff;
    border: 1px solid transparent;
    color: #222;
}

.btn-white:hover {
    background: #232323;
    color: #fff;
    border: 1px solid transparent;
}

/* ------------------------------
  3. Background utility classes
---------------------------------*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-1 {
    background-position: center top;
}

.line-bg {
    background-size: cover;
    background-position: center center;
}

/* ------------------------------
  4. Gradient utility classes
---------------------------------*/
.gradient-1 {
    position: relative;
}

.gradient-1:before {
    background-image: -webkit-linear-gradient(
        left,
        rgba(250, 217, 97, 0.3) 0%,
        rgba(247, 107, 28, 0.3) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(250, 217, 97, 0.3) 0%,
        rgba(247, 107, 28, 0.3) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(250, 217, 97, 0.3) 0%,
        rgba(247, 107, 28, 0.3) 100%
    );
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.gradient-2 {
    position: relative;
}

.gradient-2:before {
    background-image: -webkit-linear-gradient(
        left,
        rgba(250, 217, 97, 0.9) 0%,
        rgba(247, 107, 28, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(250, 217, 97, 0.9) 0%,
        rgba(247, 107, 28, 0.5) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(250, 217, 97, 0.9) 0%,
        rgba(247, 107, 28, 0.5) 100%
    );
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* ------------------------------
  5. Area heading style
---------------------------------*/

.area-heading {
    width: 60%;
    margin: 0 auto 100px;
    position: relative;
}

.area-heading::before {
    background: #bf04bf;
    content: "";
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
}
.area-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #bf04bf;
    width: 2px;
    height: 50px;
    bottom: -49px;
    box-shadow: 10px 0px 0px 0px #bf04bf;
    transform: translateX(-50%) rotate(90deg);
}

.area-heading-2 {
    width: 100%;
}

.area-heading-2.area-heading::before {
    left: 0;
    transform: translateX(0%);
}
.area-heading-2.area-heading:after {
    left: 0;
    transform: translateX(24px) rotate(90deg);
}
.area-title {
    color: #2c2e3e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-white .area-title,
.title-white p {
    color: #fff;
}

.title-white.area-heading::before {
    background: #fff;
}
.area-heading p {
    font-weight: 500;
    font-size: 15px;
}
.title-white.area-heading:after {
    background: #fff;
    box-shadow: 10px 0px 0px 0px #fff;
}

/* -----------------------------
6. Header area style
-------------------------------- */

.header-top-area {
    background: #36a9e1;
}
.header-top-2.header-top-area {
    border-bottom: 2px solid #bf04bf;
}
.email-phone li {
    border-left: 1px solid #36a9e1;
    float: left;
}

.email-phone li:first-child {
    border-right: 1px solid transparent;
}

.email-phone li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 15px;
    text-transform: capitalize;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}

.email-phone a i {
    color: #bf04bf;
    padding-right: 6px;
}

.header-social-menu {
    float: right;
}

.header-social-menu li {
    float: left;
    border-left: 1px solid #36a9e1;
}

.text-bold {
    margin-left: 5px;
    text-transform: lowercase;
    font-weight: 500;
}

.header-social-menu li:last-child {
    border-right: 1px solid #36a9e1;
}

.header-social-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
}

.header-social-menu li a:hover {
    color: #bf04bf;
}
.user-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 38px;
}
.user-area li {
    margin-right: 15px;
    border-right: 1px solid #36a9e1;
    padding-right: 15px;
}
.user-area li:last-child {
    margin-right: 0;
}
.user-area li a {
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}
.user-area li a:hover {
    color: #bf04bf;
}
.user-icon {
    margin-right: 10px;
    color: #bf04bf;
}
/* ------------------------------
  7. Menu style
---------------------------------*/
.logo-wrapper {
    position: relative;
    z-index: 9999;
    line-height: 90px;
    padding: 5px 10px;
}
.logo img {
    max-height: 70px; 
    height: auto;
    width: auto;
}
.expert-menu ul {
    float: right;
}

.expert-menu ul > li {
    float: left;
    padding: 0;
    line-height: 90px;
    transition: 0.3s;
    position: relative;
}
.expert-menu ul > li + li {
    margin-left: 35px;
}

.expert-menu ul li:last-child {
    padding-right: 0;
}

.expert-menu ul li a {
    color: #337ab7;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.expert-menu > ul li a i {
    font-weight: 700;
    padding-left: 5px;
}
.expert-menu li > ul > li a > i {
    padding: 0;
    color: #bf04bf;
    margin-right: 8px;
}

.expert-menu ul li:hover > a {
    color: #bf04bf;
}

.expert-menu ul ul li:hover > a {
    color: #bf04bf;
    padding-left: 20px;
}

.expert-menu li ul {
    background: #ffffff;
    border-top: 2px solid #bf04bf;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.4);
    float: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}

.expert-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.expert-menu li ul li {
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    width: 100%;
}

.expert-menu li ul li:last-child {
    border-bottom: 0 none;
}

.expert-menu li ul li a {
    padding: 15px 0 15px 15px;
    font-weight: bold;
    font-size: 14px;
}

.expert-menu li ul li a:hover {
    color: #bf04bf;
    background: #ffffff;
}

.header-btn {
    text-align: right;
    line-height: 90px;
    transition: 0.3s;
}

/* -----------------------------
8. Mobile menu area style
 -------------------------------- */
.mobile-menu-area {
    position: relative;
    margin: 0 15px;
}
.mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 0;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 25%;
}
.mean-container .mean-nav {
    margin-top: 50px;
}
.mean-container a.meanmenu-reveal span {
    background: #333;
}

.mean-container a.meanmenu-reveal {
    color: #333;
}

.mean-container .mean-nav {
    background: #bf04bf;
    overflow: hidden;
}
.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    font-weight: 600;
}
.mean-container .mean-nav ul li a:hover {
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
    border: 0 1px 1px solid transparent;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #bf04bf;
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
    width: 44px;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 10px 40px;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}
.is-sticky .main-header-area {
    background: #fff;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
}

/* -----------------------------
9. Slider area style
-------------------------------- */
.expert-single-slide {
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-content-wrapper {
    height: 700px;
    display: flex;
    align-items: center;
}
.slide-content {
    overflow: hidden;
    width: 100%;
}
.slide-message {
    margin-bottom: 20px;
}
.slide-subtitle,
.slide-title,
.slide-description {
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.slide-subtitle {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.slide-title {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 800;
}
.slide-description {
    font-size: 15px;
    font-weight: 500;
}
.slide-content .button + .button {
    margin-left: 10px;
}
.intro-content {
    margin-top: 30px;
}

.intro-content h3 {
    color: #bf04bf;
    text-transform: unset;
    font-size: 30px;
    margin-bottom: 20px;
}
.large-image {
    width: 80%;
    margin: auto;
}

/* -----------------------------
  10. Feature area style
-------------------------------- */

.ex-bg {
    background-color: #f6f8fa;
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: 48%;
}

.tab-heading-content i {
    color: #232323;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    transition: 0.3s;
}

.tab-heading-content h5 {
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
    transition: 0.3s;
}

.about-feature {
    text-align: center;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    border-radius: 3px;
    padding: 30px 0;
    background: #fff;
    border: none;
    transition: 0.3s ease-in-out 0s;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 160px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.nav-tabs > li > a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: "";
    left: 0;
    top: 0;
    background-color: #fad961;
    background-image: -webkit-linear-gradient(41deg, #fad961 0%, #f7601c 100%);
    background-image: -o-linear-gradient(41deg, #fad961 0%, #f7601c 100%);
    background-image: linear-gradient(131deg, #fad961 0%, #f7601c 100%);
    transition: 0.3s;
    opacity: 0;
}

.nav-tabs > li.active > a::before,
.nav-tabs > li.active > a:focus::before,
.nav-tabs > li.active > a:hover::before {
    opacity: 1;
}

.tab-heading-content {
    position: relative;
    z-index: 9;
}

.active .tab-heading-content i,
.active .tab-heading-content h5,
.nav > li > a:hover .tab-heading-content i,
.nav > li > a:hover .tab-heading-content h5 {
    color: #fff;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: #fff;
}

.nav > li > a:focus::before,
.nav > li > a:hover::before {
    opacity: 1;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-right: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 3px;
}

.block-text h4 {
    text-transform: unset;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 15px;
}

.block-text {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.about-content {
    margin: 90px 0 80px 0;
}

.desc-list {
    padding: 0 0 0 15px;
}

.desc-list li {
    margin-bottom: 8px;
}
/* ------------------------------
  11. video section style
---------------------------------*/

.video-message {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.video-play-icon {
    background: #bf04bf none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    position: relative;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
}

.video-play-icon i {
    left: 5px;
    position: relative;
}

.video-section {
    padding: 200px 0;
}

.video-play-icon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.video-play-icon::after {
    box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1);
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    transform: scale(0.9);
    z-index: -1;
}

.video-play-icon:hover {
    color: #fff;
}

.video-play-icon::after {
    animation: sonarEffect 1.5s linear 2s infinite running;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1),
            0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1),
            0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1),
            0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1),
            0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1),
            0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(238, 146, 9, 0.1),
            0 0 5px 5px rgba(238, 146, 9, 0), 0 0 0 10px rgba(238, 146, 9, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* -----------------------------
  12. Feature area style
-------------------------------- */

.feature-section {
    padding: 100px 0 70px;
    position: relative;
    overflow: hidden;
}

.single-feature {
    margin-bottom: 30px;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 3px;
    transition: 0.3s ease-in-out 0s;
    text-align: center;
    background: #fff;
}

.single-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.feature-icon {
    margin-bottom: 15px;
    display: inline-block;
}

.feature-content h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.feature-style-2 .feature-icon {
    margin-bottom: 20px;
    width: 70px;
    display: inline-block;
}
.feature-icon i {
    font-size: 36px;
    color: #fff;
    line-height: inherit;
}

/* -----------------------------
13. Portfolio area style
-------------------------------- */
.portfolio-filter {
    margin-bottom: 50px;
}
.portfolio-filter li a {
    border: 1px solid #eee;
    border-radius: 3px;
    color: #717171;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
}
.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    background: #bf04bf;
    color: #fff;
    border: 1px solid transparent;
}
.portfolio-item {
    width: 33.333333333%;
}

.portfolio-item-width-2 {
    width: 66.666666667%;
}
.portfolio-gutter {
    margin: 0 -10px;
}
.portfolio-gutter .portfolio-item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.portfolio-item-content {
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.portfolio-image {
    position: relative;
}
.portfolio-item-content img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.portfolio-image::before {
    background: rgba(238, 146, 9, 0.9);
    border-radius: 100%;
    bottom: -100px;
    content: "";
    height: 100px;
    left: -100px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.3, 0.57, 0.56, 1) 0s;
    width: 100px;
}
.portfolio-image {
    position: relative;
    overflow: hidden;
}
.portfolio-item:hover .portfolio-image::before {
    bottom: 0;
    right: 0;
    transform: scale(10);
    transition-delay: 0ms;
}
.project-zoom {
    bottom: 20px;
    opacity: 0;
    color: #232323;
    position: absolute;
    right: 10px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 1;
    background: #fff;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
}
.project-zoom:hover {
    background: #ffce00;
    color: #fff;
}
.portfolio-item:hover .project-zoom {
    opacity: 1;
    transform: translateX(-20px);
    visibility: visible;
}

.description-discription {
    padding: 20px;
}
.project-title {
    margin-bottom: 5px;
}
.project-title:hover a,
.portfolio-category a:hover {
    color: #bf04bf;
}

.portfolio-category {
    overflow: hidden;
}
.portfolio-category > li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.portfolio-category > li::before {
    content: ",";
    position: absolute;
    right: -5px;
}
.portfolio-category > li:last-child::before {
    content: "";
}
.portfolio-category > li:last-child {
    margin-right: 0;
}
.portfolio-category a {
    color: #9c9696;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/* -----------------------------
14. Call to action area style
-------------------------------- */

.call-to-action-area {
    padding: 60px 0;
}

.action-button {
    text-align: right;
    margin-top: 30px;
}

.action-heading h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    text-transform: capitalize;
}

.action-heading p {
    color: #fbfbfb;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
    text-transform: unset;
    margin: 0;
    width: 90%;
}

.text-center .action-heading {
    margin-bottom: 20px;
}

/* -----------------------------
15. Testimonial area style
-------------------------------- */
.testimonial-section {
    position: relative;
}
.slick-initialized .slick-slide:focus {
    outline: none;
}
.testimonial-wrapper blockquote {
    font-size: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
    background: #fff;
}
.testimonial-wrapper blockquote:before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 150px;
    top: 60px;
    font-size: 30px;
    font-family: fontawesome;
    opacity: 0.3;
}

.single-testimonial {
    text-align: center;
    padding: 0 15px;
}

.single-testimonial img {
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
    border: 2px solid #eee;
}

.client-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.client-name .designation {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: normal;
    margin-top: 5px;
    text-transform: uppercase;
}

.single-testimonial p:not(.client-name) {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.navigation-one .slick-prev::before,
.navigation-one .slick-next::before {
    color: #fff;
    font-size: 28px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.navigation-one .slick-prev:hover::before,
.navigation-one .slick-next:hover::before {
    color: #fff;
}

.navigation-one .slick-prev,
.navigation-one .slick-next {
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.navigation-one:hover .slick-prev,
.navigation-one:hover .slick-next {
    opacity: 1;
}

.navigation-one .slick-prev {
    left: -5px;
    z-index: 2;
}

.navigation-one:hover .slick-prev {
    left: -20px;
}

.navigation-one .slick-next {
    right: -5px;
    z-index: 2;
}

.navigation-one:hover .slick-next {
    right: -20px;
}

/* -----------------------------
16. Client logo area style
 -------------------------------- */

.single-brand-logo {
    width: 20%;
    float: left;
    overflow: hidden;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.single-brand-logo:nth-child(5n) {
    border-right: 0 none;
}

.single-brand-logo:nth-child(6n),
.single-brand-logo:nth-child(7n),
.single-brand-logo:nth-child(8n),
.single-brand-logo:nth-child(9n),
.single-brand-logo:nth-child(10n) {
    border-bottom: 0 none;
}

.brand-logo-outer {
    width: 100%;
    height: 100px;
    display: table;
}

.brand-logo-inner {
    display: table-cell;
    vertical-align: middle;
}

.single-brand-logo img {
    max-width: 120px;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

.single-brand-logo:hover img {
    opacity: 0.9;
}
/* ------------------------------
  17. Brand logo style
---------------------------------*/
.clients-logo.pt-0 {
    padding-top: 0;
}
.pt-70 {
    padding-top: 70px;
}
.clients-logo {
    padding: 100px 0;
}
.single-brand-inner img {
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
    width: 150px;
}
.single-brand-inner:hover img {
    opacity: 0.7;
}
/* -----------------------------
18. Team area style
-------------------------------- */

.single-team-member {
    position: relative;
}

.member-thumbnail::before {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #eee;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.member-thumbnail {
    position: relative;
    overflow: hidden;
}

.member-thumbnail img {
    height: auto;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.member-content {
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    background: #bf04bf;
    padding: 15px 0;
}
.member-content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.member-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.member-bookmark {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.member-bookmark li {
    display: inline-block;
    margin: 0 5px;
}
.member-bookmark li a {
    color: #bf04bf;
    display: block;
    font-size: 22px;
}
.member-bookmark li a:hover {
    color: #252525;
}
.single-team-member:hover .member-thumbnail::before,
.single-team-member:hover .member-bookmark {
    opacity: 1;
    visibility: visible;
}
.single-team-member:hover .member-bookmark {
    transform: translateY(-50%);
}

.team-style-2 .member-bookmark {
    position: static;
    opacity: 1;
    transition: 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 1px solid transparent;
    padding: 10px;
    background: #da870c;
}
.team-style-2 .member-bookmark li a {
    color: #fff;
    display: block;
    font-size: 15px;
}
.team-style-2 .member-content {
    background: #bf04bf;
    padding: 15px 0 0 0;
    overflow: hidden;
}

.single-team-member.team-style-2:hover .member-thumbnail::before {
    opacity: 0;
}
.single-team-member.team-style-2:hover .member-bookmark {
    transform: none;
}
.team-style-2 .member-bookmark a:hover {
    color: #232323;
}
.team-style-2:hover .member-thumbnail img {
    transform: scale3d(1.1, 1.1, 1.1);
}
/* -----------------------------
19. Process style
-------------------------------- */

.process-box {
    padding: 0 30px;
    text-align: center;
}

.process-icon {
    position: relative;
    border-radius: 50%;
    height: 135px;
    line-height: 160px;
    width: 135px;
    margin: auto;
    transition: all 0.3s ease 0s;
}

.process-icon:before {
    position: absolute;
    content: "";
    border-radius: 100%;
    background-color: #fad961;
    background-image: -webkit-linear-gradient(41deg, #fad961 0%, #f7601c 100%);
    background-image: -o-linear-gradient(41deg, #fad961 0%, #f7601c 100%);
    background-image: linear-gradient(131deg, #fad961 0%, #f7601c 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.process-box:hover .process-icon {
    background: #bf04bf;
}

.col-md-4:last-child .process-icon::after {
    display: none;
}

.process-icon i {
    font-size: 40px;
    position: relative;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
}

.process-icon p {
    background: #f76185 none repeat scroll 0 0;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 50px;
    left: -10px;
    line-height: 50px;
    margin: 0;
    position: absolute;
    top: -10px;
    font-weight: 500;
    width: 50px;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.process-box h5 {
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 22px;
}

.process-box:hover .process-icon p {
    left: -15px;
    top: -15px;
}

/* -----------------------------
20. Subscribe area style
-------------------------------- */

.subscribe-section {
    padding: 60px 0;
}

.subscribe-content h3 {
    color: #fff;
    letter-spacing: 1px;
}

.subscribe-content p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.subscription-form {
    text-align: right;
    margin-top: 20px;
}

.subscribe-input {
    display: inline-block;
}

.subscribe-control {
    border: 1px solid transparent;
    height: 45px;
    padding: 0 20px;
    width: 350px;
    border-radius: 3px;
}

.subscribe-control:focus {
    outline: none;
}

.email-submit-btn i {
    margin-left: 8px;
}
.form-style-2 .subscription-form {
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-style-2 .subscribe-control {
    border: 1px solid #eee;
}
.form-style-2 .button {
    margin-left: 15px;
}

/* -----------------------------
21. Contact area style
-------------------------------- */

.single-contact-option {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    padding: 20px 30px;
    border: 1px solid #eee;
    text-align: left;
    background: #fff;
}

.single-contact-option i {
    color: #232323;
    font-size: 30px;
}
.single-contact-option:nth-child(1) {
    margin-top: 30px;
}
.single-contact-option:nth-child(1) i {
    color: #f76185;
}
.single-contact-option:nth-child(2) i {
    color: #5f89f4;
}
.single-contact-option:nth-child(3) i {
    color: #9bb916;
    font-size: 22px;
}
.single-contact-option h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}

.single-contact-option p {
    color: #232323;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.single-contact-option a {
    color: #bf04bf;
    display: block;
}

.single-contact-option a:hover {
    color: #232323;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: none;
    color: #232323;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #2d3e50;
    box-shadow: none;
    outline: 0 none;
}

.contact-form textarea,
.comment-form textarea {
    min-height: 230px;
}
div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
.contact-send-message,
.comment-post-comment {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.comment-form .form-control {
    border-radius: 0;
}

.form-send-message {
    margin: 10px 0 0;
}
/* -----------------------------
22. Map area style
-------------------------------- */

#contact-map {
    width: 100%;
    height: 460px;
}

/* -----------------------------
23. Breadcrumb area style
-------------------------------- */
.breadcrumb-area {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-attachment: fixed !important;  */
}
.lp-page .breadcrumb-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.lp-page .breadcrumb-list{
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
} 

.breadcrumb-list li {
    float: left;
    position: relative;
}
.breadcrumb-list li + li {
    margin-left: 25px;
}
.breadcrumb-list > li > a {
    color: #fff;
}

.breadcrumb-list > li > a:hover {
    color: #bf04bf;
}

.breadcrumb-list > li::after {
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
    left: -14px;
    position: absolute;
    top: 0;
}

.breadcrumb-list > li:first-child::after {
    content: "";
}
/* -----------------------------
24. Blog area style
-------------------------------- */
.post-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-thumbnail img {
    transition: all 0.3s linear 0s;
    width: 100%;
}
.post-content {
    overflow: hidden;
    padding: 30px 0 0;
}
.post-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.post-title a:hover {
    color: #bf04bf;
}

.post-content .event-meta {
    margin-bottom: 10px;
}

.blog-post:nth-child(n + 2) {
    margin-top: 30px;
}

.post-date {
    margin-bottom: 10px;
}

.post-date li {
    margin-right: 15px;
}

.post-date li a {
    color: #8e8a8a;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.post-date li i {
    padding-right: 10px;
    color: #bf04bf;
}
.post-content p {
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-post blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #bf04bf;
    background: #f6f6f6;
    font-weight: 500;
    font-style: italic;
}
.post-list li {
    font-weight: 500;
    color: #6b6767;
}
/* -----------------------------
25. Single Project area style
-------------------------------- */

.service-thumbnail {
    margin-bottom: 30px;
}
.single-service-content h4 {
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.single-service-title {
    border-bottom: 1px solid #eee;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.single-service-content blockquote {
    background: #f8f8f8;
    color: #555;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin: 35px 0 35px 15px;
    padding: 50px;
    border-left: 4px solid #bf04bf;
}

.single-service-content blockquote p:first-of-type {
    position: relative;
}

.single-service-content blockquote p:first-of-type::before {
    content: "“";
    display: inline-block;
    font-size: 43px;
    height: 20px;
    left: -30px;
    position: absolute;
    top: -10px;
    width: 20px;
}
.service-image {
    margin-bottom: 20px;
}
/* ----------------------------
26. Widget area
-------------------------------*/

.search-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    height: 50px;
    letter-spacing: 2px;
    padding: 0 15px;
    width: 100%;
}
.search-form {
    position: relative;
}

.search-form > button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #737272;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.single-widget {
    margin-bottom: 30px;
}

.widget-title {
    border-bottom: 1px solid #eee;
    color: #333333;
    font-size: 18px;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.widget-title:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #bf04bf;
    left: 0;
    bottom: -1.5px;
}
.widget-title.footer-wdiget-title {
    border: medium none;
    height: auto;
    line-height: 1;
    margin-bottom: 25px;
    padding: 0;
}
.widget-content.about-widget {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.post-cat-list a:hover {
    color: #bf04bf;
    padding-left: 5px;
}

.post-cat-list {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.post-cat-list > li {
    background: #fff none repeat scroll 0 0;
}

.post-cat-list a {
    border-bottom: 1px solid #eee;
    color: #777;
    display: block;
    font-size: 13px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 500;
}

.post-cat-list > li:last-child a {
    border-bottom: medium none;
}

.post-cat-list > li span {
    float: right;
}

.single-widget .tags a {
    color: #777;
    border: 1px solid #eee;
}
/* ------------------------------
  27. Single post style
---------------------------------*/
.single-post-widget {
    margin-bottom: 20px;
}

.single-post-widget img {
    float: left;
}

.post-widget-content {
    float: left;
    padding-left: 15px;
    width: calc(100% - 80px);
}

.post-widget-content h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.post-widget-content h4 a:hover {
    color: #bf04bf;
}

.post-widget-content p {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    color: #8a8a8a;
}

.recent-post-widget {
    padding: 20px 0 0;
}

.single-post-widget:last-child {
    margin-bottom: 0;
}

.single-widget:last-child {
    margin-bottom: 0;
}

.blog-comment-section {
    margin-top: 50px;
}

.comment-title {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.media-list li {
    background: #ffffff;
    padding: 25px 0 25px 0;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.media-list li:last-child {
    margin-bottom: 0;
}

.media-left {
    float: left;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #eee;
    padding: 0;
}
.media-list li {
    border: 1px solid #eee;
    padding: 20px;
}
.blog-comment-section .media-body {
    margin-top: 0;
    padding-right: 25px;
    overflow: hidden;
    padding-left: 15px;
}

.media-body h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.media-body h5 a {
    color: #212121;
}

.media-body p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.media-body p span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.media-replay {
    margin-left: 25px;
}

.reply-link {
    text-transform: capitalize;
    color: #999;
    font-weight: 500;
    letter-spacing: 1px;
}

.reply-link i {
    padding-left: 3px;
    position: relative;
    top: 2px;
}
/* -----------------------------
28. Pricing table area style
 -------------------------------- */

.single-price-table {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

.pricing-head {
    background: #242424;
    padding: 20px 0;
}
.table-active .pricing-head {
    background: #bf04bf;
}
.table-active .pricing-title {
    color: #fff;
}
.pricing-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0;
}
.pricing-content {
    background: #ffffff;
}

.pricing-value-wrapper {
    padding: 30px 0;
}

.pricing-value {
    color: #3e3e3e;
    font-size: 40px;
    font-weight: 600;
}
.pricing-value sup {
    font-size: 15px;
    font-weight: 400;
    left: 5px;
    position: relative;
    top: -25px;
}

.pricing-value sub {
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.table-content {
    border-top: 1px solid #eee;
}
.table-content li {
    color: #797979;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
.pricibg-footer {
    background: #ffffff;
    padding: 25px 0;
}
/* ------------------------------
  29. Counter Section
---------------------------------*/
.single-counter {
    text-align: center;
    background: rgba(255, 255, 255, 1);
    padding: 40px 0;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.counter-icon {
    margin-bottom: 25px;
}

.counter-icon i {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    color: #ffce3e;
}

.counter-text p {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    color: #232323;
    position: relative;
}

.counter-text > h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}

.col-md-3:nth-child(1) .single-counter i {
    color: green;
}

.col-md-3:nth-child(2) .single-counter i {
    color: #5f89f4;
}

.col-md-3:nth-child(3) .single-counter i {
    color: red;
}

.col-md-3:nth-child(4) .single-counter i {
    color: #a773ea;
}

/* -----------------------------
30. Footer area style
-------------------------------- */

.footer-top-area {
    padding: 100px 0;
    position: relative;
    background: #171717;
}

.footer-top-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: #171717 url(../images/footer-bg.png) no-repeat center center/60%;*/
    opacity: 0.2;
}

.footer-widget-heading .logo span,
.footer-widget-heading .logo {
    color: #ffffff;
}

.footer-widget-content {
    margin-top: 30px;
}

.footer-about-info-area .footer-widget-content {
    margin-top: 35px;
}
.currency-calculator {
    padding-top: 20px;
    border-radius: 3px;
    font-weight: bold;
}
.footer-widget-content p {
    color: #bdbdbd;
    font-weight: 500;
}

.footer-social-menu {
    margin-top: 30px;
}

.footer-social-menu li a {
    font-size: 18px;
    color: #fff;
    background: #bf04bf;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 3px;
}
.footer-social-menu li a:hover {
    background: #232323;
    color: #fff;
}

.footer-widget-heading h3 {
    color: #f0f0f0;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget-heading h3::before {
    background: #bf04bf;
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 60px;
    height: 3px;
}

.tags {
    padding-top: 15px;
}

.tags li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.tags li a {
    border: 1px solid #3e3b3b;
    border-radius: 2px;
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    padding: 5px 13px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}

.tags li a:hover {
    background: #bf04bf;
    color: #ffffff;
    border: 1px solid transparent;
}

.footer-contact-info-area .footer-widget-content {
    padding-top: 10px;
}

.footer-conatct-menu li a {
    color: #bdbdbd;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-conatct-menu li a i {
    padding-right: 10px;
}

.footer-conatct-menu li a span {
    font-weight: 600;
    padding-right: 5px;
    letter-spacing: 1px;
}
.footer-conatct-menu li i {
    color: #bf04bf;
}
.links li {
    margin-bottom: 5px;
}
.links a {
    color: #bdbdbd;
    font-weight: 500;
    letter-spacing: 1px;
}
.links a:hover {
    color: #bf04bf;
}
.links li i {
    margin-right: 8px;
    color: #bf04bf;
    font-weight: bold;
}

/* -------------------------
31. Footer bottom area
----------------------------*/
.footer-bottom-area {
    background: #101010;
    padding: 20px 0;
}

.footer-copyright-info p {
    color: #bdbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-copyright-info p a {
    color: #bf04bf;
    margin-left: 5px;
    text-transform: capitalize;
}

.footer-copyright-info p a:hover {
    color: #bf04bf;
}

.footer-main-menu {
    float: right;
}

.footer-main-menu li {
    float: left;
    margin-right: 22px;
}

.footer-main-menu li a {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
}

.footer-main-menu li a:hover {
    color: #bf04bf;
}

.footer-instram-widget {
    margin-top: 40px;
}

/* -------------------------
32. scroll to top button
----------------------------*/
.to-top-btn {
    background: #bf04bf none repeat scroll 0 0;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    bottom: 30px;
    color: #ffffff;
    font-size: 28px;
    height: 50px;
    line-height: 45px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}

.to-top-btn:focus {
    color: #fff;
}

.to-top-btn.to-top-show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    z-index: 999999;
}

.to-top-btn.to-top-show:hover {
    color: #fff;
    opacity: 0.75;
}
/* -------------------------
32. crypto calculator widget
----------------------------*/
.cryptonatorwidget table td {
    padding: 10px;
}
.cryptonatorwidget input,
.cryptonatorwidget select {
    padding: 0 20px;
    height: 40px !important;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.cryptonatorwidget > div:last-child {
    display: none;
}
.currency-calculator h2 {
    color: #fff;
}

/* -----------------------------
20. Workplace Custom Style
-------------------------------- */
:root {
    --primary-accent: #bf04bf;
    --primary-accent-rgb: 191, 4, 191;
    --secondary-accent: #f7601c;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --bg-alt: #f8fafc;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.workplace-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.workplace-header h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
    background: linear-gradient(to right, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.workplace-header p {
    font-size: 18px;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.workplace-filters {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 72px;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-left {
    flex: 1;
    min-width: 250px;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.action-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-box {
    position: relative;
    max-width: 400px;
}

.search-box i.fa-search {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 13px;
}

.search-box input {
    width: 100%;
    padding: 8px 35px 8px 35px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--bg-alt);
    font-size: 14px;
    transition: all 0.2s;
}

.search-box input:focus {
    outline: none;
    border-color: var(--primary-accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--primary-accent-rgb), 0.1);
}

.search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    cursor: pointer;
    font-size: 14px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.search-clear:hover {
    opacity: 1;
    color: var(--danger);
}

.filter-tabs {
    display: flex;
    background: var(--bg-alt);
    padding: 3px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.filter-tab {
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-tab:hover {
    color: var(--text-main);
    background: rgba(0,0,0,0.03);
}

.filter-tab.active {
    background: #fff;
    color: var(--primary-accent);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.advanced-filter-btn {
    border: 1px solid var(--border-color);
    background: #fff;
}

.view-mode-wrap {
    display: flex;
    gap: 4px;
    background: var(--bg-alt);
    padding: 3px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

/* --- Filter Sidebar --- */
.filter-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.filter-sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.filter-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    max-width: 90vw;
    height: 100vh;
    background: #fff;
    z-index: 10001;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.filter-sidebar.active {
    right: 0;
}

.sidebar-header {
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.close-sidebar {
    background: var(--bg-alt);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.close-sidebar:hover {
    background: #fee2e2;
    color: var(--danger);
}

.sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.filter-group {
    margin-bottom: 24px;
}

.filter-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.filter-select, .filter-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--bg-alt);
    font-size: 14px;
    color: var(--text-main);
    transition: all 0.2s;
}

.filter-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
    appearance: none;
}

.filter-select:focus, .filter-input:focus {
    outline: none;
    border-color: var(--primary-accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--primary-accent-rgb), 0.1);
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-sep {
    color: var(--text-muted);
    font-weight: 600;
}

.sidebar-footer {
    padding: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.lp-btn-reset {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted) !important;
    text-decoration: underline !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    transition: all 0.2s;
    cursor: pointer;
}

.lp-btn-reset:hover {
    color: var(--danger) !important;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .filter-left { width: 100%; }
    .filter-right { width: 100%; justify-content: space-between; }
}

@media (max-width: 575px) {
    .workplace-filters { padding: 8px 0; }
    .filter-tab .btn-text { display: none; }
    .filter-tab { padding: 6px 10px; }
    .search-box { min-width: 100%; }
}

body.no-scroll {
    overflow: hidden;
}

.filter-tab.active {
    background: #fff;
    color: var(--primary-accent);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.filter-tab:hover:not(.active) {
    color: var(--primary-accent);
}

.view-mode-wrap {
    display: flex;
    gap: 8px;
}

.workplace-container {
    padding: 80px 0;
    background: var(--bg-alt);
    min-height: 800px;
}

.view-container {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* --- Premium Table Styles --- */
.lp-table {
    border-collapse: separate;
    border-spacing: 0 12px;
    width: 100%;
}

.lp-table thead th {
    background: transparent;
    border: none;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.lp-table tbody tr {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    transition: all 0.2s;
}

.lp-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.lp-table tbody td {
    padding: 16px 20px;
    vertical-align: middle;
    border: none;
}

.lp-table tbody td:first-child {
    border-radius: 12px 0 0 12px;
}

.lp-table tbody td:last-child {
    border-radius: 0 12px 12px 0;
}

.table-product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.table-avatar-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ffffff;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06), 0 0 0 1px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-avatar-wrap img.table-avatar {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.06));
}

.table-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: var(--primary-accent);
}

.table-product-text {
    display: flex;
    flex-direction: column;
}

.table-product-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-main);
}

.table-product-subtext {
    font-size: 13px;
    color: var(--text-muted);
}

.badge-type {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-type.agent { background: #e0f2fe; color: #0369a1; }
.badge-type.combo { background: #fef3c7; color: #b45309; }
.badge-type.feature { background: #f0fdf4; color: #15803d; }

.table-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-value {
    color: #fbbf24;
    font-weight: 700;
    font-size: 14px;
}

.rating-none {
    color: var(--text-muted);
    font-size: 13px;
}

.table-price {
    display: flex;
    flex-direction: column;
}

.price-amount {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-accent);
}

.price-duration {
    font-size: 12px;
    color: var(--text-muted);
}

.lp-btn-table {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--border-color);
    color: var(--text-main);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s;
    white-space: nowrap;
}

.lp-btn-table:hover {
    background: var(--primary-accent);
    border-color: var(--primary-accent);
    color: #fff;
    box-shadow: 0 4px 12px rgba(var(--primary-accent-rgb), 0.2);
}

/* --- Responsive Table (List View) --- */
@media (max-width: 991px) {
    /* Switch table to block layout */
    .lp-table,
    .lp-table thead,
    .lp-table tbody,
    .lp-table th,
    .lp-table td,
    .lp-table tr {
        display: block;
    }

    .lp-table thead {
        display: none;
    }

    /* Each row becomes a card */
    .lp-table tbody tr {
        background: #fff;
        border-radius: 14px;
        margin-bottom: 14px;
        padding: 14px 16px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.04);
        border: 1px solid var(--border-color);
    }

    /* Product td — no label, show as full-width header of the card */
    .lp-table tbody td[data-label="Product"] {
        padding: 0 0 12px 0;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 6px;
    }
    .lp-table tbody td[data-label="Product"]::before {
        display: none;
    }

    /* All other tds: label on left, value on right */
    .lp-table tbody td {
        padding: 7px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f1f5f9;
    }

    .lp-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        font-size: 11px;
        color: var(--text-muted);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        flex-shrink: 0;
        margin-right: 8px;
    }

    /* Action row — buttons on right, no label prefix overlap */
    .lp-table tbody td[data-label="Action"] {
        border-bottom: none;
        padding-top: 10px;
        justify-content: flex-end;
        gap: 8px;
        flex-wrap: wrap;
    }
    .lp-table tbody td[data-label="Action"]::before {
        display: none;
    }

    /* Buttons should be auto-width (not full width) on mobile */
    .table-actions {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: auto;
    }

    .lp-btn-table {
        width: auto;
        padding: 7px 14px;
        font-size: 12px;
    }

    /* Tighten product info avatar on mobile */
    .table-avatar-wrap,
    .table-avatar-placeholder {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .table-product-name { font-size: 14px; }
    .table-product-subtext { font-size: 12px; }
}

@media (max-width: 480px) {
    .lp-table tbody tr {
        padding: 12px;
    }
}

.view-container.switching {
    opacity: 0;
    transform: translateY(10px);
}

/* Consolidated Workplace Grid */
.workplace-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}
.badge-type {
    background: var(--bg-alt);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    border: 1px solid var(--border-color);
}

.price-box strong {
    color: var(--primary-accent);
    font-size: 16px;
}

.price-box small {
    color: var(--text-muted);
}

/* Feature Card Styling (Add-ons) */
.lp-feature-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: 100%;
}

.lp-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: var(--primary-accent);
}

.feature-icon-box {
    width: 54px;
    height: 54px;
    background: rgba(var(--primary-accent-rgb), 0.05);
    color: var(--primary-accent);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid rgba(var(--primary-accent-rgb), 0.05);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.lp-feature-card:hover .feature-icon-box {
    background: var(--primary-accent);
    color: #fff;
    transform: rotate(-5deg) scale(1.1);
}

.lp-feature-card__title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
}

.lp-feature-card__desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    flex: 1;
}

.lp-feature-card__footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-feature-card__price-wrap {
    display: flex;
    flex-direction: column;
}

.lp-feature-card__price {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.lp-feature-card__duration {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
}
.lp-feature-card:hover .feature-icon-box i {
    color: #fff;
}

.feature-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--bg-alt);
}

.lp-btn--outline {
    border: 2px solid var(--primary-accent);
    color: var(--primary-accent);
    background: transparent;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s;
}

.lp-btn--outline:hover {
    background: var(--primary-accent);
    color: #fff;
    text-decoration: none;
}

/* Pagination Adjustments */
.pagination-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .filter-flex {
        flex-direction: column;
        align-items: stretch;
    }
    .search-box {
        min-width: 0;
    }
}

/* Grid View Cards: Agent & Combo */
.lp-agent-card.lp-combo-card {
    background: #fff;
    border-radius: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-top: 4px solid #AD00FF; /* Special "Bundle" accent */
}

.lp-combo-card__watermark {
    position: absolute;
    bottom: -15px;
    right: -15px;
    font-size: 60px;
    font-weight: 950;
    color: rgba(173, 0, 255, 0.035);
    text-transform: uppercase;
    transform: rotate(-10deg);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0;
    font-family: 'Inter', sans-serif;
}

.lp-combo-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 60px; height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgba(173, 0, 255, 0.05) 50%);
    pointer-events: none;
}
.lp-agent-card, .lp-combo-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.lp-agent-card:hover, .lp-combo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.lp-agent-card__header {
    position: relative;
    height: 120px;
}

.lp-agent-card__cover {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    background-size: cover;
    background-position: center;
}

.lp-agent-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 2;
}

.lp-combo-card__badges-wrap {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.lp-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lp-badge--featured { background: #fbbf24; color: #78350f; }
.lp-badge--ai { background: #818cf8; color: #fff; }
.lp-badge--agent { background: #e2e8f0; color: #475569; }
.lp-badge--combo { background: #bf04bf; color: #fff; }

.lp-agent-card__avatar-wrap {
    position: absolute;
    bottom: -24px;
    left: 20px;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #ffffff;
    padding: 10px; /* Increased to ensure logos don't get clipped by rounded corners */
    box-shadow: 
        0 4px 12px rgba(15, 23, 42, 0.08), 
        0 0 0 1px rgba(15, 23, 42, 0.05); /* Sharper definition */
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lp-agent-card__avatar-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08)); /* Better depth for logos */
}

.lp-agent-avatar-text {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-accent);
    font-weight: 800;
    font-size: 24px;
}

.lp-agent-card__body {
     padding: 40px 20px 20px;
     flex: 1;
}

.lp-combo-card__body {
    padding: 20px;
    flex: 1;
}

.lp-agent-card__title-wrap, .lp-combo-card__title-row {
    margin-bottom: 12px;
}

.lp-agent-card__title, .lp-combo-card__title {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-main);
    margin: 0;
    line-height: 1.3;
}

.lp-agent-card__desc, .lp-combo-card__desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 16px;
}

.lp-agent-card__stats-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.lp-badge-type, .lp-badge-instrument, .lp-badge-paper, .lp-badge-asset, .lp-badge-market, .lp-badge-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--bg-alt);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
}

.lp-badge-rating {
    background: #fff;
    border-color: #fef3c7;
    color: #b45309;
}

.lp-badge-rating svg { color: #fbbf24; width: 12px; height: 12px; }

.lp-agent-features {
    padding-top: 16px;
    border-top: 1px dashed var(--border-color);
}

.lp-agent-features__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 8px;
}

.lp-agent-features__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-agent-feature {
    font-size: 12px;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: 6px;
}

.lp-agent-feature svg { color: #10b981; width: 10px; height: 10px; }

.lp-agent-card__features-reveal {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
}

.lp-agent-card:hover .lp-agent-card__features-reveal {
    max-height: 150px;
    opacity: 1;
    margin-top: 12px;
}

.lp-agent-card__footer {
    padding: 12px 20px;
    background: rgba(var(--bg-alt-rgb), 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color);
}

.lp-combo-card__footer {
    padding: 16px 20px;
    background: var(--bg-alt);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color);
}

.lp-price-val {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-accent);
}

.lp-price-period {
    font-size: 12px;
    color: var(--text-muted);
}

/* Combo Specifics */
.lp-combo-card__header {
    padding: 24px 24px 18px;
    background-image: radial-gradient(circle at top right, rgba(59, 130, 246, 0.04), transparent 200px);
}

.lp-combo-card__preview {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: opacity 0.3s ease;
}

.lp-combo-card:hover .lp-combo-card__preview {
    opacity: 0.5;
}

.lp-combo-card__preview-avatars {
    display: flex;
    align-items: center;
}

.lp-preview-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #f1f5f9;
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: #475569;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.lp-preview-avatar:first-child { margin-left: 0; }
.lp-preview-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lp-preview-avatar--more { background: #f8fafc; color: #94a3b8; }
.lp-preview-avatar--more span { margin: 0; }
.lp-combo-card__preview-text { font-size: 11px; font-weight: 600; color: #64748b; }

.lp-combo-card__stats-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 24px 20px;
    margin: 0;
}

@media (min-width: 576px) {
    .lp-combo-card__stats-v2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-stat-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #F8FAFC;
    border-radius: 12px;
    border: 1px solid #F1F5F9;
    transition: all 0.3s ease;
}

.lp-stat-v2__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.lp-stat-v2__icon svg { width: 18px; height: 18px; }

.lp-stat-v2--agents .lp-stat-v2__icon { background: rgba(59, 130, 246, 0.1); color: #3B82F6; }
.lp-stat-v2--addons .lp-stat-v2__icon { background: rgba(168, 85, 247, 0.1); color: #A855F7; }
.lp-stat-v2--assets .lp-stat-v2__icon { background: rgba(16, 185, 129, 0.1); color: #10B981; }
.lp-stat-v2--rating .lp-stat-v2__icon { background: rgba(245, 158, 11, 0.1); color: #F59E0B; }

.lp-stat-v2__info { display: flex; flex-direction: column; min-width: 0; }
.lp-stat-v2__val { font-size: 13px; font-weight: 700; color: #1E293B; line-height: 1; margin-bottom: 2px; display: flex; align-items: center; gap: 4px; }
.lp-stat-v2__val svg { width: 12px; height: 12px; }
.lp-stat-v2__label { font-size: 10px; font-weight: 600; color: #64748B; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1; }

.lp-combo-card:hover .lp-stat-v2 {
    background: #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}
.lp-combo-card__stats-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 12px 20px;
}

.lp-stat-micro {
    text-align: center;
    padding: 10px 4px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-stat-micro__val {
    display: block;
    font-weight: 800;
    font-size: 14px;
    color: var(--text-main);
}

.lp-stat-micro__label {
    font-size: 9px;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 700;
    margin-top: 2px;
}

.lp-combo-card__content-panels {
    padding: 0 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 992px) {
    .lp-combo-card__content-panels {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

.lp-combo-card__agents-label {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.lp-combo-card__agents-list, .lp-combo-card__addons-list-wrap {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 8px;
}

.lp-mini-agent-card {
    background: var(--bg-alt);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 6px 10px;
    margin-bottom: 6px;
}

.lp-mini-agent-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-mini-agent-card__header img, .lp-mini-agent-card__avatar-placeholder {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    flex-shrink: 0;
}

.lp-mini-agent-card__info {
    flex: 1;
    min-width: 0;
}

.lp-mini-agent-card__title {
    font-weight: 700;
    font-size: 13px;
    color: var(--text-main);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-mini-agent-card__asset {
    font-size: 11px;
    color: var(--text-muted);
}

.lp-mini-agent-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #b45309;
    font-weight: 800;
}

.lp-mini-agent-card__rating svg { width: 12px; color: #fbbf24; }

.lp-mini-agent-card__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    margin-top: 0;
}

.lp-mini-agent-card:hover .lp-mini-agent-card__body {
    max-height: 120px;
    opacity: 1;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px dashed var(--border-color);
}

.lp-mini-agent-card__desc {
    margin: 0;
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.4;
}

.lp-mini-agent-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.lp-mini-agent-feature {
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    background: #e2e8f0;
    color: #475569;
    border-radius: 4px;
}

.lp-combo-card__addon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 8px;
    color: var(--text-main);
}

.lp-combo-card__addon-item svg { width: 12px; color: #10b981; flex-shrink: 0; }

.lp-combo-card__discount {
    font-size: 11px;
    color: #10b981;
    font-weight: 800;
    display: block;
}

.lp-combo-card__discount del { color: var(--text-muted); margin-right: 4px; }

.lp-btn--primary {
    background: var(--primary-accent);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 13px;
    border: none;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 15px rgba(var(--primary-accent-rgb), 0.3);
}

.lp-btn--primary:hover {
    background: #9d039d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary-accent-rgb), 0.4);
    text-decoration: none;
}

/* Workplace Bundle Horizontal Layout */
.workplace-bundle-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
}

.lp-bundle-row-card {
    display: flex;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    cursor: pointer;
    margin-bottom: 24px;
}

.lp-bundle-row-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -15px rgba(var(--primary-accent-rgb), 0.15), 0 0 0 1.5px var(--primary-accent);
}

.lp-bundle-row-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(var(--primary-accent-rgb), 0.03), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 1;
}

.lp-bundle-row-card:hover::after {
    opacity: 1;
}

.lp-bundle-row-card:hover .lp-bundle-row__title {
    color: var(--primary-accent);
}

.lp-bundle-row-card--featured {
    border: 2px solid var(--primary-accent) !important;
    background: linear-gradient(to bottom right, #ffffff, #fffdfb);
}

/* Sections */
.lp-bundle-row__info {
    flex: 0 0 35%;
    padding: 35px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.lp-bundle-row__contents {
    flex: 1;
    padding: 35px;
    background: rgba(248, 250, 252, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.lp-bundle-row__action {
    flex: 0 0 25%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    text-align: center;
}

/* Info Elements */
.lp-bundle-row__badges {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.lp-bundle-row__title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.lp-bundle-row__desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 25px;
}

.lp-bundle-row__meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

.lp-bundle-row__rating, .lp-bundle-row__item-count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.lp-bundle-row__rating i { color: #fbbf24; }
.lp-bundle-row__item-count i { color: var(--primary-accent); }
.lp-bundle-row__rating small { color: #94a3b8; font-weight: 400; font-size: 11px; margin-left: 2px; }

/* Content Elements */
.lp-content-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    color: #94a3b8;
    margin-bottom: 20px;
}

.lp-content-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.lp-content-group__header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.lp-content-group__header i { color: var(--primary-accent); width: 16px; }

/* Avatar Stack */
.lp-avatar-stack {
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.lp-stacked-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 3px solid #fff;
    margin-left: -8px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.lp-stacked-avatar:hover {
    transform: translateY(-5px) scale(1.1);
    z-index: 10;
}

.lp-stacked-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lp-stacked-avatar .placeholder { font-weight: 800; color: #64748b; font-size: 16px; }
.lp-stacked-avatar--more { background: var(--primary-accent); color: #fff; font-size: 12px; font-weight: 700; border-color: #fff; }

/* Addon Pills */
.lp-addon-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-addon-pill {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.lp-addon-pill--more { background: #f8fafc; border-style: dashed; }

/* Action Elements */
.lp-bundle-row__savings {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-bundle-row__savings .label { font-size: 11px; text-transform: uppercase; color: #94a3b8; font-weight: 700; margin-bottom: 2px; }
.lp-bundle-row__savings .old-price { color: #94a3b8; font-size: 16px; }
.lp-bundle-row__savings .discount-tag { 
    background: #10b981; 
    color: #fff; 
    font-size: 11px; 
    padding: 2px 10px; 
    border-radius: 100px; 
    font-weight: 800;
    margin-top: 5px;
}

.lp-bundle-row__price {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #0f172a;
}

.lp-bundle-row__price .currency { font-size: 20px; font-weight: 800; margin-bottom: 6px; margin-right: 2px; }
.lp-bundle-row__price .amount { font-size: 44px; font-weight: 900; line-height: 1; letter-spacing: -1px; }
.lp-bundle-row__price .period { font-size: 16px; color: #64748b; margin-bottom: 8px; margin-left: 2px; }

.lp-btn--large {
    padding: 16px 28px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
    .lp-bundle-row-card { flex-direction: column; }
    .lp-bundle-row__info, .lp-bundle-row__contents, .lp-bundle-row__action { flex: 1 1 auto; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.05); }
    .lp-bundle-row__action { border-bottom: none; }
}

@media (max-width: 768px) {
    .lp-bundle-row__title { font-size: 22px; }
    .lp-bundle-row__price .amount { font-size: 36px; }
    .lp-bundle-row__info, .lp-bundle-row__contents, .lp-bundle-row__action { padding: 25px; }
}
.lp-bundle-row__btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.lp-bundle-row__btns .lp-btn {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    padding: 12px 20px;
}

/* AGENT PROFILE MODERNIZATION */
body.lp-page { background-color: var(--bg-main); color: var(--text-main); font-family: 'Inter', sans-serif; }
.hero-wrapper { position: relative; background: var(--bg-main); overflow: hidden; border-bottom: 1px solid var(--border-color); }
.aurora-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.1; filter: blur(100px); }
.aurora-blob { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: #000; opacity: 0.2; animation: aurora-move 20s infinite alternate; }
@keyframes aurora-move { 0% { transform: translate(-10%, -10%) scale(1); } 100% { transform: translate(20%, 30%) scale(1.2); } }
.agent-hero { position: relative; z-index: 2; padding: 80px 0; }
.hero-split { display: flex; align-items: center; gap: 80px; min-height: 440px; justify-content: center; text-align: center; }
.hero-info { flex: 1.2; display: flex; flex-direction: column; align-items: center; }
.hero-visual { flex: 0.8; display: flex; justify-content: center; align-items: center; }
.agent-banner-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: blur(12px); z-index: 0; pointer-events: none; transform: scale(1.1); transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
.agent-profile-frame { position: relative; width: 100%; max-width: 280px; aspect-ratio: 1; border-radius: 48px; overflow: hidden; box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(15, 23, 42, 0.65); backdrop-filter: blur(16px); display: flex; align-items: center; justify-content: center; padding: 32px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.agent-profile-img { max-width: 100%; max-height: 100%; object-fit: contain; }
.agent-profile-frame:hover { transform: translateY(-8px) scale(1.02); }
.agent-name { font-size: 56px; font-weight: 900; margin-bottom: 20px; color: #fff; letter-spacing: -0.04em; line-height: 1; text-shadow: none; }
.agent-tagline { font-size: 20px; color: rgba(255,255,255,0.7); margin-bottom: 48px; font-weight: 500; text-align: center; width: 100%; }
.metrics-bar { display: flex; align-items: center; gap: 40px; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(24px); padding: 20px 40px; border-radius: 100px; border: 1px solid rgba(255, 255, 255, 0.1); width: fit-content; box-shadow: 0 15px 35px -5px rgba(0,0,0,0.4); }
.metric-item { display: flex; align-items: center; gap: 16px; }
.metric-icon { width: 44px; height: 44px; background: rgba(255, 255, 255, 0.1); color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.05); }
.metric-data { display: flex; flex-direction: column; text-align: left; }
.metric-value { font-size: 22px; font-weight: 900; line-height: 1; color: #fff; }
.metric-label { font-size: 10px; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 4px; }
.metric-divider { width: 1px; height: 32px; background: rgba(255, 255, 255, 0.1); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; justify-content: center; }
.ai-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 0, 0, 0.6); color: #fff; padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 800; border: 1px solid rgba(255, 255, 255, 0.15); text-transform: uppercase; }
.context-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 0, 0, 0.4); color: rgba(255,255,255,0.8); padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; border: 1px solid rgba(255, 255, 255, 0.1); text-transform: uppercase; backdrop-filter: blur(4px); }
@media (max-width: 1024px) { .hero-split { flex-direction: column; text-align: center; gap: 40px; } .hero-info { align-items: center; } .agent-name { font-size: 40px; } .hero-badges { justify-content: center; } }
@media (max-width: 768px) { .agent-profile-frame { max-width: 200px; } .metrics-bar { flex-wrap: wrap; justify-content: center; border-radius: 32px; padding: 24px; gap: 24px; width: 100%; } .metric-divider { display: none; } .metric-item { flex: 1; min-width: 120px; } }
.lp-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.agent-content-area { padding: 80px 0; }
.section-title { font-size: 32px; font-weight: 900; margin-bottom: 48px; color: var(--text-main); }
.feature-item { background: #fff; padding: 32px; border-radius: 24px; border: 1px solid var(--border-color); transition: all 0.4s; display: flex; align-items: flex-start; gap: 20px; }
.feature-item:hover { border-color: rgba(0,0,0,0.1); transform: translateY(-4px); }
.cta-card { background: #fff; border: 1px solid var(--border-color); border-radius: 40px; padding: 60px 40px; text-align: center; }
.cta-title { color: var(--text-main) !important; font-size: 36px; font-weight: 900; margin-bottom: 20px; }
.cta-desc { color: var(--text-muted); font-size: 18px; max-width: 580px; margin: 0 auto 40px; }
.btn-premium { background: #0f172a; color: #fff; padding: 16px 48px; border-radius: 100px; font-weight: 800; font-size: 17px; display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s; border: none; box-shadow: 0 12px 24px rgba(0,0,0,0.15); text-decoration: none; cursor: pointer; }
.btn-premium:hover { background: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 16px 32px rgba(0,0,0,0.25); }

/* END AGENT PROFILE */
