/* Work Page Design Divya 2-7-25 */
.first-section {
    padding-top: 150px;
}

.container-wrapper {
    max-width: 1500px;
    width: 100%;
}

.work-banner-section {
    position: relative;
    padding: 150px 100px 100px 100px;
}

.work-banner-heading h6 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.work-banner-heading h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.work-banner-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-banner-logo-col {
    display: flex;
    justify-content: flex-end;
}

.work-video-section {
    position: relative;
    width: 100%;
    height: 100%;
}

.work-video-iframe {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.work-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-descriptions-section {
    position: relative;
    padding: 100px 100px;
}

.work-description-head-col h4 {
    font-size: 2.75rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.work-descriptions-col h6 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.work-descriptions-col p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.work-services-div h6 {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin-bottom: 1rem;
}

.services-flex-div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1rem;
}

.border-rect {
    border: 1px solid #00000021;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.border-round {
    border: 1px solid #00000021;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 50px;
}

.work-full-width-img-sec {
    position: relative;
}

.work-full-width-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-center-image-sec {
    position: relative;
    padding: 100px 0px 0px 0px;
}

.work-center-image-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.work-video-two-col-sec {
    position: relative;
    padding: 100px 100px 0px 100px;
}

.work-video-two-col-section {
    position: relative;
    padding: 0px 100px 0px 100px;
}

.work-video-section .col-md-10,
.work-center-image-sec .col-md-10 {
    flex: 0 0 auto;
    max-width: 90%;
    width: 90%;
}

.work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-spacing {
    padding-top: 100px;
}

.final-btn-col {
    display: flex;
    justify-content: flex-end;
}

/* Large */
@media only screen and (min-width: 1600px) and (max-width: 1823px) {

    .work-video-section .col-md-10,
    .work-center-image-sec .col-md-10 {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {

    .work-video-section .col-md-10,
    .work-center-image-sec .col-md-10 {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {

    .work-video-section .col-md-10,
    .work-center-image-sec .col-md-10 {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {

    .work-video-section .col-md-10,
    .work-center-image-sec .col-md-10 {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

/* 6k resolution */
@media only screen and (min-width: 3841px) and (max-width: 6144px) {

    .work-video-section .col-md-10,
    .work-center-image-sec .col-md-10 {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

/* 8k resolution */
@media only screen and (min-width: 6145px) and (max-width: 7681px) {

    .work-video-section .col-md-10,
    .work-center-image-sec .col-md-10 {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}



/* Footer Section Design Divya 2-7-25 */
.tn-footer-sec {
    position: relative;
    background-color: #000000;
}

.tn-footer-sec .tn-footer-div {
    padding: 100px 100px 40px 100px;
    /* max-width: 90%; */
}

.call-mail-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tn-map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
}

.social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border: 1px solid #fff;
    position: relative;
}

.social li i {
    font-size: 1.35rem;
}

.social li a:after {
    content: "";
    display: block;
    width: 0;
    border-bottom-width: 2px;
    border-bottom: 2px solid #70C39C;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.social li a:hover:after {
    content: "";
    width: 100%;
    border-bottom-width: 2px;
    border-bottom: 2px solid #70C39C;
    display: none;
}

.footer-address-div a:hover:after {
    display: none;
}

.footer-address-div .tablonoir-logo {
    width: 85%;
    margin-bottom: 1.5rem;
}

.full-footer-links-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    /* border-bottom: 0.2px solid #dddddd52; */
    display: inline-block;
}

.tn-footer-sec .tn-footer-copyright {
    border-top: 1px solid #ffffff;
    padding: 40px 100px;
    /* max-width: 90%; */
}

.text-left {
    text-align: left !important;
}

.footer-links-row {
    padding-top: 1rem;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links-list p {
    text-transform: uppercase;
}

.footer-social-links-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.footer-social-links-row .footer-title-larger {
    font-size: 1.55rem;
    margin-bottom: 0rem;
}

.text-right {
    text-align: right !important;
}

.padding-zero {
    padding: 0 0 0 0;
}

.tn-footer-sec .tn-footer-copyright .tn-footer-right {
    display: flex;
    /* justify-content: flex-end; */
    position: relative;
}

.tn-footer-sec .tn-footer-copyright .tn-footer-right .links {
    margin-right: 2rem;
}

.tn-footer-sec .tn-footer-copyright .tn-footer-right .leftborder-links {
    position: relative;
    z-index: 1;
}

.tn-footer-sec a {
    word-wrap: break-word;
    color: #fff;
    text-decoration: none;
}

.tn-footer-sec .tn-footer-copyright p {
    margin-bottom: 0;
}

.tn-footer-sec p {
    color: #fff;
    font-size: 1.025rem;
}

.tn-footer-sec a:hover {
    color: #70C39C;
}

.tn-footer-sec .tn-footer-copyright .tn-footer-right .leftborder-links:hover p {
    color: #70C39C;
}


.tn-footer-sec a {
    position: relative;
}

.tn-footer-sec a:after {
    content: "";
    display: none;
    width: 0;
    border-bottom-width: 2px;
    border-bottom: 2px solid #70C39C;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tn-footer-sec a:hover:after {
    content: "";
    width: 100%;
    border-bottom-width: 2px;
    border-bottom: 2px solid #70C39C;
    display: none;
}

/* Footer Section Design End Divya 2-7-25 */

/* Marqueee animation New */
section.marqueesec {
    padding: 2rem 0rem;
    position: relative;
    overflow: hidden;
}

section.marqueesec .marquee-item {
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-right: 5vw;
}


section.marqueesec .marquee-item h1 {
    font-size: 7rem;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

.marquee-line-wrapper {
    overflow: hidden;
    width: 100%;
}

.marquee-line {
    width: 100%;
    display: flex;
    white-space: nowrap;
    gap: 10rem;
}

.marquee-line-content {
    display: flex;
}




/* 3-7-25 Divya */
.full-footer-links-col {
    padding-top: 1rem;
}

.call-link {
    position: relative;
}

.call-link:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    position: absolute;
    left: -33px;
    color: #fff;
    top: 0px;
    bottom: 0;
}

.mail-link {
    position: relative;
}

.mail-link:before {
    content: "\f1d8";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    left: -33px;
    color: #fff;
    top: 5px;
    bottom: 0;
}





/* New Testimonials Section design Divya 3-7-25 */
.home-testi {
    position: relative;
}

.home-testi-scroll-wrapper {
    height: 500vh;
    position: relative;
    z-index: 2;
}



.home-testi-stick {
    height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background: white;
}

.home-testi-cms {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    z-index: 2;
    width: 75%;
    margin: 0 auto;
    border: 1px solid #A9A9A9;
}

.home-testi-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3.2rem;
    cursor: pointer;
}

.home-testi-item-head {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.home-testi-item-body {
    background: #f5f5f5;
    border-radius: 1rem;
    overflow: hidden;
}

.home-testi-item-body-inner {
    display: flex;
    padding: 1em;
    gap: 1rem;
}

.home-testi-item-content {
    flex: 1;
}

.img-basic.img-fill {
    object-fit: cover;
    height: 100%;
}

.img-basic {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

.home-testi-bg-cms {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 0;

}

.home-testi-bg-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.home-testi-bg-item {
    height: calc(100% + 20vh);
    transition: 0.5s ease;
}

.home-testi-bg-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-testi-item-content {
    grid-column-gap: 2rem;
    align-items: flex-start;
    padding-left: 3rem;
    display: flex;
}

.home-testi-item-content p {
    width: 95%;
}

.ic-embed.ic-quote {
    width: 2rem;
}

.ic-embed {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.home-testi-item-author {
    grid-row-gap: 2rem;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.home-testi-item-ava {
    border-radius: .6rem;
    width: 7.2rem;
    height: 9.4rem;
    overflow: hidden;
}

.home-testi-item-client {
    width: 12.7rem;
    height: 4rem;
}

.home-testi-item-head h6 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #000;
}

@media (max-width: 991px) {
    .home-testi-stick {
        display: block;
        height: auto;
        position: relative;
    }

    .home-testi-scroll-wrapper {
        height: auto;
    }

    .home-testi-bg-cms {
        position: fixed;
        z-index: -1;
    }
}




@media only screen and (min-width: 1600px) and (max-width: 1823px) {

    .home-testi-stick {
        height: 100vh;
    }

    .home-testi-bg-cms {
        height: 100vh;
    }

    .home-testi-item-head {
        padding: 2rem 0rem;
    }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {

    .home-testi-stick {
        height: 100vh;
    }

    .home-testi-bg-cms {
        height: 100vh;
    }

    .home-testi-item-head {
        padding: 2rem 0rem;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {

    .home-testi-stick {
        height: 100vh;
    }

    .home-testi-bg-cms {
        height: 100vh;
    }

    .home-testi-item-head {
        padding: 2rem 0rem;
    }
}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {

    .home-testi-stick {
        height: 100vh;
    }

    .home-testi-bg-cms {
        height: 100vh;
    }

    .home-testi-item-head {
        padding: 2rem 0rem;
    }
}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {

    .home-testi-stick {
        height: 100vh;
    }

    .home-testi-bg-cms {
        height: 100vh;
    }

    .home-testi-item-head {
        padding: 2rem 0rem;
    }
}

@media only screen and (min-width: 6145px) and (max-width: 7680px) {

    .home-testi-stick {
        height: 100vh;
    }

    .home-testi-bg-cms {
        height: 100vh;
    }

    .home-testi-item-head {
        padding: 2rem 0rem;
    }
}


/* Divya styles 4-7-25 */
.custom-reset video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
    .what-we-do-new-section h1 {
        position: sticky;
        top: 15%;
        z-index: 11;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .what-we-do-new-section h1 {
        position: sticky;
        top: 15%;
        z-index: 11;
    }
}

.center-head-with-desc,
.center-head-with-desc .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.center-head-with-desc p {
    font-size: 2rem;
}

.center-head-with-desc .What-Our-Client-Says-heading {
    margin-bottom: 1rem;
}


/* Work Page testi section style */

.work-testi-sec {
    position: relative;
    padding: 0px 100px 100px 100px;
}

.work-testi-sec h3 {
    font-size: 3rem;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    font-weight: 500;
}

.work-testi-row {
    display: flex;
    align-items: center;
    justify-content: center;

}

.review-author {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-top: 4rem;
}

.review-author img {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.author-name {
    font-weight: 500;
}


/*  Home New Testimonials Section Divya 4-7-25 */
.testimonials-swiper-new-sec {
    position: relative;
    padding: 100px 100px;
}

.testimonials-swiper-new-row {
    display: flex;
    justify-content: space-between;
}

.testimonials-swiper-new-head h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.testimonials-swiper-slide-content h5 {
    font-size: 1.5rem;
    line-height: 2.5rem;

}

.testimonials-swiper-new .swiper-wrapper,
.testimonials-swiper-new-head {
    margin-top: 6rem;
}

.testimonials-swiper-new .swiper-pagination-fraction {
    bottom: auto;
    top: 1.5rem;
    left: auto;
    right: 120px;
    width: 100%;
    text-align: right;
}

.testimonials-swiper-new .swiper-button-next,
.testimonials-swiper-new .swiper-button-prev {
    top: 2rem;
    width: 2.75rem !important;
    height: 2.75rem !important;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonials-swiper-new .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.testimonials-swiper-new .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 1.25rem;
    color: #000000;
}

.testimonials-swiper-new .swiper-button-prev {
    right: 50px;
    left: auto;
}

.testimonials-swiper-new .swiper-button-next {
    right: 0;
    left: auto;
}

.swiper-progressbar {
    width: 100%;
    height: 0.15rem;
    background: #e0e0e0;
    position: relative;
    overflow: hidden; 
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.swiper-progressbar-div {
    height: 100%;
    width: 0%;
    background: #000;
    transition: width 0s linear;
}


/* Related Projects Section style divya 7-7-25 */
.related-projects-sec {
    position: relative;
    padding: 100px 0px 100px 100px;
    background-color: #e5e7eb;
}
.related-projects-head {
    position: relative;
}
.related-projects-head h4 {
    font-size: 5.5rem;
    font-weight: 500;
    margin-bottom: 3rem;
}
.related-project-content {
    position: relative;
    padding: 1rem 0rem;
}
.related-project-content h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.padding-zero {
    padding: 0px 0px!important;
}
.related-project-img img {
    width: 100%;
    height: 100%;
}
.related-project-swiper-new .swiper-wrapper {
    margin-top: 8rem;
}
.related-project-swiper-new .swiper-button-next, .related-project-swiper-new .swiper-button-prev {
    top: 2rem;
        width: 4rem;
    height: 4rem;
    background-color: #fff;
}
.related-project-swiper-div {
        position: relative;
    margin-top: -8rem;
}
.related-project-swiper-new .swiper-button-next {
    right: 100px;
    left: auto;
}
.related-project-swiper-new .swiper-button-prev {
        left: auto;
    right: 200px;
}
.related-project-swiper-new .swiper-button-next:after, .related-project-swiper-new .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #000;
    font-size: 1.75rem;
}
.related-project-swiper-new .swiper-button-prev:after, .related-project-swiper-new .swiper-rtl .swiper-button-next:after {
    content: 'prev';
        color: #000;
    font-size: 1.75rem;
}


.related-project-img {
    position: relative;
    overflow: hidden;
}

.related-project-img a {
    cursor: url('../img/view-work-img.png'), pointer !important;
}

.related-project-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.related-project-img:hover img {
    transform: scale(1.05);
}


/* Work, work inner, About, What we do and its inner pages responsiveness divya 15-7-25 */
.menu-top {

    margin-top: 0 !important;
}


@media only screen and (max-width: 319.5px) {
    .tn-map iframe {
        width: 100%;
        height: 300px;
    }

    .about-clients-sub-head h6 {
        font-size: 1.25rem;
    }

    .about-contents-div {
        margin-bottom: 10px;
    }

    .about-clients-sec {

        padding: 10px 15px;
    }

    .clients-log-flip-container {

        margin-top: 0;
        padding: 0;
    }

    .about-clients-sub-head {
        position: relative;
    }

    .accordion-item {

        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about-img-div {
        margin-bottom: 10px;
    }

    .accordion-title {
        font-size: 1.1rem;
    }

    .about-contents-row:nth-child(even) {
        margin-top: 0px;
        flex-direction: column-reverse;
    }

    .about-journey-row {

        gap: 5px;
    }

    .journey-img-item:nth-child(odd) img {
        height: 100%;
        width: 100%;
        min-width: 100%;
    }

    .journey-img-item:nth-child(even) img {
        height: 100%;
        width: 100%;
        min-width: 100%;
    }

    .journey-img-item img {
        border-radius: 0;
    }

    .about-journey-sec {
        padding: 0px 15px;
    }

    .common-tn-head {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .common-tn-para {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .about-contents-div {
        padding: 0rem 0rem;
    }

    .about-contents-sec {
        padding: 10px 15px;
    }

    .about-banner-section {
        padding: 60px 15px 10px 15px;
    }

    #menu-button .logo img {

        width: 50%;
    }

    .menu-top {

        padding: 0px 10px 15px;
    }

    .menu-close-btn img {
        width: 30px;
    }

    .nav-links {
        gap: 0rem;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 30px;
    }


    .mobile-col-rev {
        flex-direction: column-reverse;
    }

    .footer-social-links-row {

        gap: 1rem;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .footer-links-row {
        padding-top: 0rem;
    }

    .footer-links-list {

        gap: 0;
    }

    .mail-link,
    .call-link {
        display: inline-block;
        width: max-content;
        margin: 0 auto;
    }

    .footer-address-div .text-end {
        text-align: center !important;
    }


    .tn-footer-sec .tn-footer-div {
        text-align: center;
    }

    .tn-footer-sec .tn-footer-copyright {
        padding: 10px 15px;
    }

    .tn-footer-sec .tn-footer-copyright .tn-footer-right {

        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text-right {
        text-align: center !important;
    }

    .tn-footer-sec p {

        font-size: 1rem;
    }

    .work-banner-section {
        padding: 80px 15px 0px 15px;
    }

    .work-banner-heading h1 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .work-banner-heading h6 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .work-banner-logo-div {
        position: absolute;
        top: 50px;
        width: 9%;
        right: 20px;
    }

    .work-descriptions-section {
        padding: 10px 15px;
    }

    .work-description-head-col h4 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .work-services-div h6 {
        font-size: 1rem;
        letter-spacing: normal;
        margin-bottom: 1rem;
    }

    .services-flex-div {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 10px;
        width: 100%;
        flex-wrap: wrap;
    }

    .border-rect {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .work-descriptions-col h6 {
        font-size: 1.15rem;
    }

    .work-descriptions-col p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .work-center-image-sec {
        padding: 20px 0px 0px 0px;
    }

    .work-video-two-col-sec {
        padding: 20px 5px 0px 5px;
    }

    .work-video-two-col-section {
        padding: 0px 10px 0px 10px;
    }

    .top-spacing {
        padding-top: 10px;
    }

    .work-descriptions-section.mobile-sec .row {
        flex-direction: column-reverse;
    }

    .work-testi-sec {
        padding: 0px 15px 20px 15px;
    }

    .work-testi-sec h3 {
        font-size: 1.25rem;
        letter-spacing: normal;
        margin-bottom: 1rem;
    }

    .review-author {
        gap: 1rem;
        margin-top: 1rem;
    }

    .review-author img {
        height: 3rem;
        width: 3rem;
    }

    .related-projects-sec {
        padding: 20px 15px 15px 15px;
    }

    .related-projects-head h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .related-project-swiper-new .swiper-wrapper {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .related-project-swiper-div {
        margin-top: 0;
    }

    .related-project-swiper-new .swiper-button-next,
    .related-project-swiper-new .swiper-button-prev {
        top: auto;
        bottom: 40px;
        width: 3rem;
        height: 3rem;
    }

    .related-project-swiper-new .swiper-button-next {

        left: 51%;
        right: auto;
    }

    .related-project-swiper-new .swiper-button-prev {

        right: 51%;
        left: auto;
    }

    .related-project-content h4 {
        font-size: 1.2rem;
    }


    .tn-footer-sec .tn-footer-div {
        padding: 20px 15px 20px 15px;
    }

    .case-studies-section.work-page-section {

        padding: 0px 15px 20px 15px;
    }

    .first-section {
        padding-top: 60px !important;
    }

    .brand-descriptions-section {
        padding: 20px 15px 0px 15px;
    }

    .what-we-do-page-sec {
        padding: 0px 15px 20px 15px;
    }

    .clients-log-flip-div .empty,
    .empty {
        display: none;
    }

    .clients-log-flip-div.grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        max-width: 100%;
        width: 100%;
        gap: 10px;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 1.2rem;
    }


}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    .tn-map iframe {
        width: 100%;
        height: 300px;
    }

    .about-clients-sub-head h6 {
        font-size: 1.25rem;
    }

    .about-contents-div {
        margin-bottom: 10px;
    }

    .about-clients-sec {

        padding: 10px 15px;
    }

    .clients-log-flip-container {

        margin-top: 0;
        padding: 0;
    }

    .about-clients-sub-head {
        position: relative;
    }

    .accordion-item {

        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about-img-div {
        margin-bottom: 10px;
    }

    .accordion-title {
        font-size: 1.1rem;
    }

    .about-contents-row:nth-child(even) {
        margin-top: 0px;
        flex-direction: column-reverse;
    }

    .about-journey-row {

        gap: 5px;
    }

    .journey-img-item:nth-child(odd) img {
        height: 100%;
        width: 100%;
        min-width: 100%;
    }

    .journey-img-item:nth-child(even) img {
        height: 100%;
        width: 100%;
        min-width: 100%;
    }

    .journey-img-item img {
        border-radius: 0;
    }

    .about-journey-sec {
        padding: 0px 15px;
    }

    .common-tn-head {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .common-tn-para {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .about-contents-div {
        padding: 0rem 0rem;
    }

    .about-contents-sec {
        padding: 10px 15px;
    }

    .about-banner-section {
        padding: 60px 15px 10px 15px;
    }

    #menu-button .logo img {

        width: 50%;
    }

    .menu-top {

        padding: 0px 10px 15px;
    }

    .menu-close-btn img {
        width: 30px;
    }

    .nav-links {
        gap: 0rem;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 30px;
    }

    .mobile-col-rev {
        flex-direction: column-reverse;
    }

    .footer-social-links-row {

        gap: 1rem;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .footer-links-row {
        padding-top: 0rem;
    }

    .footer-links-list {

        gap: 0;
    }

    .mail-link,
    .call-link {
        display: inline-block;
        width: max-content;
        margin: 0 auto;
    }

    .footer-address-div .text-end {
        text-align: center !important;
    }


    .tn-footer-sec .tn-footer-div {
        text-align: center;
    }

    .tn-footer-sec .tn-footer-copyright {
        padding: 10px 15px;
    }

    .tn-footer-sec .tn-footer-copyright .tn-footer-right {

        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text-right {
        text-align: center !important;
    }

    .tn-footer-sec p {

        font-size: 1rem;
    }

    .work-banner-section {
        padding: 80px 15px 0px 15px;
    }

    .work-banner-heading h1 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .work-banner-heading h6 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .work-banner-logo-div {
        position: absolute;
        top: 50px;
        width: 9%;
        right: 20px;
    }

    .work-descriptions-section {
        padding: 10px 15px;
    }

    .work-description-head-col h4 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .work-services-div h6 {
        font-size: 1rem;
        letter-spacing: normal;
        margin-bottom: 1rem;
    }

    .services-flex-div {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 10px;
        width: 100%;
        flex-wrap: wrap;
    }

    .border-rect {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .work-descriptions-col h6 {
        font-size: 1.15rem;
    }

    .work-descriptions-col p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .work-center-image-sec {
        padding: 20px 0px 0px 0px;
    }

    .work-video-two-col-sec {
        padding: 20px 5px 0px 5px;
    }

    .work-video-two-col-section {
        padding: 0px 10px 0px 10px;
    }

    .top-spacing {
        padding-top: 10px;
    }

    .work-descriptions-section.mobile-sec .row {
        flex-direction: column-reverse;
    }

    .work-testi-sec {
        padding: 0px 15px 20px 15px;
    }

    .work-testi-sec h3 {
        font-size: 1.25rem;
        letter-spacing: normal;
        margin-bottom: 1rem;
    }

    .review-author {
        gap: 1rem;
        margin-top: 1rem;
    }

    .review-author img {
        height: 3rem;
        width: 3rem;
    }

    .related-projects-sec {
        padding: 20px 15px 15px 15px;
    }

    .related-projects-head h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .related-project-swiper-new .swiper-wrapper {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .related-project-swiper-div {
        margin-top: 0;
    }

    .related-project-swiper-new .swiper-button-next,
    .related-project-swiper-new .swiper-button-prev {
        top: auto;
        bottom: 40px;
        width: 3rem;
        height: 3rem;
    }

    .related-project-swiper-new .swiper-button-next {

        left: 51%;
        right: auto;
    }

    .related-project-swiper-new .swiper-button-prev {

        right: 51%;
        left: auto;
    }

    .related-project-content h4 {
        font-size: 1.2rem;
    }


    .tn-footer-sec .tn-footer-div {
        padding: 20px 15px 20px 15px;
    }

    .case-studies-section.work-page-section {

        padding: 0px 15px 20px 15px;
    }

    .first-section {
        padding-top: 60px !important;
    }

    .brand-descriptions-section {
        padding: 20px 15px 0px 15px;
    }

    .what-we-do-page-sec {
        padding: 0px 15px 20px 15px;
    }

    .clients-log-flip-div .empty,
    .empty {
        display: none;
    }

    .clients-log-flip-div.grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        max-width: 100%;
        width: 100%;
        gap: 10px;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
    #menu-button .logo img {
        height: 40px;
        padding-left: 0;
        padding-top: 0;
        width: 60%;
    }

    .menu-top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px 10px 15px;
        height: auto;
    }

    .menu-top .logo img {

        height: 40px;
        padding-left: 0;
        padding-top: 0;
        width: 60%;
    }

    .menu-close-btn img {
        width: 40px;
    }

    .nav-links {
        font-size: 20px;
        align-items: center;
        padding: 10px;
        gap: 10px;
    }

    .first-section {
        padding-top: 70px !important;
    }

    .about-banner-section {
        padding: 10px 30px 10px 30px;
    }

    .work-banner-heading h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .about-contents-sec {
        padding: 30px 30px;
    }

    .common-tn-head {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .common-tn-para {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .about-contents-div {
        padding: 0rem 0rem;
    }

    .about-journey-sec {
        padding: 0px 30px;
    }

    .accordion-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .accordion-title {
        font-size: 1.2rem;
    }

    .about-contents-row:nth-child(even) {
        margin-top: 30px;
    }

    .about-clients-sec {
        padding: 30px 30px;
    }

    .about-clients-sub-head h6 {
        font-size: 1.2rem;
    }

    .journey-img-item:nth-child(odd) img {
        height: 22rem;
    }

    .journey-img-item:nth-child(even) img {
        height: 15rem;
    }

    .tn-footer-sec .tn-footer-div {
        padding: 30px 30px 20px 30px;
    }

    .tn-footer-sec .tn-footer-copyright {
        padding: 20px 30px;
    }

    .tn-footer-sec p {
        font-size: 15px;
    }

    .tn-map iframe {
        width: 100%;
        height: 300px;
    }

    .about-journey-sec {
        padding: 0px 30px;
    }

    .case-studies-section.work-page-section {
        padding: 0px 30px 30px 30px;
    }

    .brand-descriptions-section {
        padding: 30px 30px 0px 30px;
    }

    .work-banner-section {
        padding: 70px 30px 30px 30px;
    }

    .work-video-two-col-sec {
        padding: 50px 30px 0px 30px;
    }

    .work-video-two-col-section {
        padding: 0px 30px 0px 50px;
    }

    .work-testi-sec {
        padding: 0px 50px 50px 30px;
    }

    .work-descriptions-section {
        padding: 50px 50px;
    }

    .work-description-head-col h4 {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }

    .work-descriptions-col h6 {
        font-size: 1.5rem;
    }

    .border-rect,
    .border-round {
        padding: 5px 10px;
        font-size: 10px;
    }

    .work-services-div h6 {
        font-size: 1rem;
        letter-spacing: 0.175rem;
    }

    .work-descriptions-col p {
        font-size: 1rem;
    }

    .work-testi-sec h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .review-author {
        gap: 1rem;
        margin-top: 1rem;
    }

    .review-author img {

        height: 4rem;
        width: 4rem;
    }

    .related-projects-sec {
        padding: 50px 0px 50px 50px;
    }

    .what-we-do-page-sec {
        padding: 0px 50px 50px 50px;
    }

    .related-projects-head h4 {
        font-size: 2.5rem;
    }

    .related-project-swiper-new .swiper-button-prev:after,
    .related-project-swiper-new .swiper-rtl .swiper-button-next:after,
    .related-project-swiper-new .swiper-button-next:after,
    .related-project-swiper-new .swiper-rtl .swiper-button-prev:after {

        font-size: 1.25rem;
    }

    .related-project-swiper-new .swiper-button-next,
    .related-project-swiper-new .swiper-button-prev {

        width: 3rem;
        height: 3rem;
        top: 4rem;
    }

    .related-project-swiper-new .swiper-button-prev {
        left: auto;
        right: 170px;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 1.2rem;
    }

    .work-descriptions-col.col-md-5 {
        flex: 0 0 auto;
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .menu-top {

        padding: 30px 25px;
        height: auto;
    }

    .menu-top .logo img {
        padding-left: 0;
        padding-top: 0;
        width: 60%;
    }

    #menu-button .logo img {
        padding-left: 0;
        padding-top: 0;
        width: 60%;
    }

    .menu-close-btn img {
        width: 50px;
    }

    .nav-links {
        font-size: 40px !important;
        padding: 15px 20px 30px 30px !important;
        gap: 6px;
    }

    .nav-links a span {
        font-size: 30px;
    }

    .menu-bottom {

        gap: 35px;
        top: -140px;
        position: relative;
    }

    .tn-footer-sec .tn-footer-div {
        padding: 40px 40px 30px 40px;
    }

    .tn-footer-sec .tn-footer-copyright {
        padding: 20px 40px;
    }

    .about-contents-sec,
    .about-clients-sec,
    .work-descriptions-section {
        padding: 50px 50px;
    }

    .about-contents-div {
        padding: 0rem 0rem;
    }

    .about-contents-row:nth-child(even) {
        margin-top: 50px;
    }

    .first-section {
        padding-top: 80px !important;
    }

    .about-banner-section {
        padding: 20px 50px 20px 50px;
    }

    .work-banner-heading h1 {
        font-size: 3rem;
    }

    .common-tn-head {
        font-size: 2.5rem;
    }

    .about-journey-sec {
        padding: 0px 50px;
    }

    .case-studies-section.work-page-section {
        padding: 0px 50px 50px 50px;
    }

    .brand-descriptions-section {
        padding: 50px 50px 0px 50px;
    }

    .work-banner-section {
        padding: 80px 50px 50px 50px;
    }

    .work-video-two-col-sec {
        padding: 50px 50px 0px 50px;
    }

    .work-video-two-col-section {
        padding: 0px 50px 0px 50px;
    }

    .work-testi-sec {
        padding: 0px 50px 50px 50px;
    }

    .work-testi-sec h3 {
        font-size: 2rem;
    }

    .border-rect,
    .border-round {
        padding: 0.09rem 1rem;
        font-size: 15px;
    }

    .review-author {
        gap: 1rem;
        margin-top: 1rem;
    }

    .review-author img {

        height: 4rem;
        width: 4rem;
    }

    .related-projects-sec {
        padding: 50px 0px 50px 50px;
    }

    .what-we-do-page-sec {
        padding: 0px 50px 50px 50px;
    }

    .related-projects-head h4 {
        font-size: 3.5rem;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 1.2rem;
    }

    .work-descriptions-col.col-md-5 {
        flex: 0 0 auto;
        width: 60%;
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .menu-top {

        margin-top: 0;
    }

    .menu-top .logo img {
        padding-left: 0;
        padding-top: 0;
        width: 90%;
    }

    #menu-button .logo img {
        padding-left: 0;
        padding-top: 0;
        width: 70%;
    }

    .menu-top {
        padding: 10px 45px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1823px) {
    .container-wrapper {
        max-width: 90%;
    }

    .clients-log-flip-div.grid {
        max-width: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
    .container-wrapper {
        max-width: 90%;
    }

    .tn-footer-sec p {
        font-size: 1.25rem;
    }

    .work-descriptions-col p {
        font-size: 1.25rem;
    }

    .common-tn-head {
        font-size: 3rem;
    }

    .common-tn-para {
        font-size: 1.25rem;
    }

    .clients-log-flip-div.grid {
        max-width: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .container-wrapper {
        max-width: 90%;
    }

    .tn-footer-sec p {
        font-size: 1.75rem;
    }

    .work-descriptions-col p {
        font-size: 1.75rem;
    }

    .common-tn-head {
        font-size: 3.5rem;
    }

    .common-tn-para {
        font-size: 1.75rem;
    }

    .work-banner-heading h6 {
        font-size: 2.25rem;
    }

    .work-banner-heading h1 {
        font-size: 5.5rem;
    }

    .about-contents-div {
        padding: 0rem 5rem;
    }

    .accordion-title {
        font-size: 2rem;
    }

    .about-clients-sub-head h6 {
        font-size: 3rem;
    }

    .case-studies-section {
        max-width: 90%;
    }

    .tag-list {

        font-size: 1.5rem;
    }

    .work-descriptions-col h6 {
        font-size: 2.75rem;
    }

    .border-round,
    .border-rect {
        padding: 1.5rem 3rem;
        font-size: 1.5rem;
    }

    .work-services-div h6 {
        font-size: 2.05rem;
    }

    .author-name {
        font-size: 2rem;
    }

    .author-role {
        font-size: 1.5rem;
    }

    .clients-log-flip-div.grid {
        max-width: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 2.5rem;
    }

    .clients-log-flip-div .card p,
    .clients-log-flip-div .flip-card p {
        font-size: 1.5rem;
    }

    .clients-log-flip-div .flip-front,
    .clients-log-flip-div .flip-back,
    .clients-log-flip-div .card {

        padding: 2rem;
    }
}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {

    .container-wrapper,
    .case-studies-section,
    .clients-log-flip-div.grid {
        max-width: 90%;
    }

    .nav-links {
        gap: 5rem;
    }

    .nav-links li span {
        font-size: 4rem;
    }

    .menu-top .logo {
        margin-right: auto;
        width: 15%;
    }

    .logo {
        width: 15%;
    }

    .logo img {
        width: 100%;
    }

    .menu-top .logo img {
        width: 100%;
    }

    .menu-top {
        padding: 50px 200px;
    }

    #menu-button {
        padding: 30px 100px;
    }

    .hamburger-icon {
        width: 150px;
    }

    .hamburger-icon span {
        height: 2px;
        margin: 20px 0;
    }

    .menu-close-btn img {
        width: 100px;
    }

    .common-tn-head {
        font-size: 6rem;
    }

    .common-tn-para {
        font-size: 3rem;
    }

    .accordion-title {
        font-size: 3.45rem;
    }

    .accordion-content {
        margin-left: 7rem;
        margin-top: 2rem;
    }

    .icon-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .icon-svg {
        width: 2rem;
        height: 2rem;
    }

    .work-banner-heading h6 {
        font-size: 2.25rem;
    }

    .first-section {
        padding-top: 200px;
    }

    .about-banner-section {
        padding: 200px 100px 50px 100px;
    }

    .work-banner-heading h1 {
        font-size: 6rem;
    }

    .tn-footer-sec p {
        font-size: 2rem;
    }

    .call-link:before,
    .mail-link:before {
        font-size: 2rem;
        left: -3rem;
    }

    .tn-map iframe {
        width: 100%;
        height: 700px;
    }

    .footer-social-links-row .footer-title-larger {
        font-size: 3rem;
    }

    .social li a {
        width: 5rem;
        height: 5rem;
    }

    .social li i {
        font-size: 3rem;
    }

    .btn-secondary-ic,
    .btn-primary-ic {

        padding: 1rem;
    }

    .ic-16 svg {
        width: 2rem;
        height: 2rem;
    }

    .btn-secondary,
    .btn-primary {
        font-size: 2rem;
    }

    .brand_hover img {
        max-height: 100%;
        width: 40%;
    }

    .work-descriptions-col h6 {
        font-size: 4rem;
    }

    .work-description-head-col h4 {
        font-size: 3.75rem;
    }

    .work-descriptions-col p {
        font-size: 3.2rem;
    }

    .border-rect,
    .border-round {
        padding: 1.5rem 3rem;
        font-size: 2rem;
    }

    .work-services-div h6 {
        font-size: 3.05rem;
    }

    .author-name {
        font-size: 2rem;
    }

    .author-role {
        font-size: 1.5rem;
    }

    .related-project-content h4 {
        font-size: 4rem;
    }

    .case-study-title a {
        font-size: 3rem;
    }

    .tag-list {

        font-size: 2rem;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 3rem;
    }

    .clients-log-flip-div .card p,
    .clients-log-flip-div .flip-card p {
        font-size: 2rem;
    }

    .clients-log-flip-div .flip-front,
    .clients-log-flip-div .flip-back,
    .clients-log-flip-div .card {

        padding: 3rem;
    }


}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {

    .container-wrapper,
    .case-studies-section,
    .clients-log-flip-div.grid {
        max-width: 90%;
    }

    .nav-links {
        gap: 9rem;
    }

    .common-tn-head {
        font-size: 6rem;
    }

    .common-tn-para {
        font-size: 3rem;
    }

    .menu-top .logo {
        margin-right: auto;
        width: 15%;
    }

    .logo {
        width: 15%;
    }

    .logo img {
        width: 100%;
    }

    .logo img {
        height: 100% !important;
    }

    .menu-top .logo img {
        width: 100%;
    }

    .menu-top {
        padding: 50px 200px;
    }

    #menu-button {
        padding: 30px 100px;
    }

    .hamburger-icon {
        width: 150px;
    }

    .hamburger-icon span {
        height: 2px;
        margin: 20px 0;
    }

    .menu-close-btn img {
        width: 100px;
    }

    .nav-links li span {
        font-size: 9rem;
    }

    .work-banner-section {
        padding: 350px 100px 100px 100px;
    }

    .first-section {
        padding-top: 350px;
    }

    .work-banner-heading h1 {
        font-size: 8.5rem;
    }

    .work-banner-heading h6 {
        font-size: 4.25rem;
    }

    .work-descriptions-col h6 {
        font-size: 7rem;
        margin-bottom: 3rem;
    }

    .work-description-head-col h4 {
        font-size: 6rem;
    }

    .work-descriptions-col p {
        font-size: 5rem;
    }

    .work-services-div h6 {
        font-size: 3.05rem;
    }

    .border-rect,
    .border-round {
        padding: 2.5rem 4rem;
        font-size: 3rem;
    }

    .related-projects-head h4 {
        font-size: 10rem;
        margin-bottom: 7rem;
    }

    .work-testi-sec h3 {
        font-size: 10rem;
        margin-bottom: 7rem;
    }

    .review-author {
        gap: 6.5rem
    }

    .review-author img {
        height: 10rem;
        width: 10rem;
    }

    .author-name {
        font-size: 5rem;
    }

    .author-role {
        font-size: 4rem;
    }

    .related-project-content h4 {
        font-size: 7rem;
        margin-bottom: 3rem;
    }

    .tn-footer-sec p {
        font-size: 3rem;
    }

    .footer-links-list {
        gap: 3rem;
    }

    .footer-social-links-row .footer-title-larger {
        font-size: 5rem;
    }

    .social {
        gap: 2rem;
    }

    .social li a {
        width: 5rem;
        height: 5rem;
    }

    .social li i {
        font-size: 3rem;
    }

    .tn-footer-sec .tn-footer-div {
        padding: 200px 200px 80px 200px
    }

    .call-link:before,
    .mail-link:before {
        font-size: 4rem;
        left: -6rem;
    }

    .tn-map iframe {
        width: 100%;
        height: 35vh;
    }

    .tn-footer-sec .tn-footer-copyright {
        padding: 50px 200px;
    }

    .accordion-title {
        font-size: 3.45rem;
    }

    .accordion-content {
        margin-left: 7rem;
        margin-top: 2rem;
    }

    .icon-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .icon-svg {
        width: 2rem;
        height: 2rem;
    }

    .work-banner-heading h6 {
        font-size: 2.25rem;
    }

    .clients-log-flip-container {
        margin-top: 10rem;
    }

    .brand_hover img {
        max-height: 100%;
        width: 35%;
    }

    .about-clients-sub-head h6 {
        font-size: 4rem;
    }

    .case-study-image-wrapper {
        height: 50vh;
    }

    .case-study-title a {
        font-size: 5rem;
    }

    .tag-list {
        font-size: 2.5rem;
    }


    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 4rem;
    }

    .clients-log-flip-div .card p,
    .clients-log-flip-div .flip-card p {
        font-size: 2.5rem;
    }

    .clients-log-flip-div .flip-front,
    .clients-log-flip-div .flip-back,
    .clients-log-flip-div .card {

        padding: 4rem;
    }

    .common-tn-head {
        font-size: 7rem;
    }

    .common-tn-para {
        font-size: 3rem;
    }
     .footer-social-links-row {

        gap: 3rem;
    }
}

@media only screen and (min-width: 6145px) and (max-width: 7680px) {
    .case-study-image-wrapper {
        height: 50vh;
    }

    .container-wrapper,
    .case-studies-section,
    .clients-log-flip-div.grid {
        max-width: 90%;
    }

    .nav-links {
        gap: 5rem;
    }

    .menu-top .logo {
        margin-right: auto;
        width: 15%;
    }

    .logo {
        width: 15%;
    }

    .logo img {
        width: 100%;
    }

    .logo img {
        height: 100% !important;
    }

    .menu-top .logo img {
        width: 100%;
    }

    .menu-top {
        padding: 50px 200px;
    }

    #menu-button {
        padding: 30px 100px;
    }

    .hamburger-icon {
        width: 150px;
    }

    .hamburger-icon span {
        height: 2px;
        margin: 20px 0;
    }

    .menu-close-btn img {
        width: 100px;
    }

    .work-banner-section {
        padding: 450px 100px 100px 100px;
    }

    .first-section {
        padding-top: 450px;
    }

    .work-banner-heading h1 {
        font-size: 10.5rem;
    }

    .work-banner-heading h6 {
        font-size: 6.25rem;
    }

    .work-descriptions-col h6 {
        font-size: 9rem;
        margin-bottom: 3rem;
    }

    .work-description-head-col h4 {
        font-size: 8rem;
    }

    .work-descriptions-col p {
        font-size: 7rem;
    }

    .work-services-div h6 {
        font-size: 5.05rem;
    }

    .border-rect,
    .border-round {
        padding: 2.5rem 4rem;
        font-size: 5rem;
    }

    .related-projects-head h4 {
        font-size: 12rem;
        margin-bottom: 9rem;
    }

    .work-testi-sec h3 {
        font-size: 12rem;
        margin-bottom: 9rem;
    }

    .review-author {
        gap: 7.5rem
    }

    .review-author img {
        height: 10rem;
        width: 10rem;
    }

    .author-name {
        font-size: 7rem;
    }

    .author-role {
        font-size: 6rem;
    }

    .related-project-content h4 {
        font-size: 9rem;
        margin-bottom: 5rem;
    }

    .tn-footer-sec p {
        font-size: 5rem;
    }

    .footer-links-list {
        gap: 5rem;
    }

    .footer-social-links-row .footer-title-larger {
        font-size: 7rem;
    }

    .social {
        gap: 4rem;
    }

    .social li a {
        width: 10rem;
        height: 10rem;
    }

    .social li i {
        font-size: 5rem;
    }

    .tn-footer-sec .tn-footer-div {
        padding: 400px 400px 80px 400px
    }

    .call-link:before,
    .mail-link:before {
        font-size: 6rem;
        left: -9rem;
    }

    .tn-map iframe {
        width: 100%;
        height: 35vh;
    }

    .tn-footer-sec .tn-footer-copyright {
        padding: 50px 400px;
    }

    .accordion-title {
        font-size: 5.45rem;
    }

    .accordion-content {
        margin-left: 9rem;
        margin-top: 4rem;
    }

    .icon-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .icon-svg {
        width: 2rem;
        height: 2rem;
    }

    .work-banner-heading h6 {
        font-size: 4.25rem;
    }

    .clients-log-flip-container {
        margin-top: 15rem;
    }

    .brand_hover img {
        max-height: 100%;
        width: 45%;
    }

    .about-clients-sub-head h6 {
        font-size: 6rem;
    }

    .case-study-title a {
        font-size: 7rem;
    }

    .tag-list {
        font-size: 4rem;
    }

    .clients-log-flip-div .card h6,
    .clients-log-flip-div .flip-card h6 {
        font-size: 6rem;
    }

    .clients-log-flip-div .card p,
    .clients-log-flip-div .flip-card p {
        font-size: 4rem;
    }

    .clients-log-flip-div .flip-front,
    .clients-log-flip-div .flip-back,
    .clients-log-flip-div .card {

        padding: 6rem;
    }

    .common-tn-head {
        font-size: 9rem;
    }

    .common-tn-para {
        font-size: 5rem;
    }

    .footer-social-links-row {

        gap: 5rem;
    }

}


/* Work, work inner, About, What we do and its inner pages responsiveness END divya 15-7-25 */


 /* New Blog Page Design Divya 16-7-25 */
 .new-blog-swiper-sec {
     position: relative;
 }

 .new-blog-swiper-card a {
     text-decoration: none;
     color: #000000;
 }

 .new-blog-swiper-card {
     border: 1px solid #ddd;
     border-radius: 1em;
     flex-flow: column;
     padding: .19em;
     transition: border .2s;
     display: flex;
     position: relative;
     background-color: #000000;
     color: #ffffff;
 }

 .new-blog-swiper-img {
     flex: none;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100%;
     display: flex;
     border-radius: .75em;
     position: relative;
     overflow: hidden;
 }

 .new-blog-swiper-img img {
     transform-origin: 50% 0;
     object-fit: cover;
     width: 100%;
     max-width: 100%;
     height: 100%;
     display: block;
     transform-origin: 50%;
     position: relative;
     inset: 0%;
     transform: scale(1.03);
     transition: transform 0.7s ease, opacity 0.3s ease;
     opacity: 1;
 }

 .new-blog-swiper-card a:hover .new-blog-swiper-img img {
     transform: scale(1);
 }

 .new-blog-swiper-content {
     grid-column-gap: 1.5em;
     grid-row-gap: 1.5em;
     flex-flow: column;
     height: 100%;
     padding: 2em 3em 2em 2.4em;
     display: flex;
     justify-content: space-between;
     color: #ffffff;
 }

 .new-blog-swiper .swiper-slide {
     transition: transform 0.85s cubic-bezier(.38, .007, 0, 1.007), opacity 0.8s ease;
     transform-origin: 50% 50%;
 }

 .new-blog-swiper .swiper-slide {
     opacity: 1;
 }

 .new-blog-swiper .swiper-slide.swiper-slide-prev {
     transform: perspective(1000px) rotateX(0) rotateY(9deg) scale(1.12) translateY(0em) !important;
     opacity: 0.15 !important;
 }

 .new-blog-swiper .swiper-slide.swiper-slide-next {
     transform: perspective(1000px) rotateX(0) rotateY(-9deg) scale(1.12) translateY(0em) !important;
     opacity: 0.15 !important;
 }

 .new-blog-swiper .swiper-slide.swiper-slide-active {
     opacity: 1 !important;
     transform: rotate(0deg) scale(1) !important;
     opacity: 1;
 }

 .new-blog-swiper .swiper-wrapper {
     margin-bottom: 150px;
 }

 .new-blog-swiper-content h1 {
     font-family: 'Oswald-Regular', sans-serif !important;
     font-size: 2rem;
 }

 .new-blog-swiper .swiper-button-next,
 .new-blog-swiper .swiper-button-prev {

     top: auto;
     bottom: 50px;
     width: 3rem;
     height: 3rem;
     background-color: #22282a;
     border-radius: 9.75px;
 }

 .new-blog-swiper .swiper-button-next,
 .new-blog-swiper .swiper-rtl .swiper-button-prev {
     right: auto;
     left: 205px;
 }

 .new-blog-swiper .swiper-button-prev,
 .new-blog-swiper .swiper-rtl .swiper-button-next {
     left: 150px;
     right: auto;
 }

 .new-blog-swiper .swiper-button-next:after,
 .new-blog-swiper .swiper-rtl .swiper-button-prev:after {
     content: 'next';
     color: #fff;
     font-size: 1.25rem;
 }

 .new-blog-swiper .swiper-button-prev:after,
 .new-blog-swiper .swiper-rtl .swiper-button-next:after {
     content: 'prev';
     color: #fff;
     font-size: 1.25rem;
 }

 .blog-page-new-list-sec {
     position: relative;
     padding: 100px 100px 0px 100px;
 }

 .blog-page-new-list-sec a {
     text-decoration: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     color: #000;
 }

 .blog-page-new-grid-div {
     display: grid;
     gap: 40px;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     margin-bottom: 40px;
 }


 .blog-page-new-grid-div>:nth-child(12n+1) {
     grid-column-start: 1;
     grid-column-end: 3;
 }

 .blog-page-new-grid-div>:nth-child(12n+2) {
     grid-column-start: 3;
     grid-column-end: 4;
 }

 .blog-page-new-grid-div>:nth-child(12n+3) {
     grid-column-start: 1;
     grid-column-end: 2;
 }

 .blog-page-new-grid-div>:nth-child(12n+4) {
     grid-column-start: 2;
     grid-column-end: 3;
 }

 .blog-page-new-grid-div>:nth-child(12n+5) {
     grid-column-start: 3;
     grid-column-end: 4;
 }

 .blog-page-new-grid-div>:nth-child(12n+6) {
     grid-column-start: 1;
     grid-column-end: 2;
 }

 .blog-page-new-grid-div>:nth-child(12n+7) {
     grid-column-start: 2;
     grid-column-end: 4;
 }

 .blog-page-new-grid-div>:nth-child(12n+8) {
     grid-column-start: 1;
     grid-column-end: 2;
 }

 .blog-page-new-grid-div>:nth-child(12n+11) {
     grid-column-start: 1;
     grid-column-end: 3;
 }

 .blog-page-new-grid-card {
     position: relative;
     display: flex;
     justify-content: flex-start;
     flex-direction: column;
 }

 .blog-page-new-grid-card-img {
     border-radius: 16px;
     overflow: hidden;
     height: 358px;
     position: relative;
 }

 .blog-page-new-grid-card-img img {
     color: transparent;
     object-fit: cover;
     height: 100%;
     width: 100%;
     transition-duration: .3s;
     max-width: 100%;
     height: auto;
     aspect-ratio: 1 / 1;
 }

 .blog-page-new-grid-content h2 {
     font-size: 24px;
     text-transform: none;
 }

 .blog-page-new-grid-date {
     padding-left: 8px;
     padding-right: 8px;
     margin-top: 16px;
     font-size: 1rem;
     font-weight: 400; 
 }

 .new-blog-date {
     font-size: 1rem;
     font-weight: 400; 
 }

 .blog-page-new-grid-card:hover .blog-page-new-grid-card-img img {
     transform: scale(1.05);
 }

 .blog-page-new-grid-category {
     gap: 8px;
     flex-wrap: wrap;
     display: flex;
     top: 24px;
     left: 24px;
     position: absolute;
 }

 .blog-page-new-grid-category a {
     padding-top: 4px;
     padding-bottom: 4px;
     padding-left: 12px;
     padding-right: 12px;
     background-color: #13162380;
     color: #ffffff;
     border-radius: 24px;
     border: 1px solid #fff;
     font-size: 13px;
     display: flex;
     line-height: normal;

 }

 .blog-page-new-grid-content {
     position: relative;
     padding-top: 1rem;
 }

 .new-blog-swiper-container,
 .new-blog-swiper-container .col-md-12 {
     padding: 0px 0px;
 }
 .blog-black-bg {
    background-color: #000000;
    color: #ffffff;
 }

 @media only screen and (min-width: 1921px) and (max-width: 2560px) {
     .blog-page-new-grid-card-img {
         height: 650px;
     }
 }

 /* Layout */
.nav-container-blog {
  display: flex;
  flex-direction: column;
  gap: 1rem; 
  margin: 0 auto;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .nav-container-blog {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* Navigation */
.nav-links-blog ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  overflow-x: auto;
  padding: 0;
  margin: 0;
}

.nav-links-blog a {
  text-decoration: none;
  color: #999;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-links-blog a:hover {
  color: #111;
}

.nav-links-blog a.active {
  font-weight: 600;
  color: #111;
}

/* Search Form */
.search-form {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.search-form input {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border-radius: 9999px;
  border: 1px solid #ddd;
  font-size: 1rem;
  color: #111;
  outline: none;
  transition: border-color 0.3s;
}

.search-form input::placeholder {
  color: #999;
}

.search-form input:focus {
  border-color: #000;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

 
 