/*
Theme Name: TEK2D-Child
Theme URI: https://tek2d.com
Author: TEK2D
Author URI: https://tek2d.com/
Description: Tek2D is a custom and minimalist WordPress theme that was built specifically to work seamlessly with custom functionality. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the custom code. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Version: 2.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TEK2D
*/

/* Tek2d journal css */
body,html{
    overflow-x:hidden !important;
}
*{
    box-sizing: border-box;
}

@font-face {
  font-family: 'Mena Grotesk';
  src: url('assets/fonts/Mena Grotesk Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mena Grotesk';
  src: url('assets/fonts/Mena Grotesk Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Apply Medium font to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Mena Grotesk', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* Apply Regular font to paragraphs and other body text */
body, p, li, span, a, blockquote {
  /*font-family: 'Mena Grotesk', sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.heading-span{
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #FC5438;
}

html, body {
    margin: 0;
    padding: 0;
    background: #47150C;
}

/*.main-container{*/
/*  width: 100%;*/
/*  max-width: 1440px;*/
/*  margin: 0 auto;*/
/*  padding: 0px 0px 0px 0px; */
/*  box-sizing: border-box;*/
/*}*/

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}

a{
  font-family: 'Mena Grotesk', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0%;
}

h1{
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -0.76px;
}

h2{
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.76px;
  text-align: center;
}
h2.heading-span{
   line-height: 48px;
}

h3{
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.75px;
  text-align: center;
}

h3.heading-span{
   line-height: 52px;
}
h4{
font-size: 20px;
line-height: 26px;
letter-spacing: 0px;
}

img{
 width:100%;
}

.bottom-design-wrapper img{
    max-width: 480px;
    height: 244px;
    object-fit: cover;
    margin: 0 auto;
}
.swiper-table-column .swiper-slide:last-child .heading-color:last-child {
  border-radius: 0px 0 22px 0;
}
/* all Button style */

.Btn-primary {
    padding: 10px 21px;
    border: 1px solid;
    border-color: #FC5438;
    border-radius: 34px;
    background: #FC5438;
    display: inline-block;
}

.Btn-primary:hover{
    border-color: #FC5438;
    background: #ffffff;
    color: #FC5438;
    border-radius: 34px;
}

.Btn-secondary {
    border: 1px solid;
    padding: 10px 21px;
    border-radius: 34px;
}

.Btn-secondary:hover{
    border-color: #FC5438;
    background: #ffffff;
    color: #FC5438;
}

.Btn-Three {
    text-decoration: underline;
}

.Btn-Three:hover {
    color: #FC5438;
}
.swiper-button-next, .swiper-button-prev {
svg {
    fill: #00000000 !important;
}
}
.card-footer p {
    display: none;
}
.card-footer span {
    padding-bottom: 20px;
}
/* header css starts */

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    
}

.nav-container {
    position: fixed;
    top: 17px;
    width: 100%;
    z-index: 999;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 34px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    transition: all 2s ease-in-out;
}

.col-one {
    width: 21%;
    display: flex;
    justify-content: flex-start;
    z-index: 3;
    /*padding-top: 8px;*/
}

.col-two {
    width: 58%; /* 50%*/
    display: flex;
    justify-content: center;
     z-index: 3;
}

.col-three {
    width: 21%;
    display: flex;
    justify-content: end;
    z-index: 3;
}

.hamburger{
    z-index: 3;
}
.col-one img {
    width: 100%;
    max-width: 112px;
}

nav a{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-size: 15px;
  display: flex;
}

.col-two ul {
    display: flex;
    gap: 37px;
    padding: 0;
}

.col-two ul li {
    list-style: none;
}

.col-two a:hover{
  color: #FC5438;
}

.col-two .current-menu-item a{
  color: #FC5438;   
}


/* footer css */

section.Contact-section {
    background: #F3E5E3;
}

.main-bg-color {
  background: linear-gradient(0deg, #47150C 0%, #210905 100%);
}

.text-slider {
    padding-top: 80px;
}

.marquee-heading h2 {
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
}

/* Overall Container */
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap;
}

/* Marquee Inner Wrapper */
.marquee-inner {
  display: inline-flex;
  animation: marquee-animation 45s linear infinite;
  /* Allow hover to stop the animation */
  animation-play-state: running;
}

/* Marquee Container Hover Effect: Pause animation on hover */
 .marquee-container:hover .marquee-inner {
    animation-play-state: paused;
}

/* Individual Marquee Items */
.marquee-item {
  display: inline-block;
  padding: 0 20px;
  flex-shrink: 0;
}

.marquee-slide-cover {
  display: flex;
  align-items: center;
}
.overlap-wrapper {
    z-index: 2;
    position: relative;
}

.marquee a {
  text-decoration: none;
}


/* Text Styling */
.marquee-text {
  margin-left: 15px;
}

.marquee-text p {
    color: #ffffff;
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: -0.75px;
    text-align: center;
}

/* Marquee Animation */
@keyframes marquee-animation {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.footer {
    padding-top: 93px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.footer-col-one {
    width: 323px;
}

.footer-col-three {
    width: 207px;
}

.footer-col-four {
    width: 300px;
}

.footer h5 {
  font-size: 22px;
  letter-spacing: -1%;
  margin-bottom: 30px;
}

.footer p {
  font-size: 15px;

  letter-spacing: 0px;
  opacity: 80%;
}

.footer h6 {
    font-size: 16px;
   
    letter-spacing: 0%;
    margin-bottom: 9px;
}

.footer p {
    margin-bottom: 9px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer a {
    font-size: 16px;
    opacity: 80%;
    
    letter-spacing: 0%;
}

.footer a:hover {
    color: #FC5438;
    opacity: 100%;
}

.social-icon {
    margin-top: 22px;
    display: flex;
    gap: 11px;
}

.social-icon svg:hover circle {
    fill: #FC5438;
}

.social-icon svg:hover path {
    fill: #ffffff;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-menu ul li {
    list-style: none;
}

.footer-bottom img {
    width: 348px;
    height: 77px;
    margin-top: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 30px;
}

.footer-bottom p{
    opacity: 80%;
    color: #ffffff;
}

/* home page css */


.hero-section-cover-wrapper {
    background: radial-gradient(48.73% 48.73% at 50% 50%, #47150C 0%, #210905 100%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: normal;
    min-height: 600px;
}
 
.hero-section-overlay {
    position: relative;
    z-index: 9;
}

.hero-section-overlay {
    position: relative;
    z-index: 9;
}

.hero-section-bg-wrap {
    padding: 187px 0px;
    /*background-image: url(https://new.tek2d.com/wp-content/uploads/2025/07/red_dots_blinking_pattern_faster.svg);*/
    width: 100%;
    position: relative;
}

.hero-section-bg-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: fit-content;
    z-index: 0 !important;
}


canvas {
  position: absolute;
  width: 100%; height: 100%;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}


.hero-section-content-wrapper {
    color: #ffffff;
}

.span-space h1 {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.span-space span {
    font-family: "Playfair Display",    serif;
    font-style: italic;
    color: #fff;
    display: inline-block;
    margin-right: 17px;
}
.hero-section-paragraph {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    text-align: center;
    max-width: 620px;
    opacity: 80%;
    margin: 0 auto;
    padding-bottom: 53px;
    line-height: 24px;
}
.hero-section-button a {
    
    font-size: 22px;
}
.carousel-with-text-carousel {
    padding-top: 25px;
}

.slider-wrap {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    margin: 0px 0px -86px 0px;
}

.slider-1 .owl-item {
    padding: 100px 0px;
}

.slider-1 .owl-item .item {
    transition: 1s;
 }

/*.slider-1 .owl-item.active:not(.center) .item {*/
/*    transform: perspective(1200px) rotateY(-40deg);*/
/*}*/

/*.slider-1 .owl-stage .owl-item.active:not(:is(.center), :is(.center ~ *)) .item {*/
/*    transform: perspective(1200px) rotateY(40deg);*/
/*}*/

.owl-item.active.center {
    transform: scale(1.2);
    transition: all 0.8s ease-in-out;
}

.slider-1 .owl-nav {
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.owl-stage img {
    height: 432px;
    object-fit: cover;
    border-radius: 30px;
}


/* home page slider css */

.process-container{
    padding-bottom: 60px;
}
.about-process-main
 {
    padding-bottom: 80px;
}
.process-home-main {
    padding: 111px 0 100px;
}
.process-wraper {
    background: #FFF3F2;
    border-radius: 30px;
    padding: 70px 110px 77px;
    width: 100%;
}

.process-heading h3 {
    text-align: center;
    color: #06141B;
    max-width: 450px;
    margin: 0 auto;
}

.process-data-wraper {
    display: flex;
}

.process-data-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-data-col span{
color: #FC5438;  
font-size: 15px;

letter-spacing: 0px;
text-transform: uppercase;
}

.process-data-col h4 {
    letter-spacing: -0.75px;
    color: #06141B;
}

.process-data-col p {
    color: #06141B;
    font-size: 16px;
    max-width: 190px;
    letter-spacing: 0px;
    line-height: 20px;
}

.divider {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.divider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFB8AE;
}
.process-data-wraper > .process-data-col:nth-child(4) .divider:after {
    background: none;
}

.dot-animaction{
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: linear-gradient(180deg, #FF3210 0%, #FF826D 100%);
  box-shadow: 0px 0px 4.5px 1.5px #FFFFFFE5 inset;
  box-shadow: 0px 0px 13.5px 0px #FFA798;
  backdrop-filter: blur(0.75px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dot {
    background: #FFB8AE;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 4.5px 1.5px #FFFFFFE5 inset;
    box-shadow: 0px 0px 13.5px 0px #FFA798;
    backdrop-filter: blur(0.7499999403953552px);
}
.home-blog{
    padding-top:114px;
}
.home-blog .bs-service-heading{
    padding-bottom: 64px;
}
.home-blog .hs-service-main-cover{
    padding: 82px 50px 67px;
}
.home-blog-buttton {
    padding-top: 72px;
    text-align: center;
}
.home-blog-buttton a {
    font-size: 22px;
    display: inline-block;
}
.hs-service-main-cover.home-blog-wrapper{
    background-image:unset !important;
    background-color:#210905!important;
}
/* ////////////////////-----------REVIEW SLIDER----------////////////// */
.service .span-space h1 {
    max-width: 650px;
}
 .service .span-space h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #FC5438;
}

 .service-review-slider {
      padding: 60px 0px 60px 0px;
    }

    .subheading {
      text-align: center;
      font-size: 16px;
      color: #888;
      margin-bottom: 10px;
    }

 .subheading {
    text-align: center;
    font-size: 22px;
    color: rgba(252, 84, 56, 1);
    margin-bottom: 12px;
    
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.review-slider-heading {
    font-size: 45px;
    
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
}
.review-slider-heading  h3 span{
  color: rgba(252, 84, 56, 1);

}
.main-slider-review-wrapper{
  padding-top: 44px;
  margin-left: 65px;
}
/*.mySlider .swiper-slide:first-child {*/
/*  margin-left: 65px;*/
/*}*/
   .review-cards-wrapper{
    text-align: center;
   }
  
    .swiper {
      width: 100%;
      height: 100%;
    }

.service-review-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
     
    }
    .service-review-slider.home-review-slider{
        padding-top: 100px!important;
        padding-bottom: 60px!important;
    }

    .slider-container{
      max-width: 100%;
      margin-right: 0;
    }
/* .slide-content-wrapper {
  position: relative;
  border-radius: 20px;
  padding: 0.8px; 
  background: conic-gradient(
    from 180deg at 50% 50%,
    #FC5438 -10.38deg,
    #FC5438 1.73deg,
    rgba(255, 150, 136, 0) 88.27deg,
    #FC5438 171.35deg,
    rgba(255, 150, 136, 0) 256.15deg,
    #FC5438 349.62deg,
    #FC5438 361.73deg
  );
} */

.slide-inner-content {
  background: rgba(255, 248, 247, 1); /* inner card background */
  border-radius: 30px;
  padding: 22px;
  height: 100%;
}
     .slider-card-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .slider-card-logo img {
      width: 75px;
      height: 45px;
    }
.user-img img {
    width: 75px;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FF9688;
}

    .quote-icon {
      font-size: 30px;
      text-align: left;
      margin: 20px 0 10px;
      color: #bbb;
    }
    .inner-card-review{
      min-height: 272px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
.slide-card-instruction {
    text-align: left;
    font-size: 20px;
    color: rgba(33, 9, 5, 1);
    margin-bottom: 20px;
    line-height: 27px;
    letter-spacing: 0;
}
.slide-card-instruction p {
    line-height: 27px;
}

    .card-footer {
      text-align: left;
      font-size: 14px;
      color: #666;
    }

   .card-footer span {
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 18px;
    line-height: 18px!important;
    margin-bottom: 5px;
}
   .card-footer p {
     font-size: 12px;
     line-height: 12px!important;
     color: rgba(138, 141, 145, 1);
     padding: 2px 0;
}
.service-review-slider .swiper-slide-active .slide-inner-content .inner-card-review p {
   color: #ffffff;
}
.service-review-slider .swiper-slide-active .slide-inner-content {
  background: linear-gradient(0deg, #47150C 0%, #210905 100%);
  color: #ffffff;
}
.service-review-slider .swiper-slide-active .slide-inner-content .inner-card-review span {
   color: #ffffff;
}
.service-review-slider .swiper-slide-active .slide-inner-content .card-footer p{
 color: rgba(138, 141, 145, 1);
}
.service-review-slider .swiper-slide-active .slider-card-logo img{
 filter: brightness(60);
}
@media (min-width: 768px) {
.service-review-slider .swiper-slide:hover .slider-card-logo img{
 filter: brightness(60);
}

.service-review-slider .swiper-slide:hover .slide-inner-content {
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
}
.service-review-slider .swiper-slide:hover .slide-inner-content .inner-card-review p {
   color: #ffffff;
}
.service-review-slider .swiper-slide:hover .slide-inner-content .inner-card-review span {
   color: #ffffff;
}
.service-review-slider .swiper-slide:hover .slide-inner-content .card-footer p{
 color: rgba(138, 141, 145, 1);
}
.divider.divider-2 {
    display: none;
}
}
.slider-card-logo {
    padding-right: 15px;
    display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after{
  content: none !important;
}
.swiper-button-prev,
.swiper-button-next{
  position: unset !important;
}
.btn-inner-content {
  display: flex;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 11px;
  gap: 41px;
  justify-content: center;
  background: linear-gradient(180deg, #FF3210 0%, #FF826D 100%);
  width: fit-content;
  box-shadow:
    0px 0px 4.5px 1.5px rgba(255, 255, 255, 0.9) inset,
    0px 0px 13.5px 0px rgba(255, 167, 152, 1);
  backdrop-filter: blur(0.75px);
  border-radius: 52px;
  padding:17px 18px ;
}
.swiper-button-next svg,
 .swiper-button-prev svg {
    width: 14px!important;
    height: 14px !important;
    object-fit: contain;
    transform-origin: center;
}
.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.process-heading {
    padding-bottom: 44px;
}

/*---------Pricing-Table----------*/
.tabletek2d h4{
   color:#fff; 
}
.tabletek2d .choice-heading h3 {
    max-width: unset !important;
    color: #fff;
}
    .table-scrollbar-wrapper {
        max-width: 230px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding-top: 55px;
    }
    .table-scrollbar-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal{
    height:10px !important;
    background-color: #FFFFFF !important;
    }
    .table-scrollbar-wrapper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
        height:10px !important;
        background-color: #FFFFFF !important;
        width:100% !important;
        border-radius:18px;
    }
    .table-scrollbar-wrapper .swiper-pagination-progressbar-fill{
        border-radius:18px !important;
    }
    .swiper-scrollbar-drag{
    background-color:#FC5438 !important;
    }
.tabletek2d .choice-paragraph p {
    color: #FFF;
	  max-width:unset;
	  padding-top: 25px;
	  opacity: 80%;
}
.label-ins-why-require p,
.why-instruction p{
    opacity: 80%;
}

.table-wraper {
  display: flex;
  padding-top: 108px;
}

.table-col {
  display: flex;
  justify-content: center;
}
.table-col-1 {
    width: 26% !important;
    border-radius: 22px;
}
.swiper-table-column {
    width: 74%;
}
/*.table-col.table-col-1 .text-col h4:first-child {*/
/*    border: none;*/
/*    padding: 16px 0 !important;*/
    /*height: 35px!important;*/
/*}*/
/*.table-col.table-col-1 .text-col h4:last-child {*/
/*    border: none;*/
/*    padding: 16px 0 !important;*/
    /*height: 35px!important;*/
/*}*/

.text-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 22px;
  background: radial-gradient(168.89% 86.5% at 89.84% 7.3%, #FF7D67 0%, #FC5438 100%);
  /*box-shadow: 0px 0px 57.08px -45.2px #FF745DB2;*/
    box-shadow: 0px 0px 50px 5.8px #FF745DB2;
}

.text-col h4 {
  text-align: left !important;
  padding-left: 46px;
  justify-content: flex-start !important;
  width: auto !important;
}

.icon-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}

.table-wraper h4 {
  position: relative;
  width: 100%;
  height: 85px;
   /*padding: 36px 40px;*/
  text-align: center;
  border-bottom: 1px solid #F5F5F733;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-col h4:last-child {
  border: none !important;
}

.heading-color {
  background: #25090550;
}

.border-radius h4:nth-child(6) {
  border-radius: 0px 0px 22px 0px;
}

.border-radius h4:nth-child(6) {
  border-radius: 0px 0px 50px 0px;
}

.border-radius h4:first-child {
  border-bottom: none;
}

.border-radius h4:nth-child(2) {
  border-top: 1px solid #F5F5F733;
  border-radius: 0px 22px 0px 0px;
}
.icon-col img{
    max-width:66px;
}
.pricing-header {
    text-align: center;
}
.price-sub-heading {
    font-size: 22px;
    /*line-height: 26px;*/
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(252, 84, 56, 1);
    margin-bottom: 10px;
}
.price-section-heading {
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
    max-width: 500px;
    margin: 0 auto;
}
section.pricing-table {
    padding-top: 65px;
}
.pricing-box-container {
    padding: 0px 0px 0px 0px;
}
.GRAPHIC-BOX-WRAPPER {
    background: rgba(255, 243, 242, 1);
    padding: 40px 37px;
    border-radius: 30px;
    width: 100%;
}
.boxes-two-column-last {
    width: 33%;
}
.price-section-heading h3 span {
    color: rgba(252, 84, 56, 1);
    font-style: italic;
}
.pricing-box-container{
    display: flex;
    gap: 22px;
    justify-content: center;
}
.graphic-header-btn a {
    font-size: 20px;
}
.client-col span {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(252, 84, 56, 1);
}
.client-col h4{
    font-size: 22px;
}

.plans .gradient-border {
  padding: 1px; 
  border-radius: 30px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #FC5438 -10.38deg,
    #FC5438 1.73deg,
    rgba(255, 150, 136, 0) 88.27deg,
    #FC5438 171.35deg,
    rgba(255, 150, 136, 0) 256.15deg,
    #FC5438 349.62deg,
    #FC5438 361.73deg
  );
  width: 33%;
}
.boxes-two-column-last .gradient-border {
    width: 100%!important;
}
.gr-heading-sub h4{
    color: rgba(6, 20, 27, 1);
    letter-spacing: -0.75px;

}
.gr-heading-sub p{
    font-size: 16px;
    color: rgba(6, 20, 27, 1)!important;
    margin-top: 5px;
}
.gr-heading-sub span {
    font-size: 48px;
    letter-spacing: -1.1px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: rgba(252, 84, 56, 1);
    margin-top: 31px;
    text-transform: capitalize;
    font-family: 'Mena Grotesk', sans-serif;
}
.gr-heading-sub span p{
    text-transform: none;
}
.graphic-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 0.75px solid rgba(42, 46, 53, 1);
}
.active-more{
    background: rgba(252, 84, 56, 1);
    border: 0.75px solid rgba(252, 84, 56, 1);
    color: #ffffff;
}
.graphic-header-btn a {
    Padding: 16px 21px 16px 21px;
    background: rgba(34, 10, 6, 1);
    border-radius: 52px;
    margin-top: 30px;
    text-align: center;
    display: block;
    border: 1px solid #220A06;
}
 .graphic-header-btn a:hover {
    background: #ffffff;
    color: #220A06;
}
.graphic-center {
    padding: 26px 0;
}
.including-tags-wrap {
    Padding: 11px 15px 11px 15px;
    border: 0.75px solid rgba(252, 84, 56, 1);
    border-radius: 37px;
}
.including-tags-wrap span{
    font-size: 16px;
    color: rgba(6, 20, 27, 1);
    opacity: 80%;
}
.require-label span{
     opacity: 80%;
}
.included-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    row-gap: 14px;
    column-gap: 10px;
}
.requirments-content {
    display: flex;
    gap: 18px;
    Padding: 9px 12px 9px 12px;
    border-bottom: 0.75px solid rgba(6, 20, 27, 0.2);
}
.requir-first{
     border-top: 0.75px solid rgba(6, 20, 27, 0.2);
}
.graphic-included {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 280px;
}
.graphic-header{
    border: none;
}
.last-small-box{
    background: rgba(255, 243, 242, 1);
    padding: 40px 37px;
    border-radius: 30px;
}
.last-boxes-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.last-padding-remove,
.padding-remove{
    padding-bottom: 0px;
}
/* .GRAPHIC-BOX-WRAPPER:hover{*/
/*    background: linear-gradient(0deg, #47150C 0%, #210905 100%);*/
/*    color: #FFFFFF;*/
/*}*/


 .active-box-2{
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
    color: #FFFFFF;
}

.Price-plan {
    color: #06141B !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
}

.active-box-2 .Price-plan {
    color: #ffffff !important;
}
 
 
.active-box-2 .including-tags-wrap
span{
 color: rgba(255, 255, 255, 1);
 opacity: 80%;
 
}
.active-box-2 .graphic-inner-content-wrapper
p{
 color: rgba(255, 255, 255, 1)!important;
 opacity: 80%;
}
.active-box-2.graphic-inner-content-wrapper
h4{
 color: #FFFFFF;
}
.active-box-2 .graphic-inner-content-wrapper
.graphic-header-btn a{
color: #210905;
background-color: #ffffff;
}
.active-box-2  .gr-heading-sub h4 {
    color: #FFFFFF;
}
.pricing-box-wrapper {
    padding: 60px 0px 0px 0px; 
}
.GRAPHIC-BOX-WRAPPER.active-box-2 .requirments-content {
    border-bottom: 0.75px solid rgba(255, 255, 255, 0.2);
}
.GRAPHIC-BOX-WRAPPER.active-box-2 .requir-first {
    border-top: 0.75px solid rgba(255, 255, 255, 0.2);
}
.active-box-2 .graphic-inner-content-wrapper .graphic-header-btn a:hover {
    color: #ffffff;
    background: #FC5438;
}

.plans .gradient-border{
  height: auto !important;
}

.hs-service-with-wrap .gradient-border {
    transition: all 0.6s ease;
    border-radius: 19px;
}
.hs-service-with-wrap .gradient-border:hover {
    position: relative;
    margin-top: -10px;
    transition: all 0.6s ease-out;
}
.hs-service-with-wrap .bs-service-card:hover {
    box-shadow: 0px 35.64px 75.24px -39.6px #FC5E44;
    transition: all 0.6s ease;
}










/* portfolio page css */

.bg-wraper {
    background-color: #F3E5E3;
    border-radius: 45px 45px 0px 0px;
    margin-top: -87px;
    padding: 116px 0px 116px 0px;
    position: relative;
    z-index: 4;
}

.Contact-section .main-wrapper {
    padding: 0px 0px 150px 0px;
}
.main--cards-ptf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr));
    row-gap: 48px;
    column-gap: 40px;
}

.gradient-border {
    padding: 1px;
    border-radius: 30px;
    background: conic-gradient(from 180deg at 50% 50%, #FC5438 -10.38deg, #FC5438 1.73deg, rgba(255, 150, 136, 0) 88.27deg, #FC5438 171.35deg, rgba(255, 150, 136, 0) 256.15deg, #FC5438 349.62deg, #FC5438 361.73deg);
    display: inline-block;
    width: 100%;
}

 .ptf--card-element {
  background: #F3E5E3;
  border-radius: 30px;
  padding: 39px 39px;
  font-size: 11px;
  /*line-height: 11px;*/
  color: rgba(138, 141, 145, 1);
}
.card--ptf-img {
    width: 100%;
    height: 100%;
}
.card--ptf-img img {
    width: 100%;
    height: 436px;
    border-radius: 23px;
    object-position: center;
    object-fit: cover;
}
.img-ptf-label {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0;
    gap: 20px;
}
.heading--bottom-heading {
    font-size: 26px;
    line-height: 33px!important;
    letter-spacing: -.67px;
    color: #06141B;
}

/*.card--botom-headng {*/
/*    width: 50%;*/
/*}*/

.card--ptf-btn {
    padding: 8px 11px 6px 11px;
    border: 1px solid #8A8D91;
    border-radius: 6px;
    color: #8A8D91;
    font-size: 12px;
    line-height: 12px!important;
    letter-spacing: 0;
    /*max-height: 10px;*/
}

.card--ptf-btn span {
    color: #8A8D91;
}

/*.ptf--btn-wrapper {*/
    /*width: 50%;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    gap: 13px;*/
/*    flex-wrap: wrap;*/
/*}*/
.ptf--contact {
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}
.ptf--contact--wrapper {
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
    padding: 122px 0;
    border-radius: 30px;
}
.ptf--contact--sub--heading {
    text-align: center;
    font-size: 23px;
    /*line-height: 26px;*/
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.ptf--contact--sub--heading span a{
        color: rgba(252, 84, 56, 1);
        font-size: 22px;
}
 .ptf--contact--heading h3{
    font-size: 45px;
    line-height: 48px!important;
    letter-spacing: -.75px;
    color: rgba(255, 255, 255, 1);

}
 .ptf--contact--heading span{
    color: rgba(252, 84, 56, 1);
    font-style: italic;
 }

.ptf--contact--discription p {
    font-size: 18px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 14px;
}

.ptf--contact--buttons {
    margin-top: 37px;
    display: flex;
    gap: 22px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
/*.ptf--contact--buttons a {*/
/*    text-decoration: underline;*/
/*    font-size: 15px;*/
/*    line-height: 24.24px;*/
/*    letter-spacing: 0;*/
/*}*/
.btn--main-ptf{
    display: flex;
    gap: 22px;
}

.card--ptf {
  height: 100%;
  display: flex;
}

.top--gallery .gradient-border {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ptf--card-element {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card--ptf-img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}


.main--cards-ptf > .card--ptf {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.portfolio-pagination span.page-numbers.current {
    color: #FC5438;
}

.portfolio-pagination a {
    color: #000000 !important;
}

.portfolio-pagination a:hover {
    color: #FC5438 !important;
}

/* ////////////////////-----------Abou-us--////////////// */

.why-heading img {
    width: fit-content;
}

.about-us .span-space h1 {
    max-width: 750px !important;
}
.about-us .span-space span {
    color: #FC5438;
}
.about-us  .hero-section-paragraph {
    max-width: 897px;
}
/*-----about-us--image---gallery------*/
.images-main-wrapper img{
    width: 100%;
    height: 100%;
}
.images-main-wrapper, .secimg-wrap {
    display: flex;
    gap: 22px;
    justify-content: center;
}
.wrap-last-two {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
section.about-rquire{
    padding: 60px 0px;
}
.require-row-one {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.content-1-card1 h4 {
    font-size: 26px;
    /*line-height: 26px;*/
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    padding: 30px 0 10px 35px;
    z-index: 2;
}
.content-1-card1 p {
    font-size: 16px;
    letter-spacing: 0;
    opacity: 80%;
    color: #ffffff;
    padding-left: 35px;
}
.row1-card1 {
    background: rgba(33, 9, 5, 1);
    border-radius: 30px;
    width: 100%;
    position: relative;
    height: 357px;
    overflow: hidden; 
}

.img-1-card1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height: 215px;
    max-width: 342px;
}

.img-1-card1 svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.row1-card2 .img-1-card1 {
    right: 40px;
    bottom: 48px;
    height: 215px;
    right: 40px;
    top: unset;
}
.row2-card1,
.row2-card2,
.row2-card3{
    width: 100%;
}
.require-row-wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.row2-card1 .img-1-card1,
.row2-card2 .img-1-card1,
.row2-card3 .img-1-card1{
    height: 100%;
    width: 100%;
    max-width: 100%;
}
 .row2-card2 .img-1-card1{
    min-height: 390px;
}
.img-1-card1.require-card-first-img{
    max-width: 415px;
    min-height: 415px;
    right: 25px;
    top: -10px;
}



.content-1-card1 {
    max-width: 330px;
}
.wrapper-bg-why{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 243, 242, 1);
}
.content-wrapper-why{
  padding: 48px 50px;
}
.why-header-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    align-items: center;
}
.header-label-why {
    padding: 7px 25px;
    border: 0.75px solid rgba(252, 84, 56, 1);
    /* max-width: 274px; */
    border-radius: 34px;
    color: rgba(252, 84, 56, 1);
    font-size: 13px;
    /*line-height: 26px;*/
    letter-spacing: 1.51px;
    text-transform: uppercase;
}
.why-heading h3{
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
    margin-top: 5px;
}
.why-heading h3 span{
    color: rgba(252, 84, 56, 1);
}
.bs-service-card-wrapper.hs-service-with-wrap > .service-card-gradient-wrapper:last-child{
    margin-bottom: 20px;
}
.why-require-card {
    display: flex;
    gap: 27px;
}
.massive-content-wrapper .label-ins-why-require h4{
    font-size: 22px;
    /*line-height: 26px;*/
    /* letter-spacing: -0.75px; */
    color: rgba(6, 20, 27, 1);

}
.massive-content-wrapper .label-ins-why-require p {
    font-size: 18px;
    letter-spacing: 0;
    color: rgba(6, 20, 27, 1);
    opacity: 100%;
    letter-spacing: -0.75px;
    /*line-height: 26px;*/
    font-weight: 500;
}
.massive-content-wrapper .why-require-card{
    gap: 34px;
}
.flex-wrapper-labels {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* padding: 20px 0; */
}
.why-label-review-wrapper {
    padding: 75px 50px;
}
.label-ins-why-require {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.align-flex-row {
    display: flex;
    justify-content: space-between;
    padding: 35px 100px;
}
.massive-content-wrapper 
.content-wrapper-why,.why-label-review-wrapper{
padding-left: 0;
padding-right: 0;
}
.inner-paddingwrapper {
     border-bottom: 0.5px solid rgba(6, 20, 27, 0.5)
}
.last-bottom-remove{
    border: none;
}
.massive-label-wrap {
    width: 260px;
    text-align: start;
}
.messive{
    padding: 60px 0px;
}
.massive-tek2d-wrapper {
    padding-bottom: 56px;
    width: 100%;
    border-radius: 30px;
    background-color: #FFF3F2;
}
.massive-label-review-wrapper {
    padding-top: 45px;
}
.massive-heading h3 {
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: #000;
    margin-top: 5px;
}

.massive-heading h3 span {
    color: #FC5438 !important;
    font-style: italic !important; 
    font-family: "Playfair Display", serif !important;
}
.massive-wrapper-why .why-header-content{
    padding-top:70px !important;
}
section.leading-slider{
    padding: 60px 0px 0 0;
}
.slide-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
}
.lead-heading.staff-lead-heading {
    max-width: 401px;
    margin: 0 auto;
}
.lead-instruction.staff-lead-instruction p {
    max-width: 760px;
}
.header-label span {
    border: 0.75px solid rgba(252, 84, 56, 1);
    Padding: 7px 28px;
    border-radius: 34px;
    color: rgba(252, 84, 56, 1);
    font-size: 14px;
    /*line-height: 26px;*/
    letter-spacing: 1.5px;
}
.lead-heading h3 {
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
    margin-bottom: 6px;
    padding-top: 5px; /* 15px*/
}
.lead-heading h3 span {
   color: rgba(252, 84, 56, 1);
}
.lead-instruction p {
    max-width: 883px;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto;
}
/* ////////////////////// swiper-styling////////////// */
/* .swiper-wrapper-leading{
    max-width: 1300px;
} */
 .swiper-wrapper-leading-main {
    padding: 60px 0;
}
.swiper {
      width: 100%;
      height: 100%;
    }
     .img-wrap {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }
    .img-wrap img{
        width:100% ;
        height: 399px;
        border-radius: 30px;
        margin-bottom: -6px;
        object-fit: cover;
    }
    .slide-content-wrap{
          position: relative;
        min-height: 453px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(https://new.tek2d.com/wp-content/uploads/2025/07/slide-bg.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        border-radius: 30px;
        background-size: cover;
        overflow: hidden;
    }
    .slide-content-wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    bottom: 0;
    z-index: 1;
}
.content-wrap {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    color: #ffffff;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.content-wrap span {
    font-size: 26px;
    /*line-height: 25px;*/
    letter-spacing: -1px;
    color: #ffffff;
}
.content-wrap p {
    font-size: 16px;
    /*line-height: 17px;*/
    letter-spacing: -1px;
    color: rgba(252, 84, 56, 1);
}
.swiper-pagination{
    position: unset!important;
    width: 38.2%!important;
    margin: 0 auto;
    background: rgba(216, 216, 216, 1)!important;

}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:  rgba(252, 84, 56, 1)!important;
}
 .leading-swiper-slider{
    display: flex!important;
    flex-direction: column;
    gap: 75px;
}
.swiper-wrapper-leading-main .swiper-button-next{
    position: absolute !important;
    right: -55px;
    top: 43%;
}
.swiper-wrapper-leading-main .swiper-button-prev{
     left: -55px;
    top: 43%;
     position: absolute !important;
}
.swiper-wrapper-leading-main {
    padding: 60px 0 0;
    position: relative;
}
.swiper-wrapper-leading-main .swiper-button-next:after, .swiper-button-prev:after{
    content: unset!important;
}
.swiper-wrapper-leading-main .swiper-button-next svg, .swiper-button-prev svg{
    width: 14px!important;
    height: 16px!important;
}
.swiper-wrapper-leading-main .swiper-button-next, .swiper-button-prev  {
    border: 1px solid #000;
    border-radius: 53%;
    width: 40px!important;
    height: 40px!important;
}









/* contact us page css */

.contact-heading h1 {
    max-width: 580px;
    margin: 0 auto;
}

.form-bg {
    background: #210905;
    padding: 45px 34px 65px 34px;
    border-radius: 30px;
    margin-top: 56px;
}

.contact-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-form-wrapper input, textarea {
    width: -webkit-fill-available;
    max-width: 100%;
    border: .5px solid #FC5438;
    border-radius: 33px;
    background: #FC543814;
    padding: 17px 33px 17px 33px;
    font-size: 18px;
    /*line-height: 100%;*/
    color: #fff;
}

.form-buttons input {
    width: unset !important;
    font-size: 22px;
    /*line-height: 24px;*/
    color: #ffffff;
    background: #FC5438;
    padding: 10px 21px !important;
}

.two-column {
    display: flex;
    gap: 35px;
    width: 100%;
}

.form-group {
    width: 48%;
}
.form-group.full {
    width: 100%;
}

.form-buttons p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.form-buttons .Btn-secondary {
    font-size: 22px;
    /*line-height: 24px;*/
    border-color: #FC5438;
    color: #FC5438;
}

.contact-form-wrapper input::placeholder, textarea::placeholder {
    color: #ffffff;
}

.contact-form-wrapper label {
    color: #ffffff;
    font-size: 18px;
    /*line-height: 100%;*/
}

.contact-form-wrapper label {
    color: #ffffff;
    font-size: 18px;
    /*line-height: 100%;*/
    display: block;
}

.form-buttons .or-text {
    color: #ffffff;
    font-size: 18px;
    /*line-height: 100%;*/
}

.contact-form-wrapper textarea {
    resize: none;
}

.code-map {
    position: relative;
}

 .united-kingdom,
 .united-states,
 .pakistan {
   fill: #FF8E3C;
 }



 .code-map circle {
   fill: #F3B6AC;
 }


 /* Pulse animation */
 @keyframes pulse {
   to {
     r: 5;
   }
 }

 /* Apply pulse only to these three classes */
 .united-kingdom,
 .united-states,
 .pakistan {
   animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
 }

 /* Ensure all other circles do NOT animate */
 .code-map svg circle:not(.united-kingdom):not(.united-states):not(.pakistan) {
   animation: none !important;
 }

 .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: 24px;
   color: #ffffff;
   font-weight: 400;
 }

 .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%);
   z-index: 999;
 }

.heading-map-wraper {
    margin: 103px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.category-share-btn {
    display: flex;
}

.heading-map-wraper h3 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.location-wrapper {
    margin: 56px 0px 0px 0px;
    display: flex;
    text-align: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap;
}
.location-card {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.location-card p {
    font-size: 22px;
    /*line-height: 100%;*/
    letter-spacing: 0px;
    color: #06141B;
}
.location-card h4 {
    color: #000000;
    font-size: 26px;
}
.holidays-wrapper {
    background: #ffffff;
    width: 100%;
    border-radius: 30px;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.holidays-wrapper h3 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.holidays-col-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 100px;
    margin-top: 50px;
}
.holiday-col {
    width: 50%;
}
.holidays-col-wrapper::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #FC5438;
}































/* Blog page css*/

section.Blog .hero-section-heading h1 {
    max-width: 600px;
    margin: 0 auto;
}
body.single-post {
    background: #210905;
}
.footer p{
    opacity: 80%;
}

/*-------------service----page---------------*/

.sercard-section {
    /*padding-top: 67px;*/
   padding-bottom: 125px;
}
.sermain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.sercard--services {
    position: relative;
    background-color: rgba(255, 249, 249, 1);
    padding: 40px 50px 40px 50px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

/*.sercard-wrapper--s {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 24px;*/
/*}*/
.service-card-iwt-wrap{
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  width: 100%;
}

/* 1. HEADER */
.sercard-header--s {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    flex-direction: column;
    gap: 30px;
}

.sercard-title--s {
    font-size: 45px;
    letter-spacing: 0;
    margin: 0;
    /*line-height:54px;*/
    font-weight:500;
    text-align: left;
    display: flex;
    align-items: center;
}
.sercard--services .Btn-secondary a{
    color:#FC5438 !important;
}
.sercard-image img {
  width: 132px !important;
  height: 100%;
  object-fit: contain;
}

/* 2. DESCRIPTION */
.sercard-description p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    letter-spacing: 0;
    font-weight:300;
    /*padding-bottom: 13px;*/
    max-width: 500px;
}
.service-card-bottom-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
.service-card-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* 3. LABELS */
.sercard-labels {
    display: flex;
    flex-wrap: wrap;
    row-gap: 17px;
    column-gap: 13px;
    max-width: 500px;
}

.sercard-labels span {
 Padding: 10px 13px 10px 13px;
  color:#06141B ;
  border-radius: 8px;
  font-size: 14px;
}

.serlabel {
  background: rgba(252, 84, 56, 0.08);
}

/* 4. BUTTONS */
.sercard-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 6px;
}
.last-wrapper {
    width: 100%;
}

/* .sercard-buttons  {
  Padding:10px 25px 10px 25px;
  background-color: #fc5438;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 31px;
} */
.btn-on{
  background-color: transparent!important;
  border: 1px solid rgba(255, 50, 16, 1) !important;
}
.btn-on a{
  color: rgba(6, 20, 27, 1) !important;
}
/* -------------------cards hover effects-----------------------  */
.sercard--services:hover{
  background: linear-gradient(0deg, #47150C 0%, #210905 100%);
 color: #FFFFFF;
}
.sercard--services:hover .Btn-secondary a{
 color: #FFFFFF;
}
.sercard--services:hover .sercard-description p{
   color: #FFFFFF;
}
.sercard--services:hover .serlabel p{
   color: #FFFFFF;
}
/* .sercard--services:hover .sercard-buttons button{
   color: #FFFFFF!important;
   box-shadow: 0px 0px 45.18px 0px rgba(252, 84, 56, 0.6);

} */
.sercard--services:hover .btn-on{
  box-shadow: none!important;
}
.sercard--services:hover .btn-on a{
   color: #FFFFFF!important;
}

.sermain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* 2. Make sure each card fills the height */
.gradient-border {
  display: flex;
  /*height: 100%;*/
}

/* 3. Ensure internal wrapper takes full height and spreads content */
.sercard--services {
  background-color: rgba(255, 249, 249, 1);
  padding: 40px 50px;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 4. Stretch inner content */
.sercard-wrapper--s {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 24px;
}
/* ////////////////////-----------why tek2d----------////////////// */


.wrapper-bg-why{
  background-image: url('https://new.tek2d.com/wp-content/uploads/2025/06/Frame-1000015557.png');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.content-wrapper-why{
  padding: 48px 50px;
}
.lead-instruction {
    padding-top: 7px;
}
.why-header-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    align-items: center;
}
.header-label-why {
    padding: 7px 25px;
    border: 0.75px solid rgba(252, 84, 56, 1);
    /* max-width: 274px; */
    border-radius: 34px;
    color: rgba(252, 84, 56, 1);
    font-size: 13px;
    /*line-height: 26px;*/
    letter-spacing: 1.51px;
    text-transform: uppercase;
}
.why-heading h3{
    font-size: 45px;
    /*line-height: 48px;?*/
    letter-spacing: -0.75px;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
}
.why-instruction p{
    font-size: 18px;
    max-width: 479px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
}
.label-ins-why-require h4{
    font-size: 22px;
    /*line-height: 26px;*/
    letter-spacing: -0.75px;
    color: rgba(255, 255, 255, 1);
}
.label-ins-why-require p{
    font-size: 18px;
    letter-spacing: 0;
    color: #ffffff;
}
.grid-wrapper-labels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
     column-gap: 100px;
    row-gap: 92px;
}
.why-label-review-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    max-width: 996px;
}
.label-ins-why-require {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.why-tek2d-wrapper{
  padding-bottom: 70px;
}

.why-tek2d .why-heading h3 span{
    color: #FC5438;
    font-style: italic;
    font-family: "Playfair Display", serif;
}
.why-tek2d .img-label-why {
    width: 100%;
    max-width: 53px;
    height: 100%;
    min-height: 47px;
    height: 47px;
}
.service-card-footer-wrapper .Btn-secondary {
    border: 1.14px solid #FF3210 !important;
    text-align: center;
} 

.service-card-footer-wrapper .Btn-primary:hover {
    color: #000 !important;
}

.mySlider .swiper-button-prev{
        height: unset!important;
        width: unset!important;
        border: none!important;
    }
.mySlider .swiper-button-next{
        height: unset!important;
        width: unset!important;
        border: none!important;
    }

/*---------------------staff--page---------------------*/


.who-we-works-with-card-cover {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #FFF3F2;
	width: 100%;
	border-radius: 30px;
 padding: 45px 40px;
}
.who-we-works-with-image-wrapper{
	width:100%;
	height:100%;
	max-width:75px;
	min-height:75px;
}
.who-we-works-with-content-wrapper h4{
	  padding-bottom: 10px;
    font-size: 28px;
}
.who-we-work-cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    /* gap: 24px; */
    row-gap: 18px;
    column-gap: 26px;
  	padding-top: 38px;
}
.staff .span-space span{
	color:#FC5438;
}
.staff .hero-section-paragraph{
    max-width: 750px;
	  opacity: 100%;
}
.staff-page-button-wrapp {
    display: flex;
    justify-content: center;
}
.hero-section-button.second-hero-section-button {
    margin-left: 25px;
}
/* --------roles---------- */
.expert-role-image-wrapper img{
    width: 100%;
    height: 100%;
    max-width: 180px;
    min-height: 180px;
}
.expert-role-wrapper-cover {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 36px;
}
.expert-designation-image-wrapper h2 {
    font-size: 22px;
    padding-bottom: 70px;
    padding-top: 45px;
}
.expert-with-role .service-icon{
	  margin-left: auto;
}
.expert-role-image-wrapper {
    text-align: center;
}
.expert-with-role .bs-service-card{
	  height:unset !important;
}
.expert-with-role .expert-data-wrapper {
    padding-bottom: 50px;
}
.expert-with-role .hs-service-main-cover{
    padding: 70px 38px 75px;
}
/* ---------expert-------- */


.expertise-card-cover-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 20px;
}
.expertise-grid-section {
    padding-top: 75px;
    padding-bottom:26px;
}

.expertise-card {
    background-color: #fff3f1;
    border-radius: 30px;
    padding: 45px;
    border: 1px solid #f5d3cd;
    box-shadow: 0 2px 4px rgba(243, 208, 200, 0.2);
    transition: 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-4px);
}

.expertise-card__title {
  font-size: 28px;
  color: #210905;
  margin-bottom: 5px;
	text-align: left;
}

.expertise-card__subtitle {
  font-size: 18px;
  color: #06141B;
  margin-bottom: 10px;
	margin-top: 20px;
}

.expertise-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background-color: #FC543814;
  color: #06141B;
  padding: 9px 12px;
  font-size: 13px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.tag--more {
  background-color: #FC543814;
  color: #06141B;
  cursor: pointer;
}

.tag--extra.hidden {
  display: none;
}
.tag.hidden {
  display: none;
}

/*///////////////////////// last page/////////////*/
section#who-we-work-with {
    padding: 122px 0;
}
section#expert-with-role {
    padding-bottom: 122px;
}
section.expertise-grid {
    padding: 60px 0 0;
}
.expert-with-role .expert-data-wrapper{
    padding-bottom: 60px;
}
.expert-with-role .hs-service-main-cover{
    padding-bottom: 85px;
}
.expert-data-wrapper {
    padding-bottom: 45px;
}
.staff-page-button-wrapp {
    padding-top: 10px;
}
.hero-section.staff .hero-section-bg-wrap{
    padding: 187px 0px 250px;
}
.benefits-grid-one .cover{
    padding-top: 100px;
}
.who-we-work-with .lead-heading h2{
    padding-top: 0;
}
.expertise-grid h2{
    color: #000!important;
}
.bs-service-heading h3{
    padding-top: 20px!important;
}
h4.bold-style {
    font-weight: 700 !important;
}
.hs-service-main-cover h4{
  font-weight: 400;
}
.hs-service-main-cover .reduce-space{
height: 55px;
}
.icon-col{
    margin-top: -30px;
}


/*--------------------------customizer--------code------strt-------------------------*/
.carousel-with-text-heading p{
    font-size: 45px;
    font-weight: 500;
		color:#000;
	  text-align: center;
	  letter-spacing: -0.75px;
}
.carousel-with-text-heading span{
    font-size: 45px;
    font-weight: 300;
		color:#FC5438;
	  text-align: center;
	  font-style:italic;
	  font-family: "Playfair Display", serif;
}
.carousel-with-text-paragraph p {
    font-size: 18px;
    font-weight: 300;
    color: #06141B;
    text-align: center;
    max-width: 425px;
    margin: 0 auto;
	 line-height: 25px;
}
.carousel-with-text-paragraph {
    padding-top: 8px;
}
/* ----------services--------- */
.bs-service-card-wrapper .service-card-gradient-wrapper{
    width: 23%;
}
.bs-service-card {
    background: linear-gradient(180deg, #FFF6F5 0%, #FFEFED 100%);
/*     border: 0.66px solid; */
/*     border-image-source: conic-gradient(from 180deg at 50% 50%, #FC5438 -10.38deg, #FC5438 1.73deg, rgba(255, 150, 136, 0) 88.27deg, #FC5438 171.35deg, rgba(255, 150, 136, 0) 256.15deg, #FC5438 349.62deg, #FC5438 361.73deg); */
    border-radius: 19px;
	    padding: 29px 29px 0 29px;
/* 	    width: 18%; */
}
.hs-service-main-cover {
/*     background: linear-gradient(0deg, #47150C 0%, #210905 100%); */
    padding: 54px 50pX;
    border-radius: 30px;
    background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/Frame-1000015557.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-service-main-cover.hs-service-table-cover {
    padding-bottom: 0;
}
section#carousel-with-text {
    padding-bottom: 120px;
}
.bs-service-button a {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 1.5px;
    color: #FC5438;
    border: 1px solid #FC5438;
    border-radius: 35px;
    /*padding: 10px 20px 10px; update*/
    padding: 7px 20px 4px;
    
    text-transform: uppercase;
	  display: inline-block;
}
.bs-service-button {
    text-align: center;
}
.bs-service-heading h3 {
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 23px;
}
.expertise-grid-section .bs-service-heading h3 {
    text-align: center;
    color: #000;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 23px;
}
.bs-service-heading h3 span{
	  text-align: center;
   font-family: "Playfair Display", serif;
    font-style: italic;
    color: #FC5438;
}
.bs-service-heading-with-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-icon {
    width: 51px;
    height: 51px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
   background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/Vector-3.png);
	transition: all 0.5s ease-out;
}
.bs-service-sub-heading {
    font-size: 19px;
    font-family: 'Mena Grotesk', sans-serif;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
	text-transform: capitalize;
}
.bs-service-card-wrapper {
    display: flex;
    column-gap: 25px;
    row-gap: 60px;
    flex-wrap: wrap;
    padding-top: 66px;
	  justify-content: space-between;
}
.bs-service-bottom-icon-wrapper {
    height: 182px;
    padding-top: 15px;
    /*margin-bottom: -5px;*/
}
.bs-service-bottom-icon-wrapper img {
    width: 100%;
    height: 100%;
    /*min-height: 183px;*/
    object-fit: contain;
}
.bs-service-card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -27px;
  right: -27px;
  background: #FC5438;
	filter: blur(4px);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.6s ease-out;
}
.bs-service-card:hover:before {
  transform: scale(12);
}
.bs-service-card {
    position: relative;
    height: 280px;
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
	  width:100%;
}
/* .bs-service-card:hover .bs-service-sub-heading {
  transition: all 0.5s ease-out;
  color: #ffffff;
} */
.bs-service-card:hover .service-icon{
	transform: rotate(-54deg);
	 transition: all 0.5s ease-out;
	background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/Vector-4.png);
}
.bs-service-card:hover .service-icon svg path{
	stroke:#fff !important;
	transition: all 0.5s ease-out;
}
.service-icon svg path{
	transition: all 0.5s ease-out;
}
.bs-service-card:hover{
	box-shadow: 0px 35.64px 75.24px -39.6px #FC5E44;
}
/* -------------------choice---------- */
.choice-button{
	   text-align: center;
}
.choice-button a {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FC5438;
    border: 1px solid #FC5438;
    padding: 10px 20px 7px;
    border-radius: 35px;
    display: inline-block;
}
.choice-heading h3 {
    color: #000;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    padding-top: 18px;
}
.choice-heading h3 span{
	color: rgba(252, 84, 56, 1);
  font-style: italic;
	font-family: "Playfair Display", serif;
}
.choice-paragraph p{
    font-size: 18px;
    color: #06141B;
    /*line-height: 100%;*/
    letter-spacing: 0;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
    padding-top: 15px;
    line-height: 24px;
}
.selection-card-sub-description {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    padding-top: 21px;
    padding-bottom: 12px;
}
.selection-card-sub-description {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
	    color: rgba(255, 255, 255, 1);
    opacity: 80%;
}
.selection-card-description {
     font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 80%;
}
.card-list-wrapper {
    background-color: #210905;
    border-radius: 22px;
}
.choice-cards-inner-cover {
    display: flex;
	  gap:30px;
}
.choice-card-left-wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.choice-card-right-wrapper {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.top-card-wrapper .selection-card-wrapper{
	padding: 27px 28px;
}
.card-list-wrapper img{
	width:100%;
}
/* .card-list-wrapper{
    padding: 27px 30px;
} */
.right-choice-inner-wrapper {
    display: flex;
    gap: 24px;
}
.choice-track-wrapper {
    width: 50%;
    background-color: #210905;
    border-radius: 22px;
    padding: 20px 24px 36px 24px;
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.build-for-image-wrapper img{
	width:100%;
}
.choice-teams-wrapper {
    width: 50%;
    border-radius: 22px;
    padding: 20px 24px 36px 24px;
    display: flex;
    flex-direction: column;
    gap: 90px;
    background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/Frame-1000015459.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.choice-teams-wrapper img {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}
.creator-for-image-wrapper {
    display: flex;
	height: 230px;
}
.creator-for-image-wrapper img {
    height: 100%;
    min-height: 260px;
}
.build-for-image-wrapper{
	display: flex;
}
.bottom-card-wrapper {
    background-color: #210905;
    border-radius: 22px;
}
.bottom-card-heading h4 {
    padding: 29px 0 8px 29px;
    line-height: 26px;
}
.bottom-choice-inner-wrapper {
    display: flex;
	  gap:30px;
}
.bottom-design-wrapper {
    width: 65%;
    background: #210905;
	  border-radius: 22px;
	  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.bottom-turnaround-wrapper {
    background-color: #210905;
    padding: 30px;
    width: 35%;
    border-radius: 22px;
	    min-height: 395px;
	  background-image:url(https://new.tek2d.com/wp-content/uploads/2025/06/Mask-group-8.png);
	    background-size: cover;
}
.top-card-wrapper img{
    min-height: 342px;
    height: 342px;
    object-fit: fill;
}

.bottom-design-wrapper .selection-card-wrapper{
	padding:0 30px;
}
.top-card-wrapper{
	    min-height: 520px;
	    height: 520px;
}
.selection-card-heading{
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
}
.choice-cards-wrappper {
    padding-top: 66px;
}
section#choice {
    padding-top: 90px;
}
.service-review-slider.home-review-slider{
	padding-top:100px!important;
}
.home-review-slider .subheading span{
	 color: rgba(252, 84, 56, 1);
}
.home-review-slider .review-slider-heading span{
	     font-family: "Playfair Display", serif;
    font-style: italic;
    color: #FC5438;
}
/* ----------service-----page------ */
.service .hero-section-paragraph {
color:#fff;
max-width: 665px;
}
.sercard--services span p {
   color: #333;
	font-size: 12px;
	font-weight:300;
	line-height:10px;
	text-transform: capitalize;
}




/* singel post page css */
.post-data-wrapper {
    margin-top: 84px;
    display: flex;
}
.post-data-heading {
    width: 100%;
}
.post-data-heading h2 {
    text-align: left;
}
.client-details {
    display: flex;
    gap: 15%;
}
.client-details {
    margin-top: 37px;
    display: flex;
    gap: 15%;
}
.client-col {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.portfolio-gallery img {
    width: unset !important;
}
.gallery-wrapper {
    margin-top: 102px;
}
.related-portfolio {
    margin-top: 102px;
}
.related-portfolio .bs-service-heading {
    margin-bottom: 63px;
}
.feature-img {
    margin-top: -230px;
}
.single-portfolio .hero-section-bg-wrap {
    padding-bottom: 250px!important;
}
.gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-count-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.image-count-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.image-count-two img {
  object-fit: cover;
  object-position: center;
}
.image-count-three img {
  object-fit: cover;
  object-position: center;
}
.portfolio-item{
    margin-bottom: 15px;
}
.portfolio-item:last-child {
    margin-bottom: 0;
}
.bg-with-blur-wrap{
	background-image:url("https://new.tek2d.com/wp-content/uploads/2025/07/Ellipse-4155.png");
}
/* ---------staff------------- */
.staff-process .about-process-main{
    padding-bottom: 122px;
}
.cover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 90px;
}

.benefit-box {
    position: relative;
    background-color: #1c0d0b;
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 35px 47px;
    min-height: 356px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.lead-heading.who-we-work-with-lead-heading h3{
    max-width: 380px;
    margin: 0 auto;
}

.benefit-box h3 {
    font-size: 24px;
    z-index: 2;
    position: relative;
    max-width: 300px;
    text-align: left;
    line-height: 30px!important;
}

.benefit-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: initial;
/*   opacity: 0.12; */
  z-index: 1;
}
.leading-slide-header .lead-heading h3{
   max-width: 660px;
   margin: 0 auto;
}
.leading-slide-header .lead-instruction p {
    max-width: 800px;
}
/*.lead-heading{*/
/*	padding-top: 10px;*/
/*}*/
.expert-with-role .bs-service-heading h3{
	max-width:500px;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.inner-process-wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
section.about-rquire {
    padding: 83px 0px 94px;
}
.process-container {
    padding-bottom: 28px;
}
.messive {
    padding: 16px 0px;
}
.expert-with-role .bs-service-heading h3{
    color:#fff !important;
}
.leading-slide-header .lead-heading h3 {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.leading-slider .lead-heading {
    padding-top: 0!important;
}
.leading-slider .lead-heading h3{
    padding-top: 0!important;
}
.image-gallery-two-mobile-heading{
display:none;
}
.hamburger{
    display:none;
}
.service-review-slider {
    padding: 60px 0px 0px 0px!important;
    padding-bottom: 0!important;
}
/*-----------------customizer--------code------end------------------------*/

/* privacy-policy page css*/
.privacy-policy-body-text-wrapper h2 {
    text-align: left;
    margin: 20px 0px;
}

.privacy-policy-body-text-wrapper h3 {
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    margin: 20px 0px;
}


/* book a call css*/

.page-id-4522 section.Contact-section {
    display: none;
}























































































/* Responsive Queries */

@media screen and (max-width: 1366px) {
    .hs-service-main-cover.hs-service-table-cover {
    padding-bottom: 50px;
}
    .swiper-button-next.home-review-slider-btn{
        height: unset!important;
    }
       
  .single-title {
    font-size: 48px;
  }
.container{
  max-width: 100%;
   padding: 0 50px;
}
.image-gallery2 {
    padding: 0;
}
 section.about-rquire {
    padding: 60px 0px;
}

/*///////////////////footer responsive ///////////*/
    .footer-bottom img{
        margin-top: 0;
    }
    .footer{
        gap: 40px;
    }
    .footer-col-one {
        width: 231px;
    }
    .footer-col-three {
        width: 270px;
    }
    .footer-col-four {
        width: 220px;
    }
}


@media (max-width: 1210px) {
         
         .bottom-turnaround-wrapper{
            width: 100%!important;
        }
        .row1-card2 .img-1-card1 {
            right: 20px;
            bottom: 0px;
        }  
        .row1-card2 .img-1-card1 {
            max-width: 270px;
        } 
        .sercard--services {
            padding: 40px 20px;
        }
        .service-card-iwt-wrap {
            gap: 10px;
        }
       .pricing-box-container{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
        row-gap: 30px;
       }
      .pricing-box-container .gradient-border.GRAPHIC-BOX-WRAPPER {
        max-width: 440px;
       }
        .pricing-box-container{
            padding-left: 0;
            padding-right: 0;
        }
         .bs-service-card-wrapper .service-card-gradient-wrapper {
            width: 30% !important;
        }
        .bs-service-card-wrapper {
            flex-wrap: wrap;
        }
        /*-----home-page-cards------*/
        .choice-cards-wrappper {
        position: relative;
        }
        .choice-card-left-wrapper {
            width: 50% !important;
        }
        .top-card-wrapper.card-list-wrapper {
            /*height: 37.5% !important;*/
            min-height: 37.5% !important;
        }
        .top-card-wrapper img{
            min-height: 280px;
            height: 280px;
        }
        .choice-card-right-wrapper {
            width: 50% !important;
        }
        .choice-card-right-top-wrapper {
            width: 100% !important;
        }
        .right-choice-inner-wrapper {
            flex-direction: column;
        }
        .choice-track-wrapper {
            width: 100% !important;
        }
        .choice-teams-wrapper {
            width: 100% !important;
            min-height: 281px !important;
        }
        .choice-card-right-bottom-wrapper {
            width: 100% !important;
        }
        .bottom-design-wrapper{
            position: absolute;
            left: 0;
            min-height: 420px;
            bottom: 0;
        }
        .bottom-turnaround-wrapper {
            background-size: auto!important;
            background-repeat: no-repeat;
            width: 89%;
            min-height: 400px;
            background-position: bottom center;
        }
        .bottom-design-wrapper img {
            max-width: 482px;
            height: 280px;
            object-fit: contain;
        }
        .top-card-wrapper img {
            min-height: 289px;
            height: 289px;
            object-fit: fill;
        }
         
        .right-choice-inner-wrapper {
            justify-content: center;
        }   
        .bottom-design-wrapper {
            width: 48.5% !important;
        }
        .footer-bottom {
            margin-top: 30px;
        }
        .benefit-box.benefit-box-two img {
                object-fit: contain;
        }
        .col-two ul{
            gap: 23px;
        }
        .plans .gradient-border{
            width: 48%;
        }
       .boxes-two-column-last{
            width: 48%;
        }
        /*.bottom-turnaround-wrapper {*/
        /*    min-height: 525px!important;*/
        /*}*/
        
        
        
        
        
        
        
        
        
        
    }

@media screen and (max-width: 1200px) {
   .col-two{
       width:64%;
    }
    .col-one{
       width:18%;
    }
    .col-three{
       width:18%;
    }

      .category-tabs {
        width: 500px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        gap: 20px;
        padding-bottom: 10px;
      }
    
      .category-tabs button {
        white-space: nowrap;
        flex-shrink: 0; /* Prevent shrinking */
      }
}
@media screen and (max-width: 1024px) {
    .expert-role-wrapper-cover {
    grid-template-columns: repeat(2,1fr);
}
    
    .process-data-wraper {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .process-data-col {
        width: 50% ;
    }



    section.about-rquire {
    padding: 60px 0px;
}
.require-row-2 .row2-card3{
    grid-column:1 / -1;  
    justify-self:center; 
  }
.require-row-2{
    display: grid;
    grid-template-columns:repeat(2, 1fr);  
}
  .content-grid {
    flex-direction: column;
  }

  .left-col, .right-col {
    flex: 0 0 100%;
  }

  .single-title {
    font-size: 42px;
  }
.container{
    padding: 0 40px;
  }
.pricing-box-container .gradient-border.GRAPHIC-BOX-WRAPPER  {
    max-width: 348px;
       
}
.GRAPHIC-BOX-WRAPPER{
    padding: 30px 40px;
}
.hs-service-main-cover {
    padding: 54px 40px 50px;
}
.bs-service-heading h3 {
    max-width: 630px;
    font-size: 38px;
}
.grid-wrapper-labels {
    gap: 60px;
}
.table-col-1 {
    width: 33% !important;
     box-shadow: 0px 0px 50px 5.8px #FF745DB2;
     border-radius: 22px;
}
.swiper-table-column {
    width: 67%;
}
.hs-service-main-cover.home-blog-wrapper{
       padding: 90px 40px 65px;
}
/*////////////////// single blog post////////////////*/
.post-data-wrapper {
        flex-wrap: wrap;
        align-items: center;
        gap: 40px;
    }

.gallery-wrapper {
        margin-top: 50px;
    }

    .main-slider-review-wrapper{
      margin-left: 35px;
    }
    .post-wrapper {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .search-and-filters{
        gap: 100px;
    }
        .plans .gradient-border {
        width: 70%;
    }
    .boxes-two-column-last {
        width: 70%;
    }

}

@media (max-width: 991px) {
    .fix-col-container {
    display: none;
}
.col-three.active{
    display:block;
    width:100% !important;
}
nav a {
   justify-content:center;
}
.set-nav-border {
    border-radius: 30px !important;
    height: 100%;
    transition: height 0.5s ease-in-out;
}
/* From Uiverse.io by JulanDeAlb */
.hamburger {
  cursor: pointer;
  z-index: 1000;
  display: flex;
  position: relative;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 2.5em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

    .col-two ul {
  display: flex;
}
nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
    overflow: unset !important;
    flex-wrap: wrap;
    align-content: flex-start;
}
 

  .col-two {
    width: 100%;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.8s ease, opacity 0.8s ease;
  }

  .col-two ul {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .col-two.active {
    max-height: 300px;
    opacity: 1;
    border-radius: 20px;
  }

  .col-three {
    display: none;
  }

   Hamburger Icon 
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 1000;
  }

  .hamburger div {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }

  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }

  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }
/*.desktop-menu {*/
/*        display: none!important;*/
/*    }*/
/*    .hamburger {*/
/*        display: block!important;*/
/*        cursor: pointer!important;*/
/*    }*/
    .futureblog-text {
        width: 50%!important;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding-right: 0!important;
        gap: 15px;
    }
    .futureblog-img {
        width: 50%!important;
    }
    .futureblog-img img{
        height: 475px!important;
    }
           .plans .gradient-border {
        width: 100%;
    }
    .boxes-two-column-last {
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .slider-wrap {
     margin: 0px 0px 0px 0px; 
}
   
    .Process {
    padding-top: 60px;
}
  .bg-wraper {
   
    padding: 100px 0px 100px 0px;
}
section#carousel-with-text{
      padding: 0px!important;
}
.carousel-with-text-carousel{
     padding: 50px 0px 50px 0px!important;
}
    section.about-rquire {
    padding: 60px 0px;
}
.hs-service-main-cover {
    padding: 60px 30px;
}
/*////////////////// section inner padding////////////////*/
.hs-service-main-cover,
.hs-service-main-cover{
    padding-left: 30px!important;
    padding-right: 30px!important;
}










.row1-card1 {
    height: 410px;
}
.grid-wrapper-labels {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
}
.container{
    padding: 0 30px;
  }
.pricing-box-container .gradient-border.GRAPHIC-BOX-WRAPPER  {
        max-width: 460px;
        width: 100%;
}
.GRAPHIC-BOX-WRAPPER{
    padding: 30px 30px;
}
  .ptf--contact--wrapper{
        padding: 115px 0;
    }
    .ptf--contact--discription p {
       font-size: 17px;
   }
   .ptf--contact--buttons{
    flex-direction: column;
   }
   .ptf--contact {
      padding: 0 30px;
}    
  .single-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-description {
    font-size: 16px;
  }
  .bs-service-heading h3 { 
    padding-top: 40px;
}
.bs-service-card {
    
    height: 383px;
    padding: 30px 30px 0 30px;
}
.bs-service-card-wrapper .service-card-gradient-wrapper {
    width: 47% !important;
    
}
.bs-service-card-wrapper{
   padding-top: 57px!important;
    row-gap: 58px!important;
}
.bottom-design-wrapper img {
     max-width: 360px;
    height: 246px;
}
.bottom-design-wrapper {
    width: 49%;
    min-height: 430px;
}
  .GRAPHIC-BOX-WRAPPER{
        max-width: 100%;
    }
    .plans .gradient-border{
        max-width: 540px;
    }
    section.Process {
    margin-top: 0px;
}
.align-flex-row{
    flex-direction: column;
    gap: 20px;
      padding: 35px 30px;
}
.massive-tek2d-wrapper{
    padding-bottom: 0
}
.footer{
    flex-wrap: wrap;
}

.col{
    width: 47%;
}
.contact-form-wrapper input{
    font-size: 16px;
}
.two-column{
    flex-direction: column;
    gap: 30px;
    
}
.form-group{
    width: 100%;
}
   .gallery-wrapper{
        margin-top: 50px!important;
    }
    .process-wraper{
        padding-left: 40px;
        padding-right: 40px;
    }
    .hero-section-bg-wrap{
        padding-bottom: 60px;
    }
}







@media only screen and (max-width: 767px) {
.why-heading img {
    width: 105px !important;
    height: 28px;
}
.hero-section-cover-wrapper {
    min-height: 320px;
}
.who-we-work-cards {
    grid-template-columns: repeat(1,1fr);
}
.expert-role-wrapper-cover {
    grid-template-columns: repeat(1,1fr);
    height: 658px;
    overflow-y: auto;
    overflow-x: hidden;
}
    .swiper-wrapper-leading-main {
    padding: 60px 0 0 0;
}
    /*.bg-wraper{*/
    /*    padding-bottom: 34px;*/
    /*}*/
    .slider-container {
        padding: 75px 0 55px;
    }
     .span-space h1 {
        max-width: 375px;
    }
    h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .hero-section-paragraph {
        font-size: 14px;
        max-width: 420px;
        padding-bottom: 24px;
        
    
    }
    .images-main-wrapper, .secimg-wrap {
        gap: 15px;
        flex-direction: column;
        justify-content: center;
    }
    .ptf--contact--heading h3 {
        font-size: 32px;
        max-width: 270px;
        margin: 13px auto 0!important;
        line-height: 39px!important;
    }
    .ptf--contact--discription p{
        max-width: 490px;
        margin: 0 auto;
    }
    .card--ptf-img img{
    width: 100%;
    height:  260px;
  }
   .img-ptf-label{
    flex-direction: row;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
    padding-top: 12px!important;
  }
  .heading--bottom-heading {
      font-size: 17px!important;
      line-height: 20px!important;
      letter-spacing: -0.4px!important;
  }
  .card--ptf-btn {
    padding: 5px 6px 5px 6px;
  }
  .main--cards-ptf{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .ptf--btn-wrapper {
    display: flex;
    gap: 10px;
}
.btn--main-ptf{
    flex-direction: column;
}
.ptf--contact--buttons button{
    width: 220px;
}
 .ptf--contact--wrapper {
     padding: 70px 0;
  }
 .ptf--contact {
        padding: 0px 25px;
    }
    .ptf--btn-wrapper {
     display: flex;
     gap: 8px;
    }
.ptf--card-element{
  padding: 23px 24px;
}
    .main-wrapper {
    padding: 60px 20px 60px 20px;
}
  .hero-section {
    padding: 60px 0 20px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .cta-buttons {
    flex-direction: column;
  }
  .container{
    padding: 0 20px;
  }
   section.pricing-table{
    padding: 0px;
  }
 
    .GRAPHIC-BOX-WRAPPER,
    .last-small-box{
        padding: 22px 22px;
    }
 
  .price-section-heading {
    font-size: 26px;
    /*line-height: 30px;*/
    max-width: 350px;
    letter-spacing: 0;
}
    .gr-heading-sub span {
    font-size: 48px;
    margin-top: 25px;
}
    .graphic-included {
        min-height: 215px;
    }
    .graphic-footer {
    min-height: 350px;
}
.price-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
.bs-service-card{
     width: 100% !important;
}
    .bs-service-card-wrapper .service-card-gradient-wrapper{
    width: 100% !important;
    max-width: 100% !important;
    }
    .bs-service-sub-heading {
        font-size: 20px;
    }
    .bs-service-bottom-icon-wrapper{
        margin-bottom: 0px;
    }
    .bs-service-heading h3 {
       
        font-size: 24px;
    }
    .choice-heading h3 {
    max-width: 330px!important;
    padding-top: 14px!important;
    font-size: 32px!important;
    }
    .choice-card-left-wrapper {
    width: 100% !important;
}
.choice-card-right-wrapper {
    width: 100% !important;
}
.choice-teams-wrapper {
   display: none;
}
.choice-track-wrapper {
    width: 100% !important;
}
.choice-track-wrapper {
    padding: 20px 13px 36px 13px;
}
.selection-card-wrapper {
    padding: 20px 24px 36px 24px;
}
.choice-teams-wrapper {
    /* width: 50%; */
    border-radius: 22px;
    /* padding: 20px 24px 36px 24px; */
    /* display: flex
; */
    flex-direction: column;
    background-size: cover;
    background-position: center;
}
    .choice-teams-wrapper {
        /* width: 100% !important; */
        min-height: 310px !important;
    }
.bottom-choice-inner-wrapper {
    flex-direction: column;
}
.bottom-design-wrapper {
    position: unset !important;
    width: 100% !important;
    /*min-height: 400px !important;*/
}
    /*.bottom-design-wrapper img {*/
    /*    max-width: 475px !important; */
    /*    height: 282px !important;*/
    /*    object-fit: cover !important;*/
    /*}*/
.top-card-wrapper {
    min-height: 510px !important;
}
.choice-paragraph p {
    font-size: 16px;
    padding-top: 12px;
    max-width: 350px;
}
.choice-cards-inner-cover {
    flex-wrap: wrap;
} 
.choice-teams-wrapper {
    padding:unset !important;
}
.sermain-grid {
    grid-template-columns: 1fr;
  }
  .sermain-grid {
    display: flex !important;
    flex-wrap: wrap !important;
}
.sercard--services {
    padding: 24px 20px;
}
.sercard-title--s {
    font-size: 30px;
    /*line-height: 36px;/*/
}
.sercard-image img {
    width: 73px !important;
    height: 100%;
    min-height: 85px;
    object-fit: contain;
}
.sercard-header--s{
    gap: 10px;
}
a{
    font-size: 12px;
}
.grid-wrapper-labels .why-require-card {
    display: flex;
    gap: 18px;
    flex-direction: column;
}
.why-tek2d .img-label-why {
    width: 100%;
    max-width: 63px;
    height: 100%;
    min-height: 54px;
    height: 54px;
}
.massive-heading h3 {
    max-width: 200px;
}
.content-wrapper-why {
    padding: 48px 20px;
}
.sercard-section {
    padding-bottom: 35px;
    padding-top: 0 !important;
}
.service-review-slider {
    padding: 0px 0px 0px 0px !important;
}
/*.bg-wraper {*/
/*    padding: 35px 0px 100px 0px !important;*/
/*}*/
.hero-section {
    padding: 0 !important;
}
   section.about-rquire {
    padding: 60px 0px;
}
.require-row-2{
    display: grid;
    grid-template-columns:repeat(1, 1fr);  
}
.row2-card1, .row2-card2, .row2-card3 {
    width: 100%;
    align-items: center;
    max-width: 404px;
    margin: 0 auto;
}
.row1-card1 {
    min-height: 390px;
    max-width: 410px;
    }
.require-row-one {
    flex-direction: column;
}
.require-row-one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .table-col-1 {
    width: 58% !important;
}
.swiper-table-column {
    width: 42%;
}
.Contact-section .main-wrapper{
    padding-bottom: 100px!important;
}
.ptf--contact--buttons .Btn-Three{
    display:none;
}
.ptf--contact--buttons{
    flex-direction: row;
}
.ptf--contact--buttons .Btn-primary,.Btn-secondary{
    padding-left: unset;
    padding-right: unset;
    width: 47%;
}
.text-slider {
    padding-top: 37px;
}
.footer {
    padding-top: 71px;
    padding-left: 21px;
    padding-right: 21px;
}

    .hs-service-main-cover{
        padding: 44px 0px 0px 0px!important;
         background-image: unset !important; 
        background-color: rgba(33, 9, 5, 1)!important;
    }
      .choice-track-wrapper{
        padding: unset!important;
    }
        .choice-track-wrapper {
        width: 100% !important;
    }
    .bottom-turnaround-wrapper{
       display: none;
    }
    .selection-card-description {
        max-width: 270px;
    }
    .top-card-wrapper img {
        min-height: 402px;
        /*height: 402px;*/
        height: 402px;
        
    }
    .home-blog{
        padding-top: unset;
    }
    .hs-service-main-cover {
    padding: 60px 30px;
}
/*////////////////// section inner padding////////////////*/
.hs-service-main-cover,
.home-blog .hs-service-main-cover.home-blog-wrappe.r,
.hs-service-main-cover{
    padding-left: 20px!important;
    padding-right: 20px!important;
}
#choice {
    padding-top: 100px!important;
    padding-bottom: 100px;
}


/*////////////////////font sizes//////////////////*/

    
    .choice-paragraph p{
        max-width: 376px!important;
    }
    .choice-track-wrapper{
        padding: unset!important;
    }
        .choice-track-wrapper {
        width: 100% !important;
    }
    .bottom-turnaround-wrapper{
        width: 100%!important;
        padding: unset!important;
    }
   
   
    .process-wraper {
        padding: 45px 20px!important;}

    .process-heading h3{
        font-size: 32px!important;
        max-width: 320px;
    }
    .price-section-heading h3 {
        font-size: 32px!important;
        /*line-height: 33px!important;*/
    }
        .price-sub-heading span {
        font-size: 22px!important;
        margin-bottom: 10px!important;
       
        letter-spacing: 1.5px!important;
    }
     .ptf--contact--discription p {
        max-width: 290px;
        margin: 0 auto;
        font-size: 18px !important;
        opacity: 80%;
        padding-top: 4px;
    }
    .ptf--contact--sub--heading span{
         font-size: 22px;
        
    }
    .ptf--contact--sub--heading {
    padding-bottom: 5px;
}
    /*//////////////////////////////////////////////////////////////// about us page ////////////////////////////////////////////////////*/
    .align-flex-row {
        max-width: 264px;
        /* text-align: center; */
        margin: 0 auto;
         padding: 30px 20px;
    }
    .why-require-card {
        text-align: start;
        flex-direction: row;
        
    }
    .massive-label-wrap {
        text-align: start;
    }
        .align-flex-row {
        gap: 24px;
   
    }
    .swiper-wrapper-leading-main .swiper-button-prev{
        display: none;
    }
    .swiper-wrapper-leading-main .swiper-button-next{
        display: none;
    }
       .process-data-wraper {
        flex-wrap: wrap;
        row-gap: 112px;
    }
    .process-data-col {
        width: 100% ;
    }
    .leading-slider .container{
        padding: 0!important;
    }
    
    .swiper-wrapper-leading-main {
        margin-right: -20px;
        margin-left: -20px;
    }
    .slide-content-wrap{
        height: 420px;
    }
    
    /*///////////////////////////// footer responsive/////////////*/
    .col{
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 60px;
        align-items: center;
        margin-top: 90px;
        padding-bottom: 70px;
    }
    .footer{
        gap: 81px;
    }
    .contact-heading h1 {
        max-width: 440px;
        margin: 0 auto;
    }
    
    .bg-wraper{
        padding: 49px 0!important;
    }
    .form-wrapper h2 {
        max-width: 225px;
        margin: 0 auto;
    }
    
    .form-buttons p {
        flex-direction: column;
        gap: 0;
    }
    
    .form-buttons p input{
        width: 100%!important;
        padding: 15px 0!important;
    }
    .form-buttons p .Btn-secondary{
        width: 100%!important;
        padding: 15px 0!important;
        text-align: center;
    }
    .form-bg{
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .heading-map-wraper h3 {
         max-width: 370px;
    }
    .location-card {
        width: 100%;
    }
.location-wrapper {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 80px;
}
    .location-card{
        gap: 10px;
    }
    .location-card p {
        max-width: 310px;
        margin: 0 auto;
    }
    .heading-map-wraper{
        margin-bottom: 190px;
    }
    .map-wrapper .card{
        width: 191px;
        height: 130px;
        padding: 10px 20px;
    }
    .client-details {
        margin-top: 37px;
        /*display: flex;*/
        flex-direction: column !important;
        gap: 35px!important;
    }
    
    .client-col span {
        font-size: 14px;
        text-transform: uppercase;
        color: rgba(252, 84, 56, 1);
    }
    .post-data-heading h2 {
        font-size: 32px;
    }
    .feature-img {
        margin-top: -170px!important;
    }
   .staff-page-button-wrapp {
      display: none;
    }
    .expertise-card-cover-wrapper {
        display: flex;
        flex-direction: column;
    }
    .expertise-card {
         padding: 44px 40px;
    }
     .who-we-works-with-card-cover{
         padding: 60px 30px;
     }
     .benefits-grid-one .cover{
        grid-template-columns: repeat(1, 1fr);
     }
     .benefit-box{
        padding: 35px 20px!important;
     }
     .benefit-box h3{
         font-size: 24px!important;
     }
     .staff .hero-section-paragraph{
         max-width: 430px;
     }
     .leading-slide-header .lead-instruction p {
        max-width: 428px;
    }
    .benefits-grid-one .cover{
        padding-top: 35px ;
        gap: 35px;
    }
    section#who-we-work-with{
        padding-top: 61px;
    }
    .leading-slide-header .lead-heading h3{
        max-width: 255px!important;
    }
    .who-we-work-with .slide-header-wrapper{
        gap: 12px;
    }
      .hero-section-bg-wrap {
        padding-bottom: 130px!important;
        padding-top: 125px!important;
    }
    .hero-section.home-hero-section .hero-section-bg-wrap{
        padding-bottom: 20px!important;
    }
    .carousel-with-text-paragraph p{
        max-width: 319px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bottom-card-heading h4 {
        padding: 29px 0 20px 29px;
        line-height: 26px;
        max-width: 220px;
    }
     .choice-track-wrapper{
         gap: 48px;
        padding: 27px  27px 47px 27px !important;
     }
    .choice-card-right-wrapper .selection-card-wrapper{
         padding:unset!important;
     }
      .right-choice-inner-wrapper {
            flex-direction: unset;
        }
  .choice-card-right-bottom-wrapper  .selection-card-wrapper{
        padding: 0px 27px 47px 27px !important;
  }
  .choice-card-right-bottom-wrapper  .selection-card-sub-description{
        padding-bottom: unset!important;
        padding-top: 15px;
  }
  .bottom-design-wrapper img {
        max-width: 100%;
        height: 224px;
    }
    .hs-service-main-cover.home-blog-wrapper{
        padding: 31px 20px 37px 20px!important;
    }
    .hs-service-main-cover .Btn-primary{
       display: inline-block;
    }
   .hs-service-main-cover.home-blog-wrapper .home-blog-buttton{
      padding-top: 34px!important;
    }
   .hs-service-main-cover.home-blog-wrapper h2{
      max-width: 290px!important;
    }
    .process-home-main {
        padding: 40px 0 45px;
    }
    .process-heading{
        padding-bottom: 57px;
    }
    .hs-service-main-cover.hs-service-table-cover{
        padding-top: 16px !important;
        padding-bottom: 45px !important;
        
    }
    .table-wraper {
        display: flex;
        padding-top: 26px;
    }
    .text-col h4{
        padding-left: 0px;
    }
    .text-col{
        padding-left: 30px;
        box-shadow: unset;
    }
    .text-col .reduce-space {
        border: none;
    }
    .text-col h4:nth-of-type(5) {
      border-bottom: none;
    }
    .icon-col h4:nth-of-type(1) {
        border-bottom: none;
        height: 45px;
        margin-top: 40px;
    }
    .icon-col h4:nth-of-type(5) {
      border-bottom: none;
    }
      .border-radius h4:nth-child(2) {
        border-top: none;
    }
    .heading-color{
        background:unset;
    }
    .table-scrollbar-wrapper{
        padding-top: 45px;
    }
    .service-review-slider.home-review-slider{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .service-review-slider .swiper-slide-active .slide-inner-content .inner-card-review p {
        color: #ffffff;
        opacity: 80%;
        font-size: 20px;
    }
    .service-review-slider .swiper-slide-active .slide-inner-content .card-footer p {
        color: #ffffff;
        opacity: 80%;
        font-size: 12px;
    }
    .pricing-box-wrapper {
        padding: 31px 0px 0px 0px;
    }
    .images-main-wrapper img {
        width: 100% !important;
        height: 321px  !important;
        object-fit: cover;
        object-position: center;
        border-radius: 30px;
    }
        .image-gallery-two-mobile-heading {
        display: block;
        padding: 9px 0 69px;
    }
    .row1-card2 .img-1-card1{
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 20px;
    }
    .row2-card2 .img-1-card1 {
        bottom: -46px;
        top: unset;
    }
     /*.row2-card1,*/
     /*.row2-card2,*/
     /*.row2-card3{*/
     /*       height: 357px!important;*/
     /*   }*/
     .why-label-review-wrapper {
        padding: 42px 0 0!important;
        
    }
    .main-slider-review-wrapper {
        margin-left: 0;
    }
    section#staff-process {
        padding-top: 0;
    }
    .meta-col {
        justify-content: space-between!important;
    }
    .card--ptf-btn span{
        line-height: 12px!important;
    }
   
    .expert-with-role .expert-data-wrapper {
    padding-bottom: 32px;
}
.expert-role-wrapper-cover .expert-role-data:last-of-type {
    margin-bottom: 20px;
}
.augmentation .why-heading h3 {
    max-width: 300px!important;
}
.expertise-grid-section .bs-service-heading{
    max-width: 245px!important;
    margin: 0 auto;
}



     
     





.process-data-col {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.inner-process-wrapper {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.divider.divider-2 {
    justify-content: center;
    display: flex;
    margin-top: 37px;
}
/*.divider {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    margin-top: 35px;*/
/*}*/
.process-data-wraper .process-data-col:nth-child(1) .dot-for-responsive .divider-2::after {
    min-height: 100%;
}
.divider-2::after {
    content: "";
    position: absolute;
    width: 1px;
    min-height: 436px;
    background: #FFB8AE;
}
.divider {
    display: none;
}
.bs-service-card{
    height: 330px;
    justify-content: unset;
}
.bs-service-bottom-icon-wrapper img{
    min-height: 240px;
}
.mobile .hs-services-inner-wrapper {
    overflow: hidden;
    position: relative;
    height: 870px;
}

.mobile .bs-service-button {
    text-align: center;
    position: relative;
    z-index: 999;
    background: #210905d9;
}
.mobile .bs-service-heading {
    z-index: 24;
    position: relative;
    background: #210905d9;
}
.mobile .bs-service-card-wrapper {
    height: 840px;
    overflow-y: visible;
    overflow-x: hidden;
    position: absolute;
    top: 0; 
    padding-top: 215px !important;
}

.span-space span{
    margin-right: 13px;
}
section.Blog .hero-section-heading h1 {
    max-width: 400px;
}
.futureblog-text {
    width: 100%!important;
    margin-right: 0;
    padding-right: 0!important;
}
.futureblog-wrapper {
    flex-direction: column;
}
.futureblog-img img{
    height: 348px!important;
}
.category-tabs {
    
    gap: 22px;
    width: 97%;
}
.search-and-filters input {
    padding: 11px 11px 11px 47px!important;
    width: 100%!important;
}
.search-and-filters {
    flex-direction: column;
    gap: 19px;
}
.search-and-filters svg {
    left: 23px!important;
    top: 12px;
}
.post-wrapper {
    grid-template-columns: repeat(1, 1fr)!important;
    
}
.post-wrapper .post-data h4{
    font-size: 23px;
}
.singel-post-wrapper{
    gap: 4px!important;
}
.blog-btn-wrapper{
    margin: 15px 0 0 0!important;
}

.meta-col {
    justify-content: left!important;
    width: 100%;
}
.single-blog-meta-data {
    flex-direction: column!important;
    gap: 15px;
    margin: 27px 0px 19px 0px!important;
}
.meta-col.meta-col-two {
    justify-content: space-between !important;
}
.main-singel-blog-post-wrapper .blog-featured-img img{
    height: 211px;

}
.blog-post-data-wrapper {
    display: flex;
    gap: 30px;
    padding-bottom: 100px!important; 
}
.post-wrapper .no-ralated-posts-text {
    padding-top: 23px;
}
.card{
    padding: 12px 12px!important;
    width: 145px!important;
}
  .bs-service-heading h3 { 
    font-size: 32px!important;
    max-width: 310px!important;
}
.choice-cards-wrappper {
    padding-top: 30px;
}
.hs-service-main-cover.home-blog-wrapper .bs-service-heading h3{
    max-width: 290px!important;
}
.popup-box {
     padding: 51px 22px 20px!important;
    width: 90% !important;
    height: 80vh !important;
    top: -40px;
}
    .ptf--contact--buttons button {
        width: unset!important;
    }
    .popup-content h3{
        padding: 20px 0!important;
    }
    .popup-content {
     display: unset!important; 
    /*flex-direction: column;*/
    gap: 26px!important;
    width: 100%!important;
    height: 100%!important;
}
.popup-content form.wpcf7-form.init {
    gap: 27px!important;
    width: 100%!important;
    margin: 25px auto!important;
}

.wrap-last-two{
    gap: 17px;
}
.img-1-card1.require-card-first-img {
    max-width: 456px;
    min-height: 456px;
    right: 25px;
    top: 6px;
}
.content-1-card1 h4{
    font-size: 22px;
    padding: 30px 0 16px 35px;
}
.row1-card1.row1-card2 .content-1-card1 p{
    max-width: 260px;
    br{
        display: none;
    }
}
.leading-slide-header.about-leading-slider .lead-heading h3 {
    max-width: 407px !important;
}
.lead-heading.staff-lead-heading {
    max-width: 248px;
    margin: 0 auto;
}
.popup-box-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
    .futureblog-img {
        width: 100% !important;
    }
    /*universal sizes of fonts////////////////*/
       h1{
        font-size: 40px!important;
        line-height: 45px!important;
    }
    h3,h2{
         font-size: 32px!important;
         line-height: 38px!important;
    }
    
    .holidays-col-wrapper {
    flex-wrap: wrap;
}

.holiday-col {
    width: 100%;
}
.holidays-col-wrapper::before {
    width: 100%;
    height: 1px;
    top: 43%;
}
.holidays-wrapper {
    padding: 20px;
}
.col-three.active .Btn-primary {
    width: 100%;
    text-align: center;
}

}

@media only screen and (max-width: 390px) {
    .bs-service-bottom-icon-wrapper img {
        min-height: 308px;
    }
}
