

/*default css*/

.why-choose-section .tekhne-col-3 {
    text-align: center;
}
.why-choose-section .tekhne-col-3 h6 {
    font-size: 22px;
    padding: 0 40px;
    color: #343A32;
    font-weight: 700;
}
.btn-gradient {
    border-radius: 40px;
    background: var(--Linear, linear-gradient(90deg, #B91F41 4.77%, #E82D56 99.53%));
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-next {
    padding-left: 40px;
    right: 30px !important;
}
.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: calc(50% - 15px) !important;
}
.header-section {
    padding: 15px 20px;
}
@media (min-width: 1200px) {
  .tekhne-container {
    max-width: 1300px;
  }
}
.tekhne-container {
    /*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.align-center {
  align-items: center;
}
.tekhne-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-section .tekhne-col-6:first-of-type {
    text-align: left;
}
.tekhne-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.header-section .tekhne-col-6:last-of-type a {
    text-decoration: none;
    cursor: pointer;
}
.header-section .tekhne-col-6:first-of-type img {
    width: 200px;
}
.why-choose-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-family: var(--font);
    font-weight: 600;
}
.tekhne-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tekhne-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.why-choose-section .tekhne-col-3 img {
/*    background: #FBEAE2;
    border-radius: 50%;*/
    height: 140px;
    margin: 0 15px;
    width: 140px;
    margin-bottom: 20px;
    object-fit: cover;
}
.why-choose-section .tekhne-col-3 h6 {
    font-size: 18px;
    padding: 0 40px;
    color: #343A32;
    font-weight: 700;
}
.footer-section {
    border-top: 1px solid #FFF;
    background: #333;
    padding: 30px 60px;
    padding-bottom: 80px;
/*    margin-bottom: 135px;*/
}
.footer-section .tekhne-row {
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc;
}
.footer-section .tekhne-col-6:first-of-type {
    text-align: left;
}
.footer-section p {
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 600;
}
/*Sticky Form*/
.sticky-form-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.sticky-form-section .form-container {
    width: 100%;
    text-align: center;
    padding: 30px 0 35px;
    border-radius: 20px 20px 0px 0px;
    background: var(--Linear, linear-gradient(90deg, #B91F41 4.77%, #E82D56 99.53%));
}
.sticky-form-section .form-container h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--font);
    font-weight: 600;
    font-size: 22px;
}
.sticky-form-section .feature-cloud {
    background-color: #343A32;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 5px;
}
.sticky-form-section .feature-cloud p {
    color: #fff;
    margin-bottom: 0;
}
.sticky-form-section input::placeholder {
    color: #000;
    font-weight: 600;
}
.sticky-form-section input {
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    margin-right: 15px;
}
.sticky-form-section input[type="submit"] {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    padding: 12px 40px;
}
.form-container.landing-pop-in-form {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: 100;
    transition: bottom 0.5s ease-in-out;
}
.landing-pop-in-active {
    bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
    .tekhne-container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 500px) {
    .header-section .tekhne-col-6:last-of-type {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .header-section .tekhne-col-6:first-of-type {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
@media screen and (max-width: 680px) {
    .header-section .tekhne-col-6:first-of-type img {
        width: 160px;
    }
    .why-choose-section h2 {
        font-size: 32px;
    }
        .why-choose-section .tekhne-col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
        .why-choose-section .tekhne-col-3 h6 {
        font-size: 12px;
        line-height: 26px;
        padding: 0 10px;
        width: 150px;
        margin: auto;
    }
        .sticky-form-section .form-container h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .btn-gradient {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .why-choose-section h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .why-choose-section .tekhne-col-3 img {
        width: 110px;
        height: 110px;
    }
        .footer-section {
        text-align: center;
    }
    .footer-section {
        padding: 30px 20px;
        padding-bottom: 10px;
        margin-bottom: 220px;
    }
    .footer-section .tekhne-col-6:first-of-type {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .tekhne-col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
        .footer-section.designer-footer img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .sticky-form-section .form-container {
        padding: 10px 20px 10px 20px;
        /* width: calc(100% - 40px); */
    }
    .sticky-form-section form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
        .sticky-form-section input {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
       /* .sticky-form-section input {
        border-radius: 4px;
        -ms-flex: 0 0 calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin-right: 0;
    }*/
        .sticky-form-section input[type="submit"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 14px 40px;
        font-size: 17px;
        border-radius: 6px;
    }
    .footer-section p {
        text-align: center;
    }
.footer-section p {
        margin-bottom: 30px;
    }
    .footer-section .tekhne-row {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

/*prohub template*/
@font-face {

  font-family: 'Gotham';
  src: url("../fonts/GothamBook.ttf") format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
  --primary: rgb(26, 101, 158);
  --black: #000000;
  --white: #ffffff;
   --font: 'Gotham', sans-serif;
}
h2{
    color: var(--black);
}
.prohub-hero-section img{
    max-width: 100%;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.header-section .tekhne-row {
    justify-content: space-between;
}
.call-to-act-btn.head-btn-cont {
    display: flex;
    gap: 20px;
}
.header-section {
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 103.19px;
    background-color: var(--white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.call-to-act-btn .design-alt-btn a {
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--black);
}
.call-to-act-btn a {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--black);
    font-weight: 700;
/*    font-family: var(--font);*/
    display: inline-block;
}
.section-btn {
    text-align: center;
    margin-top: 30px;
}
.slick-slide{
    height: auto;
}
.prohub-hero-section {
    margin-top: 103.19px;
}
.prohub-hero-section .slick-next:before{
    content: "";
    background-image: url(../prohub-img/next.svg);
    width: 24px;
    height: 24px;
}
button.slick-next.slick-arrow img, button.slick-prev.slick-arrow img {
    width: 15px;
    height: 24px;
}
.slick-prev {
    padding-right: 40px;
    left: 0 !important;
    z-index: 9;
    transform: rotate(180deg);
}
.prohub-hero-section .pro-banner:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1;
}
.prohub-hero-section .pro-banner{
    position: relative;
}
.banner-content{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 3;
}
.prohub-hero-section h1, .prohub-hero-section p {
    color: white;
    text-align: center;
    white-space: nowrap;
    font-family: var(--font);
    font-weight: 700;
}
.designers-slider button.slick-next.slick-arrow img, .designers-slider button.slick-prev.slick-arrow img {
    filter: brightness(0) invert(0);
}
.prohub-hero-section h1{
   font-size: 64px;
}
.prohub-hero-section p{
   font-size: 30px; 
}
/*.pro-why-sec.why-choose-section {
    padding: 100px 20px 130px 20px;
}*/
.designers-section, section.designer-numbers, .pro-why-sec.why-choose-section{
    padding: 80px 20px 0px 20px;
}
section.designer-steps-section{
    padding: 80px 0px 0px 20px;
}
.designer-text .imp-para p {
    text-align: left;
}
.designer-text .imp-para p::before {
    content: "✅ ";
    position: absolute;
    left: -34px;
}
.designer-text .imp-para p {
    text-align: left;
    max-width: 700px;
    position: relative;
}
.imp-para {
    max-width: 420px;
    margin: auto;
}
    .prohub-hero-section .slick-arrow {
        display: block !important;
    }
    .designers-section h2, section.designer-numbers h2, section.designer-steps-section h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-family: var(--font);
    font-weight: 600;
    }
    .designer-hub-cont {
    display: flex !important;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
section.dream-space-section p {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    font-size: 30px;
    font-weight: 500;
    line-height: 175%;
    font-family: var(--font);
}
.dream-space-section span {
    color: var(--primary);
    font-weight: 600;
}
.designer-text p {
    font-size: 18px;
    width: 700px;
    text-align: center;
}
.designer-text h4 {
    font-size: 30px;
    text-align: center;
}
.designer-hub-cont{
    margin-bottom: 40px;
}
.designer-hub-cont:last-child{
    margin-bottom: 0;
}
.designer-hub-cont img {
    border-radius: 20px;
        box-shadow: 0px 4px 15px black;
            width: 282px;
}
/*.designer-hub-cont:nth-child(odd) {
    flex-direction: row-reverse;
}*/
/*.form-div-1, .form-div-2, .form-div-3 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}*/
.form-div-2 select, .form-div-3 select {
    width: 335.2px;
    height: 48px;
/*    margin-right: 15px;*/
    border-radius: 8px;
/*    border-color: white;*/
}
.form-div-3 textarea {
    width: 364px;
    margin-right: 15px;
    border-radius: 8px;
    border-color: white;
    height: 70px;
}
.designpro-form label {
    text-align: left;
    color: var(--black);
}
.designpro-form input, .designpro-form select, .designpro-form textarea {
    margin-top: 10px;
}
.designer-form-cont.sticky-form-section .form-container h2{
    margin-bottom: 0;
}
.prohub-form-sub {
    display: flex;
    justify-content: center;
}
.designer-form-cont button.btn-gradient.landing-pop-in-open {
    background: black;
}
.footer-section.designer-footer {
/*    margin-bottom: 65px;*/
    background: black;
}
.designer-form-cont.sticky-form-section .form-container{
    background: var(--black);
}
.pro-why-sec.why-choose-section h2{

}
.designer-form-cont .wpcf7-response-output {
    max-width: 700px;
    margin: 0 auto !important;
    font-size: 12px;
    border: none !important;
    color: #ffb900;
}
.pro-why-sec.why-choose-section .tekhne-row {
    justify-content: center;
}
.designpro-form input, .designpro-form select {
    height: 40px;
}
.designpro-form textarea, .designpro-form input, .designpro-form select{
    border-radius: 8px;
    border: 1px solid;
    width: 333.6px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
    margin-bottom: 0;
}
.prohub-form-sub p {
    margin-bottom: 0;
    width: 333.6px;
}
.designer-form-cont.sticky-form-section input[type="submit"] {
    width: 100%;
}
.designer-form-cont span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}
.designer-text h4{
    
}
.designer-hub-cont img, .designer-form-cont button.btn-gradient.landing-pop-in-open {
    transition: transform 0.3s ease-in-out;
}
.designer-hub-cont img:hover, .designer-form-cont button.btn-gradient.landing-pop-in-open:hover {
    transform: scale(1.1);
}
.client-section {
/*    padding: 40px 20px;*/
    max-width: 1280px;
    margin: auto;
    padding: 100px 20px 40px 20px;
}

.client-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 600;
}

.testimonial-slider {
    display: flex;
}
.testimonial-box {
    border-radius: 16px;
    box-shadow: 3px 3px 0px 0px var(--primary);
    margin: 0 20px;
    background: #fff;
    padding: 30px 35px;
    text-align: center;
    position: relative;
    min-width: calc(25% - 40px);
}
.testimonial-box h6 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.testimonial-box h5 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.testimonial-box p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}
.numb-cont {
    display: flex;
    justify-content: space-between;
}
.ind-numb {
    text-align: center;
}
.ind-numb h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    width: 150px;
    height: 150px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 8px auto;
}
.ind-numb p {
    width: 225px;
    font-size: 18px;
    font-weight: 700;
}
.ind-numb span {
    font-size: 20px;
}
.designer-two-step {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.two-step-no {
    margin: 0 20px;
}
.two-step-no h4 {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.steps-container h4 {
    width: 150px;
    height: 150px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
}
.steps-container p {
    width: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.steps-container::after {
    content: '➞'; /* Unicode arrow */
    position: absolute;
    right: -141px; /* Positions the arrow to the right */
    top: 30%; /* Centers it vertically */
    transform: translateY(-50%); /* Adjusts for perfect centering */
    color: inherit; /* Matches text color */
    font-weight: bold;
    font-size: 100px;
}
.steps-container:last-child::after {
    content: none; /* Removes the arrow from the last step */
}
.steps-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.steps-container{
    position: relative;
}
.steps-container img {
    width: 160px;
}
.steps-sec {
    display: flex;
    justify-content: space-between;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
}
/*form*/
.designer-form .modal-dialog {
    max-width: 900px;
    margin: auto;
}
.prohub-form-sub input {
/*    width: 200px;*/
    margin-top: 20px;
    background: black;
    color: white;
}
.footer-section.designer-footer a {
    color: #ffffff;
    text-decoration: none;
}
.form-div-1 p {
    display: flex;
    justify-content: space-between;
}
.form-headers h2 {
    text-align: center;
}
.designpro-form .steps-container h4 {
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: white;
    border: 1px solid var(--primary);
    color: var(--primary);
}
.line.active {
    border: 1px dashed var(--primary);
}
.line {
    width: 160px;
    height: 1px;
    align-self: center;
    border: 1px dashed var(--primary);
}
.designpro-form .steps-container::after{
    display: none;
}
.two-step-form {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.designpro-form .steps-container {
    padding: 0 20px;
}
.designpro-form .steps-container.active h4 {
    background: var(--primary);
    color: white;
}
.designpro-form {
    padding: 0 60px;
}
button.next-step {
    display: flex;
    margin: 20px auto;
    background: black;
    border: 1px solid black;
}
.sub-blocks p {
    display: flex;
    justify-content: space-between;
}
.sub-blocks {
    margin-bottom: 20px;
}
.designer-form .modal-header {
    border: none;
}
.designer-form .btn-close:focus{
    box-shadow: none;
}
.form-text-area label, .form-text-area textarea {
    width: 100%;
}
.form-text-area textarea{
    height: 55px;
}
.prohub-btn button {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--black);
    font-weight: 700;
/*    font-family: var(--font);*/
    display: inline-block;
    border: 2px solid white;
}
button.next-step:focus, button.next-step:active:focus {
    box-shadow: none;
}
button.next-step:hover {
    background: var(--primary);
}

@media screen and (max-width: 767.9px) {
.prohub-hero-section h1{
    font-size: 22px;
}
.header-section{
    height: 88.55px;
}
.prohub-hero-section {
    margin-top: 88.5px;
}
.prohub-hero-section p{
    font-size: 15px;
}
.slick-prev{
    padding-right: 10px;
}
.slick-next{
    right: 10px !important;
}
.prohub-hero-section h1, .prohub-hero-section p{
    white-space: normal;
    width: 320px;
}

.designer-text p {
    width: 300px;
}
.designers-section h2, section.designer-numbers h2, section.designer-steps-section h2, .pro-why-sec.why-choose-section h2{
    font-size: 32px;
}
.designer-hub-cont, .designer-hub-cont:nth-child(odd) {
    flex-direction: column;
}
section.dream-space-section p{
    font-size: 18px;
}
.prohub-btn .btn-gradient.landing-pop-in-open{
    margin: auto;
}
.imp-para {
    margin-left: 20px;
}
.steps-container::after{
    display: none;
}
.steps-container h4{
    width: 75px;
    height: 75px;
    font-size: 25px;
}
.steps-container p {
    font-size: 12px;
    width: 135px;
}
.steps-sec {
    overflow-x: scroll;
    display: flex;
    width: 100%;
}
.steps-container {
    width: 50%;
    display: flex !important;
}
/*.designpro-form {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
    width: 100%;
    max-width: 100%;
}*/
.form-div-1, .form-div-2, .form-div-3{
    flex-direction: column;
}
.designpro-submit p{
    margin: auto;
}
.designer-form-cont.sticky-form-section .form-container h2{
    margin-bottom: 20px;
}
.prohub-form-sub {
    margin: 10px auto;
}
.client-section {
        padding: 100px 20px 40px 20px;
    }
    .client-section .tekhne-container {
        padding-right: 0;
        padding-left: 0;
    }
    .client-section h2 {
        font-size: 32px;
    }
        .testimonial-slider {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        white-space: nowrap;
        width: 100%;
    }
        .testimonial-box {
        min-width: 270px;
    }
        .testimonial-box h6 {
        white-space: normal;
    }
    .testimonial-box p {
        white-space: normal;
    }
    .testimonial-slider::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
}
.pro-why-sec.why-choose-section {
    padding: 100px 20px 0px 20px;
}
.why-choose-section .tekhne-col-3:last-child {
    margin-bottom: 0;
}
.ind-numb p {
    width: 100%;
    margin: 10px 0 40px 0;
    font-size: 12px;
    width: 150px;
}
.numb-cont {
   flex-wrap: wrap;
}
.ind-numb {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.footer-section.designer-footer {
    margin-bottom: 0px;
}
.footer-section.designer-footer img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
    margin-bottom: 16px;
}
.form-div-2 select, .form-div-3 select, .form-div-3 textarea {
    margin-right: 0;
}
/*form*/
.designpro-form .steps-container {
    padding: 0 10px;
}
.designpro-form{
    padding: 0;
}
.form-div-1 p, .form-div-2 p{
    flex-direction: column;
    gap: 20px;
}
.designpro-form textarea, .designpro-form input, .designpro-form select {
    width: 100%;
}
.prohub-form-sub input{
    width: 100%;
}
.designer-form .modal-dialog {
    margin: auto .5rem;
}
.prohub-btn button {
    padding: 8px 20px;
    font-size: 14px;
}
.prohub-btn button {
    padding: 8px 20px;
    font-size: 14px;
}
.testimonial-box{
    margin: 0 10px;
    padding: 30px 15px;
}
.prohub-form-sub p{
    width: 100%;
}
.ind-numb h6 {
            width: 60px;
        height: 60px;
        font-size: 16px;
}
span.small-star {
    font-size: 12px;
}
.steps-container img {
    width: 100px;
}
.designer-hub-cont img:hover, .designer-form-cont button.btn-gradient.landing-pop-in-open:hover {
    transform: scale(1);
}
}

@media screen and (max-width: 1000px) {
    .design-alt-btn{
        display: none;
    }
}