/* Hidden Elements */
.tt-style-switch-inner.tt-magnetic-item,
.magnetic-wrap.tt-magnetic-btn a.tt-btn.tt-btn-secondary.hide-from-xlg.tt-magnetic-item,
.desktop-hidden,
.ph-social,
.hidden,
.tt-scroll-down.hidden,
.hidden,
.no-caret span.tt-m-caret {
    display: none !important;
}

.tt-col-lg-5.service-single-title-top-left.has-anim.pull-left.visible {
    float: left;
}

.tt-col-lg-7.ph-caption-description.pull-right {
    float: right;
    margin-top: 0;
}

.tt-col-lg-7.ph-caption-description.pull-right {
    color: #555 !important;
}

#hover-guide {
    position: absolute;
    top: 20%;
    left: 22%;
    width: 60px;
    height: 60px;
    border: 2px solid #ff4500;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 1000000000;
}



/* Hidden */

/* Global Elements*/

.full-wid {
    max-width: 100%;
    flex: 0 0 100%;
}

/* Full wid Elements*/

.tt-main-menu-list > li > a,
.tt-main-menu-list > li > .tt-submenu-trigger > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--tt-alter-font);
    color: #ffffffb5 !important;
}

.tt-main-menu-list > li {
    margin-right: 21px;
}

.tt-submenu-trigger > a::after {
    width: 0px;
    height: 0px;
}

.tt-main-menu-list > li > a::before,
.tt-main-menu-list > li > .tt-submenu-trigger > a::before {
    background: none;
}

.tt-logo a {
    height: 20px;
}

.center-me span {
    font-size: 0.8em;
    position: relative;
    color: #acacac;
    color: #ffffffb5;
    font-size: 12px;
    font-weight: 300;
    font-weight: 400;
    text-transform: uppercase;
}

.center-me span:before {
    content: "";
    background: #15ff00;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -18px;
    top: 4px;
    border-radius: 7px;
}

.tt-header-inner {
    margin-top: 0px;
}



.ph-mask h1.ph-caption-title,
.ph-mask .ph-caption-description {
    color: #000 !important;
    color: #fff !important;
    color: #000 !important;
}

/* Logo */

.tt-logo {
    position: relative;
    width: 300px;
    min-height: 50px;
    height: 50px;
}

.tt-logo p {
    color: #fff;
}



body .tt-logo-custom {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

body .tt-logo-custom.loaded {
    opacity: 1;
    transform: scale(1);
    position: absolute;
    top: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    visibility: visible;
}

body #logo-text {
    opacity: 1;
    transition: opacity 0.6s ease;
}

body #logo-text.fade-out {
    opacity: 0;
}



#tt-header.tt-header-alter .tt-header-col-right {
    flex: none !important;
}

/* Logo */

/* In active popup box */

#inactivity-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 2000000;
    transform: translate(-50%);
    background-color: #000000a8;
    padding: 34px 55px;
}

#inactivity-card-wrapper {
    width: 80%;
    overflow: hidden;
}

#inactivity-card {
    width: 100%;
    padding: 20px 40px;
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    background-image: linear-gradient(180deg, #ffffff14, #ffffff08);
    border: 2px solid transparent;
    border-image: linear-gradient(21deg,
            #ffffff0d,
            #e1e1e14a 13%,
            #bbbbbb57 29%,
            #8c8c8c 48%,
            #78787857 69%,
            #c2c2c278 87%,
            #56565614);
}

#inactivity-text {
    color: #919191;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
}

/* In active popup box */

/* About */

.tt-section.padding-top-xlg-140.padding-bottom-xlg-140.dark-sec {
    background: #0d0d0d;
}

.txt-chang span {
    font-size: 2rem;
    font-size: 1.8rem;
    color: #e4e1e6;
}

.text-xxlg.font-500.tt-text-reveal.txt-chang {
    line-height: 33px;
}

/*
    .my-phis,
    .my-edjuc {
        border-top: 1px solid rgb(133 133 133 / 50%);
    }
    */

.my-phis .tt-col-lg-7.tt-align-self-center .txt-chang span,
.my-count .tt-col-lg-7.tt-align-self-center .txt-chang span {
    font-size: 1.4rem;
    line-height: 1;
}



.service-clicked-button.home-click {
    margin-top: 30px;
}


.home-click a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 32px 10px !important;
    border: 2px solid #fff;
    border-radius: 45px !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    float: right;
}



.home-click a:hover {
    background: #fff;
    color: #000;
}

.home-click svg {
    transition: transform 0.3s ease;
}

.home-click:hover svg {
    transform: translateX(5px);
}

/* About */

/* Desing */

.my-edjuc {
    background: #c8c2cf;
    /* background: #0d0d0d;*/
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-edjuc .tt-section-inner.tt-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-edjuc h2.lrg {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #000;
}

.fixed-title {
    font-size: 9rem;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #101214;
    /*
        color: #fff;
        color: #efedea;
        color: #e4e1e6;
    */
}

.animated-subtitle {
    display: flex;
    height: 2.5rem;
    font-size: 7rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 31px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #101214;
    /*
        color: #101214;
        color: #fff;
        color: #efedea;
        color: #e4e1e6;
    */
}

.my-edjuc .tt-section-inner.tt-wrap:before,
.my-edjuc .tt-section-inner.tt-wrap:after {
    position: absolute;
    font-size: 7rem;
}

.my-edjuc .tt-section-inner.tt-wrap:before {
    content: "{";
    left: -53px;
    color: #000;
    /*
        color: #fff;
        color: #efedea;
        color: #e4e1e6
    */
}

.my-edjuc .tt-section-inner.tt-wrap:after {
    content: "}";
    right: -53px;
    color: #000;
    /*
        color: #fff;
        color: #efedea;
        color: #e4e1e6
    */
}

.char {
    opacity: 0;
    transform: translateY(-20px);
    display: inline-block;
    animation: slideFade 0.4s forwards;
    white-space: pre;
    /* Preserve spaces */
}

@keyframes slideFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ani-div {
    text-align: center;
    width: 100%;
}

.four-p {
    margin-top: 60px;
    text-align: center;
    font-weight: 400;
}

.four-p span {
    text-transform: uppercase;
    margin: 0 21px;
    color: #101214;
}

/* Desing */

/* Counter */

.stat-box {
    flex: 1;
    min-width: 250px;
    text-align: left;
}

.stat-number {
    font-size: 9rem;
    font-weight: 300;
    color: #e4e1e6;
}

.stat-divider {
    height: 1px;
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
    background-image: linear-gradient(to right,
            #fff 0,
            #fff 1px,
            transparent 1px,
            transparent 8px);
    background-repeat: repeat-x;
    background-size: 8px 1px;
    background-position: center;
}

.stat-description {
    font-size: 1.1rem;
    color: #ccc;
    color: #e4e1e6;
}

.stat-description span {
    color: #e4e1e6;
}

#stats-section {
    padding: 60px 20px;
}

.stat-wrapper {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.counter-fix {
    width: 100%;
    flex: 0 0 100%;
}

.trust-line {
    width: 100%;
    text-align: center;
    max-width: 640px;
    margin: 100px auto 0;
}

.my-count {
    background: #0d0d0d;
    background: #1c1c1c;
}

/* Counter */

/* Service
    .my-serv {
        border-top: 1px solid rgb(133 133 133 / 50%)
    }



    /* Service*/

/* Testimonals */

.tt-stte-text {
    font-size: clamp(19px, 2vw, 20px);
}

.tt-stte-card {
    overflow: hidden;
    /*    height: 500px !important;*/
}

.tt-stte-card {
    position: relative;
    width: 100%;
    display: block;
    /* Change from flex to block */
    background-color: var(--tt-bg-color);
    padding: 7% 8%;
    z-index: 1;
    border-radius: 15px;
    border: 1px solid var(--tt-border-color);
}

.sty-chg {
    font-style: italic;
    text-transform: capitalize;
    line-height: 25px;
}

/* Testimonals */

/* Problem */

.problems .tt-col-lg-8.tt-align-self-center.full-widss {
    flex: 0 0 100%;
    max-width: 100%;
}

/*
    .no-zer ::before {
        content: "" !important;
    }
    */

.jus-left-alig {
    justify-content: left !important;
}

.tt-avlist-item {
    padding: 15px 2vw;
}

.tpd .tt-avlist-info,
.tpd h4.tt-avlist-title,
.tpd .tt-avlist-description,
.tpd .tt-avlist-info,
.tt-avlist-item-inner.tt-avlist-header.tpd,
.tpd h4.tt-avlist-title,
.no-zer .tt-avlist-count {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.bg-color {
    background: #c8c2cf;
}

.tt-scrolling-text-crossed .tt-scrolling-text:nth-child(1) {
    transform: translateY(50%) rotate(0deg) !important;
}

.tt-avlist-col.tt-avlist-col-description {
    padding-right: 150px;
}

.tt-section.no-padding-bottom.probl-sec {
    padding-top: 140px;
    display: inline-block;
    width: 100%;
}

.tt-section.prb-tabs {
    padding-bottom: 120px;
}

.tt-section.my-serv {
    padding-top: 140px;
    padding-bottom: 120px;
}

/* Problem */

#inactivity-text span {
    font-weight: bold;
    color: #fff;
}

/* Footer */

.Cus-footer {
    padding-top: 200px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid var(--tt-border-color);
}

.book-marquee-button {
    display: inline-block;
    width: 90%;
    max-width: 70%;
    border-radius: 100px;
    padding: 20px 0;
    background-color: #1a1a1a;
    position: relative;
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border: 1px solid #f8f7f426;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    color: var(--main--white);
    text-align: center;
    white-space: nowrap;
    background-image: linear-gradient(#00000080, #00000080),
        linear-gradient(#f8f7f426, #f8f7f426);
    z-index: 1;
    transition: background 21.3s ease;
}

.book-marquee-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 0.1),
            transparent 60%);
    transition: opacity 75s ease, transform 0.6s ease;
    z-index: 0;
}

.book-marquee-button:hover::before {
    transform: translateX(25%);
    opacity: 1;
}

.marquee-wrapper {
    display: flex;
    width: fit-content;
    animation: scrollText 175s linear infinite;
    /* ⏳ slower now */
}

.book-marquee-button {
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 0px;
    font-size: 74px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.dot-glow {
    color: #fff;
    display: inline-block;
    margin-right: 28px;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
    vertical-align: middle;
    line-height: 1;
    font-size: 0.95em;
    margin-left: 45px;
}

.Cus-footer p {
    font-family: var(--tt-alter-font);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-weight: bold;
}

/* Footer */

/* Upper Footer*/

#tt-footer .tt-footer-inner.tt-wrap {
    max-width: 100%;
    border-top: 1px solid #f8f7f417;
    border-bottom: 1px solid #f8f7f417;
    padding-top: 15px;
    padding-bottom: 15px;
}

.center-me ul.tt-main-menu-list {
    display: inline-flex;
}

.next-foot {
    padding-bottom: 0 !important;
}

.next-foot p.tt-footer-contact {
    margin-bottom: 0;
    line-height: 1px;
}

.center-me ul.tt-main-menu-list a {
    padding-bottom: 0;
    padding-top: 0;
    margin: ;
}

.next-foot a {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: lowercase;
}

.phone-bracket p.tt-footer-contact:after,
.phone-bracket p.tt-footer-contact:before {
    position: absolute !important;
    top: 3px;
}

.phone-bracket p.tt-footer-contact:after {
    content: "}";
    right: -17px;
}

.phone-bracket p.tt-footer-contact:before {
    content: "{";
    left: -17px;
}

/* Upper Footer*/

/* Copyright */

.footer-botom-area .tt-section-inner.tt-wrap {
    display: flex !important;
}

.left-mail {
    margin-right: 0;
    width: 100%;
}

.left-mail a {
    color: #fff;
    font-size: 3rem;
    text-decoration: underline;
}

.center-menu {
    display: none;
}

secion.footer-botom-area {
    border-top: 1px solid #f8f7f426;
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
}

.left-mail p {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 100;
    font-family: "Poppins";
}

.center-me ul.tt-main-menu-list a {
    margin-top: 7px;
    display: none;
}

.next-foot i {
    position: relative;
    top: 1px;
    font-size: 19px;
    display: none;
}

/* Copyright */

/* Services Top Section */

#page-header.ph-full .page-header-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.Service-parg .ph-mask-inner.tt-wrap,
#page-header.ph-full .page-header-inner {
    max-width: 100%;
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.Service-parg .ph-caption-description,
.Service-parg .ph-mask .ph-caption-description {
    text-transform: math-auto;
    font-size: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

#page-header.Service-parg {
    background: #0f0f0f;
}

.right-cols {
    width: 50%;
    float: right;
    margin-top: 20px;
    padding-right: 5%;
    display: none;
}

.right-cols span {
    color: #717171;
    font-size: 15px;
    font-weight: 500;
}

.page-services header#tt-header,
.page-website-development header#tt-header,
.page-Design-code-conversion header#tt-header,
.page-about header#tt-header,
.page-Contactt header#tt-header,
.page-redesign-revamp header#tt-header,
.page-landing-page header#tt-header {
    background: #0f0f0f;
}

ul {
    list-style: none;
}

ul.my-work {
    display: flex;
    justify-self: center;
    width: 100%;
    display: none;
}

p.smaller-txt-services {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 100;
}

.corner-enabled {
    position: relative;
}

.corner-enabled h2.tt-heading-title.tt-text-reveal {
    display: inline-block;
    position: relative;
}

.corner-enabled h2.tt-heading-title.tt-text-reveal:after,
.corner-enabled h2.tt-heading-title.tt-text-reveal:before {
    position: absolute;
    top: -3px;
}

.corner-enabled h2.tt-heading-title.tt-text-reveal:after {
    content: "{";
    left: -22px;
}

.corner-enabled h2.tt-heading-title.tt-text-reveal:before {
    content: "}";
    right: -22px;
}

.service-clicked-button a.tt-anim-fadeinup {
    color: #fff;
    /* background: #bf4a1a;
        background: #dedede47;
        background:#dedede29;
        text-transform: uppercase; 
        padding:7px 11px*/
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 4px;
}

.flicker-arrow {
    display: inline-block;
    color: #ffffff;
    font-size: 1.5em;
    opacity: 0;
}

span.flicker-arrow {
    margin-right: 5px;
    position: relative;
    top: 7px;
}

.Service-detail-parg h2.tt-font-alter.tt-text-uppercase.tt-text-reveal.ph-caption-title {
    font-size: 12px !important;
    color: #000 !important;
}

.has-anim,
.has-text-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.has-anim.visible,
.has-text-anim.visible {
    opacity: 1;
    transform: translateY(0);
}

.Service-detail-parg h1.ph-caption-title {
    font-size: 54px !important;
    color: #000000d1 !important;
    line-height: 1 !important;
    font-weight: bold;
}


.ser-detail-p span {
    font-size: 13px;
    font-weight: 500;
    color: #717171;
}

.Service-detail-parg .tt-col-lg-6 {
    float: left;
}

.ser-detail-p {
    margin-top: 0;
    line-height: 20px !important;
}

/* Services Top Section */

/* Paralax */
.parallax-wrapper {
    position: relative;
    overflow: hidden;
    height: 500px;
    /* adjust height as needed */
}

.parallax-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0px);
    transition: transform 0.1s linear;
}

.service-image-wrapper {
    width: 100%;
    height: 510px;
    /* or your var() */
    position: relative;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0px);
    /* ensure we start at zero */
    will-change: transform;
}

/* Paralax */

.border-tops .tt-col-lg-1 {
    max-width: 2%;
    flex: 0 0 2%;
}

.border-tops .tt-col-lg-5 {
    max-width: 47%;
    flex: 0 0 47%;
}

/* Services */

/* Web developtment*/

p#logo-text {
    margin-bottom: 0 !important;
}

.service-single-text-top-right p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffb5;
    color: #717171;
}

.service-single-title-top-left h2.tt-font-alter.tt-text-uppercase.tt-text-reveal {
    line-height: 1.02;
}

.ser-fr-block-coloums {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    margin-top: 50px;
    padding-left: 14px;
    padding-right: 14px;
}

.offer-text p {
    font-size: 13px;
    color: #a4a4a4;
    line-height: 1.4em;
    color: #ffffff9c;
}

.offering-one,
.offering-two,
.offering-three {
    background: #00000091;
    background: #dedede29;
    background: #dedede0f;
    padding: 20px;
}

.ser-fr-block-coloums h5 {
    font-size: 21px;
    text-transform: math-auto;
    font-size: 17px;
}

.service-single-text-top-right {
    margin-top: 0;
}

.Service-detail-parg {
    background: #fff !important;
}

.service-single-title-top-left h2.tt-font-alter.tt-text-uppercase.tt-text-reveal span,
.service-single-title-top-left h1.tt-font-alter.tt-text-uppercase.tt-text-reveal span {
    color: #000;
}

/* Value */

.my-values .tt-avlist-col.tt-avlist-col-description {
    padding-right: 0;
}

.my-values .tt-avlist-description,
.grey-sec .tt-avlist-info {
    font-size: 13.5px;
}

.my-values .tt-avlist-col.tt-avlist-col-count {
    flex: 0.1 !important;
}

/* Value */

/* Zon*/

.hor-zon-words figure.tt-shs-item-image {
    padding-top: 130px;
    padding-bottom: 50px;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 500;
}

.hor-zon-words h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
    padding-left: 16px;
}

/*
    .page-website-development section.Cus-footer {
        padding-top: 10px !important;
    }
    */

.experience-title {
    font-size: 2rem;
    margin-bottom: 10vh;
    font-weight: 500;
    letter-spacing: 1px;
}

.experience-lines {
    position: relative;
    height: 200px;
    color: #fff;
}

.experience-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 2rem;
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
    width: 70%;
    font-style: italic;
}

section.what-you-experience-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zon-ve h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
    margin-bottom: 0;
    font-size: 4rem;
}

/* Zon*/

.my-client .tt-lv-item-inner {
    background: #ffffffe8 !important;
}

/* Clients */

.tt-logo-wall-items .tt-logo-wall-item:before {
    padding-bottom: 0;
}

.tt-logo-wall-items .tt-logo-wall-item,
.tt-logo-wall-items a.tt-logo-wall-item:hover {
    background: transparent;
}

.logo-row {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    /*    background: #111;*/
    padding: 8px 0;
}

.logo-track {
    display: flex;
    gap: 15px;
    will-change: transform;
}

.logo-box {
    width: 180px;
    height: 140px;
    background: #f4f4f4;
    background: rgba(255, 255, 255, 0.91);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.logo-box img {
    max-width: 100%;
    max-height: 80px;
    filter: grayscale(100%);
    cursor: pointer;
    transition: filter 0.3s;
    padding: 9px;
}

.logo-box img:hover {
    filter: grayscale(0%);
}

/* Logo width */

.wid-93 img {
    max-height: 99px;
}

.logo-track1-3 img {
    max-height: 70px;
}

.logo-track1-6 img {
    max-height: 92px;
}

.logo-track1-12 img {
    max-height: 90px;
    position: relative;
    left: 7px;
}

.logo-track2-1 img {
    max-height: 90px;
}

h3.client-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 400;
}

.second-clent {
    margin-top: 22px;
}

.second-clent h3.client-title {
    margin-bottom: 10px;
}

.logo-box:hover {
    transform: scale(1.03);
}

.logo-box {
    position: relative;
    flex: 0 0 auto;
    width: 160px;
    height: 100px;
    background: #e3e3e3;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.logo-track1-28 img {
    max-height: 60px;
}

.logo-track1-31 img {
    max-height: 90px;
}

.logo-track2-17 {
    max-height: 100px;
}

.logo-track1-25 img {
    max-height: 95px;
}

/*
    .logo-track {
        scrollbar-width: none;
    }


    .logo-track {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    }
    */

/* Logo width */

@media (max-width: 768px) {
    .logo-box {
        width: 130px;
        height: 90px;
    }
}

/* Clients */

/* No Padding class */

.no-paddng-t-b {
    padding-top: 0 !important;
}

.no-paddng-bottom {
    padding-bottom: 0px !important;
}

/* No Padding class */

/* Web developtment*/

/* Pan */

/* About me */

.abt-m .Service-detail-parg h1.ph-caption-title {
    font-size: 44px !important;
    line-height: 1.1 !important;
}

.story-bp p {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 160%;
    margin-bottom: 10px;
    font-size: 1rem;
    font-size: 16px;
    font-family: Work Sans, sans-serif;
}

.abt-block {
    background: #00000066;
}

.service-clicked-button.abt-btns {
    text-align: right;
}

.my-values .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 98%;
    margin: 0 auto;
}

.my-values .card {
    background-color: #1a1a1a;
    padding: 28px 24px;
    border-radius: 10px;
    border-radius: 0px;
    transition: all 0.3s ease;
    border: 1px solid #1f1f1f;
    background: #dedede0f;
}

.giv-style .offering-box {
    padding: 28px 24px;
    border-radius: 0px;
    border: 1px solid #1f1f1f;
    background: #dedede0f;
}

/*
    .my-values .card:hover {
        transform: scale(1.02);
        border-color: #333;
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.04);
    }
    */

.giv-style h3 {
    margin: 0 0 10px;
    font-size: 16.5px;
    font-weight: 600;
    color: #ffffff;
    color: #efedea;
}

.giv-style p {
    font-size: 13px;
    line-height: 1.6;
    color: #c9c9c9;
    color: #ffffff9c;
}

.about-reflect-paragraph {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-reflect-paragraph p {
    font-size: 16px;
    margin-bottom: 20px;
}

.grey-sec {
    background: #f6f6f6;
    background: #fff;
}

.grey-sec .tt-avlist-item {
    color: #333;
}

.grey-sec .tt-text-reveal > span {
    color: #000;
}

body .no-pad-left {
    padding-left: 0px !important;
    flex: 0 0 43%;
}

.grey-sec .tt-avlist-col.tt-avlist-col-count {
    flex: 0.2 !important;
}

.grey-sec .tt-avlist-col {
    padding-left: 29px;
}

.grey-sec h4.tt-avlist-title {
    font-size: 16px;
}

.Custom-testi .tt-stte-card.cursor-alter {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.full-test {
    text-align: center;
}

/*
    .full-test a {
        display: inline-block;
        padding: 12px 24px;
        background-color: #f5f5f5;
        color: #111;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);

    }


    .full-test:hover {
        background-color: #ffffff;
        color: #000;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }
    */

.btn-pill,
.btn-pill:hover {
    background: transparent;
    color: #111;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    border: 2px solid #fff;
    color: #fff;
}

.pill-wrap {
    text-align: center;
    margin-top: 80px;
    display: none;
}

.test-btn {
    text-align: center;
    margin-top: 50px;
}

.tt-section.my-client {
    border-top: 1px solid var(--tt-border-color);
}

/*
    div#row1,
    div#row2 {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px; 
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    }
    */

/* About me */

/* Contact us */

.contact-cls div#page-header {
    min-height: 60svh;
    background: #0f0f0f !important;
}

.contact-cls h1.ph-caption-title.tt-font-alter {
    color: #fff !important;
}

.bg-gry {
    background: #c8c2cf;
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-form form {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.fr-t {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #0000003b;
    padding: 14px 0;
    align-items: center;
    position: relative;
}

.fr-t label {
    width: 30%;
}

.align-center {
    text-align: center;
    margin-top: 12px;
}

.page-Contactt header#tt-header {
    border-bottom: 1px solid rgb(133 133 133 / 22%);
}

/* Contact us */

/* Work */

.blk-cod {
    background: #0f0f0f;
}

.blk-cod .ph-caption-description {
    text-transform: math-auto;
    font-size: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6vw;
}

/* Hero */
.hero {
    padding: 120px 0 70px;
    border-bottom: 1px solid var(--line);
}

.eyebrow {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--muted);
    font-size: 0.78rem;
    margin-bottom: 16px;
}

.title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.05;
    font-size: clamp(38px, 6vw, 72px);
    margin: 0 0 18px;
}

.lede {
    max-width: 820px;
    color: #d6d6d6;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Filters */
.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 8px;
}

.chip {
    border: 1px solid var(--line);
    background: transparent;
    color: var(--fg);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.25s ease;
    user-select: none;
}

.chip:hover {
    background: var(--card-hover);
}

.chip.active {
    background: var(--fg);
    color: #000;
}

/* Grid */

.project-grid {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(18, 1fr);
    grid-template-columns: repeat(12, 1fr);
    padding: 54px 0 100px;
    width: 93%;
    margin: 0 auto;
}

.project-grid .card {
    grid-column: span 6;
    /* 2 columns on desktop */
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transition: transform 0.45s ease, background 0.3s ease, border-color 0.3s ease;
}

.project-grid .card:hover {
    transform: translateY(-6px);
    background: var(--card-hover);
    border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 900px) {
    .project-grid .card {
        grid-column: span 12;
    }
}

/* Media area */
/*
    .media {
        position: relative;
        aspect-ratio: 16/10;
        overflow: hidden;
        border-bottom: 1px solid var(--line);
    }
    */

.media {
    position: relative;
    width: 100%;
    /*    height: 280px;*/
    height: 360px;
    overflow: hidden;
}

.shot {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-fit: contain;
    object-fit: fill;
    display: block;
    filter: grayscale(100%) contrast(0.95);
    transform: scale(1.01);
    transition: transform 0.8s ease, filter 0.6s ease;
}

.shot {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    z-index: 1;
    filter: grayscale(100%) contrast(0.95);
    transform: scale(1.01);
    transition: transform 0.8s ease, filter 0.6s ease;
}

.project-grid .card:hover .shot {
    transform: scale(1.01);
    filter: none;
}

/* Mobile overlay mock */
.mobile-frame {
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 24%;
    /* aspect-ratio: 10 / 20; */
    /* aspect-ratio: 8 / 16.5; */
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(0.5px);
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(12px);
    opacity: 0;
    transition: 0.55s ease;
    height: 300px;
    display: none;
}

.fourth-card .mobile-frame {
    bottom: 20px;
}

.project-grid .card:hover .mobile-frame {
    transform: translateY(0);
    opacity: 1;
    z-index: 999;
}

.mobile-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}

/* Content */
.project-grid .meta {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 20px 10px 0;
    padding: 10px 10px 0;
    padding: 10px 10px 10px;
    color: var(--muted);
    font-size: 0.8rem;
    font-size: 12px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--muted);
    opacity: 0.7;
}

.project-grid .desc {
    color: #d0d0d0;
    margin: 0 0 26px;
    line-height: 1.65;
    font-size: 13px;
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--fg);
    text-decoration: none;
    font-size: 0.92rem;
    transition: 0.25s ease;
}

.cta:hover {
    background: var(--fg);
    color: #000;
}

.arrow {
    transition: transform 0.25s ease;
}

.cta:hover .arrow {
    transform: translateX(4px);
}

/* Subtle divider */

:root {
    --bg: #0a0a0a;
    --fg: #f5f5f5;
    --muted: #b8b8b8;
    --line: rgba(255, 255, 255, 0.12);
    --card: rgba(255, 255, 255, 0.03);
    --card-hover: rgba(255, 255, 255, 0.06);
    --radius: 22px;
    --radius: 10px;
    --gap: 28px;
}

bodys {
    margin: 0;
    background: var(--bg);
    color: var(--fg);
    font-family: Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bodys {
    padding: 14px 22px 22px;
    background: #11111161;
}

.project-grid .h3 {
    margin: 24px 0 25px;
    text-transform: uppercase;
    font-family: var(--tt-alter-font);
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 600;
}

.divider {
    height: 1px;
    background: var(--line);
    margin: 72px 0;
}

.load-more-wrapper {
    width: 100%;
    text-align: center;
    margin: 0px 0 10px;
    display: block !important;
    /* survives flex parents */
    float: none;
    clear: both;
}

.btn-load {
    padding: 15px 70px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #2b2b2f;
    font-weight: 700;
    letter-spacing: 2px;
    transition: transform 0.12s ease, background 0.2s ease;
    text-transform: uppercase;
    font-family: var(--tt-alter-font);
    font-size: 20px;
}

.btn-load:hover {
    background: #3a3a40;
    transform: translateY(-1px);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .card,
    .shot,
    .mobile-frame,
    .cta,
    .arrow {
        transition: none !important;
    }
}

/* Work */

/* Redesing */

/* Scoped only to rewamp version */
.zon-ve-rewamp .what-you-experience-wrapper-rewamp {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Common style for each line */
.zon-ve-rewamp .experience-line {
    font-size: 3.2rem;
    max-width: fit-content;
    line-height: 54px;
    color: #fff;
    transform: none;
    text-transform: uppercase;
}

/* 1st line – top left */
.zon-ve-rewamp .one-left {
    top: 20%;
    left: 2%;
    text-align: left;
}

/* 2nd line – bottom right */
.zon-ve-rewamp .second-right {
    bottom: 10%;
    right: 2%;
    text-align: right;
    top: auto;
}

/* 3rd line – top left (lower than first) */
.zon-ve-rewamp .third-left {
    top: 20%;
    left: 2%;
    text-align: left;
}

/* 4th line – bottom right (higher than second) */
.zon-ve-rewamp .four-tight {
    bottom: 10%;
    right: 0%;
    text-align: right;
    top: auto;
}

#text-section {
    position: relative;
    height: 100vh;
    width: 100%;
}

/*
    .text {
        position: absolute;
        font-size: 3rem;
        font-weight: 600;
        opacity: 0;
        text-transform: uppercase;
        line-height: 51px;
        letter-spacing: 8px;
        font-family: var(--tt-alter-font);
    }
    */

.text {
    position: absolute;
    font-size: 5rem;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
    line-height: 94px;
    letter-spacing: 5px;
    font-family: var(--tt-alter-font);
}

.top-left {
    top: 15%;
    left: 5%;
    width: 33%;
}

.bottom-right {
    bottom: 10%;
    right: 5%;
    width: 50%;
    text-align: right;
}

/* Redesing */

/* Landing */

.landing-scrol h1.tt-shs-item-image {
    padding-bottom: 0px !important;
    font-size: clamp(64px, 15vw, 230px) !important;
    letter-spacing: 11px;
}

.tt-sticky-horizontal-scroll.landing-scrol {
    margin-top: 15%;
}

.landing-scrol .tt-shs-item {
    height: 300px;
}

.tt-shs-pin-wrap.land-wrap {
    margin-top: 40px !important;
}

.land-fr-block-coloums {
    grid-template-columns: repeat(2, 1fr);
}

.land-vam .experience-line.one-left,
.land-vam .experience-line.second-right {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    /* take full width */
    max-width: 100%;
    /* override any fixed width */
    padding: 0 40px;
    /* optional: add some spacing so text doesn’t stick to edges */
    box-sizing: border-box;
}

/* Slider */

.approach-slider {
    /* Dark theme palette */
    --bg: #0b0c0f;
    /* page background (near-black) */
    --text: #e6e7ea;
    /* primary text (off-white) */
    --muted: #9aa4b2;
    /* muted text */
    --muted-2: #7c8491;
    /* secondary muted */
    --panel: #0f1115;
    /* dark panel */
    --panel-soft: #121212;
    /* slightly lighter panel */
    --shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
    --shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.55);
    --radius: 16px;
    --gap: 24px;
    --container: 72rem;
    /* ~1152px */
    --brand: #e6e7ea;
    /* used for active dots/labels */
}

.approach-slider .h2 {
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
    color: var(--text);
}

.approach-slider .p-muted {
    color: var(--muted);
}

/* Reveal animation */
.approach-slider .reveal {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.approach-slider .reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Stepper Head Row */
.approach-slider .head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.approach-slider .controls {
    display: none;
    gap: 8px;
}

.approach-slider .btn {
    border: 1px solid #2a2f36;
    background: #121212;
    color: var(--text);
    padding: 12px 13px;
    border-radius: 31px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s, border-color 0.2s;
}

.approach-slider .btn:hover {
    background: #1a1e27;
    border-color: #323843;
}

.approach-slider .btn:active {
    transform: scale(0.97);
}

/* Progress (desktop) */
.approach-slider .progress {
    display: none;
    align-items: center;
    gap: 24px;
    user-select: none;
    margin-top: 29px;
    padding-left: 0;
    margin-bottom: 21px;
}

.approach-slider .progress li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.approach-slider .progress .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #2d3138;
    display: inline-block;
}

.approach-slider .progress .label {
    font-size: 14px;
    color: var(--muted);
}

.approach-slider .progress li.active .dot {
    background: var(--brand);
}

.approach-slider .progress li.active .label {
    color: var(--brand);
    font-weight: 600;
}

.approach-slider #track {
    margin-top: 8px;
    padding-bottom: 16px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.approach-slider #track::-webkit-scrollbar {
    display: none;
}

.approach-slider #track {
    scrollbar-width: none;
}

.approach-slider .step-card {
    position: relative;
    background: var(--panel-soft);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow);
    flex: 0 0 88%;
    scroll-snap-align: center;
    background: #151515;
}

@media (min-width: 768px) {
    .approach-slider .step-card {
        flex-basis: 65%;
    }

    .approach-slider .controls {
        display: flex;
    }

    .approach-slider .progress {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .approach-slider .step-card {
        flex-basis: 55%;
    }
}

.approach-slider .step-num {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    font-weight: 800;
    font-size: min(14vw, 9rem);
    line-height: 1;
    opacity: 0.05;
    color: #e6e7ea;
}

.approach-slider .step-card h3 {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 0;
    color: #f3f4f6;
    font-weight: 700;
}

.approach-slider .step-card p {
    position: relative;
    margin: 0.75rem 0 0;
    color: #c8ccd4;
    font-size: 15px;
    font-size: 13px;
    font-weight: 300;
}

.approach-slider .step-card ul {
    position: relative;
    margin: 2rem 0 0;
    padding-left: 1.2rem;
    color: #a7afbb;
    font-size: 0.95rem;
    list-style: disc;
}

.approach-slider .step-card ul li {
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 5px;
}

/* Mobile dots (visible <768px) */
.approach-slider #mobileDots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 8px;
}

.approach-slider #mobileDots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2d3138;
    display: inline-block;
}

#mobileDots span.active {
    background: var(--brand);
}

@media (min-width: 768px) {
    .approach-slider #mobileDots {
        display: none;
    }
}

/* Types grid */
.center {
    text-align: center;
}

.bg-soft .subtitle {
    color: var(--muted);
    max-width: 44rem;
    margin: 12px auto 0;
}

.bg-soft .grid {
    display: grid;
    gap: 24px;
    margin-top: 108px;
}

@media (min-width: 640px) {
    .bg-soft.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .bg-soft .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.bg-soft .card {
    background: var(--panel-soft);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
    transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease,
        border-color 0.25s ease;
    border: 1px solid #1b1f27;
}

.bg-soft .card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-1px);
    border-color: #2a3140;
}

.bg-soft .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1f242c;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    color: #cbd5e1;
    margin-bottom: 12px;
}

.bg-soft .card h3 {
    margin: 14px 0 6px;
    font-size: 1.25rem;
    color: #f3f4f6;
    font-weight: 500;
    font-size: 16px;
}

.bg-soft .card p {
    margin: 15px 0 0;
    color: #b9c0cc;
    font-size: 14px;
    font-weight: 300;
}

/* Section backgrounds remapped for dark */
.approach-slider .bg-white {
    background: #0b0c0f;
}

/* was white → now page bg */
.bg-soft {
    background: #121212;
}

body .land-block {
    border-bottom: 1px solid rgb(133 133 133 / 22%);
    padding-bottom: 100px !important;
}

/* subtle contrast block */

/* Slider */

section.section.bg-whites {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.section.bg-whites {
    background: #0f0f0f;
}

.bg-whites h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
    margin-bottom: 50px;
}

.no-border-bottom {
    border: 0;
}

.project-summary-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    margin: 80px auto;
    max-width: 850px;
    text-align: center;
    font-size: 1.1rem;
    color: #ddd;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.project-summary-box strong {
    color: #fff;
}

.border-top {
    border-top: 1px solid var(--tt-border-color);
}

.abt-block,
.are-you,
.grey-sec,
.Custom-testi,
.my-client {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.ser-block {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
}

/* Landing */

/* Responsive */

#scrlit .tt-sticker-scroller {
    float: right;
}

br.mob-only {
    display: none;
}

.project-summary-box p {
    margin: 0;
}

.tt-wrap {
    width: 100%;
    max-width: 90vw;
    /* 90% of the viewport width */
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    /* keep some padding on the sides */
}


/* Hover */



/* Hover */


@media only screen and (min-width: 1920px) and (min-height: 1080px) {
    .my-edjuc {
        height: 80vh;
        padding-bottom: 140px !important;
    }

    /*
  .tt-wrap {
    max-width: 1500px;
    max-width: 1700px;
    max-width: 1800px !important;
  }
*/

    .tt-avlist-item-inner.tt-avlist-header.tpd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tt-avlist-col.tt-avlist-col-description {
        padding-right: 150px;
    }

    .media {
        height: 479px;
    }

    .page-header-inner.tt-wrap.larger-screen {
        width: 80%;
    }

    .my-phis {
        padding-bottom: 140px !important;
        height: 50vh;
        align-items: center;
        display: flex;
    }

    .fixed-title {
        font-size: 14rem;
    }

    .prb-tabs .tt-avlist-item-inner {
        max-width: 1750px;
    }

    .tt-logo img {
        max-height: 60px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before,
    .my-edjuc .tt-section-inner.tt-wrap:after {
        font-size: 14rem;
    }

    .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(64px, 10vw, 170px);
    }

    .book-marquee-button {
        max-width: 50%;
    }

    .abt-m .Service-detail-parg h1.ph-caption-title {
        font-size: 61px !important;
    }

    .story-bp p {
        font-size: 17px;
    }

    .tt-stte-text {
        font-size: clamp(19px, 2vw, 27px);
    }

    .Custom-testi .tt-stte-card-caption {
        max-width: 90%;
    }

    .service-image-wrapper {
        height: 700px;
    }

    p.smaller-txt-services {
        font-size: 15px;
        line-height: 1.7;
    }

    #page-header.ph-full {
        min-height: 65vh;
        min-height: 80vh;
    }

    .experience-line {
        font-size: 3.5rem;
        width: 80%;
    }

    .top-left {
        width: 28%;
    }

    .bottom-right {
        width: 38%;
    }

    .ser-detail-p span {
        font-weight: 400;
        font-size: 16px;
    }

    .ser-detail-p {
        margin-top: 0;
        line-height: 17px !important;
    }

    .text {
        font-size: 6rem;
        line-height: 100px;
    }

    .option-btn {
        font-size: 0.8rem;
    }

    .landing-scrol h1.tt-shs-item-image {
        font-size: clamp(64px, 15vw, 259px) !important;
    }

    .zon-ve-rewamp .experience-line {
        font-size: 5.2rem;
        line-height: 75px;
    }

    .big-screen-pd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1280px) {
    .tt-section.my-client.no-brd {
        border-top: 0;
        padding-top: 40px !important;
    }
}

@media (max-width: 1180px) {
    .abt-m .Service-detail-parg h1.ph-caption-title {
        font-size: 50px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .tt-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tt-header-col-left,
    .tt-header-col-right {
        flex: 0 0 auto !important;
    }

    .tt-header-col-center {
        flex: 1 !important;
        padding-right: 19%;
    }

    .tt-main-menu-list > li > a,
    .tt-main-menu-list > li > .tt-submenu-trigger > a {
        font-size: 42px;
        font-weight: bold;
        font-weight: 600;
        line-height: 1.2;
    }

    .tt-main-menu.tt-m-menu-center .tt-main-menu-content {
        text-align: left;
    }

    .tt-main-menu-list > li {
        margin-bottom: 23px;
        letter-spacing: 1px;
    }

    .txt-chang span {
        font-size: 1.6rem;
    }

    .tt-wrap {
        padding-left: 6vw;
        padding-right: 6vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .fixed-title {
        font-size: 8rem;
    }

    .animated-subtitle {
        font-size: 6rem;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before {
        left: 0px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:after {
        right: 0px;
    }

    .stat-number {
        font-size: 7rem;
    }

    .marquee-content {
        font-size: 54px;
    }

    .stat-description {
        font-size: 0.9rem;
    }

    /* Abt */

    .abt-m .Service-detail-parg h1.ph-caption-title {
        font-size: 33px !important;
    }

    .my-values .tt-wrap,
    .abt-block .tt-wrap,
    .Custom-testi .tt-wrap,
    .my-client .tt-wrap {
        padding-left: 3vw;
        padding-right: 3vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .giv-style h3 {
        font-size: 15.5px;
    }

    .about-reflect-paragraph p {
        font-size: 15px;
    }

    #tt-footer [class*="tt-col-"]:not(:last-child) {
        margin-bottom: 0;
    }

    /* Abt */

    .contact-cls .custom-form {
        max-width: 92%;
    }

    #tt-footer .tt-footer-inner.tt-wrap {
        padding-bottom: 0;
    }

    .contact-cls div#page-header {
        min-height: 50svh;
    }

    .mb-project,
    .service-tab-pad {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .mb-project .media {
        height: auto;
    }

    .project-summary-box p {
        font-size: 1rem;
    }

    .project-grid .desc {
        font-size: 12px;
    }

    .btn-load {
        font-size: 18px;
    }

    .project-grid .meta {
        font-size: 11px;
        gap: 7px;
    }

    .Service-parg .ph-caption-description {
        font-size: 1.3rem;
    }

    .project-grid {
        width: 97%;
    }

    .ser-block h5 {
        font-size: 15px;
    }

    .ser-block .ser-fr-block-coloums {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-bottom-padding-tablet-section,
    .tt-section.my-serv {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .service-clicked-button a.tt-anim-fadeinup {
        margin-right: 21px;
    }

    .dev-award h4.tt-avlist-title {
        font-size: 18px;
    }

    .tt-section.my-client.no-brd {
        border: 0;
        padding-top: 30px !important;
    }

    .text {
        font-size: 4rem;
        line-height: 67px;
    }

    .top-left {
        width: 37%;
    }

    .what-you-experience-wrapper-rewamp .experience-line {
        font-size: 2.5rem;
        line-height: 44px;
    }


    #stats-section {
        padding: 60px 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #tt-footer [class*="tt-col-"]:not(:last-child) {
        margin-bottom: 0;
    }

    .tt-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tt-header-col-left,
    .tt-header-col-right {
        flex: 0 0 auto !important;
    }

    .tt-header-col-center {
        flex: 1 !important;
        padding-right: 15%;
        position: relative;
        right: 36px;
    }

    .tt-main-menu-list > li > a,
    .tt-main-menu-list > li > .tt-submenu-trigger > a {
        font-size: 42px;
        font-weight: bold;
        font-weight: 600;
        line-height: 1.2;
    }

    .tt-main-menu.tt-m-menu-center .tt-main-menu-content {
        text-align: left;
    }

    .center-me span {
        font-size: 11px;
    }

    .txt-chang span {
        font-size: 1.4rem;
    }

    .top-bottom-padding-tablet-section,
    .tt-section.my-serv {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .tt-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .fixed-title {
        font-size: 6rem;
    }

    .animated-subtitle {
        font-size: 4rem;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before {
        left: 0px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:after {
        right: 0px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before,
    .my-edjuc .tt-section-inner.tt-wrap:after {
        font-size: 7rem;
    }

    .prb-tabs .tt-avlist-header,
    .my-approach .tt-avlist-header {
        display: none !important;
    }

    .prb-tabs .tt-avlist-item-inner,
    .my-approach .tt-avlist-item-inner,
    .dev-award .tt-avlist-item-inner {
        display: block;
        padding: 20px;
        border: 1px solid #333;
        border-radius: 10px;
        margin-bottom: 20px;
        background: #111;
        /* dark background */
    }

    .prb-tabs .tt-avlist-col,
    .my-approach .tt-avlist-col,
    .dev-award .tt-avlist-col {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    /* Main section titles (Problem / Explanation / Deliver) */
    .prb-tabs .tt-avlist-col-title::before,
    .my-approach .tt-avlist-col-title::before {
        content: "Problem / Insight";
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .my-approach .tt-avlist-col-title::before {
        content: "The Values I Build With";
    }

    .prb-tabs .tt-avlist-col-description::before,
    .my-approach .tt-avlist-col-description::before {
        content: "Explanation";
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .my-approach .tt-avlist-col-description::before {
        content: "What These Values Mean for Your Project";
    }

    .prb-tabs .tt-avlist-col-info::before {
        content: "Here’s What I Deliver";
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .prb-tabs .tt-avlist-title,
    .my-approach .tt-avlist-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .prb-tabs .tt-avlist-description,
    .prb-tabs .tt-avlist-info,
    .my-approach .tt-avlist-description,
    .my-approach .tt-avlist-info {
        font-size: 15px;
        line-height: 1.6;
        color: #ddd;
    }

    .prb-tabs .tt-avlist-col-description::before,
    .my-approach .tt-avlist-col-description::before,
    .prb-tabs .tt-avlist-col-info::before,
    .my-approach .tt-avlist-col-info::before {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 4px 10px;
        border-radius: 20px;
        margin-bottom: 6px;
        background: #f2f2f2;
        color: #333;
        border: 1px solid #ddd;
    }

    .prb-tabs .tt-avlist-col-description,
    .my-approach .tt-avlist-col-description,
    .prb-tabs .tt-avlist-col-info,
    .my-approach .tt-avlist-col-info {
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .prb-tabs .tt-avlist-col.tt-avlist-col-description,
    .my-approach .tt-avlist-col.tt-avlist-col-description {
        padding-right: 80px;
    }

    .prb-tabs .tt-avlist-item,
    .my-approach .tt-avlist-item {
        padding: 26px 2vw 5px;
    }

    .bg-color.tablet-hid {
        display: none;
    }

    .stat-description {
        font-size: 0.7rem;
    }

    .stat-number {
        font-size: 5rem;
    }

    .stat-box {
        min-width: 200px;
    }

    .trust-line {
        max-width: 70%;
        font-size: 14px;
    }

    .my-testimonals .tt-scrolling-text {
        font-size: calc(15px + 3.5vw);
        margin-bottom: 80px;
    }

    .book-marquee-button {
        max-width: 90%;
    }

    #page-header.ph-full-m {
        min-height: 100svh;
    }

    #page-header.ph-full-m {
        min-height: 500px;
    }

    #page-header.ph-full-m .page-header-inner {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    /* About me */
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 34px !important;
    }

    /* .abt-m #page-header.ph-full-m { */
    /* min-height: 50svh; */
    /* } */

    .abt-m #page-header.ph-full-m .page-header-inner {
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }

    .align-center {
        margin-top: 35px;
    }

    .tt-main-menu-content {
        vertical-align: top;
    }

    .tt-main-menu-list > li {
        margin-bottom: 17px;
    }

    .story-bp p {
        font-size: 15px;
    }

    .abt-block,
    .are-you,
    .grey-sec,
    .Custom-testi {
        padding-bottom: 100px;
        padding-top: 100px !important;
    }

    .service-clicked-button.abt-btns {
        padding-right: 4%;
        margin-top: 30px;
    }

    .ser-fr-block-coloums {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .giv-style h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .about-reflect-paragraph p {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .my-approach .tt-avlist-item-inner {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        margin-bottom: 24px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border: 0;
    }

    .my-approach h4.tt-avlist-title {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
    }

    .my-approach .tt-avlist-description {
        color: #374151;
        font-size: 14px;
        line-height: 1.6;
    }

    .my-approach .tt-avlist-col-description::before {
        border: 0;
        background: #eeefef;
        padding: 6px 14px;
        background: #4b5563;
        color: #4b5563;
        font-weight: 600;
        /* border: 1px solid #D1D5DB; */
        background: #fff;
        background: #f3f4f6;
        background: #e5e7eb;
        border-radius: 8px;
    }

    .my-approach .tt-avlist-col.tt-avlist-col-description {
        border: 0;
    }

    .my-approach .tt-avlist-description {
        margin-top: 12px;
    }

    .Custom-testi .tt-stte-card.cursor-alter {
        width: 90%;
    }

    .Custom-testi .tt-stte-text {
        font-size: clamp(17px, 2vw, 20px);
    }

    .marquee-content {
        font-size: 70px;
    }

    .tt-logo img {
        max-height: 46px;
    }

    .tt-logo a {
        height: 50px;
    }

    .my-approach .tt-avlist-item {
        border-top: 1px solid rgb(133 133 133 / 21%);
    }

    /* About me */

    .custom-form {
        max-width: 92% !important;
    }

    .contact-cls .option-btn {
        padding: 8px 10px;
    }

    .contact-cls .options {
        gap: 4px;
    }

    .custom-form .fr-t label {
        margin-bottom: 10px;
    }

    .Service-parg .ph-caption-description {
        font-size: 1.1rem;
    }

    .project-summary-box {
        font-size: 0.9rem;
    }

    .project-summary-box p {
        margin-bottom: 0;
    }

    .media {
        height: auto;
    }

    .project-grid {
        grid-template-columns: repeat(12, 1fr);
        width: 99%;
        gap: 10px;
    }

    .project-grid .card {
        grid-column: span 6;
        margin-bottom: 10px;
    }

    .service-tab-pad .tt-row {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .no-paddng-t-b {
        padding-bottom: 0;
    }

    .service-tab-pad .tt-row > .tt-col-lg-6.tt-align-self-center {
        order: 1;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .service-tab-pad .tt-row > .tt-col-lg-5 {
        order: 2;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .service-tab-pad .tt-row > .tt-col-lg-5 img {
        display: block;
        width: 100%;
    }

    .service-tab-pad .tt-row > .tt-col-lg-1 {
        display: none;
    }

    .service-tab-pad {
        padding: 20px;
        padding-left: 36px;
        padding-right: 35px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .corner-enabled h2.tt-heading-title.tt-text-reveal {
        padding-left: 18px;
    }

    .corner-enabled h2.tt-heading-title.tt-text-reveal:after {
        left: -5px;
    }

    .no-paddng-bottom {
        padding-top: 0 !important;
    }

    .dev-award .tt-avlist-col-count {
        font-size: 14px;
        font-weight: bold;
        color: #999;
        margin-bottom: 5px;
    }

    .dev-award .tt-avlist-col-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #fff;
    }

    .dev-award .tt-avlist-col-description {
        font-size: 14px;
        line-height: 1.5;
        color: #bbb;
    }

    .ser-detail-p {
        margin-top: 30px;
    }

    .ser-detail-p span {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .ser-block .service-tab-pad,
    .ser-block .tt-section-inner.tt-wrap {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .ser-block .ser-fr-block-coloums h5 {
        font-size: 15px;
    }

    .dev-award h4.tt-avlist-title {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
        display: inline-block;
        border-radius: 4px;
        padding: 6px 20px;
        background: #f2f2f2;
        color: #333;
    }

    .dev-values .margin-bottom-70,
    .redesing-values .margin-bottom-70 {
        margin-bottom: 30px !important;
    }

    .dev-award .tt-avlist-item-inner {
        display: block;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 0px;
        background: #111;
        box-shadow: 1px 0px 0px 0px #fff;
        border-left: 1px solid #fff;
    }

    .zon-ve h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        font-size: 3rem;
    }

    #logo-text {
        font-size: 17px;
    }

    .Service-detail-parg h1.ph-caption-title {
        font-size: 45px !important;
    }

    .design-award .tt-avlist-item:last-child {
        border-bottom: 0;
    }

    .my-client .margin-bottom-120 {
        margin-bottom: 80px !important;
    }

    .top-left {
        width: 62%;
    }

    .bottom-right {
        width: 80%;
    }

    .landing-scrol h1.tt-shs-item-image {
        font-size: clamp(64px, 23vw, 230px) !important;
        height: auto;
    }

    .land-probm .what-you-experience-wrapper-rewamp .experience-line {
        width: 91% !important;
        font-size: 2rem;
        line-height: 38px;
        margin: 0 auto;
    }

    .bg-soft .grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }

    .project-grid .meta {
        font-size: 10px;
        gap: 5px;
    }

    .project-grid .desc {
        font-size: 12px;
    }

    .project-grid .h3 {
        font-size: clamp(26px, 3vw, 42px);
    }

    .cta {
        font-size: 0.92rem;
    }

    #stats-section {
        padding: 60px 0px;
    }
}

@media (max-width: 1180px) {
    .top-left {
        width: 43%;
    }

    .media {
        height: 268px;
    }
}

@media (max-width: 1114px) {
    .top-left {
        width: 44%;
    }
}

@media (max-width: 1024px) {
    .what-you-experience-wrapper .experience-line {
        width: 78%;
    }
}

@media (max-width: 932px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 30px !important;
    }

    .marquee-content {
        font-size: 60px;
    }

    .ser-detail-p span {
        font-size: 1rem;
    }

    .dev-award h4.tt-avlist-title {
        margin-top: 10px;
    }

    .what-you-experience-wrapper .experience-line {
        font-size: 1.8rem;
        width: 82%;
    }

    .service-single-title-top-left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .text {
        font-size: 3.4rem;
        line-height: 60px;
    }

    .bottom-right {
        width: 50%;
    }
}

@media (max-width: 915px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 29px !important;
    }

    .tt-section.my-values.dev-values,
    .tt-section.my-values.redesing-values,
    .tt-section.my-values.Benefits-values {
        padding-top: 90px;
    }

    .what-you-experience-wrapper .experience-line {
        width: 83% !important;
        line-height: 1.2;
    }

    .design-award .tt-avlist-item:first-child {
        border-top: 0;
    }

    .dev-award .tt-avlist-item:first-child {
        border-top: 0;
    }

    .tt-section.my-values.redesing-values {
        padding-bottom: 40px;
    }

    .text {
        font-size: 3.5rem;
        line-height: 64px;
    }

    .bottom-right {
        width: 60%;
    }

    .top-left {
        width: 46%;
    }
}

@media (max-width: 896px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 28px !important;
    }

    .text {
        font-size: 3rem;
        line-height: 50px;
    }

    .bottom-right {
        width: 53%;
    }

    .top-left {
        width: 42%;
    }
}

@media (max-width: 882px) {
    .text {
        font-size: 3rem;
        line-height: 50px;
    }

    .top-left {
        width: 42%;
    }

    .bottom-right {
        width: 52%;
    }

    .landing-scrol h1.tt-shs-item-image {
        font-size: clamp(64px, 20vw, 230px) !important;
    }
}

@media (max-width: 844px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 27px !important;
    }

    .marquee-content {
        font-size: 50px;
    }

    .dev-award .tt-avlist-item-inner {
        margin-bottom: 0px;
    }
}

@media (max-width: 820px) {
    .media {
        height: 224px;
    }
}

@media (max-width: 823px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 26px !important;
    }

    .design-award .tt-avlist-item:last-child {
        border-bottom: 0;
    }

    .dev-award .tt-avlist-item:first-child {
        border-top: 0;
    }

    .text {
        font-size: 3rem;
        line-height: 1;
    }

    .top-left {
        width: 42%;
    }

    .bottom-right {
        width: 55%;
    }
}

@media (max-width: 812px) {
    .abt-m #page-header.ph-full-m {
        min-height: 100svh;
    }

    .contact-cls #page-header.ph-full-m {
        min-height: 60svh;
    }

    .abt-m #page-header.ph-full-m .page-header-inner {
        padding-top: 130px !important;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 26px !important;
    }

    .story-bp p {
        font-size: 14px;
    }

    .h3,
    h3 {
        font-size: clamp(32px, 3vw, 52px);
    }

    .fr-t {
        display: inline-block;
    }

    #page-header.ph-full-m.top-mb-project .page-header-inner.tt-wrap,
    #page-header.ph-full-m.Service-parg .page-header-inner.tt-wrap {
        padding-top: 160px !important;
    }

    .marquee-content {
        font-size: 60px;
    }

    .top-left {
        width: 40%;
    }

    .bottom-right {
        width: 60%;
    }

    .text {
        font-size: 3rem;
        line-height: 52px;
    }

    .landing-scrol h1.tt-shs-item-image {
        font-size: clamp(64px, 23vw, 230px) !important;
        height: auto;
    }
}

@media (max-width: 786px) {
    .experience-line {
        width: 85% !important;
        font-size: 1.5rem;
    }

    .what-you-experience-wrapper .experience-line {
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    .story-bp p {
        font-size: 15px;
    }

    .abt-m #page-header.ph-full-m {
        min-height: 400px;
    }

    #page-header.ph-full-m.top-mb-project .page-header-inner.tt-wrap,
    #page-header.ph-full-m.Service-parg .page-header-inner.tt-wrap {
        padding-top: 130px !important;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 25px !important;
    }
}

@media (max-width: 767px) {
    .tt-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tt-header-col-left,
    .tt-header-col-right {
        flex: 0 0 auto !important;
    }

    .tt-header-col-center {
        flex: 1 !important;
        padding-right: 10%;
        position: relative;
        right: 8%;
    }

    .tt-logo a {
        font-size: 15px;
    }

    .center-me span {
        font-size: 11px;
    }

    /* #page-header.ph-full-m {
    min-height: 100svh;
  }
*/

    #page-header.ph-full-m {
        min-height: 500px;
    }

    .tt-main-menu-list > li > a,
    .tt-main-menu-list > li > .tt-submenu-trigger > a {
        font-size: 42px;
        font-weight: bold;
        font-weight: 600;
        line-height: 1.2;
    }

    .tt-main-menu.tt-m-menu-center .tt-main-menu-content {
        text-align: left;
    }

    #page-header.ph-full .page-header-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .txt-chang span {
        font-size: 1.4rem;
        line-height: 1;
    }

    .top-bottom-padding-tablet-section {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .fixed-title {
        font-size: 5rem;
    }

    .animated-subtitle {
        font-size: 4rem;
    }

    .prb-tabs .tt-avlist-header {
        display: none;
    }

    .prb-tabs .tt-avlist-item-inner {
        display: block;
        padding: 20px;
        border: 1px solid #333;
        border-radius: 10px;
        margin-bottom: 20px;
        background: #111;
    }

    .prb-tabs .tt-avlist-col {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .prb-tabs .tt-avlist-col-title::before {
        content: "Problem / Insight";
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .prb-tabs .tt-avlist-col-description::before {
        content: "Explanation";
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .prb-tabs .tt-avlist-col-info::before {
        content: "Here’s What I Deliver";
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .prb-tabs .tt-avlist-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .prb-tabs .tt-avlist-description,
    .prb-tabs .tt-avlist-info {
        font-size: 15px;
        line-height: 1.6;
        color: #ddd;
    }

    .prb-tabs .tt-avlist-col-description::before,
    .prb-tabs .tt-avlist-col-info::before {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 4px 10px;
        border-radius: 20px;
        margin-bottom: 6px;
        background: #f2f2f2;
        color: #333;
        border: 1px solid #ddd;
    }

    .prb-tabs .tt-avlist-col-description,
    .prb-tabs .tt-avlist-col-info {
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .prb-tabs .tt-avlist-col.tt-avlist-col-description {
        padding-right: 80px;
    }

    .prb-tabs .tt-avlist-item {
        padding: 26px 2vw 5px;
    }

    .bg-color.tablet-hid {
        display: none;
    }

    .stat-box {
        min-width: 30%;
    }

    .stat-number {
        font-size: 4rem;
    }

    .stat-description {
        font-size: 0.7rem;
    }

    .trust-line {
        max-width: 570px;
        font-size: 16px;
    }

    .prb-tabs .tt-avlist-header,
    .bg-color.tablet-hid,
    .my-approach .tt-avlist-item-inner.tt-avlist-header.tpd.abt-sharper {
        display: none;
    }

    .prb-tabs .tt-avlist-item-inner {
        display: block;
        padding: 20px;
        border: 1px solid #333;
        border-radius: 10px;
        margin-bottom: 20px;
        background: #111;
    }

    .prb-tabs .tt-avlist-col {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .prb-tabs .tt-avlist-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .prb-tabs .tt-avlist-description,
    .prb-tabs .tt-avlist-info {
        font-size: 15px;
        line-height: 1.6;
        color: #ddd;
    }

    .prb-tabs .tt-avlist-col-description::before,
    .prb-tabs .tt-avlist-col-info::before {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 4px 10px;
        border-radius: 20px;
        margin-bottom: 6px;
        background: #f2f2f2;
        color: #333;
        border: 1px solid #ddd;
    }

    .prb-tabs .tt-avlist-col-description,
    .prb-tabs .tt-avlist-col-info {
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .prb-tabs .tt-avlist-col.tt-avlist-col-description {
        padding-right: 80px;
    }

    .prb-tabs .tt-avlist-item {
        padding: 26px 2vw 5px;
    }

    .abt-block,
    .are-you,
    .grey-sec,
    .Custom-testi,
    .my-client {
        padding-bottom: 100px;
        padding-top: 100px !important;
    }

    .my-approach .tt-avlist-col-description::before {
        border: 0;
        background: #eeefef;
        padding: 6px 14px;
        background: #4b5563;
        color: #4b5563;
        font-weight: 600;
        /* border: 1px solid #D1D5DB; */
        background: #fff;
        background: #f3f4f6;
        background: #e5e7eb;
        border-radius: 8px;
    }

    .my-approach h4.tt-avlist-title {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
    }

    .my-approach .tt-avlist-description {
        color: #374151;
        font-size: 14px;
        line-height: 1.6;
    }

    .my-approach .tt-avlist-col.tt-avlist-col-description {
        border: 0;
    }

    .my-approach .tt-avlist-description {
        margin-top: 12px;
    }

    .my-approach .tt-avlist-col-title::before {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #aaa;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .my-approach .tt-avlist-col-title::before {
        content: "The Values I Build With";
    }

    .my-approach .tt-avlist-col-description::before {
        content: "What These Values Mean for Your Project";
    }

    .my-approach .tt-avlist-item-inner {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        margin-bottom: 24px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border: 0;
    }

    .my-approach .tt-avlist-col-description::before {
        border: 0;
        background: #eeefef;
        padding: 6px 14px;
        background: #4b5563;
        color: #4b5563;
        font-weight: 600;
        background: #fff;
        background: #f3f4f6;
        background: #e5e7eb;
        border-radius: 8px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .prb-tabs .tt-avlist-col,
    .my-approach .tt-avlist-col {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .my-approach .tt-avlist-description {
        margin-top: 14px;
        font-size: 13px;
    }

    .my-approach .tt-avlist-col {
        padding-left: 10px;
    }

    .my-approach .tt-avlist-item {
        padding: 26px 2vw 5px;
    }

    .Custom-testi .tt-stte-card.cursor-alter {
        width: 98%;
    }

    .Service-parg .ph-caption-description {
        font-size: 1rem;
    }

    .media {
        height: auto;
    }

    .project-grid .meta {
        font-size: 10px;
    }

    .project-grid .desc {
        font-size: 12px;
    }

    .cta {
        gap: 10px;
        padding: 9px 28px;
        font-size: 0.92rem;
    }

    .top-mb-project {
        min-height: 75svh !important;
    }

    .service-tab-pad .tt-row {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .no-paddng-t-b {
        padding-bottom: 0;
    }

    .service-tab-pad .tt-row > .tt-col-lg-6.tt-align-self-center {
        order: 1;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .service-tab-pad .tt-row > .tt-col-lg-5 {
        order: 2;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .service-tab-pad .tt-row > .tt-col-lg-5 img {
        display: block;
        width: 100%;
    }

    .service-tab-pad .tt-row > .tt-col-lg-1 {
        display: none;
    }

    .service-tab-pad {
        padding: 20px;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .corner-enabled h2.tt-heading-title.tt-text-reveal {
        padding-left: 18px;
    }

    .corner-enabled h2.tt-heading-title.tt-text-reveal:after {
        left: -5px;
    }

    .no-paddng-bottom {
        padding-top: 0 !important;
    }

    .ser-detail-p {
        margin-top: 30px;
    }

    .ser-detail-p span {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .Service-detail-parg h1.ph-caption-title {
        font-size: 40px !important;
    }

    .dev-award .tt-avlist-item-inner {
        display: block;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        background: #111;
        box-shadow: 1px 0px 0px 0px #fff;
        border-left: 1px solid #fff;
    }

    .dev-award h4.tt-avlist-title {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
        display: inline-block;
        border-radius: 20px;
        padding: 6px 13px;
        background: #f2f2f2;
        color: #333;
    }

    .zon-ve h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        font-size: 3rem;
    }

    .dev-values .margin-bottom-70,
    .my-client .margin-bottom-120 {
        margin-bottom: 40px !important;
    }

    .experience-line {
        width: 89%;
    }

    .project-grid .h3 {
        font-size: clamp(29px, 3vw, 42px);
    }
}

@media (max-width: 740px) {
    .service-clicked-button a.tt-anim-fadeinup {
        margin-right: 10px;
    }

    .contact-cls .custom-form label {
        margin-bottom: 9px;
    }

    .contact-cls .custom-form {
        max-width: 92%;
    }

    .custom-form textarea#myTextarea {
        width: 100%;
        padding-top: 0;
        min-height: auto;
    }

    .contact-cls #page-header.ph-full-m {
        min-height: 75svh !important;
    }

    #tt-footer [class*="tt-col-"]:not(:last-child) {
        margin-bottom: 0;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 24px !important;
    }

    .marquee-content {
        font-size: 45px;
    }

    .ser-block h5 {
        font-size: 16px;
    }

    .offer-text p {
        font-size: 12px;
    }

    .dev-award .tt-avlist-item-inner {
        padding: 30px;
    }

    .dev-award h4.tt-avlist-title {
        margin-bottom: 25px;
    }

    .top-left {
        width: 42%;
    }

    .text {
        font-size: 2.7rem;
        line-height: 47px;
    }

    .land-vam .experience-line.one-left {
        margin: 0 auto;
        width: 100% !important;
        font-size: 2.1rem;
        line-height: 37px;
    }

    .what-you-experience-wrapper .experience-line {
        font-size: 1.6rem;
    }
}

@media (max-width: 736px) {
    .what-you-experience-wrapper-rewamp .experience-line {
        width: 100% !important;
        margin: 0 auto;
        font-size: 2.2rem;
        line-height: 38px;
    }

    .bg-soft .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 731px) {
    .land-probm .experience-line {
        font-size: 2.1rem;
        line-height: 38px;
    }
}

@media (max-width: 720px) {
    .land-probm .experience-line {
        font-size: 2rem !important;
    }

    .btn-load {
        padding: 12px 49px;
    }
}

@media (max-width: 667px) {
    .tt-header-col-center {
        padding-right: 0%;
        right: 14%;
    }

    .fixed-title {
        font-size: 4rem;
    }

    .animated-subtitle {
        font-size: 3rem;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before,
    .my-edjuc .tt-section-inner.tt-wrap:after {
        font-size: 5rem;
    }

    .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(64px, 9vw, 187px);
    }

    .book-marquee-button {
        max-width: 80%;
    }

    .marquee-content {
        font-size: 60px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before {
        left: 0px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:after {
        right: 0;
    }

    .tt-stte-text {
        font-size: clamp(16px, 2vw, 20px);
    }

    .tt-stte-subtext {
        font-size: 16px;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 22px !important;
        line-height: 29px !important;
    }

    .giv-style h3 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .project-summary-box p {
        margin-bottom: 0;
        font-size: 1rem;
    }

    .project-summary-box {
        max-width: 90%;
    }

    .btn-load {
        padding: 11px 50px;
        font-size: 17px;
    }

    .dev-award .tt-avlist-description {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tt-accordion-item p {
        font-size: 1rem;
    }

    .border-bottom .tt-col-lg-4.margin-bottom-40 {
        margin-top: 40px;
    }

    .left-mail p {
        font-size: 13px;
    }

    .text {
        font-size: 2.5rem;
        line-height: 42px;
    }

    .ser-fr-block-coloums {
        opacity: 0.9 !important;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.9rem !important;
    }

    .Cus-footer p {
        width: 80%;
        margin: 0 auto 24px;
    }
}

@media (max-width: 640px) {
    .land-probm h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        font-size: 2.5rem;
    }

    .what-you-experience-wrapper .experience-line {
        width: 95% !important;
        font-size: 1.5rem;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.8rem !important;
    }

    .project-grid .meta {
        font-size: 11px;
        gap: 3px;
    }
}

@media (max-width: 600px) {
    .ph-caption-description {
        text-transform: capitalize;
    }

    .tt-logo {
        width: 280px;
    }

    .center-me span {
        font-size: 10px;
    }

    .center-me span:before {
        height: 7px;
        width: 7px;
        top: 2px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before {
        left: 0;
    }

    .my-edjuc .tt-section-inner.tt-wrap:after {
        right: 0px;
    }

    .stat-box {
        min-width: 28%;
    }

    .stat-description span br {
        display: none;
    }

    .stat-number {
        font-size: 3.5rem;
    }

    .txt-chang span {
        font-size: 1.2rem;
    }
}

@media (max-width: 568px) {
    .tt-header-inner:not(.tt-wrap) {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    .tt-logo {
        width: 230px;
    }

    .center-me span {
        font-size: 10px;
    }

    .txt-chang span,
    .my-phis .tt-col-lg-7.tt-align-self-center .txt-chang span,
    .my-count .tt-col-lg-7.tt-align-self-center .txt-chang span {
        font-size: 1.1rem;
    }

    .text-xxlg.font-500.tt-text-reveal.txt-chang {
        line-height: 29px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before {
        left: 0;
    }

    .my-edjuc .tt-section-inner.tt-wrap:after {
        right: 0px;
    }

    #stats-section {
        padding: 60px 12px;
    }

    .stat-box {
        min-width: 27%;
    }

    .stat-number {
        font-size: 3rem;
    }

    .stat-description br {
        display: none;
    }

    .trust-line {
        max-width: 450px;
        font-size: 15px;
    }

    .my-serv p {
        font-size: 0.9rem;
    }

    .tt-scrolling-text {
        font-size: calc(18px + 3.5vw);
    }

    .Cus-footer p.tt-text-reveal {
        font-size: 1.3rem;
        letter-spacing: 2px;
    }

    .marquee-content {
        font-size: 31px;
    }

    .center-me .tt-main-menu-list > li:first-child {
        margin-top: 12px;
    }

    .next-foot .tt-col-xl-4.tt-col-sm-4 {
        width: auto;
        margin-top: 40px;
    }

    .left-mail p {
        font-size: 12px !important;
        letter-spacing: normal !important;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .tt-logo img {
        max-height: 32px;
        max-height: max-content;
        width: 98px;
    }

    .tt-main-menu-content {
        vertical-align: top;
    }

    .tt-main-menu-list > li > a,
    .tt-main-menu-list > li > .tt-submenu-trigger > a {
        font-size: 28px;
        font-weight: bold;
    }

    .center-me span:before {
        height: 7px;
        width: 7px;
        top: 2px;
    }

    .tt-logo {
        top: 4px;
    }

    .tt-header-col-center {
        right: 12%;
    }

    .prb-tabs .tt-avlist-col.tt-avlist-col-description {
        padding-right: 48px;
    }

    .prb-tabs .tt-avlist-description,
    .prb-tabs .tt-avlist-info {
        font-size: 14px;
    }

    .prb-tabs .tt-avlist-item-inner {
        padding: 30px;
    }

    .my-count {
        padding-bottom: 30px;
    }

    .trust-line {
        margin-top: 70px;
    }

    .tt-stte-text {
        font-size: clamp(16px, 2vw, 16px);
    }

    .ph-caption-description {
        text-transform: capitalize;
    }

    .next-foot .tt-col-xl-4.tt-col-sm-4 {
        width: 100%;
    }

    div#scrlit {
        padding-top: 90px;
    }

    .Cus-footer p.tt-text-reveal {
        width: 100%;
        margin: 0 auto 20px;
    }

    .about-reflect-paragraph p {
        font-size: 14px;
    }

    .fr-t label {
        width: 50%;
    }

    .custom-form input,
    .custom-form textarea {
        font-size: 1rem;
    }

    .Service-parg .ph-caption-description {
        font-size: 0.9rem;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 25px !important;
        line-height: 31px !important;
    }

    .story-bp p {
        font-size: 14px;
    }

    .are-you h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        line-height: 1.2;
    }

    .next-foot .tt-col-xl-4.tt-col-sm-4.center-me {
        display: none !important;
    }

    .text {
        font-size: 2.1rem;
        line-height: 37px;
    }

    .bg-soft .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .what-you-experience-wrapper .experience-line {
        width: 91% !important;
        font-size: 1.3rem;
        line-height: 26px;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.5rem !important;
        line-height: 30px;
    }

    .Cus-footer p {
        width: auto;

    }
}

@media (max-width: 540px) {
    .top-left {
        width: 45%;
    }

    .service-single-title-top-left h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        line-height: 1.1;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.4rem !important;
        line-height: 28px;
    }

    .project-summary-box {
        padding: 20px;
    }

    .project-summary-box p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 23px !important;
        line-height: 29px !important;
    }

    .landing-scrol h1.tt-shs-item-image {
        letter-spacing: normal;
    }

    .land-probm h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        font-size: 2rem !important;
    }

    .bg-whites h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        line-height: 1.2;
    }

    .what-you-experience-wrapper-rewamp .experience-line {
        font-size: 1.3rem;
        line-height: 24px;
        text-transform: capitalize;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.3rem !important;
        line-height: 28px;
    }

    .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(55px, 9vw, 187px);
    }

    #loader-percentage {
        font-size: 7rem !important;

    }

}

@media (max-width: 430px) {
    .animated-subtitle {
        font-size: 2.5rem;
        letter-spacing: -2px;
    }

    #tt-header.tt-header-alter .tt-header-col-center {
        flex: 0;
        display: none;
    }

    .fr-t label {
        width: auto;
    }

    .custom-form form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom-form .options {
        gap: 6px;
    }

    .next-foot .tt-col-xl-4.tt-col-sm-4.center-me {
        display: none !important;
    }

    .project-summary-box p {
        margin-bottom: 0;
        font-size: 0.8rem;
    }

    .dev-award .tt-avlist-item-inner {
        padding-top: 29px;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 25px !important;
    }

    .service-clicked-button.abt-btns {
        margin-top: 30px;
    }

    .ser-block .ser-fr-block-coloums {
        gap: 20px;
    }

    .top-left {
        width: 54%;
    }

    .bottom-right {
        width: 65%;
    }

    br.mob-only {
        display: block;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.4rem !important;
        line-height: 29px;
    }
}

@media (max-width: 414px) {
    .animated-subtitle {
        font-size: 2rem;
    }

    .animated-subtitle {
        font-size: 2rem;
    }

    .probl-sec .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(48px, 9vw, 187px);
    }

    .fixed-title {
        font-size: 3.4rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .trust-line {
        max-width: 80%;
        font-size: 14px;
    }

    .sty-chg {
        font-size: 18px;
    }

    .tt-heading.tt-heading-xlg .tt-heading-title {
        font-size: clamp(48px, 5vw, 82px);
    }

    .tt-stte-text {
        font-size: clamp(16px, 2vw, 16px);
        padding: 11px;
        padding-bottom: 0;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before,
    .my-edjuc .tt-section-inner.tt-wrap:after {
        font-size: 5.3rem;
    }

    p.tt-text-reveal.cus-set {
        width: 80%;
    }

    .abt-block,
    .are-you,
    .grey-sec,
    .Custom-testi,
    .my-client {
        padding-bottom: 90px;
        padding-top: 90px !important;
    }

    .are-you h3.tt-font-alter.tt-text-uppercase.tt-text-reveal,
    .Custom-testi h3.tt-font-alter.tt-text-uppercase.tt-text-reveal,
    .mb-approach h3.tt-font-alter.tt-text-uppercase.tt-text-reveal,
    .my-client h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        font-size: clamp(32px, 3vw, 52px);
        line-height: 1.2;
        letter-spacing: 0.5px;
    }

    .Cus-footer p.tt-text-reveal {
        width: 80%;
    }

    .dev-award .tt-avlist-count {
        right: -9px;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 25px !important;
    }

    .service-clicked-button a.tt-anim-fadeinup {
        margin-top: 30px !important;
        display: inline-block;
    }

    .service-single-title-top-left h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        line-height: 37px;
    }

    .top-left {
        width: 59%;
    }

    .text {
        font-size: 2rem;
        line-height: 38px;
    }

    .bottom-right {
        width: 72%;
    }

    #page-header.ph-full-m.top-mb-project .page-header-inner.tt-wrap,
    #page-header.ph-full-m.Service-parg .page-header-inner.tt-wrap {
        padding-top: 170px !important;
    }

    #inactivity-card-wrapper {
        width: 100%;
    }

    #inactivity-wrapper {
        padding: 34px 13px;
    }

    .land-vam.land-probm .experience-line {
        font-size: 1.2rem !important;
        line-height: 23px;
    }

    .service-tab-pad h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        line-height: 1.2;
    }

    br.mob-only {
        display: block;
    }
}

@media (max-width: 412px) {
    .land-probm .experience-line {
        font-size: 1.4rem;
    }

    br.mob-only {
        display: block;
    }

    .what-you-experience-wrapper .experience-line {
        font-size: 1.2rem;
    }

    .are-you h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        font-size: clamp(31px, 3vw, 52px);

    }
}

@media (max-width: 411px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 23px !important;
        line-height: 30px !important;
    }

    .service-tab-pad h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        font-size: 30px;
    }

    br.mob-only {
        display: block;
    }
}

@media (max-width: 396px) {
    .what-you-experience-wrapper .experience-line {
        line-height: 24px;
        font-size: 1.2rem;
    }
}

@media (max-width: 390px) {
    .dev-values .margin-bottom-70 {
        margin-bottom: 50px !important;
    }

    .zon-ve h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        font-size: 2.5rem;
    }
}

@media (max-width: 375px) {
    .tt-header-col-center {
        display: none;
    }

    .tt-logo a {
        font-size: 11px;
    }

    .ph-caption-description {
        text-transform: capitalize;
        font-size: 14px;
    }

    .txt-chang span,
    .my-phis .tt-col-lg-7.tt-align-self-center .txt-chang span,
    .my-count .tt-col-lg-7.tt-align-self-center .txt-chang span {
        font-size: 1rem;
    }

    .fixed-title {
        font-size: 2.7rem;
    }

    .animated-subtitle {
        font-size: 24px;
        position: relative;
        top: -8px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before,
    .my-edjuc .tt-section-inner.tt-wrap:after {
        font-size: 4rem;
    }

    .my-edjuc {
        height: 70vh;
    }

    .probl-sec .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(42px, 9vw, 187px);
    }

    .tt-logo {
        width: 230px;
    }

    .marquee-content {
        font-size: 30px;
    }

    .stat-number {
        font-size: 2.4rem;
    }

    .trust-line {
        max-width: 80%;
        font-size: 14px;
    }

    .my-serv p {
        font-size: 0.8rem;
    }

    .book-marquee-button {
        padding: 8px 0;
    }

    .ser-detail-p span {
        font-size: 0.8rem;
    }

    .dev-award .tt-avlist-item-inner {
        padding: 26px;
    }

    .dev-award h4.tt-avlist-title {
        font-size: 13px;
    }

    .dev-award .tt-avlist-description {
        font-size: 13px;
    }

    .landing-scrol h1.tt-shs-item-image {
        letter-spacing: 0;
        height: auto;
    }

    .land-vam.land-probm .experience-line {
        line-height: 25px !important;
        margin: 0 auto !important;
        width: 100% !important;
        font-size: 19px !important;
        text-transform: capitalize;
    }

    .landing-scrol h1.tt-shs-item-image {
        font-size: clamp(64px, 25vw, 230px) !important;
    }

    .tt-wrap {
        padding: 0 15px;
    }
}

@media (max-width: 360px) {
    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 22px !important;
    }

    .Service-detail-parg h1.ph-caption-title {
        font-size: 35px !important;
    }

    .ser-detail-p span {
        font-size: 0.9rem;
    }

    .web-dev .ph-caption-description {
        font-size: 2rem;
        font-size: 1.4rem;
        line-height: 25px !important;
    }

    .dev-award .tt-avlist-item-inner {
        padding: 17px;
    }

    .dev-award .tt-avlist-description {
        font-size: 12.8px;
    }

    .text {
        font-size: 1.7rem;
        line-height: 30px;
    }

    .land-probm h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        line-height: 1.1;
    }

    .land-vam.land-probm .experience-line {
        line-height: 23px !important;
        font-size: 18px !important;
    }

    .project-grid .meta {
        font-size: 9px;
        gap: 4px;
    }

    .dot {
        width: 4px;
        height: 4px;
    }

    .project-grid .meta {
        padding: 10px 5px 10px;
    }


}

@media (max-width: 344px) {
    .dev-award h4.tt-avlist-title {
        font-size: 12px;
    }

    .land-vam.land-probm .experience-line {
        line-height: 21px !important;
        font-size: 17px !important;
    }

    p.smaller-txt-services {
        font-size: 13px;

    }
}

@media (max-width: 320px) {
    .tt-logo {
        width: 206px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-box {
        min-width: 26%;
    }

    .trust-line {
        max-width: 86%;
        font-size: 13px;
    }

    .abt-m #page-header.ph-full-m {
        min-height: 440px;
    }

    .abt-m h1.ph-caption-title.tt-font-alter {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .mb-approach h3.tt-font-alter.tt-text-uppercase.tt-text-reveal {
        line-height: 1.2;
    }

    .my-approach .tt-avlist-item-inner {
        padding-left: 0;
        padding-right: 6px;
    }

    .dev-award h4.tt-avlist-title {
        font-size: 12px;
    }

    .dev-award .tt-avlist-item-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dev-award h4.tt-avlist-title {
        font-size: 12px;
        margin-top: 17px;
    }

    .land-vam.land-probm .experience-line {
        line-height: 20px !important;
        font-size: 18px !important;
    }

    .land-probm h3.tt-font-alter.text-center.tt-text-uppercase.tt-text-reveal {
        font-size: 2.2rem !important;
    }

    br.mob-only {
        display: block;
    }

    .what-you-experience-wrapper .experience-line {
        width: 86% !important;
        font-size: 1.1rem;
    }

    .project-grid .meta {
        padding: 10px 3px 10px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:after {
        right: -12px;
    }

    .my-edjuc .tt-section-inner.tt-wrap:before {
        left: -12px;
    }

    .probl-sec .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(36px, 9vw, 187px);
    }
}

@media (min-width: 540px) and (max-width: 1023px) {
    .ser-fr-block-coloums {
        grid-template-columns: repeat(2, 1fr) !important;
        opacity: 0.9 !important;
    }
}

@media (max-width: 539px) {
    .ser-fr-block-coloums {
        grid-template-columns: 1fr !important;
    }
}

@media (max-height: 500px) {
    #page-header.ph-full-m {
        min-height: 500px;
        /* or any safe height */
    }
}


@media screen and (min-width: 1920px) {
    .media {
        height: 424px;
        /* your perfect height for big screens */
    }

    .book-marquee-button {
        max-width: 52%;

    }

    .abt-m .Service-detail-parg h1.ph-caption-title {
        font-size: 62px !important;

    }

    .mb-approach .abt-sharper {
        padding: 37px 0 !important;
    }

    .abt-sharper .tt-avlist-description {
        font-size: 16px;
    }

    .tt-avlist-item {
        padding: 18px 2vw;
    }

    .tt-stte-text {
        font-size: clamp(19px, 2vw, 22px);
    }


    .service-clicked-button a.tt-anim-fadeinup {
        font-size: 17px;

    }


    .page-index .tt-stte-text {
        font-size: clamp(19px, 2vw, 19px);
    }


    .text {
        font-size: 6rem;
        line-height: 100px;

    }

    .bottom-right {
        width: 40%;

    }

    .ser-detail-p span {
        font-size: 14px;
        font-weight: 400;

    }

    .experience-line {
        font-size: 3.3rem;
        line-height: 1.2;

    }

    .big-screen-pd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .mb-first .txt-chang span {
        font-size: 2.2rem;
        line-height: 51px;
    }

    .Service-parg .ph-caption-description,
    .Service-parg .ph-mask .ph-caption-description {
        text-transform: math-auto;
        font-size: 5rem;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 26px !important;
    }

    .ser-detail-p span {
        font-size: 19px;

    }

}


@media screen and (min-width: 1850px) and (max-width: 1919px) {
    .media {
        height: 424px;
    }

    .book-marquee-button {
        max-width: 52%;
    }

    .abt-m .Service-detail-parg h1.ph-caption-title {
        font-size: 60px !important;

    }

    .mb-approach .abt-sharper {
        padding: 37px 0 !important;
    }


    .abt-sharper .tt-avlist-description {
        font-size: 16px;
    }

    .tt-avlist-item {
        padding: 20px 2vw;
    }

    .tt-stte-text {
        font-size: clamp(19px, 2vw, 22px);
    }

    .service-clicked-button a.tt-anim-fadeinup {
        font-size: 17px;

    }

    .page-index .tt-stte-text {
        font-size: clamp(19px, 2vw, 19px);
    }

    .text {
        font-size: 6rem;
        line-height: 100px;

    }

    .bottom-right {
        width: 40%;

    }

    .ser-detail-p span {
        font-size: 14px;
        font-weight: 400;

    }

    .experience-line {
        font-size: 3.3rem;
        line-height: 1.2;

    }

    .big-screen-pd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}


@media(max-width:430px) {
    #page-header.ph-cap-xxxxlg .home-inner-title .ph-caption-title {
        font-size: clamp(52px, 10vw, 230px);
        line-height: 0.95;
    }
}


@media(max-width:414px) {
    #page-header.ph-cap-xxxxlg .home-inner-title .ph-caption-title {
        font-size: clamp(48px, 10vw, 230px);

    }
}



@media(max-width:375px) {
    #stats-section {
        padding: 60px 7px;
        padding: 60px 0px;
    }

    .my-serv .tt-align-self-end {
        padding-left: 0;
        padding-right: 0;
    }

    [class*="tt-col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media(max-width:360px) {
    #page-header.ph-cap-xxxxlg .home-inner-title .ph-caption-title {
        font-size: clamp(45px, 10vw, 230px);

    }

    .tt-accordion.tt-ac-lg .tt-ac-head-title {
        font-size: clamp(23px, 3vw, 48px);

    }
}


@media(max-width:320px) {
    .ph-caption-title {
        font-size: 41px !important;
        line-height: 42px !important;
    }

    .tt-logo a {
        font-size: 13px;
    }
}

/* Responsive */
