.futureblog-wrapper {
  background: #210905;
  border-radius: 30px;
  overflow: hidden;
  padding: 27px;
  display: flex;
  gap: 40px;
}

.futureblog-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.futureblog-img img {
  width: 100%;
  height: 504px;
  object-position: center;
  border-radius: 12px;
}

.futureblog-text {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-right: 55px;
    gap: 15px;
}

.blog-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 85px 0px  20px;
}

.blog-heading {
    padding-bottom: 72px;
}

.post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.singel-post-wrapper {
  background: #210905;
  border-radius: 18px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.post-img img {
  width: 100%;
  height: 258px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.post-img {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.post-data {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #ffffff;
}

.post-meta-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.futureblog {
    margin-top: 50px;
}
.futureblog-text h3 {
    text-align: left;
}
span.categories {
    background: #FC54381A;
    border: 1px solid #FC5438;
    border-radius: 26px;
    padding: 6px 16px;
    font-size: 15px;
    line-height: 21px;
}
span.post-date {
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
}
.blog-post-wrapper {
    margin-top: 134px;
}
.blog-nav-bar {
    margin-bottom: 50px;
}
.search-and-filters {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-tabs button {
    border: 1px solid #FC5438;
    background: #FFFFFF4A;
    color: #FC5438;
    border-radius: 33px;
    font-size: 16px;
    line-height: 21px;
    padding: 11px 22px;
}
.category-tabs {
    display: flex;
    gap: 20px;
}
.category-tabs button:hover, .category-tabs button.active {
    color: #ffffff;
    background: #210905;
}
.search-and-filters input {
    border: 1px solid #FC5438;
    border-radius: 33px;
    padding: 11px 11px 11px 34px;
    width: 260px;
}
.search-and-filters svg {
    position: absolute;
    left: 15px;
}
.post-meta-data {
    color: #ffffff;
}
#ajax-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#ajax-pagination span.page-numbers.current {
    color: #FC5438;
}
#ajax-pagination a {
    color: #000000 !important;
}
#ajax-pagination a:hover {
    color: #FC5438 !important;
}

/* singel blog css*/

section.main-singel-blog-post-wrapper {
    margin: 140px 0px 0px 0px;
}
.bg-wraper-singel-blog-post {
    background: #F3E5E3;
    padding: 80px 0px 0px 0px;
}
.brad-crump {
    display: flex;
    align-items: center;
    gap: 13px;
}
.brad-crump a {
    color: #000000;
    font-weight: 400;
}
.brad-crump .span-color {
    color: #FC5438;
}
.blog-title {
    margin-top: 26px;
}
.single-blog-meta-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 39px 0px 29px 0px;
}
.meta-col {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-avatar {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.share-wrapper {
  position: relative;
}

.share-btn {
  cursor: pointer;
}

.share-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background: white;
  border: 1px solid #f05a42;
  border-radius: 6px;
  padding: 10px;
  display: none;
  flex-direction: column;
  z-index: 100;
}

.share-dropdown a {
  color: #f05a42;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
}

.share-dropdown a:hover {
  text-decoration: underline;
}
.meta-col .category-badge, .share-btn {
    background: #FC54381A;
    border: 1px solid #FC5438;
    border-radius: 26px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
}
.blog-post-data-wrapper {
    display: flex;
    gap: 30px;
    padding-bottom: 103px;
}
.bolg-body-data {
    width: 100%;
}
.fix-col-container {
    width: 100%;
    max-width: 395px;
    position: relative;
    top: 110px;
}
.fix-serch {
    background: #210905;
}
.blog-featured-img img {
    width: 100%;
    height: 427px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}
.blog-body-content {
    margin-top: 44px;
}
.blog-body-content p {
    font-size: 18px;
    font-weight: 400;
    color: #06141B;
}
.blog-body-content h4 {
    margin: 30px 0px 18px 0px;
    text-transform: capitalize;
    font-size: 26px;
}
.related-blogs-wrapper {
    padding-bottom: 100px;
}
.related-blogs-wrapper h3 {
    padding-bottom: 46px;
}
.fix-col-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.fix {
    background: #210905;
    padding: 28px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.fix h4 {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
}
div#recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.recent-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.recent-post-item img {
    width: 142px;
    height: 95px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.recent-post-text {
    width: 53%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#recent-categories {
    list-style: none;
    padding: 0;
}
#recent-categories li {
    padding: 13px 0px;
    font-size: 17px;
    line-height: 28px;
    border-bottom: 1px solid #FC54384D;
}
.side-search-bar svg {
    position: absolute;
    left: 16px;
}
.search-items {
    background: linear-gradient(269.6deg, rgba(147, 44, 26, 0) 0.31%, rgba(252, 84, 56, 0.18) 99.11%);
    display: flex;
    align-items: center;
    border-radius: 30px;
    position: relative;
    border: 1px solid #fc54384a;
}
.search-items input {
    width: 330px;
    background: transparent;
    border: none;
    padding: 12px 12px 12px  38px;
}
.recent-post-text span.recent-date {
    color: #F3E5E3;
    margin-bottom: 10px;
}
.fix p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: justify;
}
.Subscribe input.wpcf7-email {
    width: -webkit-fill-available;
    border: 1px solid #FC5438;
    background: #210905;
    border-radius: 47px;
    padding: 14px 14px 14px  36px;
    display: inline-block;
    margin-bottom: 14px;
}
.Subscribe .Btn-primary {
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
}
.Subscribe .Btn-primary:hover {
    color: #FC5438;
}
div#recent-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
div#recent-tags a {
    border: 1px solid #FC5438;
    border-radius: 52px;
    padding: 4px 20px 2px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    opacity: 80%;
}











/*      contact us page        */
.page-id-2475 section.Contact-section {
    display: none;
}

.wpcf7-response-output {
    color: #ffffff;
    border: none !important;
}
span.wpcf7-not-valid-tip {
    color: #ffffff;
    margin-top: 12px;
}
span.wpcf7-spinner {
    position: absolute;
}
/*  .united-kingdom,*/
/*  .united-states,*/
/*  .pakistan {*/
/*    fill: #FF8E3C;*/
/*  }*/

/*  svg {*/
/*    width: 100%;*/
/*  }*/

/*  circle {*/
/*    fill: #F3B6AC;*/
/*  }*/
  
/*  .card {*/
/*    background: linear-gradient(42.85deg, #210905 59.35%, #872514 110.29%);*/
/*    border-radius: 12px;*/
/*    width: 260px;*/
/*    height: auto;*/
/*    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);*/
/*    display: none;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 16px 20px;*/
/*    text-align: center;*/
/*    gap: 10px;*/
/*    position: absolute;*/
/*    transform: translate(-50%, -100%);*/
    /* Centers and lifts above dot */
/*    z-index: 999;*/
/*  }*/

/*  .card h4 {*/
/*    font-size: 18px;*/
/*    line-height: 1.2;*/
/*    color: #ffffff;*/
/*    font-weight: 600;*/
/*  }*/

/*  .card p {*/
/*    font-size: 14px;*/
/*    line-height: 1.4;*/
/*    color: #ffffff;*/
/*    margin: 0;*/
/*  }*/

/*  .card img {*/
/*    width: 34px;*/
/*    height: auto;*/
/*  }*/

/*  .card::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 34px;*/
/*    height: 22px;*/
/*    background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/Polygon-8.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    bottom: -18px;*/
/*  }*/
/*.card {*/
/*  position: absolute;*/
/*  transform: translate(-50%, -100%);*/
/*}*/










/*      popup css      */

    /* Disable body scroll */
body.noscroll {
  overflow: hidden !important;
  height: 100vh;
}

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
}

/* Active popup class */
.popup-overlay.active {
  display: flex;
}

/* Popup Box */

.popup-box-1{
    display: unset;
}


.popup-box {
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
    padding: 70px 35px 40px;
    border-radius: 12px;
    width: 85%;
    height: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    color: #ffffff;
    overflow: auto;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 50px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.popup-content input.wpcf7-text , .wpcf7-select {
    width: -webkit-fill-available;
    max-width: 100%;
    border-radius: 33px;
    border: .5px solid #FC5438;
    padding: 17px 33px;
    font-size: 18px;
    line-height: 100%;
    background: #FC543814;
    color: #ffffff;
}

.popup-content form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
}
.popup-content input.wpcf7-text::placeholder {
    color: #ffffff;
}
.popup-content {
    display: flex;
    flex-direction: column;
    /*gap: 26px;*/
    width: 100%;
}
.popup-content .Btn-primary {
    color: #ffffff;
    font-size: 22px;
}
.popup-content .Btn-primary:hover {
    color: #FC5438;
}
.popup-content p :last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-content h3 {
    padding-bottom: 10px;
}
iframe {
    height: auto;
    min-height: 660px;
}


/* 1. Style the dropdown text and background */
select.wpcf7-form-control.wpcf7-select {
  background-color: #47150C;  /* dropdown ka background */
  color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wpcf7-form-control-wrap[data-name="select-888"]::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transition: transform 0.3s ease;
}











/*////////////////////final touch up section spacing//////////////*/



:root {
  --lg-bg-color: rgba(23, 0, 0, 0.5);
  --lg-highlight: rgba(255, 190, 173, 54%);
}



.glass-filter,
.glass-overlay,
.glass-specular {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.glass-filter {
  z-index: 0;
  backdrop-filter: blur(2px);
  filter: url(#lensFilter) saturate(120%) brightness(1.15);
}

.glass-overlay {
  z-index: 1;
  background: var(--lg-bg-color);
}

.glass-specular {
  z-index: 2;
  box-shadow: inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}







































/*.bg-wraper{*/
/*    padding: 125px 0px 116px 0px;*/
/*}*/
.bottom-design-wrapper .selection-card-heading {
    max-width: 370px;
}
.home-blog-buttton {
    padding-top: 83px;
    text-align: center;
}




/* customizer css */

.augmentation .why-heading h3 {
    max-width: 410px;
}
.service-card-footer-wrapper .Btn-primary:hover a{
	color:#FC5438 !important;
}
.staff-process-button{
	padding-bottom:20px;
}
.hero-section-button a{
 display: inline-block;
}
/*.why-instruction p {*/
/*    max-width: 479px;;*/
/*}*/
.why-label-review-wrapper {
    padding: 75px 0 42px;
}
.why-tek2d-wrapper.why-tek2d-service-cover {
    padding-bottom: 20px;
}
.search-and-filters svg{
	width: unset;
}
.search-items input{
 color: #fff;
}

