/**
 * Theme Name:     Listingpro Child
 * Author:         Team of CridioStudio
 * Template:       listingpro
 * Text Domain:	   listingpro-child
 * Description:    ListingPro is a complete solution for any type of directory/Listing theme.
 */

 /* -----------------------------------
   MARBLE FONT FAMILY
----------------------------------- */

/* REGULAR (400) */
@font-face {
    font-family: 'Marble';
    src: url('assets/fonts/marble/Marble-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* MEDIUM (500) */
@font-face {
    font-family: 'Marble';
    src: url('assets/fonts/marble/Marble-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* BOLD (700) */
@font-face {
    font-family: 'Marble';
    src: url('assets/fonts/marble/Marble-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* BLACK (900) */
@font-face {
    font-family: 'Marble';
    src: url('assets/fonts/marble/Marble-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  /* For mobile tap highlight */
  -webkit-focus-ring-color: transparent;
  /* For Safari blue ring */
  outline: none;
  font-family: "Manrope", sans-serif !important;
}


body {
  margin: 0;
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  background: #000;
  overflow-x: hidden;
  word-wrap: break-word;
  color: white;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
.lp-h1, .lp-h2, .lp-h3, .lp-h4, .lp-h5, .lp-h6, 
.lp-h1 a, .lp-h2 a, .lp-h3 a, .lp-h4 a, .lp-h5 a, .lp-h6 a
/* , span  */
{
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
    /* font-family: 'Marble', sans-serif !important; */
    font-family: 'Manrope', sans-serif !important;
  }

.lp-listing-top-title-header {
    padding-top: 15rem !important;
}

.tags-container a{
  color:#fff;
}

.page-id-26735 h1, .page-id-26735 h2, .page-id-26735 h3, .page-id-26735 h4, .page-id-26735 h5, .page-id-26735 h6
/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,  */
/* .lp-h1, .lp-h2, .lp-h3, .lp-h4, .lp-h5, .lp-h6,  */
/* .lp-h1 a, .lp-h2 a, .lp-h3 a, .lp-h4 a, .lp-h5 a, .lp-h6 a */
/* , span  */
{
    color: #000 !important;
}

.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}

.logo a {
    color: #fff;
}

/* --------------------------------------------- */
/* NAVIGATION */
header {
   display: flex;
    justify-content: center;
/*     background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%); */
    height: 150px;
    padding: 20px 0px;
    width: 100vw;
    z-index: 99999999;
    top: 0;
    position: fixed;
}

  .page-template-front-page header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%);
}

.logo {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  left: 6vw;
  margin-top: 1vh;
}

a.mail-check {
    color: #d5d5d5;
}

nav {
  margin-left: auto;
  background: transparent;
}

.navLinks {
  list-style: none;
  display: flex;
  gap: 3vw;

  text-align: center;
}

.navLinks li {
  margin-top: 12.5px;
}

.navLinks li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  opacity: 0.9;

}

.navLinks li a:hover {
  color: #0077ff;
}
.navLinks li:nth-child(1) {
    color: white;
    font-weight: bold;
}
.cta {
  margin-left: 5%;
  background-color: #007bff;
  max-width: 205px;
  border-radius: 6px;
  padding: 10px 30px;
  height: 45px;
  border: none;

  border-radius: 10px;

  font-weight: normal;
  position: absolute;
  z-index: 99999;
  cursor: pointer;

  right: 6%;

}
.cta a{
  text-decoration: none;
    font-size: 18px;
      color: white;
}

/* hamburger */
.hamburger {
  width: 20px;
  position: absolute;
  display: none;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  position: absolute;
  border-radius: 20px;
  background-color: white;
  transition: all 0.5s ease;
  margin-top: -6px;

}



.hamburger span:nth-child(1) {
  top: 0;
  width: 15px;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
  width: 15px;
}

#toggle:checked+.hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  width: 20px;


}

#toggle:checked+.hamburger span:nth-child(2) {
  opacity: 0;
}

#toggle:checked+.hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
  width: 20px;
}

/* hamburger end */


@media (max-width:1075px) {
  .logo {
    font-size: 20px;
  }

  .navLinks li a {

    font-size: 12px;

  }

  .cta {
 
    padding: 10px 14px;
  }
  .cta a {
   font-size: 12px;
  }
}



@media (max-width: 800px) {
  header {
    padding: 0;
    display: flex;

    gap: 15px;
  }


  .navLinks li {
    width: 100vw;
    text-align: left;
    height: 54px;
    display: flex;
    align-items: center;
    color: #0077ff;
    transition: 0.5s ease;
  }

  .navLinks li:hover {
    background-color: #0e0e0e;
    transition: 0.5s ease;

  }

  .navLinks li a {

    text-decoration: none;
    /* optional */
    width: 100%;
    display: block;
    transition: 0.5s ease;
  }

  .nav-links li a:hover {
    color: #0077ff;
    background-color: #0e0e0e;
    transition: 0.5s ease;
  }


  .logo {
    left: 6vw;
    top: 3vh;
  }

  .navLinks {
    flex-direction: column;
position: absolute;
    top: 60px;
    margin-left: 0;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: black;
    width: 100%;
    max-width: 80vw;
    left: 19vw;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    height: 100vh;
    border-left: 2px solid #0077ff;
    opacity: 0;
    pointer-events: none;

    border-radius: 8px;
    gap: 0;
    transition: all 0.5s ease;
  }

  .navLinks li a {

    margin-left: 5vw;

    font-size: clamp(18px, 2vw, 22px);

  }

  .navLinks li:nth-child(1) {
    margin-top: 10px;
  }

  #toggle:checked~.navLinks {
    width: 100%;
    max-width: 80vw;
/*     left: 30vw; */
    opacity: 1;
    pointer-events: auto;
    transition: left 0.4s ease-in-out;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 6vh;
    z-index: 1001;
  }

  .cta {
    right: 6vw;
    top: 3vh;
  }


}

@media (max-width:600px) {
  .cta {
    display: none;
  }

  .hamburger {
    top: 5vh;
    right: 5vw;
  }

}


























/* newsletter starts */
.newsletter {
    background-color: white;
    background: url('assets/images/news-etter-011.png');
    background-repeat: none;
    background-size: cover;
    background-size: 100%100%;
    padding-block: clamp(40px, 8vw, 100px);
    color: white;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1920px;
    margin: auto;
    align-items: center;
}

.newsletter-left h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 6vw;
}

.newsletter-left p {
    font-size: clamp(14px, 2vw, 18px);
    color: #ccc;
    margin-left: 6vw;
    width: 100%;
    max-width: 30vw;
}

h2.title-plan-price {
    font-size: 19px;
	margin-top: -15px;
}

.newsletter-right {
    display: flex;
    margin-right: 2vw;
    gap: 10px;
}

.newsletter-right input {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    border: 1px solid #0077ff;
    width: 30vw;
    margin-left: 6vw;
    height: 60px;

    font-size: clamp(15px, 2vw, 18px);
}

.newsletter-right input::placeholder {
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 5%;
    width: 100%;
    max-width: 50vw;
    font-size: clamp(14px, 2vw, 18px);
}

.subscribe-btn {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    border: none;
    border-radius: 6px;
    height: 60px;
   font-size: clamp(16px,2vw,18px);
    cursor: pointer;
    width: 100%;
    max-width: 175px;
    max-height: 60px;
    margin-right: 4vw;
}

@media (max-width: 768px) {

    .newsletter-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-left p {
        max-width: 90vw;
    }

    .newsletter-right {
        width: 95vw;

    }

    .newsletter-right input {
        width: 95vw;

    }
}

@media(max-width:290px) {
    .newsletter-right {
        flex-direction: column;


    }

    .subscribe-btn {
        margin-left: 4vw;
    }
}






/* ------footer--------- */
.footer {
  background-color: black;
  /* padding-block: clamp(40px, 8vw, 100px); */
  color: white;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 92px 0 80px 0;
  gap: 40px;
}

.footer-column h3,
.footer-column h4 {
  margin-bottom: 10px;
  color: #00e1e6;
}

.footer-column-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 16vw;
  margin-left: 6vw;
  margin-right: 4vw;
}

.footer-left-icons {
  display: flex;
  gap: 20px;
  width: 10vw;
  font-size: 24px;
  color: #0077FF;

}

.footer-column-left p {
  line-height: 20px;
  color: #D5D5D5;

}

.footer-column-list {
  display: flex;
  justify-content: center;
  width: 35vw;
  gap: 150px;
}

.footerList h4 {
  margin-bottom: 20px;
  font-size: 13px;
  color: #d5d5d5;
  font-weight: 500;
  letter-spacing: 1.5PX;
}


.footerList li {
  margin-top: 10px;
  list-style: none;
  
  font-size: 13px;

}
.footerList li a {
    text-decoration: none;
    color: #d5d5d5;
}


.second-list {
  margin-left: 20px;
}

.footer-column-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #d5d5d5;
  margin-right: 6vw;
}

.footer-column-right h4 {

  font-size: 13px;
  color: #0077ff;
  font-weight: 500;
  letter-spacing: 1.5PX;

}

.footer-end {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  /* margin-top: 20px; */
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  /* height: 100px; */
  align-items: center;
  width: 90vw;
  margin-left: 6vw;
  margin-right: 6vw;
  /* margin-top: 100px; */
  padding: 41px 0 58px 0;
}

.buttons-footer {
  display: flex;
  flex-direction: row;
  width: 40vw;
  margin-left: unset! important;
  margin-right: 4vw;
}

.buttons-footer a{
  margin-right: 25px;
}
button.footer-btn.new-btn {
    padding: 10px! important;
}

.footer-btn {
  background-color: transparent;
  border: 1px solid #0077ff;
  color: #D5D5D5;
  width: 100%;
  max-width: 165px;
  height: 50px;
  font-size: clamp(10px, 2vw, 18px);
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 12px;
}

.footer-btn:hover {
  background-color: #0077ff;
  color: black;
}

.social-icons i {
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.footer-copy {
  width: 40vw;
  margin-right: 4vw;
  display: flex;
  justify-content: flex-end;
  color: #777;
}

@media(max-width:1100px) {
  .footer-column-list {
    gap: 80px;
  }

  .footer-column-right {
    margin-left: 6vw;
  }
}

@media(max-width:780px) {
  .footer-end {
    flex-direction: column;
  }

  .buttons-footer {
    width: 100vw;
    justify-content: center;
    /* margin-top: 30px; */
  }

  .footer-copy {
    width: 100vw;
    justify-content: center;
  }

  .footer-column-list {
    gap: 80px;
  }

  .footer-left-icons {
    font-size: 20px;
  }

  .footer-column-left {
    width: 20vw;
  }

  .footer-column-list {
    width: 35vw;
    justify-content: flex-start;

    margin-left: 6vw;
    margin-right: 6vw;
  }

  .footer-container {
    justify-content: flex-start;
  }
}

@media(max-width:500px) {
  .footer-column-left {
    width: 88vw;


  }

  .footer-left-icons {
    font-size: 16px;
  }

  .footer-left-icons {
    width: 88vw;
    display: flex;

  }

  .footer-column-list {
    width: 100vw;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 6vw;
    margin-right: 6vw;

    align-items: center;


  }

  .second-list {
    margin-left: 0px;
  }

  .footer-container {
    justify-content: flex-start;
  }

  .footer-column-right {
    width: 100vw;
    margin-left: 6vw;
    margin-right: 6vw;

  }

  .footer-buttons {
    width: 88vw;
    left: 6vw;
  }

  .footer-btn {
    width: 88vw;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* max-width: 140px; */
    height: 50px;
    font-size: 15px;
    margin: 0 auto;
  }
}



@media(max-width:330px) {
  .footer-column-list {
    margin-left: 0;
    width: 88vw;
    margin-left: 6vw;

  }



  .footer-btn {

    justify-content: center;
    align-items: center;

    max-width: 140px;
    height: 50px;
    font-size: 12px;
  }
}

@media(min-width:1500px) {
  .footer {
    background-color: black;
    /* padding-block: clamp(40px, 8vw, 100px); */
    color: white;
    font-size: 18px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


    gap: 40px;
  }

  .footer-column h3,
  .footer-column h4 {
    margin-bottom: 10px;
    color: #00e1e6;
  }

  .footer-column-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 16vw;
    margin-left: 6vw;
    margin-right: 4vw;
  }

  .footer-column-left h3 {
    font-size: 24px;
  }


  .footer-column-left p {
    line-height: 26px;
    color: #D5D5D5;
    font-size: 18px;

  }



  .footerList h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #d5d5d5;
    font-weight: 500;
    letter-spacing: 1.5PX;
  }


  .footerList li {
    margin-top: 13px;

    font-size: 18px;

  }

  .second-list {
    margin-left: 20px;
  }



  .footer-column-right h4 {

    font-size: 18px;


  }

  .footer-column-right p {
    font-size: 18px;
  }


}



  /* Convert WordPress Pagination to Flex */
  .my-pagination-container ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
  }

  /* Pagination Items */
  .my-pagination-container ul li a,
  .my-pagination-container ul li span {
    border-color: #007bff;
    text-align: center;
    color: white;
    padding-block: clamp(3px, 2vw, 10px);
    padding-left: clamp(10px, 2vw, 20px);
    padding-right: clamp(10px, 2vw, 20px);
    background-color: black;
    border: 1px solid #434343;
    border-radius: 10px;
  }

  /* Hover */
  .my-pagination-container ul li a:hover {
    border: 1px solid #0077ff;
  }

  /* Active Page */
  .my-pagination-container ul li span.current {
    border: 1px solid #0077ff;
  }

  /* Disable previous/next if WP outputs disabled */
  .my-pagination-container ul li span.disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

/* Pagination Style */

.white-section {
    background-color: #000;
}

.white-section .form-control {
    background: #3b3b3b !important;
    border: none !important;
    color: #fff !important;
    padding: 14px !important;
    border-radius: 10px;
    font-size: 16px;
}

.blue-section, 
.select2-container--open .select2-dropdown--above,
.jFiler-input-dragDrop, 
.jFiler-input-choose-btn.blue, 
.submit_new_style-outer .lp-listing-featuredimage label p,  
#lp-submit-form .select2-selection.select2-selection--single .select2-selection__rendered,
.mce-container, .mce-container *, .mce-widget, .mce-widget *, 
body#tinymce
{
  background: #3b3b3b !important;
  color: #fff !important;
}

.grid a {
    border: 1px solid #1d1d1d;
    margin: -1px;
}


.pricing-banner p{
  color:#fff !important;
}

.content-white-area.dark {
    background: #000;
}

.lp_hide_general_plans .col-md-4 .lp-price-main{
  border-radius: 12px;
}
.lp-price-list {
    background: #000000 !important;
}
.lp-price-main .lp-price-list .lp-listprc {
    background: #000000;
}
.review-form {
    background-color: #000000;
}

.fa-star {
    color: #e8c11e !important;
}

.listing-second-view span.rate{
    background-color: #e8c11e !important;
}

.post-meta-info {
    background-image: url(https://markstac.com/wp-content/uploads/2025/11/banner-01-1.png);
    background-size: cover;
}

.post-meta-left-box ul.breadcrumbs {
    display: none;
}

.listing-second-view a.secondary-btn {
    border: 1px solid #0077FF !important;
    color: #fff !important;
}

.page-id-98 .lp-price-free{
  color: #fff !important;
}

.page-id-98 .featured-plan .lp-price-free.lp-without-prc.btn{
  background-color: #2458FF !important;
  color: #fff !important;
}

.featured-plan .lp-price-main .lp-title {
    background: unset !important;
    border-bottom: 1px solid #8387F8;
}

.featured-plan .lp-price-main.lp-border-radius-8.lp-border.text-center {
    background: linear-gradient(201.22deg, #2E3193 1.05%, #15134A 63.71%);
    border-color:#8A86FF;
    padding: 0 15px;
}

.lp-price-main.lp-border-radius-8.lp-border.text-center {
    background: linear-gradient(22.66deg, #0F0F0F 49.83%, #262626 96.92%);
    padding: 0 20px;
    border-color: #434343;
}

.vertical_view .lp-price-main .lp-title {
    border-bottom: 1px solid #434343;
}

.lp-price-main .lp-title {
    background: unset !important;
}

/* .featured-plan .lp-price-list { */
.lp-price-list {
    padding: 20px 0 !important;
}

.lp-plane-top-wrape {
    text-align: left;
}

.vertical_view .lp-price-main .lp-title p {
    font-size: 50px !important;
}

.lp-price-main .lp-price-list .lp-listprc, .lp-price-list {
    background: unset !important;
}

.widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative:hover input.lp-review-btn, .listing-second-view a.secondary-btn:hover {
    background-color: transparent !important;
    border-color: #fff !important;
}

.review-post figure figcaption > p{
  display: none !important;
}

/* Default slide width */
.single-page-slider-container .listing-slide .slide {
    width: 50%;
}

/* 3rd image full width */
.single-page-slider-container .listing-slide .slide-full {
    width: 100% !important;
}

/* Ensure image fills */
.single-page-slider-container .listing-slide .slide-full img {
    width: 100%;
    height: 354px;
    object-fit: cover;
}

.grid-item {
  line-height: clamp(24px, 5vw, 32px);

  padding: 40px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 2vw, 24px);
  width: 100%;
  height: 176px;



}

.cat-item{
  padding: 50px 9rem !important;
}

.background-color {
  border: 1px solid transparent;
  position: relative;
  color: #d5d5d5;
  font-weight: 600;
  text-align: center;
  padding: 50px 20px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  background-color: black;
}

.background-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 110, 253, 1), rgba(0, 32, 96, 1));
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease, transform 1s ease;
  transform: scale(1);
}

.background-color:hover {
  opacity: 1;

}

.background-color.clicked::before {
  opacity: 1;
  transform: scale(1.05);
}




.view-btn {
  top: 100px;
  background-color: transparent;
  width: 100%;
  max-width: 213px;
  height: 55px;
  border: 1px solid #0077FF;
  color: white;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 01s ease;

}
.col-md-10.col-md-offset-1.padding-bottom-40.lp-margin-top-case.vertical_view {
    width: 100%;
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left:0px! important;
    }
}
img.icon.icons8-Checked {
    display: none;
}
.single-listing .post-detail-content {
   border: 0px! important;

}

.extra-fields{
	border:0px! important;
}
.reviews-section{
		border:0px! important;

}
.listing-second-view .post-meta-left-box > p {
    color: #fff! important;

}

.page-tabs {
justify-content: center;
}
a.show-all-timings {
    display: none;
}