/*
Theme Name: TBD
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tbd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TBD is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
    font-family: "TiemposHeadline";
    src: url("/demosite/wp-content/themes/tbd/fonts/TestTiemposHeadline-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/* Medium (500) */
@font-face {
    font-family: "TiemposHeadline";
    src: url("/demosite/wp-content/themes/tbd/fonts/TestTiemposHeadline-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/* Bold (700) */
@font-face {
    font-family: "TiemposHeadline";
    src: url("/demosite/wp-content/themes/tbd/fonts/TestTiemposHeadline-Bold-BF66457a5113d17.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: "Antique";
    src: url("/demosite/wp-content/themes/tbd/fonts/antique-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GT America Medium";
    src: url("/demosite/wp-content/themes/tbd/fonts/GT-America-Standard-Medium-Trial.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT America Regular";
    src: url("/demosite/wp-content/themes/tbd/fonts/GT-America-Standard-Regular-Trial.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
}

/* Header */
.custom-navbar {
    padding: 15px 30px;
    transition: all 0.4s ease;
}

.custom-navbar .navbar-brand img {
    height: 45px;
    width: auto;
}

.custom-navbar .nav-link {
    font-family: 'GT America Regular';
    color: #000;
    margin-left: 20px;
    transition: color 0.3s ease;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.custom-navbar .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #00c6ff;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease;
}

.custom-navbar .nav-link:hover::after {
    transform: scaleX(1);
}

.custom-navbar .nav-link:hover {
    color: #00c6ff;
}

/* Glassmorphism effect */
.glass-header {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Sticky header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

/* Change background on scroll */
.scrolled {
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* Header End */

/* Hero Section */
.hero-section {
    margin-top: 50px;
    padding: 80px 0px;
}

.hero-section h1 {
    font-size: 7.5rem;
    font-family: "TiemposHeadline", sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    width: 90%;
    margin: auto;
}

.animated-texts {
    position: relative;
    height: 7.5rem;
    /* same as font-size to prevent jump */
    overflow: hidden;
}

.animated-texts h1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    font-family: "antique";
    font-weight: 400;
}

.mouse-scroll {
    width: 50px;
    margin: auto;
    display: flex;
    margin-top: 150px;
}

/* Hero End */

/* About */
.about-banner {
    width: 100%;
    display: block;
    margin: 0 auto;
    transform-origin: center center;
    will-change: transform;
    height: 90%;
    object-fit: cover;
    border-radius: 15px;
}

/* Work */
section.our-work {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 10%;
    padding-bottom: 5%;
}

.work-heading {
    font-size: 7rem;
    font-family: "TiemposHeadline", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 1;
    position: relative;
    z-index: 2;
}

/* Work End */


/* Services Carousel */
section.services-main {
    position: relative;
    z-index: 1;
    padding-top: 10%;
    padding-bottom: 5%;
}

.services-heading {
    font-size: 7rem;
    font-family: "TiemposHeadline", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 1;
    position: relative;
    z-index: 2;
}

section.carousel-section {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.mt-space {
    margin-top: 5rem;
}

.carousel-section>.container-fluid {
    padding: 0;
}

.ss-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.ss-track {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
    will-change: transform;
}

.ss-slide {
    flex: 0 0 58%;
    margin-right: 60px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 650px;
}

.ss-slide:last-child {
    margin-right: 0;
}

.ss-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.ss-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    -webkit-user-drag: none;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.ss-card-bg {
    opacity: 1;
    z-index: 1;
}

.ss-card-gif {
    opacity: 1;
    z-index: 2;
}

.ss-slide:hover .ss-card-bg {
    opacity: 0;
}

.ss-slide:hover .ss-card-gif {
    opacity: 1;
}

.ss-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 280px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 32%) 40%, rgb(0 0 0 / 46%) 100%);
    pointer-events: none;
    z-index: 3;
}

.ss-text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    color: #fff;
    pointer-events: none;
    z-index: 4;
    transition: transform 0.4s ease;
}

.ss-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.02;
    transition: margin-bottom 0.4s ease;
    font-family: 'GT America Medium';
}

.ss-sub {
    margin-top: 6px;
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.ss-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    transition: all 0.4s ease;
    width: 90%;
}

.ss-slide:hover .ss-description {
    max-height: 100px;
    opacity: 1;
}

.ss-slide:hover .ss-title {
    margin-bottom: 12px;
}

/* Controls BELOW carousel */
.ss-controls {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 50px;
    right: 21%;
}

.ss-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ss-btn:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.ss-btn:active {
    transform: scale(.98);
}

.ss-icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 5;
}

@media (max-width: 768px) {
    .ss-slide {
        flex: 0 0 80%;
        margin-right: 28px;
        height: 350px;
    }

    .ss-btn {
        width: 40px;
        height: 40px;
    }

    .ss-description {
        font-size: 12px;
    }

    .ss-gradient {
        height: 160px;
    }
}

/* Work Carousel End */

/* Services Cards */
.our-services {
    z-index: 2;
    position: relative;
}

.custom-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.card {
    position: relative;
    background: #F2F2F2;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    height: 600px;
    cursor: pointer;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Overlay with GIFs */
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Card video */
.card-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

/* Fade-in video on hover */
.card:hover .card-video {
    opacity: 1;
}

/* Assign GIFs per card */
.card:nth-child(1)::before {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* black overlay 50% */
        url("");
    transform: translateX(100%);
}

.card:nth-child(2)::before {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        /* black overlay 50% */
        url("");
    transform: translateX(-100%);
}

.card:nth-child(3)::before {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        /* black overlay 50% */
        url("");
    transform: translateX(100%);
}

.card:nth-child(4)::before {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        /* black overlay 50% */
        url("");
    transform: translateX(-100%);
}

.card:nth-child(5)::before {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        /* black overlay 50% */
        url("");
    transform: translateX(100%);
}

.card:nth-child(6)::before {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        /* black overlay 50% */
        url("");
    transform: translateX(-100%);
}



.card:hover::before {
    transform: translateX(0);
}

/* Content styling - left aligned */
.card-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 30px;
    z-index: 2;
}

.card-title {
    color: #2c3e50;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 0.9s ease;
    line-height: 1;
}

.card-desc {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    max-height: 0;
    overflow: hidden;
    transition: all 0.9s ease;
}

.corner-element {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    opacity: 0;
    transform: translateY(40px) scale(0.8);
    transition: all 0.9s ease;
    z-index: 3;
}

/* Hover states */
.card:hover .card-title {
    color: #fff;
    transform: translateY(-15px);
}

.card:hover .card-desc {
    opacity: 1;
    transform: translateY(0);
    max-height: 200px;
}

.card:hover .corner-element {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Services End */

/* Industries Section  */
section.indusries-section {
    padding-top: 10%;
}

.industries-heading {
    font-size: 7rem;
    font-family: "TiemposHeadline", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 1.1;
    text-transform: capitalize;
}

.accordion-container {
    padding-top: 5%;
}

.industry-accordion .accordion-button {
    font-weight: 500;
    font-size: 2rem;
    color: #000000;
    padding: 1rem 0;
    border-bottom: 1px solid #b7b7b7;
    font-family: 'GT America Medium';
}

.industry-accordion .accordion-button::after {
    display: none;
    /* Hide Bootstrap default arrow */
}

.accordion-icon {
    transition: transform 0.3s ease;
    width: 30px;
    margin-left: auto;
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(45deg);
    /* tilt to cross */
}

.accordion-body {
    font-family: 'GT America Regular';
    padding: 1rem 0;
    color: #1B1B1B;
    font-size: 1rem;
    line-height: 1.5;
}

/* Indusries End */


/* Change Makers Section */
.change-makers-section {
    padding-top: 10%;
}

.change-makers-para {
    font-family: 'GT America Regular';
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    width: 89%;
    margin: auto;
    padding-top: 30px;
}

/* Change Makers Carousel */
.cs-carousel-section>.container-fluid {
    padding: 0;
}

.cs-carousel-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.cs-track {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
    will-change: transform;
}

.cs-slide {
    flex: 0 0 58%;
    margin-right: 60px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 650px;
}

.cs-slide:last-child {
    margin-right: 0;
}

.cs-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.cs-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    -webkit-user-drag: none;
    position: absolute;
    top: 0;
    left: 0;
}

.cs-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 480px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.35) 40%,
            rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s ease;
    /* smooth hover effect */
}

.cs-slide:hover .cs-gradient {
    opacity: 1;
}


.cs-text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    color: #fff;
    z-index: 4;
    transition: transform 0.4s ease;
}

.cs-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.02;
    transition: margin-bottom 0.4s ease;
}

.cs-sub {
    margin-top: 6px;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.cs-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    transition: all 0.4s ease;
    width: 90%;
}

.cs-social-icons {
    gap: 30px;
    display: flex;
    margin-top: 10px;
}

.cs-slide:hover .cs-description {
    max-height: 100px;
    opacity: 1;
}

.cs-slide:hover .cs-title {
    margin-bottom: 12px;
}

/* Controls */
.cs-controls {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 50px;
    right: 21%;
}

.cs-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cs-btn:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.cs-btn:active {
    transform: scale(.98);
}

/* Partners Section */
.partners-section {
    padding-top: 10%;
}

/* Partners Section End */


/* Trusted Section */
.trusted-section {
    padding-top: 10%;
}

.logos-container {
    margin-top: 120px;
}

.logos-container .row .col {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Trusted Section End */

/* CTA Section */
.cta-section {
    padding: 10% 0px;
}

.cta-heading {
    font-size: 4rem;
    line-height: 1;
    color: #141414;
    text-align: center;
    font-weight: 500;
    font-family: "TiemposHeadline", sans-serif;
}

.button.custom-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 1px solid #000;
    border-radius: 15px;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
    min-width: 120px;
    /* keeps size stable */
    margin: 50px auto;
    width: 180px;
    text-decoration: none;
}

.button.custom-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
}

.button.custom-btn:hover::before {
    width: 300px;
    /* big enough to cover button */
    height: 300px;
    transform: translate(-50%, 50%);
}

.button.custom-btn span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.button.custom-btn:hover span {
    color: #fff;
}

/* CTA Section End */

/* Footer */
footer {
    background: #191919;
    padding: 7% 0px;
}

.footer-col-custom {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    font-size: 1.1rem;
    font-weight: 400;
}

.info-heading {
    color: #fff;
}

.quick-links a {
    color: #fff;
    text-decoration: none;
}

.quick-links-wrapper {
    display: flex;
    gap: 60px;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.bottom-bar-section {
    background-color: #252525;
    color: #fff;
    padding: 15px 0px;
}

.text-left {
    margin: 0;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 300;
}

.text-right {
    margin: 0;
    text-align: right;
    font-size: 0.8rem;
    font-weight: 300;
}

.text-right a {
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
}


/* Work Page */

.work-section h1 {
    font-size: 9rem;
    font-family: "TiemposHeadline", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    width: 90%;
    margin: auto;

}

h2.carousel.work-heading {
    font-weight: 500;
    padding-top: 250px;
    margin-bottom: 100px;
    font-size: 6.6rem;
}

.works-carousel-title {
    padding: 7% 0 5% 0;
}

section.work-section {
    padding: 210px 0px 120px 0px;
}

.work.cta-heading {
    font-size: 4.55rem;
}

button.work.button.custom-btn {
    font-size: 20px;
}

.brand-video-section.youtube-video ul {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
}

.template-hero-para ul {
    list-style-position: inside;
    text-align: center;
    padding-left: 0 !important;
}

/* End Work Page */

/* Start About Page */
.about-section h1 {
    color: #1c1c1c;
    font-size: 9rem;
    text-align: center;
    font-family: "TiemposHeadline", sans-serif;

}

.about-section {
    margin-top: 130px;
}

.about-section p {
    font-family: 'GT America Regular';
    color: #2F2F2F;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    margin: auto;
    padding-top: 5%;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* ------------------------------
   SERVICES SECTION WRAPPER
--------------------------------*/
.about.indusries-section {
    padding: 200px 0 !important;
}

/* ------------------------------
   SECTION HEADING (Services)
--------------------------------*/
.about.industries-heading {
    color: #1c1c1c;
    font-size: 6rem;
    text-align: center;
    /* Or your brand font */
}

/* ------------------------------
   ACCORDION CONTAINER
--------------------------------*/
.about.accordion-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* ------------------------------
   ACCORDION ITEM
--------------------------------*/
.about.industry-accordion .accordion-item {
    border: none;
    padding: 0px 0;
}

.about.industry-accordion .accordion-header {
    border-bottom: 1px solid #BCBCBC;
    padding: 18px 0;
}

/* Make layout 2 columns like image */
.about.industry-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 40px;
}

/* ------------------------------
   ACCORDION BUTTON
--------------------------------*/
.about .accordion-button {
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 1.9rem;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}


/* ------------------------------
   PLUS ICON
--------------------------------*/
.about.accordion-icon {
    width: 20px;
}

/* ------------------------------
   ACCORDION BODY
--------------------------------*/

h3.about.change-makers-heading.industries-heading {
    font-size: 5rem;
    padding: 0px 225px 40px 225px
}

h6.about.cta-heading {
    font-size: 4rem;
    padding: 0px 380px;
}

button.about.button.custom-btn {
    font-size: 20px;
}


/* End About Page */


/*Contact Page*/
.contact-secondary-title {
    text-align: center;
    font-family: "TiemposHeadline", sans-serif;
    font-size: 5rem;
    font-weight: 400;
    margin-top: 150px;
}


.contact-form-wrapper {
    max-width: 700px;
    margin: auto;
    padding-bottom: 10%;
}


/* WPForms – bottom border only */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form textarea {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

/* Center placeholder text */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    text-align: center;
}

/* Remove focus outline + add better focus border */
.wpforms-form input:focus,
.wpforms-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
}

/* Center WPForms submit button */

.wpforms-submit-container {
    text-align: center !important;
    width: 100% !important;
}

.wpforms-submit {
    position: relative !important;
    display: inline-block !important;
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 15px !important;
    padding: 12px 30px !important;
    cursor: pointer !important;
    overflow: hidden !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transition: color 0.4s ease !important;
    z-index: 1 !important;
}

.wpforms-submit::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    background: #000 !important;
    border-radius: 50% !important;
    transform: translate(-50%, 50%) !important;
    transition: width 0.6s ease, height 0.6s ease !important;
    z-index: -1 !important;
    pointer-events: none;
}

.wpforms-submit:hover {
    color: #fff !important;
}

.wpforms-submit:hover::before {
    width: 400px !important;
    height: 400px !important;
}


.contact-icons {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 50px 0px;
    border-bottom: 1px solid #61616173;
}

h3.location-title {
    font-family: 'GT America Medium';
    margin: 40px 0px 20px 0px;
    font-size: 50px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #313131;
    justify-content: center;
    max-width: 1080px;
}

.contact-item img {
    width: 18px;
    height: 18px;
}


.icon-list-section {
    margin-bottom: 150px;
}

/*Contact Page End*/


/* Brand Identity Template */
.template-hero-section {
    padding: 120px 0px 8px 0px;
}

.template-hero-heading {
    font-size: 7.5rem;
    font-family: "TiemposHeadline", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    width: 90%;
    margin: auto;
}

.template-hero-subheading {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'GT America Medium';
}

.template-hero-para {
    text-align: center;
}

.brand-video-section {
    padding: 60px 0;
}

section.brand-video-section p {
    text-align: center;
}

.brand-video-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.brand-video-container video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.brand-watch-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 18px 34px;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #111;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.template-video-para {
    width: 90%;
    margin: 52px auto 0;
    text-align: center;
}

.brand-images-section {
    padding: 20px 0;
}

.brand-images-section .row {
    display: flex;
    align-items: stretch;
}

.brand-images-section .col-md-6 {
    padding: 0 15px;
}

.brand-images-section img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.brand-images-section .brand-right-img {
    height: 100%;
    margin-bottom: 0;
}

.brand-images-section .bottom-left-img {
    margin-bottom: 0px;
}

.brand-carousel-title {
    font-size: 4rem;
    padding-top: 120px;
}

.website-subtitle {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin: 20px auto;
    width: 100%;
    display: block;
    font-family: 'GT America Medium';
}

.brand-video-container img {
    width: 100%;
}

.brand-section .container-fluid {
    padding: 0px !important;
}


.youtube-video iframe {
    height: 100%;
    aspect-ratio: 16 / 9;
}

.website-main-image-2 {
    margin-top: 40px;
}

.website-description-block-2 {
    padding: 120px 0px;
}

.description-1 {
    margin-top: 60px;
}

.website-preview-image {
    margin: auto;
    display: flex;
}

@media (min-width: 1400px) {
    html {
        font-size: 20px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85vw;
    }
}

@media(max-width: 1470px) {

    .hero-section h1 {
        font-size: 6rem;
    }

    .mouse-scroll {
        margin-top: 85px;
    }

    .about-banner {
        width: 90%;
    }

    .work-heading {
        font-size: 4rem;
    }

    section.services-main {
        padding: 5% 0px;
    }

    .services-heading {
        font-size: 4rem;
    }

    .our-services {
        margin-top: 0px;
    }

    .ss-sub {
        font-size: 1rem;
        margin-bottom: 10px;
    }

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

    .ss-slide {
        height: 480px;
    }

    .ss-controls {
        margin-top: 3%;
    }

    .ss-title {
        font-size: 2rem;
    }

    .card-title{
        font-size: 1.5rem;
    }

    .card {
        height: 500px;
    }

    .industries-heading {
        font-size: 4rem;
    }

    .industry-accordion .accordion-button {

        font-size: 1.7rem;
    }

    .accordion-icon {
        width: 25px;
    }

    .cs-slide {
        margin-right: 40px;
        flex: 0 0 65%;
        height: 500px;
    }

    .cs-controls {
        margin-top: 3%;
    }

    .cta-heading {
        font-size: 3rem;
    }

    .col.text-center img {
        width: 210px;
    }


    /* Work page Responsive */

    .work-section h1 {
        font-size: 6rem;
    }

    h2.carousel.work-heading {

        font-size: 4rem;
    }

    h2.carousel.work-heading {
        padding-top: 100px;
        margin-bottom: 0px;
    }

    .work.cta-heading {
        font-size: 3rem;
    }

    button.work.button.custom-btn {
        font-size: 16px;
    }

    .testimonial-slide {
    background: #f1f1f1;
    padding: 40px 30px!important;
    }

    .testimonial-author{
        margin-bottom: 0px!important;
        min-height: 80px;
    }
	

    /* About Page */

    .about-section h1 {
        font-size: 7rem;
    }

    .about-section p {
        font-size: 1.3rem;
        padding-top: 50px;

    }

    .about.industries-heading {
        font-size: 4rem;
    }

    button.about.accordion-button {
        font-size: 1.5rem;
    }

    .about.industry-accordion .accordion-body {
        font-size: 1rem;
    }

    h3.about.change-makers-heading.industries-heading {
        font-size: 4rem;
        padding: 0px 225px 40px 225px
    }

    .about.change-makers-para {
        font-size: 1rem;
    }

    .about.cs-slide {
        margin-right: 40px;
        flex: 0 0 65%;
        height: 500px;
    }

    h6.about.cta-heading {
        font-size: 2rem;
        line-height: 1.2;
        padding: 0px 390px;
    }

    button.about.button.custom-btn {
        font-size: 16px;
    }

    .template-hero-heading {
        font-size: 4.5rem;
    }

    .template-hero-subheading {
        font-size: 1.8rem;
    }
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .custom-card-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .card:nth-child(1)::before,
    .card:nth-child(2)::before,
    .card:nth-child(3)::before,
    .card:nth-child(4)::before,
    .card:nth-child(5)::before,
    .card:nth-child(6)::before {
        transform: translateY(100%);
    }

    .card:hover::before {
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    html {
        font-size: 11px;
    }
    
    .custom-navbar .nav-link::after{
		width: 0!important;
	}
    
    .custom-navbar .nav-link{
		text-align: center;
	}


    .hero-section h1 {
        font-size: 4rem;
    }

    .mouse-scroll {
        margin-top: 30px;
    }

    .about-banner {
        width: 90%;
    }

    /* work sec */

    section.our-work,
    section.indusries-section,
    section.partners-section {
        padding-top: 20% !important;
    }

    .testimonial-wrapper {
        padding-top: 20px !important;
    }

    .work-heading {
        font-size: 2.5rem;
    }

    section.carousel-section {
        padding-bottom: 5px;
    }


    .ss-slide {
        height: 200px;
        flex: 0 0 90%;
    }

    .ss-text-container {
        padding: 15px;
    }

    .ss-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .ss-sub {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .ss-description {
        font-size: 1.0rem;
    }

    .ss-icon {
        bottom: 20px;
        right: 20px;
    }

    .ss-icon img {
        width: 20px;
        margin-top: 15px;
        margin-left: 20px;
    }

    .button.custom-btn {
        font-size: 14px;
    }

    /*Service sec*/

    section.services-main {
        padding-top: 20% !important;
        padding-bottom: 5%;
    }

    .services-heading {
        font-size: 2.5rem;
    }

    .card {
        margin: 0px 20px;
        height: 200px;
    }

    .card-title {
        font-size: 2rem;
    }

    .card-desc {
        font-size: 1.2rem;
    }

    .corner-element {
        top: 80%;
        right: 0px;
    }

    .corner-element img {
        width: 25px;
    }

    /* industry sec */

    .industries-heading {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .industry-accordion .accordion-button {
        font-size: 1.6rem;
    }

    .accordion-body {
        font-size: 1.2rem;
    }

    .accordion-container {
        margin-top: 0;
    }

    .industry-accordion {
        margin: 0px 25px 0px 25px;
    }

    .accordion-icon {
        width: 22px;
    }

    .change-makers-heading {
        padding: 10% 5% 0 5%;
    }

    .change-makers-para {
        font-size: 1.4rem;
        padding-top: 5%;
    }

    /* ccs slide sec */

    .cs-slide {
        flex: 0 0 90%;
        height: 200px;
        margin-right: 20px;
    }

    .cs-carousel-wrapper {
        margin-top: 20px;
        height: 250px;
    }

    .cs-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .cs-description {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .cs-sub {
        font-size: 1.2rem;
        line-height: 0.8;
    }

    .cs-social-icons img {
        width: 25px;
    }

    .cs-social-icons {
        gap: 15px;
    }

    .cs-controls {
        margin-top: 0px;
    }

    .cs-btn {
        width: 40px;
        height: 40px;
    }

    .cs-text-container {
        background: linear-gradient(360deg, #000000a3, #00000000);
        border-radius: 20px;
        padding: 10px 20px;
    }

    /* testimonial */
    .slick-list.draggable {
        padding: 0 !important;
    }

    .testimonial-slide p {
        font-size: 1.3rem !important;
    }

    .testimonial-slide {
        padding: 35px 30px !important;
    }

    .testimonial-arrows .slick-prev,
    .testimonial-arrows .slick-next {
        width: 40px;
        height: 40px;
    }

    .slick-slide img {
        width: 170px;
    }

    .testimonial-author {
        margin: 25px 0px;
        min-height: unset;
    }

    /* Trusted sec */

    .col.text-center img {
        width: 180px;
        margin: 20px 0px;
    }

    h6.trusted-heading.industries-heading {
        margin-top: 0px;
    }

    p.trusted-para.change-makers-para {
        margin-bottom: 50px;

    }

    /* Testimonial Modal Responsive */
    .testimonial-modal {
        padding: 30px 20px;
        max-width: 90%;
    }

    .testimonial-modal-content {
        font-size: 1rem;
    }

    .testimonial-content-wrapper {
        max-height: 60px;
    }

    section.trusted-section {
        padding: 0px;
    }

    .logos-container {
        margin: 20px 0px 0px 0px;
    }

    .container-fluid.logos-container {
        margin-top: 0px;
    }

    .cta-section {
        padding: 20% 0px;
    }


    /* footer sec */
    footer .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* Make each group half width */
    footer .row>div {
        width: 48%;
        /* Two per row */
        margin-bottom: 30px;
        text-align: left;
    }

    footer .col-md-3:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .col-md-3:first-child img {
        max-width: 150px;
    }

    /* Regions inner layout: two columns */
    .quick-links-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .quick-links-wrapper .quick-links {
        width: 48%;
    }

    /* Work Page Responsive */

    h2.carousel.work-heading {
        padding-top: 80px;
        margin-bottom: 40px;
    }

    section.work-section {
        padding: 120px 0 60px 0;
    }

    .work.cta-heading {
        font-size: 2.5rem;
    }

    button.work.button.custom-btn {
        font-size: 12px;
    }

    /* About Page */

    .about-section {
        margin-top: 50px;
    }

    .about-section h1 {
        font-size: 4rem;
    }

    .about-section p {
        font-size: 1.4rem;
        padding: 20px 10px;
    }

    .about.industries-heading {
        font-size: 2.5rem;
    }

    .about.industry-accordion .accordion-body {
        font-size: 1.4rem;
    }

    .about.accordion-icon {
        width: 15px;
    }

    .about.indusries-section {
        padding: 50px 0 !important;
    }

    .about.industry-accordion .accordion-header {
        padding: 12px 0px;
    }

    h3.about.change-makers-heading.industries-heading {
        font-size: 2.5rem;
        padding: 50px 20px 0px 20px;
    }

    .about.change-makers-para {
        font-size: 1.3rem;
        padding-top: 0px;
    }

    .about.industry-accordion {
        grid-template-columns: 1fr;
    }

    .about.cs-slide {
        flex: 0 0 90%;
        height: 200px;
        margin-right: 20px;
    }

    .about.cs-sub {
        font-size: 1.4rem;
    }

    .about.cta-section {
        margin-top: 40px;
    }

    h6.about.cta-heading {
        font-size: 2rem;
        padding: 0px 60px;
    }

    button.about.button.custom-btn {
        font-size: 14px;
        margin-top: 40px;
    }

    .brand-images-section .bottom-left-img {
        margin-bottom: 20px;
    }

    .website-description-block-2 {
        padding: 60px 0px;
    }

    .youtube-video {
        padding: 30px 0px;
    }

    .youtube-video iframe {
        height: 200px !important;
    }

    /* Contact page*/

    .contact-secondary-title {
        font-size: 2.5rem;
        margin-top: 50px;
    }

    .wpforms-container {
        width: 90% !important;
    }

    h3.location-title {
        margin: 0px;
        font-size: 2rem;
    }

    .contact-item {
    font-size: 1.4rem;
        width: 70%;
        align-items: baseline;
    }
    .contact-icons{
    	padding: 5% 0px;
    }

}


@media(max-width: 1024px) and (min-width: 768px) {
    html {
        font-size: 12px;
    }

    .hero-section h1 {
        font-size: 5rem;
    }

    .mouse-scroll {
        margin-top: 30px;
    }

    .about-banner {
        width: 98%;
    }

    .work-heading {
        font-size: 4rem;
    }

    section.our-work {
        padding: 10% 0px;
    }

    .ss-slide {
        flex: 0 0 80%;
        margin-right: 28px;
        height: 350px;
    }

    .ss-sub {
        font-size: 1.6rem;
    }

    .ss-description {
        font-size: 1.3rem;
    }

    .ss-icon img {
        width: 30px;
        margin-top: 15px;
    }

    button.ss-btn {
        width: 50px;
        height: 50px;
    }

    section.services-main {
        padding: 5% 0px;
    }

    .services-heading {
        font-size: 4rem;
    }

    .card {
        height: 330px;
    }

    .card-title {
        font-size: 2.8rem;
    }

    .card-desc {
        font-size: 1.3rem;
    }

    .industries-heading {
        margin-top: 20px;
        font-size: 4rem;
        line-height: 1.3;
    }

    .industry-accordion .accordion-button {

        font-size: 1.6rem;
    }

    .industry-accordion {
        margin: 0px 25px 0px 25px;
    }

    .accordion-icon {
        width: 22px;
    }

    .accordion-body {
        font-size: 1.3rem;
    }

    .change-makers-para {
        font-size: 1.3rem;
    }

    .cs-slide {
        flex: 0 0 87%;
        height: 350px;
        margin-right: 20px;
    }

    .cs-text-container {

        padding: 20px;
    }

    .cs-description {
        font-size: 1.3rem;
    }

    .cs-sub {
        font-size: 1.6rem;
    }

    .cs-controls {
        margin-top: 20px;
    }

    button.cs-btn {
        width: 50px;
        height: 50px;
    }

    .cs-carousel-wrapper {
        height: 380px;
        margin-top: 60px;
    }

    .testimonial-slide p {
        font-size: 1.3rem;
    }

    .col.text-center img {
        width: 130px;
    }

    .logos-container {
        margin-top: 30px;
    }

    p.trusted-para.change-makers-para {
        margin-bottom: 50px;
    }

    .col-md-3 img {
        width: 135px;
    }

    h6.trusted-heading.industries-heading {
        margin-top: 0px;
    }

    .quick-links-wrapper {
        gap: 45px;
    }

    .slick-list.draggable {
        padding: 0 !important;
    }


    /* Work Page Responsive */

    h2.carousel.work-heading {
        padding-top: 80px;
        margin-bottom: 40px;
    }

    section.work-section {
        padding: 120px 0 60px 0;
    }

    /* About Page */
    .about-section h1 {
        font-size: 5rem;
    }

    .about-section p {
        font-size: 1.5rem;
        padding-top: 30px;
    }

    .about.indusries-section {
        padding: 30px 0 !important;
    }

    .about.industries-heading {
        font-size: 3rem;
    }

    button.about.accordion-button {
        font-size: 1.4rem;
    }

    .about.industry-accordion .accordion-body {
        font-size: 1.4rem;
    }

    h3.about.change-makers-heading.industries-heading {
        font-size: 3rem;
        padding: 0px 170px 40px 170px;
    }

    .about.change-makers-para {
        font-size: 1.3rem;
        padding-top: 0px;
    }

    .about.industry-accordion {
        grid-template-columns: 1fr;
        /* stack items */
    }

    .about.cs-slide {
        flex: 0 0 87%;
        height: 350px;
        margin-right: 20px;
    }

    h6.about.cta-heading {
        font-size: 2rem;
        padding: 0px 150px;
    }

    button.about.button.custom-btn {
        font-size: 14px;
    }

}