/* Headrer ends */

/* HERO SECTION */
.hero {
  width: 100vw;
  margin: auto;
  position: relative;

  /* Background */
  background-image: url("https://markstac.com/wp-content/uploads/2025/12/64d0f4e13bdfe279d16345dacd4461b187edf048.jpg") !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;

  display: flex;
  height: 650px;
  justify-content: space-between;
  top: 60px;
  gap: 10vw;
  z-index: 999;
}

.grid-item.background-color:hover {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 110, 253, 1), rgba(0, 32, 96, 1));
    transition: opacity 1s ease, transform 1s ease;
    transform: scale(1); 
}

.tools-section span{
	color:#00e1e6;
	
}


.hero-left {
  max-width: 30vw;
  margin-left: 6vw;
  height: 100%;
  margin-top: unset! important;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

@media (max-width: 770px) {

  .marquee-scroll-first,
.marquee-scroll-second,
.marquee-scroll-third {
    width: 100%;
    overflow: hidden;
}

.scroll-content {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    will-change: transform;
}

.scroll-content > * {
    flex: 0 0 auto;
}


}


.hero h1 {
  font-size: clamp(30px, 5vw, 50px);

  font-weight: bold;

}

.hero h1 span {
  color: #00aaff;

  line-height: clamp(50px, 5vw, 70px);
}

.hero p {
  font-size: 19px;
  width: 34vw;
  line-height: clamp(24px, 5vw, 36px);

  color: #ccc;
  margin-bottom: clamp(10px, 2vw, 30px);

}

.that-works {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 50;
  width: 34vw;
	color: #FFFFFF;
}

.search-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
 



}

.search-bar input {
  width: 100%;
  max-width: 584px;
  height: 60px;

  margin-right: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #0077FF;
  margin-bottom: clamp(10px, 2vw, 30px);

}

.search-bar button {
  padding: 12px 16px;
  background-color: white;
  color: black;
  font-weight: normal;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  margin-right: auto;
}

.hero-right {
  width: 100%;
  max-width: fit-content;
  margin-right: 6vw;
  height: 650px;
  overflow: hidden;
  margin-bottom: clamp(10px, 2vw, 30px);
  display: flex;
  gap: clamp(10px, 2vw, 30px);
}

/* Common styles for all scroll columns */
.marquee-scroll-first,
.marquee-scroll-second,
.marquee-scroll-third {
  width: 100%;
  max-width: 222px;
  height: 650px;
  overflow: hidden;
  position: relative;
}

/* Scroll content layout */
.scroll-content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 30px);
}

/* Image sizing */
.scroll-content img {
  width: 100%;
  max-width: 222px;
  max-height: 192px;
  object-fit: cover;
}




@media(max-width:770px) {
  header {
    top: 0;
  }


  .hero {
    flex-direction: column;
    gap: 0;
    height: auto;
  }

  .hero h1 {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;

  }

  .hero h1 span {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero p {
    font-size: 19px;
    width: 88vw;
    margin-left: auto;
    margin-right: auto;

  }

  .that-works {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 50;
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left {
    width: 100%;
    max-width: 100vw;
    z-index: 9999999;

    height: 60vh;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
  }

  .search-bar input {
    font-size: 15px;
    width: 100%;
    max-width: 88vw;
    margin-left: auto;

  }

  .search-bar button {
    margin-left: 6vw;
  }

  .hero-right {
    width: 100%;
/*     max-width: 88vw; */
	   max-width: unset;
    margin-right: 0;
    gap: 20;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    


  }

  .hero-right::before {
    content: '';
    background: linear-gradient(to bottom, #000000 0%, #ffffff00 40%);
    z-index: 9;
    position: absolute;
    margin-top: 0%;
    left: 0;
    width: 100%;
   height: 80%;
   top: 40%;
    pointer-events: none;
   
  }
}

@media(max-width:500px) {
  .hero-right {
    gap: 5px;
    height: auto;
  }

  .hero-right::before {
top: 50%;
    pointer-events: none;
  }


}

@media(min-width:1580px) {
  .hero {
    height: 800px;
  }

  .hero-right {

    height: 800px;
  }

  .marquee-scroll-first,
  .marquee-scroll-second,
  .marquee-scroll-third {
    width: 100%;
    max-width: 222px;
    height: 800px;
    overflow: hidden;
    position: relative;
  }

  .hero-left p {
    width: 32vw;
    font-size: 22px;
  }
}

/* Hero end---------------------------------------------------- */
/* -------------------CATEGORIES SECTION----------------------- */
.category-section {
  background-color: #000000;
  padding-block: clamp(40px, 8vw, 100px);
  padding-left: 6vw;
  padding-right: 6vw;
  text-align: center;
margin-top: 50px;

}

.category-section h2 {

  text-align: center;
  margin-bottom: clamp(60px, 2vw, 100px);

  font-weight: 600;
  margin-left: 6vw;
  margin-right: 6vw;
  font-size: clamp(26px, 2vw, 32px);
}

.category-section h2 span {
  color: #00e1e6;
}

.grid {

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  max-width: 1313px;
  top: 30px;
  background-color: #1d1d1d;
  gap: 2px;
  margin-bottom: clamp(60px, 2vw, 100px);
  margin-left: auto;
  margin-right: auto;
}

.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;

}



@media (max-width: 768px) {
  .category-section{
    position: relative;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }



}

@media (max-width: 480px) {
  .category-section {
    padding: 20px 5px;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);

  }

  .grid-item {
    height: auto;
    font-size: 18px;
  }




}

/* Categories end */
/* ---------Tools Section ------------ */

.tools-section {
  /* background: linear-gradient(to bottom, rgba(15, 15, 15, 1) 0%, rgba(15, 15, 15, 0.6) 100%); */
  background: linear-gradient(180deg, #0F0F0F 0%, rgba(15, 15, 15, 0.4) 100%);
  /* background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(15, 15, 15, 0.6) 100%); */
  /* background: #0F0F0F; */
  padding-block: clamp(80px, 8vw, 100px); 
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
}


.tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;


}

.tools-heading {
  margin-bottom: clamp(40px, 2vw, 80px);
  margin-left: 6vw;
  margin-right: 6vw;
  font-size: clamp(26px, 2vw, 32px);
}

.tool-card {
  /* background-color: #101010; */
  border: 1px solid #434343;
  border-radius: 10px;
  padding: 20px;
  height: 214px;
  width: 100%;
  max-width: 526px;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  overflow: hidden;
}

.tool-card:hover {
  border-color: #0077ff;
  background: linear-gradient(to bottom, #1e205d3a 0%, #1e205d00 100%);
  box-shadow: 4px 4px #1e205d3a;
}

.tool-card img {
  position: absolute;
  height: 53px;
  object-fit: contain;
  width: fit-content;
  left: 1%;
  top: 1%;
}

.tool-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 53px;
}

.tool-info i {
  color: #006DC7;
}

.tool-info a {
  text-decoration: none;
  color: #0077ff;
}



.visit-btn {
  background-color: white;
  
  position: absolute;
  width: 100%;
  max-width: 155px;
  height: 45px;
  border: none;
  border-radius: 6px;
  font-size: 16px;

  right: 1%;
  top: 1%;
  cursor: pointer;
  font-weight: normal;


}
.visit-btn a{
color: black;
text-decoration: none;
}

.view-all-tools-btn {
  /* margin-top: clamp(60px, 2vw, 100px); */
  background-color: transparent;
  width: 100%;
  max-width: 197px;
  height: 55px;

  color: white;
  font-size: 18px;
  border: 1px solid #0077ff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 01s ease;
  margin-bottom: 60px;
  position: relative;
  top: 60px;
}




.tool-rating {
  font-size: 14px;

}

.full-stars i {
  color: #eeba0e;

}


.half-stars i {

  color: #eeba0e;
}

.tool-desc,
.tool-location,
.tool-services {
  font-size: 13px;
  color: #ccc;
  line-height: 1.4;
}


@media(max-width:900px) {

  .second-last-tool-card,
  .last-tool-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .tool-card {
    width: 100%;
    /* max-width: 320px; */
  }
}

@media (max-width:880px) {
/*   .tools-section {
    padding: 40px 20px;
  } */

  .tool-card {
    width: 100%;
    /* max-width: 500px; */
  }

  .visit-btn {
    font-size: 12px;
    background-color: white;
    color: black;

    width: 100%;
    max-width: 105px;
    height: 45px;
    border: none;
    border-radius: 6px;

    margin-left: 35%;
    right: 2%;
    top: 1%;
    cursor: pointer;
    font-weight: normal;



  }
.tool-card img {
  position: absolute;
  height: 55px;
  object-fit: contain;
  width: 100px;
  left: 1%;
  top: 1%;
}
}

@media(min-width:1580px) and (max-width:2200px) {
  .tools-grid {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .tool-card {
    /* max-width: 438px; */
  }
}

/* --------Tools ends--------- */
/* ---------how it works------  */
.how-it-works {
  background-color: black;

  margin: auto;
  padding-block: clamp(40px, 8vw, 100px);
  color: white;
  text-align: center;
}

.how-heading {
  margin-left: 6vw;
  margin-right: 6vw;
  font-size: clamp(26px, 2vw, 32px);
  margin-bottom: clamp(60px, 2vw, 100px);
}

.how-heading span {
  color: #00e1e6;
}

.how-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: clamp(40px, 2vw, 100px);
  /* margin-left: 6vw; */
  /* margin-right: 6vw; */
}

.how-card {
  background: #0F0F0F;
  z-index: 9999;
/*   border: 1px solid #333; */
  border-radius: 12px;
  padding: 30px 20px;

  width: 100%;
  max-width: 506px;
  height: fit-content;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  text-align: left;
	    position: relative;
}

.how-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 100%;
    color: #fff! important;
	margin-top:0px!important;
}

.how-card h3 {
    position: relative;
}

.how-card .number-class {
    position: absolute;
    top: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    right: 23px;
}
.how-sub {
    font-size: 18px;
    color: #D5D5D5;
    margin-bottom: 20px;
/*     line-height: 1.4; */
    font-weight: 400;
}


.how-placeholder img {

  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 252px;

}
@media(max-width:1500px){
  .how-card{
    max-width: 470px;
  }
  
.how-placeholder img {

  width: 100%;
  height: 100%;
 
  height: 200px;

}
}
@media (max-width: 768px) {
  .how-grid {

    flex-direction: column;
    align-items: center;
  }

  .how-card h3 {
    font-size: 20px;
  }

  .how-sub {
    font-size: 14px;
  }
}

@media(max-width:440px) {
  .how-placeholder img {
    height: 80%;
  }
}

/* how it works end -------- */
/* Why markspack starts */

.why-markspac {
  /* background-color: #0F0F0F; */
  background: #0F0F0F;
  color: white;
  text-align: center;
  padding-block: clamp(40px, 8vw, 100px);
}

.why-heading {
  margin-left: 6vw;
  margin-right: 6vw;
  font-size: clamp(26px, 2vw, 44px);
  margin-bottom: clamp(40px, 2vw, 80px);
}

.why-heading span {
  color: #00e1e6;
}

.why-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;

}

.why-card {
  background-color: #101010;
  border: 1px solid #434343;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  max-width: 230px;
  height: 230px;
  color: #ffffff;
  vertical-align: center;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 1.5vw, 24px);

}

.why-card p {
  color: #fff !important;
}

.why-card:hover {
  border-color: #0077ff;
  background: linear-gradient(to bottom, #1e205d3a 0%, #1e205d00 100%);
  box-shadow: 4px 4px #1e205d3a;

}



.icon-div {
  height: 70px;
  width: 70px;
  background-color: #D4E8FF;
  border-radius: 50%;
  color: #0077ff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-div img {
  position: absolute;
}

@media(max-width:590px) {
  .why-markspac {
    padding: 20px 10px;
  }

  .why-card {
    /* width: 100%; */
    /* max-width: 180px; */
    /* height: 160px; */
    /* padding: 10px; */
  }

  .why-card p {
    color: white;
    font-size: 16px;
  }


}

@media(max-width:426px) {
  .why-heading {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
  }

  .why-grid {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;

  }

  .why-card {
    /* max-width: 158px; */
    /* height: 150px; */
  }

  .icon-div {
    height: 55px;
    width: 55px;
  }
}

@media(max-width:380px) {
  .why-card {
    max-width: 88vw;
    height: 180px;
  }
}


/* ------------Why ends------------ */

/* ----trending section---- */
.trending-section {
  padding-block: clamp(40px, 8vw, 100px);
  overflow: hidden;
  height: auto;
  display: flex;
  padding-left: 6vw;
  padding-right: 6vw;

  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trending-section h2 {
  margin-bottom: clamp(40px, 2vw, 80px);
  margin-left: 6vw;
  margin-right: 6vw;
  font-size: clamp(26px, 2vw, 32px);
  text-align: center;
}

.slider-wrapper {

  overflow: hidden;
  position: relative;


}
/* .image-slider-int-carousal {
    margin: 25px !important;
} */

.slick-initialized .slick-slide {
    /* display: block; */
    margin: 0 10px;
}

.outer-slider {
  display: flex;
  width: 300vw;
  /* 3 slides */
  transition: transform 0.5s ease-in-out;
}

.slider-item {
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-shrink: 0;


}

.image-slider-int-carousal {
  position: relative;
  max-width: 420px;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  height: 300px;
  width: 100%;
}

.gradient-color {
  background: linear-gradient(to top, #0b0f14 5%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.carousal-inside-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 75%;
  left: 5%;
  z-index: 999;
}


.carousal-inside-para {
  position: absolute;
  z-index: 999;
  left: 15%;
  width: 70%;
  text-align: left;
  top: 79%;
  font-size: clamp(16px, 2vw, 18px);
}
.slider-track{
  width: 100%;
  height: 100%;
}

.slider-track img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  flex-shrink: 0;
}


.slider-arrows {
  text-align: center;
  margin-top: 20px;


}

.slider-arrows button {

  font-size: clamp(11px, 2vw, 16px);
  margin-top: clamp(40px, 2vw, 80px);
  background-color: #051023;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 43px;
  width: 43px;
}

.slider-arrows button:hover {
  background-color: #0077FF;
}

.slider-arrows button:disabled {
  color: #999;
  cursor: not-allowed;
}

@media (max-width: 500px) {
  .image-slider-int-carousal {
    width: 90vw;

  }

 

  .carousal-inside-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 75%;
    left: 5%;
    z-index: 999;
  }


}

@media (max-width:479px) {
  .image-slider-int-carousal {
    height: 250px;
  }

  .carousal-inside-para {
    left: 20%;
    top: 77%;
  }
}

@media (max-width:350px) {
  .carousal-inside-para {
    left: 25%;
    top: 75%;

  }

  .image-slider-int-carousal {
    height: 200px;
  }
}



/* end css of trending */


/* ---------------get featured -------- */
.get-featured {
  background: linear-gradient(45deg, #15134a 0%, #0077ff 100%);
  padding-block: clamp(40px, 8vw, 100px);
  text-align: center;
  color: white;
}

.featured-container {
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
}

.get-featured h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;

}

.featured-container h2 span {
    color: #fff !important;
}

.get-featured p {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: lighter;
  color: #e0e0e0;
  margin-bottom: 30px;
  line-height: 36px;

}

.list-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.list-btn:hover {
  background-color: white;
  color: black;
}

@media (max-width:720px) {
  .get-featured h2 {
    font-size: 35px;
  }


}

@media (max-width:400px) {
  .get-featured h2 {
    font-size: 25px;
  }

  .get-featured p {
    font-size: 14px;

  }
}

/* Get featured ends */

/* ------insights---------- */
.insights {
  background-color: #101010;
  padding-block: clamp(40px, 8vw, 100px);
  color: white;
  text-align: center;

}

.insights-heading {
  margin-left: 6vw;
  margin-right: 6vw;
  font-size: clamp(26px, 2vw, 32px);
  margin-bottom: clamp(40px, 2vw, 80px);

}

.insight-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-left: 6vw;
  margin-right: 6vw;

}

.insight-card {

  padding: 5px;
  border-radius: 12px;
  width: 100%;
  max-width: 388px;


  transition: transform 0.4s ease;
}

.insight-card:hover {
  transform: translateY(-5px);
}

.insight-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.insight-card p {
/*   font-size: //clamp(18px, 2vw, 24px); */
	font-size:18px;
  text-align: left;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
	color:#fff;
}

.insight-text {

  font-size: 14px;
  color: #ccc;
}

.explore-btn {
  width: 100%;
  height: 55px;
  font-size: 18px;
  max-width: 237px;

  background-color: transparent;
  color: white;
  border: 1px solid #0077ff;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
}

@media(min-width:1600px) and (max-width:2200px) {
  .insight-card {
    max-width: 458px;
  }
}

@media(max-width:800px) {
  .insight-card {
    max-width: 278px;
  }
}

@media(max-width:600px) {
  .insight-card {
    max-width: 238px;
    margin-bottom: 0;
  }
}

@media(max-width:540px) {
  .insight-card {
    max-width: 90vw;
    margin-bottom: 0;

  }
}

/* Insight ends *
/* newsletter starts */
.newsletter {
  background-color: white;
  background: url('assets/images/news\ letter-01\ 1.png');
  background-repeat: none;
  background-size: cover;
  background-size: 100%100%;
  padding-block: clamp(40px, 8vw, 70px);
  color: white;
  height: 250px;
}

.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;
  color: #fff !important;
}

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

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

.newsletter-right input {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  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: 30vw;
  font-size: clamp(15px, 2vw, 18px);
}

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

.listing-app-view.home {
    padding: 0px !important;
}

@media (max-width: 768px) {

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

  .newsletter {
    padding-block: clamp(30px, 8vw, 70px);
  }

  .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;
  }
}


/* ------trending ends---- */


/* what  */
.what {
    display: flex;
    flex-direction: column;
    padding-block: clamp(70px, 8vw, 90px);
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.what h2 {
    font-size: clamp(20px, 2vw, 36px);
    color: white;

    font-weight: normal;
    text-align: center;
   margin-bottom: clamp(10px, 5vw, 30px);
}

.what h2 span {
    color: #00d0ff;
}

.what p {
    text-align: center;
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: normal;
   color: #fff;
}

.fas, .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: 'Font Awesome 6 Free' !important;
}

/* what end */
/* section why choose us start */
.why-about{
   background-color: black;
    display: flex;
    flex-direction: column;
    padding-block: clamp(70px, 8vw, 90px);
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.why-about h2{
        font-size: clamp(20px, 2vw, 36px);
    color: white;

    font-weight: bold;
    text-align: center;
    line-height: clamp(36px, 2vw, 46px);
     margin-bottom: clamp(30px, 8vw, 60px);
}

.why-abt-grid{
    width: 100%;
    max-width: 1125px;
    display: flex;
    flex-direction: column;
   
       
   
}
.why-item-abt{
    display: flex;
 border-bottom: 1px solid #434343;
    width: 100%;
    max-width: 1125px;
 
}
.item-why-left{
width: 100%;
max-width: 460px;
background-color: black;
}
.item-why-left p{
     line-height: clamp(28px,5vw,32px);
    font-size: clamp(20px,2vw,24px);
    font-weight: bold;
    margin-left:5%;
    margin-top: 5%;
    margin-bottom: 80px;
}
.item-why-right{
width: 100%;
max-width: 665px;
background-color: black;
}
.item-why-right p{
        line-height: clamp(20px,5vw,32px);
    font-size: clamp(16px,2vw,18px);
    font-weight: normal;
    margin-left:5%;
    margin-top: 3%;
    color: #a3a3a3;
        margin-bottom: 40px;
}
/* why completed */


/* who we help */
.who-help {
    background: linear-gradient(to bottom, #0f0f0f 0%, #0f0f0f77 100%);
    display: flex;
    flex-direction: column;
    padding-block: clamp(70px, 8vw, 90px);
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.who-help h2 {
    font-size: clamp(20px, 2vw, 36px);
    color: white;

    font-weight: bold;
    text-align: center;
    line-height: clamp(36px, 2vw, 46px);
    margin-bottom: clamp(30px, 8vw, 60px);
}

.grid-who {
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    max-width: 1410px;
}

.grid-item-who {
    width: 100%;
    max-width: 330px;
    height: 396px;
    padding: 20px;
    border: 2px solid #434343;
    border-radius: 10px;
    gap: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.img-who {
    background-color: white;
    border-radius: 10px;
    height: 240px;
    width: 290px;
    font-size: clamp(20px, 2vw, 36px);
    line-height: clamp(36px, 2vw, 46px);
}

.grid-item-who h3 {
    font-size: 22px;
    line-height: clamp(18px, 2vw, 32px);
}

.grid-item-who p {
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 18px;
    line-height: clamp(22px, 2vw, 28px);
}

@media(max-width:1574px) {
    .grid-item-who {
        width: 100%;
        max-width: 270px;
        height: 356px;
        padding: 20px;

    }

    .img-who {
        background-color: white;
        border-radius: 10px;
        height: 210px;
        width: 220px;

    }
}

@media(max-width:650px) {
    .grid-item-who {
        width: 100%;
        max-width: 78vw;
        height: 376px;
        padding: 20px;

    }

    .img-who {
        background-color: white;
        border-radius: 10px;
        height: 230px;
        width: 68vw;

    }
}

/* who we help end */

.join-about {
  background: linear-gradient(45deg, #15134a 0%, #0077ff 100%);

    padding-block: clamp(70px, 8vw, 90px);
 text-align: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.featured-container {
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
}

.join-about h2 {
  font-size: clamp(35px,5vw,50px);
  font-weight: bold;
  margin-bottom: 15px;

}


.join-about p {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: lighter;
  color: #e0e0e0;
  margin-bottom: 30px;
  width: 52vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 36px;

}

.list-btn-abt {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 12px 30px;
  font-size: clamp(16px,2vw,18px);
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.list-btn-abt:hover {
  background-color: white;
  color: black;
}

@media (max-width:720px) {
  .join-about h2 {
    font-size: 35px;
  }
.join-about p{
    width: 88vw;

}

}

@media (max-width:400px) {
  .join-about h2 {
    font-size: 25px;
  }

  .join-about p {
    font-size: 14px;

  }
}

/* ---end footer--- */

/* Pagination Style */
  /* Pagination Container */
  .my-pagination-container {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }
