:root {
    /* LIGHT THEME */
    --bg: #f5f5f5;
    --surface: #1e1e1e;
    --primary-overlay: rgba(30, 30, 30, 0.8);
    --secondary-overlay: rgba(25, 25, 25, 0.85);
    --nav: #ffffff;
    --navbar-content: #383838;
    --close-menu: #c48c00;
    --nav-link: #1e1e1e;
    --footer-nav-link: rgba(245, 245, 245, 0.5);
    --secondary-card: #303030;
    --secondary-card-text: #f5f5f5;
    --secondary-card-icon: #f5f5f5;
    --text: #1e1e1e;
    --text-muted: #555555;
    --h1: #1e1e1e;
    --p: #2c2c2c;
    --primarybtn: #FB8500;
    --primary-hover: #FFB703;
    --btn-text: #fff;
    --lets-talk-btn: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    --get-started-btn: linear-gradient(to right, #FB8500, #FFB703);
    --go-to-top-btnhover: #2a2a2a;
    --tab-btn: #151515;
    --hero-btn-hover: #3e0000;
    --border: #e0e0e0;
    --work-bento-border: 2px solid rgba(255, 255, 255, 0.7);
    --reason-circle: #f5f5f5;
    --reason-no: #fb8500;
    --reason-border: 2px solid #fff;
    --reason-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6) inset;
    --reason-no-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.6);
    --reason-text: #f5f5f5;
    --reason-description: #e4e4e4;
    --reason-icon-hover: #363636;
    --home-page-bar: #1e1e1e;
    --cta-box-shadow: 0 15px 50px rgba(253, 80, 0, 0.3);
    --cta-btn-hover: #ff5b2e;
    --work-card-shadow: 0 0 25px rgba(253, 80, 0, .4);
    --cta-border: none;
    --work-card-border: rgba(251, 133, 0, 0.6);
    --about-us-page-heading-bg: #f6eeee;
    --about-page-text: #1e1e1e;
    --about-page-p: rgba(30, 30, 30, 0.9);
    --services-section-bg: #0d0d0d;
    --service-section-title-p: #bdbdbd;
    --service-card-button-text: #111;
    --tab-labels-hover: #fd5000;
    --testimonial-text: #ccc;
    --testimonial-card-span-text: #888;
    --contact-page-overlay: rgba(30, 30, 30, 0.8);
    --contact-page-icon-border: rgba(30, 30, 30, 0.1);
    --contact-page-icon-hover: #f5f5f5;
    --contact-form-input: #2c2c2c30;
    --contact-form-input-focus: #ffb703;
    --contact-form-submit-btn: rgba(0, 0, 0, 0.2);
    --quote-form-bg: #fff;
    --quote-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --quote-form-h1: #222;
    --quote-form-label: #333;
    --quote-form-input-border: #222;
    --quote-form-input-focus-border: #ff8c10;
    --quote-note: #666;
    --footer-text: #f5f7f580;
    --bordered: #e0e0e0;
    --term-link: #007bff;

    .logo img {
        content: url("../img/Logo.png");
    }

}

html[data-theme="dark"] {
    /* DARK THEME */
    --bg: #121212;
    --surface: #1e1e1e;
    --primary-overlay: rgba(0, 0, 0, 0.7);
    --secondary-overlay: rgba(25, 25, 25, 0.85);
    --nav: #1e1e1e;
    --navbar-content: #383838;
    --close-menu: #c48c00;
    --nav-link: #f5f5f5;
    --footer-nav-link: rgba(245, 245, 245, 0.5);
    --text: #f5f1ea;
    --text-muted: #b8b2a7;
    --h1: #eaeaea;
    --p: #eaeaea;
    --secondary-card: #282828;
    --secondary-card-text: #eaeaea;
    --secondary-card-icon: #111;
    --primarybtn: #fb8500;
    --primary-hover: #ffb703;
    --btn-text: #fff;
    --lets-talk-btn: linear-gradient(to right, #ff7b00 0%, #ffb347 51%, #ff7b00 100%);
    --get-started-btn: linear-gradient(to right, #f97300, #ffb703);
    --go-to-top-btnhover: #2a2a2a;
    --tab-btn: #151515;
    --hero-btn-hover: #3e0000;
    --border: rgba(255, 255, 255, 0.3);
    --work-bento-border: 1px solid rgba(255, 255, 255, 0.05);
    --reason-circle: #f5f5f5;
    --reason-no: #fb8500;
    --reason-border: 2px solid #fff;
    --reason-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6) inset;
    --reason-no-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.6);
    --reason-text: #f5f5f5;
    --reason-description: #e4e4e4;
    --reason-icon-hover: #363636;
    --home-page-bar: #f5f5f5;
    --cta-box-shadow: 0 15px 50px rgba(253, 80, 0, 0.3);
    --cta-btn-hover: #ff5b2e;
    --work-card-shadow: 0 0 25px rgba(254, 92, 17, 0.4);
    --cta-border: 1px solid rgba(251, 133, 0, 0.6);
    --work-card-border: rgba(251, 133, 0, 0.6);
    --about-us-page-heading-bg: #2a2a2a;
    --about-page-text: #f5f5f5;
    --about-page-p: #eaeaea;
    --services-section-bg: #0d0d0d;
    --services-section-title-p: #bdbdbd;
    --service-card-button-text: #111;
    --tab-labels-hover: #fb5000;
    --testimonial-text: #ccc;
    --testimonial-card-span-text: #888;
    --contact-page-overlay: rgba(30, 30, 30, 0.8);
    --contact-page-icon-border: rgba(245, 245, 245, 0.4);
    --contact-page-icon-hover: #1e1e1e;
    --contact-form-input: #f5f7f580;
    --contact-form-input-focus: #ffb703;
    --contact-form-submit-btn: rgba(0, 0, 0, 0.2);
    --quote-form-bg: #1e1e1e;
    --quote-box-shadow: 0 4px 20px rgba(253, 80, 0, 0.3);
    --quote-form-h1: #f5f5f5;
    --quote-form-label: #dfddda;
    --quote-form-input-border: #2f2f2f;
    --quote-form-input-focus-border: #ff8c10;
    --quote-note: #b8b2a7;
    --footer-text: #f5f7f580;
    --bordered: #f5f7f580;
    --term-link: #007bff;

    .logo img {
        content: url("../img/Logo.png");
    }

    .form-item img {
        filter: brightness(1) invert(1);
    }
}

*{
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: var(--bg);
    color: var(--text);
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

body.lock-scroll {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

.content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    margin: 0;
    padding: 0;
}

.content.visible {
    opacity: 1;
    visibility: visible;
}

#loaderWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader {
    width: 40px;
    height: 40px;
    --c: no-repeat linear-gradient(#ffb703 0 0);
    background: var(--c), var(--c), var(--c), var(--c);
    background-size: 21px 21px;
    animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
    0% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%
    }

    33% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        width: 60px;
        height: 60px
    }

    66% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0;
        width: 60px;
        height: 60px
    }

    100% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0
    }
}

.hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.about-page-hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 28px 8%;
    overflow: clip;
    background:
        radial-gradient(circle at 10% 10%, rgba(251, 133, 0, .18), transparent 30%),
        radial-gradient(circle at 90% 90%, rgba(255, 183, 3, .18), transparent 30%),
        #f5f5f5;
}

.about-page-hero {
    height: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 28px 8%;
    overflow: clip;
    background:
        radial-gradient(circle at 10% 10%, rgba(251, 133, 0, .18), transparent 30%),
        radial-gradient(circle at 90% 90%, rgba(255, 183, 3, .18), transparent 30%),
        #f5f5f5;
}

.hero-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    transition:
        background .4s ease,
        backdrop-filter .4s ease,
        box-shadow .4s ease,
        padding .4s ease,
        transform .4s cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
}

.hero-nav.sticky {
    position: fixed;
    top: 18px;
    left: 8%;
    width: 84%;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(65, 65, 65, 0.1);
    border-radius: 999px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .12);
    z-index: 1000;
    transform: translateY(0);
    animation: navDrop .5s cubic-bezier(.16, 1, .3, 1);
}

.about-page-hero-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    transition:
        background .4s ease,
        backdrop-filter .4s ease,
        box-shadow .4s ease,
        padding .4s ease,
        transform .4s cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
}

.about-page-hero-nav.sticky {
    position: fixed;
    top: 18px;
    left: 8%;
    width: 84%;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(65, 65, 65, 0.1);
    border-radius: 999px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .12);
    z-index: 1000;
    transform: translateY(0);
    animation: navDrop .5s cubic-bezier(.16, 1, .3, 1);
}

@keyframes navDrop {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo img {
    width: 119.55px;
    height: 33.6px;
}

.hero-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.hero-nav a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: .3s;
}

.hero-nav a:hover {
    color: #fb8500;
}

.hero-nav a.active {
    text-decoration: none;
    color: #fb8500;
    font-weight: 500;
    transition: .3s;
}

.hero-nav a.active:hover {
    text-decoration: none;
    color: #ffb703;
    font-weight: 500;
    transition: .3s;
}

.hero-nav-btn {
    padding: 14px 28px;
    border-radius: 50px;
    background: #fb8500;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.hero-nav-btn:hover {
    transform: translateY(-2px);
    background: #1e1e1e;
}

.about-page-hero-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.about-page-hero-nav a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: .3s;
}

.about-page-hero-nav a:hover {
    color: #fb8500;
}

.about-page-hero-nav a.active {
    text-decoration: none;
    color: #fb8500;
    font-weight: 500;
    transition: .3s;
}

.about-page-hero-nav a.active:hover {
    text-decoration: none;
    color: #ffb703;
    font-weight: 500;
    transition: .3s;
}

.about-page-hero-nav-btn {
    padding: 14px 28px;
    border-radius: 50px;
    background: #fb8500;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.about-page-hero-nav-btn:hover {
    transform: translateY(-2px);
    background: #1e1e1e;
}

.hero-mobile-social {
    display: none;
}

.about-page-hero-mobile-social {
    display: none;
}

.hero-content {
    flex: 1;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 70px;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(30, 30, 30, .08);
    margin-bottom: 24px;
    font-size: .9rem;
    color: #1e1e1e;
}

.hero-h1 {
    font-size: clamp(52px, 6vw, 80px);
    line-height: .97;
    font-weight: 900;
    letter-spacing: -3px;
    color: #1e1e1e;
}

.hero-h1 span {
    background: linear-gradient(90deg, #fb8500, #ffb703);
    background-clip: text;
    color: transparent;
}

.left p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.7;
    max-width: 560px;
    color: #666;
}

.buttons {
    display: flex;
    gap: 18px;
    margin-top: 32px;
}

.herobtn {
    padding: 16px 32px;
    border-radius: 999px;
    background: #1e1e1e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.herobtn:hover {
    transform: translateY(-3px);
    background: #fb8500;
}

.herobtn-secondary {
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid rgba(255, 133, 0, .9);
    background: rgba(255, 255, 255, .55);
    color: #1e1e1e;
    backdrop-filter: blur(20px);
    transition: .3s;
}

.herobtn-secondary:hover {
    background: rgba(255, 255, 255, .08);
}

.right {
    position: relative;
    height: 470px;
}

.glass {
    position: absolute;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(30, 30, 30, .08);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, .08);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .08);
}

.card1 {
    top: 0;
    right: 30px;
    width: 170px;
    padding: 26px;
    z-index: 2;
}

.card2 {
    bottom: 0;
    left: 0;
    width: 170px;
    padding: 26px;
    z-index: 2;
}

.big-card {
    top: 50px;
    left: 90px;
    width: 320px;
    padding: 34px;
}

.big-card h3 {
    margin-top: 24px;
    font-size: 30px;
    color: #1e1e1e;
}

.big-card p {
    margin-top: 16px;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fb8500, #ffb703);
    box-shadow: 0 20px 60px rgba(251, 133, 0, .35);
}

.glass h2 {
    font-size: 44px;
    margin-top: 8px;
    color: #1e1e1e;
}

.glass small {
    color: #777;
    font-size: 14px;
}

.blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .6;
}

.blur1 {
    width: 300px;
    height: 300px;
    background: #fb8500;
    left: -100px;
    top: -50px;
}

.blur2 {
    width: 250px;
    height: 250px;
    background: #ffb703;
    right: -80px;
    bottom: -80px;
}


.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #1e1e1e;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.hamburger span {
    width: 18px;
    height: 2px;
    background: white;
    border-radius: 10px;
}

.close {
    display: none;
    color: white;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}

.menu-toggle.active .hamburger {
    display: none;
}

.menu-toggle.active .close {
    display: block;
}

.about {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--bg);
}

.about-image-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.about-responsive-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    border-radius: 15px;
}

.about-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--about-page-text);
}

.about-Subheading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    color: var(--about-page-text);
}

.about-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--about-page-p);
}

.about-button {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 170px;
    height: 43px;
    border-radius: 25px;
    background: var(--primarybtn);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--btn-text);
    font-size: 15px;
    border-style: none;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    cursor: pointer;
}

.about-button:hover {
    background: var(--primary-hover);
}

.about-button>svg {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease-in-out;
}

.about-button:hover svg {
    transform: translateX(5px);
}

.about-button:active {
    transform: scale(0.95);
}

.why-choose-us {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--bg);
}

.why-choose-us-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.why-choose-us-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--about-page-text);
}

.why-choose-us-Subheading {
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    color: var(--about-page-text);
}

.why-choose-us-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--about-page-p);
}

.why-us-image-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.why-us-responsive-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.reasons {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bg);
}

.process-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.step {
    position: relative;
    width: 260px;
    border-radius: 16px;
    text-align: center;
    z-index: 0;
    transition: transform 0.4s ease;
    border: 1px solid var(--primary-hover);
}

.step-content {
    position: relative;
    background: var(--nav);
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 2;
    transition: transform 0.4s ease;
}

.step-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.step-icon svg {
    width: 34px;
    height: 34px;
    fill: var(--reason-no);
    stroke: var(--nav);
}

.step:hover .step-icon {
    transform: scale(1.1);
}

.step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    filter: blur(25px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.step.step-1::before {
    background: linear-gradient(45deg, #ff6b6b, #ff9a9e);
}

.step.step-2::before {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
}

.step.step-3::before {
    background: linear-gradient(45deg, #43e97b, #38f9d7);
}

.step.step-4::before {
    background: linear-gradient(45deg, #fb8500, #faca93);
}

.step:hover::before {
    opacity: 0.6;
}

.step:hover .step-content {
    transform: translateY(-10px);
}

.step::after {
    content: '→';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--testimonial-text);
    z-index: 1;
    transition: color 0.3s;
}

.step:hover::after {
    color: var(--primary-hover);
}

.step:last-child::after {
    content: '';
}

.step h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--quote-form-label);
}

.step p {
    font-size: 14px;
    color: var(--quote-note);
    line-height: 1.5;
}

.showreel {
    width: 100%;
    overflow: hidden;
}

#showreelVideo {
    width: 100%;
    height: auto;
    display: block;
    height: 90vh;
    object-fit: cover;
}

.services {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background-color: var(--bg);
}

.services-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--about-page-text);
}

.services-Subheading {
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    color: var(--about-page-text);
}

.services-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: var(--about-page-p);
}

.services-button {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 170px;
    height: 43px;
    border-radius: 25px;
    background: var(--primarybtn);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--btn-text);
    font-size: 15px;
    border-style: none;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    cursor: pointer;
}

.services-button:hover {
    background: var(--primary-hover);
}

.services-button>svg {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease-in-out;
}

.services-button:hover svg {
    transform: translateX(5px);
}

.services-button:active {
    transform: scale(0.95);
}

.services-button1 {
    display: none;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 170px;
    height: 43px;
    border-radius: 25px;
    background: var(--primarybtn);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--btn-text);
    font-size: 15px;
    border-style: none;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    cursor: pointer;
}

.services-button1:hover {
    background: var(--primary-hover);
}

.services-button1>svg {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease-in-out;
}

.services-button1:hover svg {
    transform: translateX(5px);
}

.services-button1:active {
    transform: scale(0.95);
}

.services-button1:focus {
    outline: none;
}

.services-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.services-container1 {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.services-bg-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.services-bg-container1 {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.services-bg-1 {
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
    margin: 50px 30px 30px 0;
}

.services-bg1 {
    display: none;
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
}

.services-bg-2 {
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
    margin: 0 30px 0 0;
}

.services-bg2 {
    display: none;
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
}

.services-bg-3 {
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
    margin-bottom: 30px;
}

.services-bg3 {
    display: none;
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
}

.services-bg-4 {
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
    margin-bottom: 50px;
}

.services-bg4 {
    display: none;
    width: 250px;
    height: 250px;
    background-color: var(--secondary-card);
    border-radius: 30px;
}

.services-container-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

.services-container1-content {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.services-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: var(--reason-text);
}

.services-icon {
    width: 40px;
    height: 40px;
}

.services-icon svg {
    fill: var(--reason-text), #f5f5f5;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.services-icon svg:hover {
    fill: var(--primary-btn), #fb8500;
    transform: scale(1.1);
}

.services-arrow-icon {
    width: 30px;
    height: 30px;
    fill: var(--secondary-card-text);
    transition: transform 0.3s ease, fill 0.3s ease;
    cursor: pointer;
}

.services-arrow-icon:hover {
    fill: var(--primary-hover);
    transform: translateX(6px);
}

.work-together {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bg);
}

.work-button {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 220px;
    height: 45px;
    border-radius: 25px;
    background: var(--primarybtn);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--btn-text);
    font-size: 15px;
    border-style: none;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    cursor: pointer;
}

.work-button:hover {
    background: var(--primary-hover);
}

.work-button>svg {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease-in-out;
}

.work-button:hover svg {
    transform: translateX(5px);
}

.work-button:active {
    transform: scale(0.95);
}

.work-section {
    height: auto;
    padding: 60px 5%;
    background-color: var(--bg);
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-section h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--h1);
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--p);
}

.work-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 20px;
    margin-bottom: 40px;
}

.work-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--work-card-border) inset;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--work-card-shadow);
    background: var(--surface);
}

.work-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}

.hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    color: var(--btn-text);
    opacity: 0;
    z-index: 2;
    transition: 0.4s ease;
}

.hover-content h3 {
    margin-bottom: 6px;
    font-size: 18px;
}

.hover-content p {
    font-size: 14px;
    opacity: 0.8;
}

.hover-content button {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 12px;
    padding: 10px 22px;
    border-radius: 25px;
    border: none;
    background: var(--primarybtn);
    color: var(--btn-text);
    cursor: pointer;
    opacity: 0;
    transform: translateY(15px) scale(0.95);
    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.work-card:hover .hover-content button {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hover-content button:hover {
    background: var(--primary-hover);
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.4);
    transform: translateY(-2px) scale(1.03);
}

.hover-content button:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.3);
    color: var(--surface);
}

.hover-content svg {
    display: inline-block;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-content:hover svg {
    transform: translateX(5px);
}

.hover-content svg:active {
    fill: var(--surface);
}

.work-card:hover::before {
    opacity: 1;
}

.work-card:hover .hover-content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.work-card-inner {
    width: 100%;
    height: 100%;
    min-height: 180px;
    overflow: hidden;
}

.work-card:hover {
    box-shadow: 0 0 25px rgba(253, 80, 0, .5);
}

.work-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.work-card video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.work-card:hover img,
.work-card:hover video {
    transform: scale(1.05);
}

.work-card--wide {
    grid-column: span 2;
    grid-row: span 3;
}

.work-card--tall {
    grid-row: span 3;
}

.work-card span {
    display: flex;
    align-items: center;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 18px 14px;
    font-size: 15px;
    color: var(--reason-text);
    background: none;
    border-radius: 8px;
}

.work-card a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: var(--reason-text);
}

.work-card a:hover {
    text-decoration: none;
    color: var(--surface);
}

.work-bento .work-card:nth-child(3),
.work-bento .work-card:nth-child(4),
.work-bento .work-card:nth-child(5) {
    grid-row: span 2;
}

.footer {
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--surface);
}

.footer-main {
    width: 100%;
    height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-content-container {
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

.footer-left-content {
    width: 100%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 20px;
    gap: 20px;
}

.footer-logo {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
}

.footer-logo img {
    width: 160px;
    height: auto;
}

.footer-left-content p {
    width: 100%;
    max-width: 210px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2rem;
    color: var(--footer-text);
    margin: 0;
}

.footer-left-content p br {
    display: none;
}

.footer-right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 0 20px;
}

.contact-info-main {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

.contact-info {
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-info-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--reason-text);
}

.contact-info-icon {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
}

.contact-info-icon span {
    color: var(--reason-text);
}

.contact-info-main p {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--footer-text);
}

.visit-us-main {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

.visit-us {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 145px;
}

.visit-us-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--reason-text);
}

.visit-us-icon {
    width: 13px;
    height: 19px;
    display: flex;
    align-items: center;
}

.visit-us-icon span {
    color: var(--reason-text);
}

.visit-us-main p {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--footer-text);
}

.on-socials-main {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 0px;
}

.on-socials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 135px;
}

.on-socials-us {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.on-socials-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--reason-text);
}

.on-socials-icon {
    width: 17px;
    height: 19px;
    display: flex;
    align-items: center;
}

.on-socials-icon span {
    color: var(--reason-text);
}

.on-socials-main p {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--footer-text);
}

.on-socials-main a:-webkit-any-link {
    text-decoration: none !important;
    cursor: pointer;
}

hr {
    width: 95%;
    height: 0.7px;
    background-color: var(--footer-text);
    opacity: 20%;
}

.copyright-text {
    width: 100%;
    max-width: 90%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.copyright-text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: var(--reason-text);
    opacity: 40%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--primarybtn);
    color: var(--reason-text);
    cursor: pointer;
    padding: 12px;
    border-radius: 4px;
    transition: 0.2s ease-out;
}

#myBtn svg {
    font-size: 1.7rem;
    transition: 0.2s ease-out;
}

#myBtn:hover {
    background-color: var(--go-to-top-btnhover);
}

#myBtn:hover svg {
    transform: translateY(-2px);
}

/*About Us Page*/

.about-us-page-hero-section {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
}

.about-us-page-heading-bg {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.about-us-page-heading-bg h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--about-page-text);
}

.about-us-page-heading-bg svg {
    width: 30px;
    height: 30px;
    fill: var(--about-page-text);
}

.about-us-page-content-container {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about-us-page-left-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -60px 0 0 0;
}

.about-us-page-left-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--about-page-text);
}

.about-us-page-left-content h1 {
    margin: -10px 0 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--about-page-text);
}

.about-us-page-right-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.about-us-page-right-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--about-page-text);
}

.about-us-page-approach-container {
    width: 100%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 50px 0;
}

.approach-heading-container {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.approach-heading-container h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--about-page-text);
}

.approach-heading-container h1 {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--about-page-text);
}

.approach-content-main-container {
    width: 100%;
    max-width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.approach-content-container {
    width: 100%;
    max-width: 22%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.approach-content-icon-container {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: flex-start;
}

.approach-content-icon-container img {
    width: 41px;
    height: 41px;
}

.approach-content-icon-container span {
    font-size: 40px;
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 40
}

.approach-content-heading-container {
    width: 100%;
}

.approach-content-heading-container h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--about-page-text);
}

.approach-content-description-container {
    width: 100%;
}

.approach-content-description-container p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--about-page-text);
    line-height: 1.3rem;
}

.vl {
    border-left: 2px solid var(--about-page-text);
    height: 280px;
    opacity: 7%;
}

.what-we-do {
    width: 100%;
    height: 1000px;
    background-color: var(--bg);
}

.what-we-do-container {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.what-we-do-left-content {
    width: 100%;
    max-width: 40%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.what-we-do-left-content-mobile {
    width: 100%;
    height: 300px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.what-we-do-left-content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--about-page-text);
}

.what-we-do-left-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--about-page-text);
    line-height: 1.1rem;
}

.what-we-do-img-container {
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
}

.what-we-do-responsive-img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.what-we-do-services-container-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.what-we-do-services-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.what-we-do-services-container-row-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.what-we-do-services-container-row {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.what-we-do-services-serial-no {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--about-page-text);
}

.what-we-do-service-heading {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--about-page-text);
}

.what-we-do-service-description {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1rem;
    color: var(--about-page-text);
}

.what-we-do-service-description p {
    width: 60%;
}

.what-we-do-service-icon {
    justify-content: center;
    width: 15%;
    display: flex;
    align-items: center;
}

.what-we-do-services-arrow-icon {
    width: 27px;
    height: 27px;
    fill: var(--about-page-text);
    transition: fill 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.what-we-do-services-arrow-icon:hover {
    fill: var(--primary-hover);
    transform: translateX(6px);
}

/*Our Services*/

.services-section {
    padding: 80px 8%;
    background: var(--services-section-bg);
    color: var(--reason-text);
}

.service-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.service-section-title h2 {
    font-size: 38px;
    margin-bottom: 10px;
    color: var(--reason-text);
}

.service-section-title p {
    color: var(--service-section-title-p);
}

/* TABS */
.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.tab-btn {
    padding: 10px 20px;
    background: var(--tab-btn);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border: none;
    color: var(--reason-text);
    cursor: pointer;
    border-radius: 30px;
    transition: 0.3s;
    font-size: 14px;
}

.tab-btn:hover {
    background: var(--primarybtn);
}

.tab-btn.active {
    background: var(--primarybtn);
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    transition: 0.4s ease;
}

.service-card {
    background: var(--tab-btn);
    border-radius: 20px;
    padding: 35px;
    width: calc(27.333% - 20px);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.4s ease;
}

.service-card.hide {
    display: none;
}

.service-card:hover {
    transform: translateY(-10px);
    border: 1px solid #fd5000;
    box-shadow: 0 20px 40px rgba(253, 80, 0, 0.25);
    background: linear-gradient(145deg, #151515, #1f1f29);
}

.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: var(--reason-text);
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 600,
        'GRAD' 0,
        'opsz' 48;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--reason-text);
}

.service-card p {
    max-width: 95%;
    font-size: 14px;
    text-align: center;
    line-height: 1.4rem;
    color: var(--service-section-title-p);
    margin-bottom: 25px;
}

.service-card button {
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: var(--primarybtn);
    color: var(--service-card-button-text);
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.service-card button:hover {
    background-color: var(--reason-text);
    color: var(--primarybtn);
    transform: scale(1.1);
}

.Our-services-our-commitment {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Our-commitment-content {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Our-commitment-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--about-page-text);
}

.Our-commitment-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: rgba(30, 30, 30, 0.8);
    line-height: 1.6rem;
}

/* Our Work Page Css*/

.Our-Work-Container {
    background: var(--services-section-bg);
    color: var(--btn-text);
}

.portfolio-section {
    padding: 120px 8%;
    max-width: 1400px;
    margin: auto;
}

.portfolio-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
}

/* HIDE RADIO BUTTONS */

input[type="radio"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* FILTER TABS */

.tab-labels {
    height: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.tab-labels label {
    padding: 10px 24px;
    border-radius: 30px;
    background: var(--tab-btn);
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    font-size: 14px;
    transition: .3s ease;
    color: var(--reason-text);
}

.tab-labels label:hover {
    background: var(--tab-labels-hover);
}

/* Active Tab */

#all:checked~.tab-labels label[for="all"],
#graphic:checked~.tab-labels label[for="graphic"],
#motion:checked~.tab-labels label[for="motion"],
#video:checked~.tab-labels label[for="video"],
#web:checked~.tab-labels label[for="web"],
#uiux:checked~.tab-labels label[for="uiux"] {
    background: var(--tab-labels-hover);
}

.card-grid {
    column-width: 280px;
    column-gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.card {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background: var(--tab-btn);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.4s ease;
    break-inside: avoid;
}

.card:hover {
    transform: translateY(-8px);
    border: 1px solid rgba(253, 80, 0, .4);
    box-shadow: 0 10px 40px rgba(253, 80, 0, .15);
}

.image-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: .5s ease;
}

.image-box video {
    width: 100%;
    height: auto;
    display: block;
}

.card:hover img {
    transform: scale(1.08);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--tab-labels-hover);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .3s ease;
    pointer-events: none;
}

.image-box:hover .play-btn {
    opacity: 0;
}

.card:hover .play-btn {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}

.card .play-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* show button only when a filtered tab is active and user hovers over a card */
#graphic:checked~.portfolio-wrapper .card:hover .play-btn,
#motion:checked~.portfolio-wrapper .card:hover .play-btn,
#video:checked~.portfolio-wrapper .card:hover .play-btn,
#web:checked~.portfolio-wrapper .card:hover .play-btn,
#uiux:checked~.portfolio-wrapper .card:hover .play-btn {
    opacity: 1;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 18px;
    color: var(--reason-text);
}

/* FILTER LOGIC */

#graphic:checked~.portfolio-wrapper .card-grid .card:not(.graphic) {
    display: none;
}

#motion:checked~.portfolio-wrapper .card-grid .card:not(.motion) {
    display: none;
}

#video:checked~.portfolio-wrapper .card-grid .card:not(.video) {
    display: none;
}

#web:checked~.portfolio-wrapper .card-grid .card:not(.web) {
    display: none;
}

#uiux:checked~.portfolio-wrapper .card-grid .card:not(.uiux) {
    display: none;
}

/* SERVICE-SPECIFIC RATIOS */

/* Graphic */
#graphic:checked~.card-grid .graphic .image-box {
    aspect-ratio: 4/5;
}

/* Motion */
#motion:checked~.card-grid .motion .image-box {
    aspect-ratio: 16/9;
}

/* Video */
#video:checked~.card-grid .video .image-box {
    aspect-ratio: 16/9;
}

/* Web */

#web:checked~.card-grid .web .image-box {
    aspect-ratio: 3/4;
}

/* UI/UX */
#uiux:checked~.card-grid .uiux .image-box {
    aspect-ratio: 3/4;
}

.section-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 60px;
    color: var(--reason-text);
}

/* TESTIMONIALS */

.testimonial-section {
    padding: 100px 30px;
    background: var(--services-section-bg);
}

.testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.testimonial-card {
    flex: 1 1 300px;
    max-width: 360px;
    background: var(--tab-btn);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: .3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border: 1px solid rgba(253, 80, 0, .4);
    box-shadow: 0 10px 30px rgba(253, 80, 0, .15);
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--testimonial-text);
}

.testimonial-card h4 {
    color: var(--btn-text);
    margin-bottom: 5px;
}

.testimonial-card span {
    font-size: 13px;
    color: var(--testimonial-card-span-text);
}

.tools-section {
    padding: 100px 20px;
    background: var(--service-card-button-text);
}

.tools-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.tool-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    background: var(--tab-btn);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--reason-text);
    font-size: 14px;
    width: 100px;
    text-align: center;
    transition: .3s ease-in;
}

.tool-card svg {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    transition: .3s ease-in;
}

.tool-card span:last-child {
    font-size: 13px;
}

.tool-card:hover {
    background: var(--tab-labels-hover);
    color: var(--btn-text);
}

.tool-card:hover svg path {
    color: var(--btn-text);
    fill: var(--btn-text);
}

/* STATS / COUNTERS */

.stats-section {
    background: var(--service-card-button-text);
    padding: 100px 20px;
}

.stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    text-align: center;
}

.stat-card {
    color: var(--btn-text);
    font-size: 28px;
    font-weight: 600;
}

.stat-card p {
    font-size: 16px;
    color: var(--testimonial-text);
    margin-top: 8px;
}

/* CTA */

.cta-section {
    width: 100%;
    max-width: 90%;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    background-color: var(--surface);
    border-radius: 25px;
    box-shadow: var(--cta-box-shadow);
    border: var(--cta-border);
    box-sizing: border-box;
    margin: 60px auto;
}

.cta-container {
    max-width: 1200px;
    text-align: center;
    color: var(--reason-text);
}

.cta-container h2 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-container p {
    font-size: 18px;
    margin-bottom: 40px;
    color: var(--reason-text);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 16px 36px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    background: var(--primarybtn);
    color: var(--reason-text);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    background: var(--reason-text);
    color: var(--cta-btn-hover);
    transform: translateY(-3px);
}

.btn-secondary {
    background: transparent;
    color: var(--reason-text);
    border: 2px solid var(--reason-text);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--tab-labels-hover);
    transform: translateY(-3px);
}

.Our-work-bottom {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Our-work-bottom p {
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--about-page-text);
}

/*Contact Us*/

.contact-us-hero-section {
    width: 100%;
    height: 325px;
    display: flex;
    flex-direction: column;
}

.contact-us-page-heading-bg {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-us-page-heading-bg h1 {
    z-index: 4;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: var(--reason-text);
}

.contact-us-page-heading-bg svg {
    position: relative;
    z-index: 4;
    fill: var(--reason-text);
    width: 30px;
    height: 30px;
}

.contact-us-page-heading-bg img {
    width: 100%;
    aspect-ratio: 1920 / 325;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-us-page-heading-bg-responsive-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

.contact-us-page-heading-bg-overlay {
    position: absolute;
    width: 100%;
    height: 325px;
    background-color: var(--contact-page-overlay);
    z-index: 2;
}

.contact-us-main {
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-us-content-main {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-left-content {
    width: 50%;
    max-width: 40%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-us-left-content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--about-page-text);
}

.contact-us-left-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--about-page-text);
}

.contact-us-left-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--about-page-text);
}

.contact-us-right-content-main {
    width: 50%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-right-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contact-us-right-content-text {
    width: 60%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-us-right-content-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--about-page-text);
}

.contact-us-right-content-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--about-page-text);
}

.contact-us-icon-container {
    width: 40%;
    max-width: 40px;
    height: 40px;
    border: var(--contact-page-icon-border);
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-icon-container span {
    font-size: 20px;
}

.contact-us-socials-main {
    width: 100%;
    max-width: 90%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-us-socials-content {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-us-socials-content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--about-page-text);
}

.contact-us-socials-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--about-page-text);
}

.contact-us-socials-icons-main {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-us-socials-icons-container {
    width: 100%;
    max-width: 20%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-us-socials-icons {
    width: 40px;
    height: 40px;
    border: var(--contact-page-icon-border);
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.3s ease;
}

.contact-us-socials-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-socials-icons svg {
    width: 19px;
    height: 19px;
    fill: var(--about-page-text);
    transition: fill 0.3s ease;
}

.contact-us-socials-icons:hover {
    background-color: var(--primary-hover);
    cursor: pointer;
    border-color: transparent;
    transform: scale(1.08);
}

.contact-us-socials-icons:hover svg {
    fill: var(--contact-page-icon-hover);
    transform: scale(1.2);
}

.contact-form-main {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form-heading {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-form-heading h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--about-page-text);
}

.contact-form-heading p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--about-page-text);
}

.contact-form-container {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form-field-container-main {
    width: 100%;
    max-width: 90%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-field-container-main-mobile-no {
    width: 100%;
    max-width: 90%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-form-field-container {
    width: 50%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.form-item {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.form-item img {
    width: 18px;
    height: 18px;
}

.form-titles {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--about-page-text);
}

input {
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--about-page-text);
    border: none;
    border-bottom: 1.8px solid var(--contact-form-input);
    outline: none;
    background-color: transparent;
    transition: border-color 0.3s ease;
}

input:focus {
    border-bottom-color: var(--contact-form-input-focus);
}

.form-bottom {
    width: 100%;
    max-width: 90%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-button-container {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.submit-button {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 150px;
    height: 45px;
    padding: 0 20px;
    border-radius: 25px;
    background: var(--primarybtn);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--btn-text);
    font-size: 15px;
    border-style: none;
    box-shadow: 1px 2px 9px var(--contact-form-submit-btn);
    transition: all 0.2s;
    cursor: pointer;
}

.submit-button:hover {
    background: var(--primary-hover);
}

.submit-button>svg {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease-in-out;
}

.submit-button:hover svg {
    transform: translateX(5px);
}

.submit-button:active {
    transform: scale(0.95);
}

.submit-button:focus {
    outline: none;
}

.checkbox-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox-container p {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-container input {
    width: 5%;
    height: 15px;
}

/* Quote Form Css*/

.quote-form-container {
    width: 100%;
    height: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quote-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    height: 1200px;
    background: var(--quote-form-bg);
    border-radius: 10px;
    box-shadow: var(--quote-box-shadow);
    border: var(--cta-border);
}

.quote-form h1 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 30px;
    color: var(--quote-form-h1);
}

.quote-form label {
    display: flex;
    margin-top: 20px;
    margin-bottom: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--quote-form-label);
}

.quote-form input,
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--quote-form-input-border);
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    transition: border-color 0.2s;
}

.quote-form input:focus,
textarea:focus,
select:focus {
    border-color: var(--quote-form-input-focus-border);
    outline: none;
}

.quote-form textarea {
    resize: vertical;
    min-height: 120px;
}

.quote-form button {
    margin-top: 30px;
    background-color: var(--primarybtn);
    color: var(--btn-text);
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}

.quote-form button:hover {
    background-color: var(--primary-hover);
}

.quote-form .note {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: var(--quote-note);
}


@media only screen and ((min-width:0px) and (max-width: 576px)) {

    .hero {
        height: 100svh;
    }

    .about-page-hero {
        height: 450px;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .right {
        display: none;
    }

    .hero-nav {
        height: 65px;
    }

    .hero-nav ul {
        display: flex;
        position: fixed;
        top: 85px;
        left: 5%;
        width: 90%;
        padding: 30px 25px;
        border-radius: 25px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: rgba(245, 245, 245, .92);
        backdrop-filter: blur(35px);
        border: 1px solid rgba(30, 30, 30, .12);
        border-radius: 28px;
        box-shadow:
            0 25px 70px rgba(0, 0, 0, .18);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-20px);
        transition: opacity .3s ease, .4s cubic-bezier(.16, 1, .3, 1);
        z-index: 2000;
    }

    .hero-nav ul.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .hero-nav:has(ul.active) {
        z-index: 3000;
    }

    .hero-nav.sticky {
        height: 65px;
        padding: 0 18px;
    }

    .about-page-hero-nav ul {
        display: flex;
        position: fixed;
        top: 85px;
        left: 5%;
        width: 90%;
        padding: 30px 25px;
        border-radius: 25px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: rgba(245, 245, 245, .92);
        backdrop-filter: blur(35px);
        border: 1px solid rgba(30, 30, 30, .12);
        border-radius: 28px;
        box-shadow:
            0 25px 70px rgba(0, 0, 0, .18);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-20px);
        transition: opacity .3s ease, .4s cubic-bezier(.16, 1, .3, 1);
        z-index: 2000;
    }

    .about-page-hero-nav ul.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .about-page-hero-nav:has(ul.active) {
        z-index: 3000;
    }

    .about-page-hero-nav.sticky {
        height: 65px;
        padding: 0 18px;
    }

    .hero-mobile-social {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(30, 30, 30, .1);
        width: 100%;
    }

    .hero-mobile-social a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .6);
        border: 1px solid rgba(30, 30, 30, .08);
        color: #fb8500;
        font-size: 18px;
        text-decoration: none;
        transition: .3s ease;
    }

    .hero-mobile-social a:hover {
        background: #fb8500;
        color: #fff;
        transform: translateY(-3px);
    }

    .about-page-hero-mobile-social {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(30, 30, 30, .1);
        width: 100%;
    }

    .about-page-hero-mobile-social a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .6);
        border: 1px solid rgba(30, 30, 30, .08);
        color: #fb8500;
        font-size: 18px;
        text-decoration: none;
        transition: .3s ease;
    }

    .about-page-hero-mobile-social a:hover {
        background: #fb8500;
        color: #fff;
        transform: translateY(-3px);
    }

    .menu-toggle {
        display: flex;
    }

    .hero-nav-btn {
        display: none;
    }

    .about-page-hero-nav-btn {
        display: none;
    }

    .logo {
        font-size: 22px;
    }

    .hero-h1 {
        font-size: clamp(38px, 10vw, 58px);
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .left p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
    }

    .buttons {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .herobtn,
    .herobtn-secondary {
        width: 180px;
        text-align: center;
    }

    .badge {
        margin-bottom: 18px;
    }

    .buttons {
        margin-top: 24px;
    }

    .left p {
        margin-top: 18px;
    }

    .about {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 300px;
        max-width: 350px;
        max-height: 300px;
        box-sizing: border-box;
    }

    .about-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        height: 400px;
    }

    .about-content-container-1200px-above {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .about-Subheading {
        text-align: center;
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
    }

    .about-description {
        width: 90%;
        max-width: 500px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3rem;
    }

    .about-description br {
        display: none;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 11px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .why-us-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 350px;
        max-width: 350px;
        max-height: 350px;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .why-choose-us-content {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-choose-us-heading {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .why-choose-us-Subheading {
        text-align: center;
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
    }

    .why-choose-us-description {
        width: 90%;
        max-width: 500px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3rem;
    }

    .why-choose-us-description br {
        display: none;
    }

    .reasons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1150px;
        background-color: var(--bg);
    }

    .process-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .step::after {
        content: '';
    }

    .step-content {
        padding: 25px 15px;
    }

    .step h2 {
        font-size: 18px;
    }

    .step p {
        font-size: 13px;
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
        height: 50vh;
        object-fit: cover;
    }

    .services {
        width: 100%;
        height: 1900px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 100%;
        height: 315px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
        text-align: center;
    }

    .services-description {
        width: 90%;
        max-width: 450px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        text-align: center;
        line-height: 1.3rem;
    }

    .services-description br {
        display: none;
    }

    .services-button {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1:focus {
        outline: none;
    }

    .services-container {
        width: 100%;
        height: auto;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        width: 100%;
        height: 1400px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-container {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .services-bg-container1 {
        width: 100%;
        height: 1400px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 30px;
    }

    .services-bg1 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg2 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg3 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg4 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        gap: 3px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg1:hover,
    .services-bg2:hover,
    .services-bg3:hover,
    .services-bg4:hover {
        border-color: var(--primary-hover);
        box-shadow: 0 0 20px rgba(251, 133, 0, 0.35),
            0 0 50px rgba(255, 183, 3, 0.15);
    }

    .services-bg-1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card-icon);
        border-radius: 30px;
        margin: 50px 30px 30px 0;
    }

    .services-bg-2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0 30px 0 0;
    }

    .services-bg-3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin-bottom: 30px;
    }

    .services-bg-4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin-bottom: 50px;
    }

    .services-container-content {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 30px;
    }

    .services-container1-content {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .services-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-h3 {
        height: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: var(--reason-text);
    }

    .services-paragraph {
        width: 80%;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        text-align: center;
        line-height: 1.3rem;
        color: var(--footer-text);
    }

    .services-icon {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .work-together {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-button {
        margin-top: 45px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 220px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .work-section {
        padding: 40px 20px;
    }

    .work-bento {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .work-card,
    .work-card--wide,
    .work-card--tall {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .work-card-inner {
        min-height: 200px;
    }

    .work-card span {
        font-size: 14px;
        padding: 12px;
    }

    .work-section h2 {
        font-size: 24px;
    }

    .subtitle {
        max-width: 90%;
        font-size: 14px;
        margin-bottom: 40px;
        text-align: center;
        line-height: 1.3rem;
        font-weight: 400;
    }


    .footer {
        width: 100%;
        height: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--surface);
    }

    .footer-main {
        width: 100%;
        height: 850px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .footer-left-content {
        width: 100%;
        max-width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0 0 0 20px;
        gap: 20px;
    }

    .footer-logo {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-logo img {
        width: 160px;
        height: auto;
    }

    .footer-left-content p {
        width: 100%;
        max-width: 95%;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.2rem;
        color: var(--footer-text);
        margin: 0;
    }

    .footer-left-content p br {
        display: none;
    }

    .footer-right-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 0 0 20px;
    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .contact-info {
        width: 170px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 19px;
        height: 19px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: var(--footer-text);
    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 145px;
    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        width: 13px;
        height: 19px;
        display: flex;
        align-items: center;
    }

    .visit-us-icon span {
        color: var(--reason-text);
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        margin-top: 0px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 135px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        width: 17px;
        height: 19px;
        display: flex;
        align-items: center;
    }

    .on-socials-icon span {
        color: var(--reason-text);
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--reason-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.2rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        fill: var(--about-page-text);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .about-us-page-left-content {
        width: 100%;
        height: 200px;
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 93%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-right-content p {
        text-align: justify;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .approach-heading-container h3 {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2rem;
        color: var(--about-page-text);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        height: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-icon-container {
        width: 43px;
        height: 43px;
        display: flex;
        align-items: flex-start;
    }

    .approach-content-icon-container img {
        width: 41px;
        height: 41px;
    }

    .approach-content-icon-container span {
        font-size: 40px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: var(--about-page-p);
        text-align: center;
        line-height: 1.3rem;
    }

    .vl {
        display: none;
        border-left: 2px solid var(--about-page-text);
        height: 280px;
        opacity: 7%;
        rotate: 90deg;
    }

    .what-we-do {
        width: 100%;
        height: auto;
    }

    .what-we-do-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .what-we-do-left-content {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .what-we-do-left-content-mobile h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content-mobile h3 {
        width: 90%;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1.1rem;
    }

    .what-we-do-img-container {
        width: 90%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 90%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 11.7px;
        font-weight: 400;
        line-height: 1.2rem;
        color: var(--about-page-p);
        text-align: center;
    }

    .what-we-do-service-description p {
        width: 90%;
    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 15%;
        display: flex;
        align-items: center;
    }

    /*Our Services*/

    .service-card {
        width: 100%;
        align-items: center;
    }

    .service-card p {
        text-align: center;
        line-height: 1.2rem;
    }

    .service-section-title h2 {
        font-size: 28px;
        margin-bottom: 10px;
        color: var(--reason-text);
    }

    .service-section-title p {
        color: var(--service-section-title-p);
        font-size: 13px;
    }

    .counters {
        width: 50%;
        gap: 30px;
    }

    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: var(--about-page-p);
        line-height: 1.3rem;
    }


    /* Our Work Page Css*/

    .portfolio-section {
        padding: 80px 5%;
    }

    .portfolio-title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .tab-labels {
        gap: 10px;
    }

    .tab-labels label {
        font-size: 12px;
        padding: 7px 16px;
    }

    .testimonial-card {
        flex: 1 1 100%;
    }

    .card-grid {
        column-width: 230px;
        gap: 30px;
        margin: 0 20px;
    }

    .tools-wrapper {
        gap: 12px;
    }

    .tool-card {
        width: 80px;
        padding: 10px;
    }

    .play-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .card-content {
        padding: 16px;
    }

    .card-content h3 {
        font-size: 16px;
    }

    .stats-wrapper {
        flex-direction: column;
    }

    .cta-section {
        max-width: 89%;
    }

    .cta-container h2 {
        font-size: 32px;
    }

    .cta-container p {
        font-size: 16px;
        line-height: 1.4rem;
        font-weight: 300;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 28px;
        font-size: 15px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        fill: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 1100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 100%;
        max-width: 90%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 20px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-text);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 60%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: 1200px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        height: 150px;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-form-heading p br {
        display: none;
    }

    .contact-form-container {
        width: 100%;
        height: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: var(--about-page-text);
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .form-button-container {
        width: 90%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 100%;
        max-width: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 1.2rem;
    }

    .checkbox-container input {
        width: 10%;
        height: 15px;
    }

    /* Quote Form Css*/

    .quote-form-container {
        width: 100%;
        height: 1500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .quote-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 85%;
        height: 1200px;
        padding: 0 0 0 15px;
        background: var(--quote-form-bg);
        border-radius: 10px;
        box-shadow: var(--quote-box-shadow);
        border: var(--cta-border);
    }

    .quote-form h1 {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-bottom: 30px;
        color: var(--quote-form-h1);
    }

    .quote-form label {
        display: flex;
        margin-top: 20px;
        margin-bottom: 6px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: var(--quote-form-label);
    }

    .quote-form input,
    select,
    textarea {
        width: 100%;
        max-width: 90%;
        padding: 12px;
        border: 1px solid var(--quote-form-input-border);
        border-radius: 6px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        transition: border-color 0.2s;
    }

    .quote-form input:focus,
    textarea:focus,
    select:focus {
        border-color: var(--quote-form-input-focus-border);
        outline: none;
    }

    .quote-form textarea {
        resize: vertical;
        min-height: 120px;
    }

    .quote-form button {
        margin: 30px 0 0 0;
        background-color: var(--primarybtn);
        color: var(--btn-text);
        padding: 14px 0px;
        border: none;
        border-radius: 6px;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        max-width: 95%;
    }

    .quote-form button:hover {
        background-color: var(--primary-hover);
    }

    .quote-form .note {
        width: 100%;
        max-width: 95%;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
        color: var(--quote-note);
    }

    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.7rem;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 15px;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-purpose-contact p {
        line-height: 1.7rem;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 30px;
    }

    /*Privacy Policy*/

    .privacy-policy-content-main {
        width: 100%;
        height: 380px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .privacy-policy-content p {
        font-family: "Montserrat", sans-serif sans-serif;
        line-height: 1.7rem;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}


@media only screen and ((min-width:577px) and (max-width: 767px)) {

    .hero {
        height: 100svh;
    }

    .about-page-hero {
        height: 450px;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .right {
        display: none;
    }

    .hero-nav {
        height: 65px;
    }

    .hero-nav ul {
        display: flex;
        position: fixed;
        top: 85px;
        left: 5%;
        width: 90%;
        padding: 30px 25px;
        border-radius: 25px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: rgba(245, 245, 245, .92);
        backdrop-filter: blur(35px);
        border: 1px solid rgba(30, 30, 30, .12);
        border-radius: 28px;
        box-shadow:
            0 25px 70px rgba(0, 0, 0, .18);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-20px);
        transition: opacity .3s ease, .4s cubic-bezier(.16, 1, .3, 1);
        z-index: 2000;
    }

    .hero-nav ul.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .hero-nav:has(ul.active) {
        z-index: 3000;
    }

    .hero-nav.sticky {
        height: 65px;
        padding: 0 18px;
    }

    .about-page-hero-nav ul {
        display: flex;
        position: fixed;
        top: 85px;
        left: 5%;
        width: 90%;
        padding: 30px 25px;
        border-radius: 25px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: rgba(245, 245, 245, .92);
        backdrop-filter: blur(35px);
        border: 1px solid rgba(30, 30, 30, .12);
        border-radius: 28px;
        box-shadow:
            0 25px 70px rgba(0, 0, 0, .18);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-20px);
        transition: opacity .3s ease, .4s cubic-bezier(.16, 1, .3, 1);
        z-index: 2000;
    }

    .about-page-hero-nav ul.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .about-page-hero-nav:has(ul.active) {
        z-index: 3000;
    }

    .about-page-hero-nav.sticky {
        height: 65px;
        padding: 0 18px;
    }

    .hero-mobile-social {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(30, 30, 30, .1);
        width: 100%;
    }

    .hero-mobile-social a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .6);
        border: 1px solid rgba(30, 30, 30, .08);
        color: #fb8500;
        font-size: 18px;
        text-decoration: none;
        transition: .3s ease;
    }

    .hero-mobile-social a:hover {
        background: #fb8500;
        color: #fff;
        transform: translateY(-3px);
    }

    .about-page-hero-mobile-social {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(30, 30, 30, .1);
        width: 100%;
    }

    .about-page-hero-mobile-social a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .6);
        border: 1px solid rgba(30, 30, 30, .08);
        color: #fb8500;
        font-size: 18px;
        text-decoration: none;
        transition: .3s ease;
    }

    .about-page-hero-mobile-social a:hover {
        background: #fb8500;
        color: #fff;
        transform: translateY(-3px);
    }

    .menu-toggle {
        display: flex;
    }

    .hero-nav-btn {
        display: none;
    }

    .about-page-hero-nav-btn {
        display: none;
    }

    .logo {
        font-size: 22px;
    }

    .hero-h1 {
        font-size: clamp(38px, 10vw, 58px);
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .left p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
    }

    .buttons {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .herobtn,
    .herobtn-secondary {
        width: 180px;
        text-align: center;
    }

    .badge {
        margin-bottom: 18px;
    }

    .buttons {
        margin-top: 24px;
    }

    .left p {
        margin-top: 18px;
    }

    .about {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
        gap: 30px;
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 300px;
        max-width: 350px;
        max-height: 300px;
        box-sizing: border-box;
    }

    .about-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        height: 350px;
    }

    .about-content-container-1200px-above {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .about-Subheading {
        text-align: center;
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
    }

    .about-description {
        width: 100%;
        max-width: 500px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3rem;
    }

    .about-description br {
        display: none;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 11px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .why-us-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 350px;
        max-width: 350px;
        max-height: 350px;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .why-choose-us-content {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-choose-us-heading {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .why-choose-us-Subheading {
        text-align: center;
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
    }

    .why-choose-us-description {
        width: 100%;
        max-width: 450px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3rem;
    }

    .why-choose-us-description br {
        display: none;
    }

    .reasons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1150px;
        background-color: var(--bg);
    }

    .process-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .step::after {
        content: '';
    }

    .step-content {
        padding: 25px 15px;
    }

    .step h2 {
        font-size: 18px;
    }

    .step p {
        font-size: 13px;
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
        height: 50vh;
        object-fit: cover;
    }

    .services {
        width: 100%;
        height: 1900px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 100%;
        height: 315px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 19px;
        text-align: center;
    }

    .services-description {
        width: 100%;
        max-width: 450px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        text-align: center;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .services-description br {
        display: none;
    }

    .services-button {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1:focus {
        outline: none;
    }

    .services-container {
        width: 100%;
        height: auto;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        width: 100%;
        height: 1400px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-container {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .services-bg-container1 {
        width: 100%;
        height: 1400px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 30px;
    }

    .services-bg1 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg2 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg3 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg4 {
        display: flex;
        width: 300px;
        height: 300px;
        background-color: var(--secondary-card);
        border-radius: 15px;
        border: 1px solid rgba(251, 133, 0, .15);
        transition: 0.4s ease;
    }

    .services-bg1:hover,
    .services-bg2:hover,
    .services-bg3:hover,
    .services-bg4:hover {
        border-color: var(--primary-hover);
        box-shadow: 0 0 20px rgba(251, 133, 0, 0.35),
            0 0 50px rgba(255, 183, 3, 0.15);
    }

    .services-bg-1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 50px 30px 30px 0;
    }

    .services-bg-2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0 30px 0 0;
    }

    .services-bg-3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin-bottom: 30px;
    }

    .services-bg-4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin-bottom: 50px;
    }

    .services-container-content {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 30px;
    }

    .services-container1-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .services-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-h3 {
        height: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: var(--reason-text);
    }

    .services-paragraph {
        width: 80%;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        text-align: center;
        line-height: 1.3rem;
        color: var(--footer-text);
    }

    .services-icon {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .work-together {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-section {
        padding: 40px 20px;
    }

    .work-bento {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .work-card,
    .work-card--wide,
    .work-card--tall {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .work-card-inner {
        min-height: 200px;
    }

    .work-card span {
        font-size: 14px;
        padding: 12px;
    }

    .work-section h2 {
        font-size: 24px;
    }

    .subtitle {
        max-width: 90%;
        font-size: 14px;
        margin-bottom: 40px;
        text-align: center;
        line-height: 1.3rem;
        font-weight: 400;
    }

    .footer {
        width: 100%;
        height: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--surface);
    }

    .footer-main {
        width: 100%;
        height: 850px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .footer-left-content {
        width: 100%;
        max-width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0 0 0 20px;
        gap: 20px;
    }

    .footer-logo {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-logo img {
        width: 160px;
        height: auto;
    }

    .footer-left-content p {
        width: 100%;
        max-width: 95%;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.2rem;
        color: var(--footer-text);
        margin: 0;
    }

    .footer-left-content p br {
        display: none;
    }

    .footer-right-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 0 0 20px;
    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .contact-info {
        width: 170px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 19px;
        height: 19px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: var(--footer-text);
    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 145px;
    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        width: 13px;
        height: 19px;
        display: flex;
        align-items: center;
    }

    .visit-us-icon span {
        color: var(--reason-text);
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        margin-top: 0px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 135px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        width: 17px;
        height: 19px;
        display: flex;
        align-items: center;
    }

    .on-socials-icon span {
        color: var(--reason-text);
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--reason-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.2rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        fill: var(--about-page-text);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .about-us-page-left-content {
        width: 100%;
        height: 200px;
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 93%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-right-content p {
        text-align: justify;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .approach-heading-container h3 {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2rem;
        color: var(--about-page-text);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        height: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-icon-container {
        width: 43px;
        height: 43px;
        display: flex;
        align-items: flex-start;
    }

    .approach-content-icon-container img {
        width: 41px;
        height: 41px;
    }

    .approach-content-icon-container span {
        font-size: 40px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: var(--about-page-p);
        text-align: center;
        line-height: 1.3rem;
    }

    .vl {
        display: none;
        border-left: 2px solid var(--about-page-text);
        height: 280px;
        opacity: 7%;
        rotate: 90deg;
    }

    .what-we-do {
        width: 100%;
        height: auto;
    }

    .what-we-do-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .what-we-do-left-content {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .what-we-do-left-content-mobile h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content-mobile h3 {
        width: 90%;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1.1rem;
    }

    .what-we-do-img-container {
        width: 90%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 90%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 11.7px;
        font-weight: 400;
        line-height: 1.2rem;
        color: var(--about-page-p);
        text-align: center;
    }

    .what-we-do-service-description p {
        width: 90%;
    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 15%;
        display: flex;
        align-items: center;
    }

    /*Our Services*/

    .service-card {
        width: 60%;
        align-items: center;
    }

    .service-card p {
        text-align: center;
    }

    .service-section-title h2 {
        font-size: 28px;
        margin-bottom: 10px;
        color: var(--reason-text);
    }

    .service-section-title p {
        color: var(--service-section-title-p);
        font-size: 13px;
    }

    .counters {
        gap: 30px;
    }

    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: var(--about-page-p);
        line-height: 1.3rem;
    }

    /* Our Work Page Css*/

    .portfolio-section {
        padding: 100px 6%;
    }

    .portfolio-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .testimonial-card {
        flex: 1 1 100%;
    }

    .card-grid {
        gap: 30px;
        column-width: 230px;
        margin: 0 20px;
    }

    .tab-labels {
        gap: 12px;
    }

    .tab-labels label {
        font-size: 13px;
        padding: 8px 18px;
    }

    .play-btn {
        width: 48px;
        height: 48px;
    }

    .card-content {
        padding: 18px;
    }

    .cta-section {
        max-width: 89%;
    }

    .cta-container h2 {
        font-size: 32px;
    }

    .cta-container p {
        font-size: 16px;
        line-height: 1.4rem;
        font-weight: 300;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 28px;
        font-size: 15px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        fill: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 1100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 100%;
        max-width: 90%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 20px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 60%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: 1200px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        height: 150px;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-form-heading p br {
        display: none;
    }

    .contact-form-container {
        width: 100%;
        height: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: var(--about-page-text);
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .form-button-container {
        width: 90%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 100%;
        max-width: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 1.2rem;
    }

    .checkbox-container input {
        width: 10%;
        height: 15px;
    }

    /* Quote Form Css*/

    .quote-form-container {
        width: 100%;
        height: 1500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .quote-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 85%;
        height: 1200px;
        padding: 0 0 0 15px;
        background: var(--quote-form-bg);
        border-radius: 10px;
        box-shadow: var(--quote-box-shadow);
        border: var(--cta-border);
    }

    .quote-form h1 {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-bottom: 30px;
        color: var(--quote-form-h1);
    }

    .quote-form label {
        display: flex;
        margin-top: 20px;
        margin-bottom: 6px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: var(--quote-form-label);
    }

    .quote-form input,
    select,
    textarea {
        width: 100%;
        max-width: 90%;
        padding: 12px;
        border: 1px solid var(--quote-form-input-border);
        border-radius: 6px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        transition: border-color 0.2s;
    }

    .quote-form input:focus,
    textarea:focus,
    select:focus {
        border-color: var(--quote-form-input-focus-border);
        outline: none;
    }

    .quote-form textarea {
        resize: vertical;
        min-height: 120px;
    }

    .quote-form button {
        margin-top: 30px;
        background-color: var(--primarybtn);
        color: var(--btn-text);
        padding: 14px 0px;
        border: none;
        border-radius: 6px;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        max-width: 95%;
    }

    .quote-form button:hover {
        background-color: var(--primary-hover);
    }

    .quote-form .note {
        width: 100%;
        max-width: 95%;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
        color: var(--quote-note);
    }

    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.7rem;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-purpose-contact p {
        line-height: 1.7rem;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 30px;
    }


    .privacy-policy-content-main {
        width: 100%;
        height: 380px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .privacy-policy-content p {
        font-family: "Montserrat", sans-serif sans-serif;
        line-height: 1.7rem;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}


/* For Tablet Screen */

@media only screen and ((min-width: 768px) and (max-width: 991px)) {

    .hero {
        padding: 25px 5%;
        min-height: 100svh;
    }

    .hero-content {
        grid-template-columns: 1fr .85fr;
        gap: 20px;
        align-items: center;
    }

    .hero-h1 {
        font-size: clamp(40px, 5vw, 52px);
        line-height: 1;
        letter-spacing: -1.5px;
    }

    .left p {
        font-size: 15px;
        line-height: 1.6;
        max-width: 360px;
    }

    .badge {
        padding: 8px 14px;
        font-size: .8rem;
        margin-bottom: 16px;
    }

    .buttons {
        margin-top: 22px;
        gap: 12px;
    }

    .herobtn,
    .herobtn-secondary {
        padding: 12px 22px;
        font-size: 14px;
    }

    .right {
        height: 330px;
        width: 100%;
        max-width: 320px;
        justify-self: center;
    }

    .big-card {
        width: 230px;
        padding: 22px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .card1,
    .card2 {
        width: 120px;
        padding: 15px;
    }

    .card1 {
        top: 0;
        right: 0;
    }

    .card2 {
        bottom: 0;
        left: 0;
    }

    .circle {
        width: 55px;
        height: 55px;
    }

    .big-card h3 {
        font-size: 21px;
        margin-top: 16px;
    }

    .big-card p {
        font-size: 13px;
        line-height: 1.5;
    }

    .glass h2 {
        font-size: 28px;
    }

    .glass small {
        font-size: 12px;
    }

    .about {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .about-responsive-image {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .about-content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-content-container-1200px-above {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .about-Subheading {
        text-align: center;
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    .about-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 0.9rem;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 130px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 11px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .why-choose-us-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-choose-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .why-choose-us-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    .why-choose-us-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 0.9rem;
    }

    .why-us-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .reasons {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--bg);
    }

    .process-container {
        gap: 30px;
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
    }

    .services {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-left: 10px;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    .services-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 10px;
    }

    .services-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 12px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-container {
        max-width: 55%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .services-bg-container-left {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 25px 0 0;
    }

    .services-bg-container-right {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-right: 10px;
    }

    .services-bg-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-1 {
        width: 180px;
        height: 180px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 50px 0 0 0;
    }

    .services-bg1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-2 {
        width: 180px;
        height: 180px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-3 {
        width: 180px;
        height: 180px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-4 {
        width: 180px;
        height: 180px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: -30px 0 0 0;
    }

    .services-bg4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-container-content {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 40px;
    }

    .services-container1-content {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .services-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: var(--reason-text);
    }

    .services-icon {
        width: 35px;
        height: 35px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .services-arrow-icon {
        width: 25px;
        height: 25px;
        fill: var(--secondary-card-text);
        transition: fill 0.3s ease;
        cursor: pointer;
    }

    .services-arrow-icon:hover {
        fill: var(--primary-hover);
    }

    .work-together {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-button {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 180px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 12px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .work-bento {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(140px, auto);
        gap: 18px;
    }

    .work-card--wide {
        grid-column: span 2;
        grid-row: span 3;
    }

    .work-card--tall {
        grid-row: span 3;
    }

    /* Bottom cards slightly bigger */
    .work-bento .work-card:nth-child(3),
    .work-bento .work-card:nth-child(4),
    .work-bento .work-card:nth-child(5) {
        grid-row: span 2;
    }

    .footer {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--surface);
    }

    .footer-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-left-content {
        width: 100%;
        max-width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 0 0 10px;
    }

    .footer-logo {
        width: 170px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        width: 75%;
        height: auto;
    }

    .footer-left-content p {
        max-width: 210px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 9px;
        line-height: 1rem;
        color: var(--footer-text);
        margin-top: 15px;
    }

    .footer-right-content {
        width: 100%;
        max-width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 0 10px 0 0;
    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .contact-info {
        width: 130px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
        font-size: 18px;
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 9px;
        color: var(--footer-text);
    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 125px;
    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        display: flex;
        align-items: center;
        width: 20px;
        height: 16px;
    }

    .visit-us-icon span {
        color: var(--reason-text);
        font-size: 18px;
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 9px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 110px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        display: flex;
        align-items: center;
        width: 14px;
        height: 16px;
    }

    .on-socials-icon span {
        color: var(--reason-text);
        font-size: 18px;
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 9px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        height: auto;
        gap: 5px;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 80px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--reason-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.2rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: column;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        color: var(--about-page-text);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .about-us-page-left-content {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: -60px 0 0 0;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        margin: -10px 0 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .about-us-page-right-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .approach-heading-container h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-text);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 22%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .approach-content-icon-container {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: flex-start;
    }

    .approach-content-icon-container img {
        width: 30px;
        height: 30px;
    }

    .approach-content-icon-container span {
        font-size: 30px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 7.6px;
        font-weight: 400;
        color: var(--about-page-p);
        line-height: 0.9rem;
    }

    .vl {
        border-left: 2px solid var(--about-page-text);
        height: 210px;
        opacity: 7%;
    }

    .what-we-do {
        width: 100%;
        height: 1200px;
    }

    .what-we-do-container {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .what-we-do-left-content {
        width: 50%;
        max-width: 43%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1rem;
    }

    .what-we-do-img-container {
        width: 50%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 75%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-main {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .what-we-do-services-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 8px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-p);
    }

    .what-we-do-service-description p {
        width: 80%;
    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 10%;
        display: flex;
        align-items: center;
    }

    .cta-section {
        width: 100%;
        max-width: 90%;
        padding: 90px 20px;
        display: flex;
        justify-content: center;
        background-color: var(--surface);
        border-radius: 25px;
        box-shadow: var(--cta-box-shadow);
        border: var(--cta-border);
        box-sizing: border-box;
        margin: 60px auto;
    }

    .cta-container h2 {
        font-size: 37px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .cta-container p {
        font-size: 15px;
        margin-bottom: 40px;
        color: var(--reason-text);
    }

    .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .btn-primary,
    .btn-secondary {
        padding: 15px 25px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none;
    }


    /*Our Services*/

    .service-card {
        width: calc(50% - 20px);
    }

    .service-section-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
        color: var(--reason-text);
    }

    .service-section-title p {
        color: var(--service-section-title-p);
        font-size: 15px;
    }


    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: var(--about-page-p);
        line-height: 1.2rem;
    }

    /* Our Work Page Css*/

    .portfolio-section {
        padding: 100px 6%;
    }

    .portfolio-title {
        font-size: 30px;
    }

    .card-grid {
        gap: 25px;
        column-width: 280px;
    }

    .tab-labels {
        gap: 15px;
    }

    .tab-labels label {
        font-size: 13px;
        padding: 8px 20px;
    }

    .play-btn {
        width: 50px;
        height: 50px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        transition: top 0.6s;
    }

    .contact-us-header.sticky {
        background-color: var(--nav);
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);
    }

    .contact-us-header .logo img {
        content: url("../img/Logo.png");
    }

    .contact-us-navbar {
        background-color: rgba(77, 77, 77, 0.3);
        border: solid 1px rgba(245, 245, 245, 0.3);
    }

    .contact-us-header.sticky .contact-us-navbar {
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

    .contact-us-header.sticky .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: var(--about-page-text);
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .contact-us-header.sticky .nav-link::after {
        content: "";
        display: flex;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--primary-hover);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link:hover::after {
        width: 100%;
    }

    .contact-us-header.sticky .nav-link:hover {
        color: var(--primary-hover);

    }

    .contact-us-header.sticky .nav-link.active {
        color: var(--primary-hover);
    }

    .contact-us-header.sticky .nav-link.active::after {
        content: "";
        display: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--reason-text);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link.active:hover::after {
        width: 100%;
    }

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        fill: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 1100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 35px;
        height: 35px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 18px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 242px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: var(--contact-page-icon-border);
        border-style: solid;
        border-width: 2px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-form-container {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 50%;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
        color: var(--about-page-text);
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 60px;
    }

    .form-button-container {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;
        height: 45px;
        padding: 0 20px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 80%;
        max-width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .checkbox-container input {
        width: 5%;
        height: 15px;
    }


    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.7rem;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 20px;
    }

    /*Privacy Policy*/

    .privacy-policy-content-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}

/* Large desktop*/
@media only screen and ((min-width: 992px) and (max-width: 1299px)) {


    .hero {
        padding: 25px 5%;
    }

    .hero-content {
        grid-template-columns: 1fr 0.9fr;
        gap: 25px;
    }

    .hero-h1 {
        font-size: clamp(46px, 4.5vw, 62px);
        line-height: 1;
        letter-spacing: -2px;
    }

    .left p {
        font-size: 16px;
        max-width: 450px;
    }

    .right {
        height: 380px;
        width: 100%;
        max-width: 380px;
        justify-self: center;
    }

    .big-card {
        width: 270px;
        padding: 26px;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .card1 {
        width: 135px;
        padding: 18px;
        top: 0;
        right: 0;
    }

    .card2 {
        width: 135px;
        padding: 18px;
        bottom: 0;
        left: 0;
    }

    .circle {
        width: 65px;
        height: 65px;
    }

    .big-card h3 {
        font-size: 24px;
    }

    .big-card p {
        font-size: 14px;
    }

    .glass h2 {
        font-size: 32px;
    }

    .about {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .about-responsive-image {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    .about-content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-content-container-1200px-above {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .about-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }

    .about-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2rem;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 140px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 11px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .why-choose-us-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .why-choose-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .why-choose-us-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }

    .why-choose-us-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2rem;
    }

    .why-us-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    .reasons {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--bg);
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
    }

    .services {
        width: 100vw;
        height: 600px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-left: 10px;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }

    .services-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.2rem;
    }

    .services-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 12px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-container {
        max-width: 55%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .services-bg-container-left {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 25px 0 0;
    }

    .services-bg-container-right {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-right: 10px;
    }

    .services-bg-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-1 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 40px 0 0 0;
    }

    .services-bg1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-2 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-3 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-4 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: -20px 0 0 0;
    }

    .services-bg4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-container-content {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 40px;
    }

    .services-container1-content {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .services-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: var(--reason-text);
    }

    .services-icon {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .work-together {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-button {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 220px;
        height: 50px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .work-bento {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(140px, auto);
        /* smaller base, but spans will scale */
        gap: 18px;
    }

    .work-card--wide {
        grid-column: span 2;
        grid-row: span 3;
    }

    .work-card--tall {
        grid-row: span 3;
    }

    .work-bento .work-card:nth-child(3),
    .work-bento .work-card:nth-child(4),
    .work-bento .work-card:nth-child(5) {
        grid-row: span 2;
    }

    .footer {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--surface);
    }

    .footer-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-left-content {
        width: 100%;
        max-width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 0 0 10px;
    }

    .footer-logo {
        width: 210px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        width: 75%;
        height: auto;
    }

    .footer-left-content p {
        max-width: 210px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 10px;
        line-height: 1rem;
        color: var(--footer-text);
        margin-top: 15px;
    }

    .footer-right-content {
        width: 100%;
        max-width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 0 10px 0 0;
    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .contact-info {
        width: 155px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;
    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        display: flex;
        align-items: center;
        width: 12px;
        height: 16px;
    }

    .visit-us-icon span {
        color: var(--reason-text);
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        display: flex;
        align-items: center;
        width: 14px;
        height: 16px;
    }

    .on-socials-icon span {
        color: var(--reason-text);
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        height: auto;
        gap: 8px;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 90px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--reason-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.4rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }

    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: column;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        fill: var(--about-page-p);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .about-us-page-left-content {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: -60px 0 0 0;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        margin: -10px 0 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .about-us-page-right-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .approach-heading-container h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-text);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 22%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .approach-content-icon-container {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: flex-start;
    }

    .approach-content-icon-container img {
        width: 30px;
        height: 30px;
    }

    .approach-content-icon-container span {
        font-size: 30px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 9.8px;
        font-weight: 400;
        color: var(--about-page-p);
        line-height: 1rem;
    }

    .vl {
        border-left: 2px solid var(--about-page-text);
        height: 210px;
        opacity: 7%;
    }

    .what-we-do {
        width: 100%;
        height: 1200px;
    }

    .what-we-do-container {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .what-we-do-left-content {
        width: 50%;
        max-width: 43%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1.1rem;

    }

    .what-we-do-img-container {
        width: 50%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 100%;
        max-height: 75%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-main {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .what-we-do-services-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-p);
    }

    .what-we-do-service-description p {
        width: 80%;
    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 10%;
        display: flex;
        align-items: center;
    }

    .what-we-do-service-icon span {
        font-size: 26px;
    }

    /*Our Services*/

    .service-card {
        width: calc(32.333% - 20px);
    }

    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--about-page-p);
        line-height: 1.3rem;
    }

    /* Our Work Page Css*/

    .portfolio-section {
        padding: 100px 6%;
    }

    .card-grid {
        max-width: 1100px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        transition: top 0.6s;
    }

    .contact-us-header .logo img {
        content: url("../img/Logo.png");
    }

    .contact-us-header.sticky {
        background-color: var(--nav);
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);
    }

    .contact-us-navbar {
        background-color: rgba(77, 77, 77, 0.3);
        border: solid 1px rgba(245, 245, 245, 0.3);
    }

    .contact-us-header.sticky .contact-us-navbar {
        background-color: transparent !important;
        box-shadow: none;
        border: none;
    }

    .contact-us-header.sticky .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--about-page-text);
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .contact-us-header.sticky .nav-link::after {
        content: "";
        display: flex;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--primary-hover);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link:hover::after {
        width: 100%;
    }

    .contact-us-header.sticky .nav-link:hover {
        color: var(--primary-hover);

    }

    .contact-us-header.sticky .nav-link.active {
        color: var(--primary-hover);
    }

    .contact-us-header.sticky .nav-link.active::after {
        content: "";
        display: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--reason-text);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link.active:hover::after {
        width: 100%;
    }

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        color: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 1100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 20px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 242px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-text);
    }

    .contact-form-container {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 50%;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
        color: var(--about-page-text);
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 60px;
    }

    .form-button-container {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 80%;
        max-width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .checkbox-container input {
        width: 5%;
        height: 15px;
    }


    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 20px;
    }

    /*Privacy Policy*/

    .privacy-policy-content-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}

/*Extra Large Desktops*/
@media only screen and ((min-width: 1300px) and (max-width: 1499px)) {


    .about {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .about-responsive-image {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .about-content-container-1200px-above {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .about-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .about-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 23px;
    }

    .about-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3rem;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 140px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 11px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .why-choose-us-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-choose-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .why-choose-us-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 23px;
    }

    .why-choose-us-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.1rem;
    }

    .why-us-image-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .reasons {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--bg);
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
    }

    .services {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 23px;
    }

    .services-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.1rem;

    }

    .services-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 140px;
        height: 40px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 11px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-container {
        max-width: 55%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .services-bg-container-left {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 25px 0 0;
    }

    .services-bg-container-right {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-right: 10px;
    }

    .services-bg-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-1 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 40px 0 0 0;
    }

    .services-bg1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-2 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;

    }

    .services-bg2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-3 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-4 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: -20px 0 0 0;


    }

    .services-bg4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;

    }

    .services-container-content {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 40px;
    }

    .services-container1-content {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .services-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: var(--reason-text);
    }

    .services-icon {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .work-together {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-button {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 210px;
        height: 50px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 14px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .footer {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--surface);
    }

    .footer-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

    }

    .footer-left-content {
        width: 100%;
        max-width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 0 0 10px;
    }

    .footer-logo {
        width: 240px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        width: 75%;
        height: auto;
    }

    .footer-left-content p {
        max-width: 210px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 10px;
        line-height: 1rem;
        color: var(--footer-text);
        margin-top: 15px;
    }

    .footer-right-content {
        width: 100%;
        max-width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 0 10px 0 0;

    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;

    }

    .contact-info {
        width: 155px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;

    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);

    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;

    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;

    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        display: flex;
        align-items: center;
        width: 12px;
        height: 16px;
    }

    .visit-us-icon span {
        color: var(--reason-text);
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        display: flex;
        align-items: center;
        width: 14px;
        height: 16px;
    }

    .on-socials-icon span {
        color: var(--reason-text);
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        height: auto;
        gap: 8px;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 90px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--btn-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.4rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }

    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: column;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);

    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        fill: var(--about-page-text);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-around;
        align-items: center;

    }

    .about-us-page-left-content {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: -60px 0 0 0;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        margin: -10px 0 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

    }

    .about-us-page-right-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .approach-heading-container h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-text);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);

    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 22%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;

    }

    .approach-content-icon-container {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: flex-start;

    }

    .approach-content-icon-container img {
        width: 30px;
        height: 30px;
    }

    .approach-content-icon-container span {
        font-size: 30px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        font-weight: 400;
        color: var(--about-page-p);
        line-height: 1.1rem;
    }

    .vl {
        border-left: 2px solid var(--about-page-text);
        height: 210px;
        opacity: 7%;
    }

    .what-we-do {
        width: 100%;
        height: 1200px;
    }

    .what-we-do-container {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .what-we-do-left-content {
        width: 50%;
        max-width: 43%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1.1rem;
    }

    .what-we-do-img-container {
        width: 50%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 100%;
        max-height: 75%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-main {
        width: 100%;
        display: flex;
        flex-direction: column;

    }

    .what-we-do-services-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-p);
    }

    .what-we-do-service-description p {
        width: 80%;

    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 10%;
        display: flex;
        align-items: center;
    }

    .what-we-do-service-icon span {
        font-size: 26px;
    }

    /*Our Services*/

    .service-card {
        width: calc(26.333% - 20px);
    }

    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: var(--about-page-p);
        line-height: 1.4rem;
    }

    /* Our Work Page Css*/

    .portfolio-section {
        max-width: 1400px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        transition: top 0.6s;
    }

    .contact-us-header.sticky {
        background-color: var(--nav);
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);
    }

    .contact-us-navbar {
        background-color: rgba(77, 77, 77, 0.3);
        border: solid 1px rgba(245, 245, 245, 0.3);
    }

    .contact-us-header.sticky .contact-us-navbar {
        background-color: transparent !important;
        box-shadow: none;
        border: none;
    }

    .contact-us-header.sticky .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--about-page-text);
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .contact-us-header.sticky .nav-link::after {
        content: "";
        display: flex;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--primary-hover);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link:hover::after {
        width: 100%;
    }

    .contact-us-header.sticky .nav-link:hover {
        color: var(--primary-hover);

    }

    .contact-us-header.sticky .nav-link.active {
        color: var(--primary-hover);
    }

    .contact-us-header.sticky .nav-link.active::after {
        content: "";
        display: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--reason-text);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link.active:hover::after {
        width: 100%;
    }

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        color: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 50%;
        max-width: 40%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 31px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        width: 100%;
        max-width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 50%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 20px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 20%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-form-container {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 50%;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;

    }

    .form-button-container {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 65%;
        max-width: 610px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 16px;
    }

    .checkbox-container input {
        width: 5%;
        height: 17px;
    }

    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 20px;
    }

    /*Privacy Policy*/

    .privacy-policy-content-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}

/*Extra Extra Large Desktop*/

@media only screen and ((min-width: 1500px) and (max-width: 1799px)) {

    .about {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .about-responsive-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .about-content-container-1200px-above {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .about-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .about-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }

    .about-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.2rem;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 160px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 13px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);

    }

    .why-choose-us-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-choose-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .why-choose-us-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }

    .why-choose-us-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.2rem;
    }

    .why-us-image-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .reasons {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--bg);
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
    }

    .services {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 24px;
    }

    .services-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.2rem;
    }

    .services-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 160px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 13px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-container {
        max-width: 55%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .services-bg-container-left {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 25px 0 0;
    }

    .services-bg-container-right {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-right: 10px;
    }

    .services-bg-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-1 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 40px 0 0 0;
    }

    .services-bg1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-2 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;

    }

    .services-bg2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-3 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-4 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: -20px 0 0 0;
    }

    .services-bg4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;

    }

    .services-container-content {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 40px;
    }

    .services-container1-content {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .services-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: var(--reason-text);
    }

    .services-icon {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .work-together {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-button {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 220px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .footer {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--surface);
    }

    .footer-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-left-content {
        width: 100%;
        max-width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 0 0 10px;
    }

    .footer-logo {
        width: 240px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        width: 75%;
        height: auto;
    }

    .footer-left-content p {
        max-width: 210px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 10px;
        line-height: 1rem;
        color: var(--footer-text);
        margin-top: 15px;
    }

    .footer-right-content {
        width: 100%;
        max-width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 0 10px 0 0;
    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .contact-info {
        width: 155px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;

    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;

    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        display: flex;
        align-items: center;
        width: 12px;
        height: 16px;
    }

    .visit-us-icon span {
        color: var(--reason-text);
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;

    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        display: flex;
        align-items: center;
        width: 14px;
        height: 16px;
    }

    .on-socials-icon span {
        color: var(--reason-text);
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        height: auto;
        gap: 8px;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 90px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--btn-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.4rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }

    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: column;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        fill: var(--about-page-text);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .about-us-page-left-content {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: -60px 0 0 0;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        margin: -10px 0 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .about-us-page-right-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-text);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .approach-heading-container h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2rem;
        color: var(--about-page-p);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 22%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .approach-content-icon-container {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: flex-start;
    }

    .approach-content-icon-container img {
        width: 30px;
        height: 30px;
    }

    .approach-content-icon-container span {
        font-size: 30px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: var(--about-page-p);
        line-height: 1.2rem;
    }

    .vl {
        border-left: 2px solid var(--about-page-text);
        height: 210px;
        opacity: 7%;
    }

    .what-we-do {
        width: 100%;
        height: 1200px;
    }

    .what-we-do-container {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .what-we-do-left-content {
        width: 50%;
        max-width: 43%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: var(--about-page-p);
        line-height: 1.2rem;
    }

    .what-we-do-img-container {
        width: 50%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 100%;
        max-height: 75%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-main {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .what-we-do-services-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-p);
    }

    .what-we-do-service-description p {
        width: 80%;
    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 10%;
        display: flex;
        align-items: center;
    }

    .what-we-do-service-icon span {
        font-size: 26px;
    }

    /*Our Services*/

    .service-card {
        width: calc(27.333% - 20px);
    }

    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: var(--about-page-p);
        line-height: 1.4rem;
    }

    /* Our Work Page Css*/

    .portfolio-section {
        max-width: 1400px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        transition: top 0.6s;
    }

    .contact-us-header.sticky {
        background-color: var(--nav);
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);
    }

    .contact-us-navbar {
        background-color: rgba(77, 77, 77, 0.3);
        border: solid 1px rgba(245, 245, 245, 0.3);
    }

    .contact-us-header.sticky .contact-us-navbar {
        background-color: transparent !important;
        box-shadow: none;
        border: none;
    }

    .contact-us-header.sticky .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--about-page-text);
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .contact-us-header.sticky .nav-link::after {
        content: "";
        display: flex;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--primary-hover);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link:hover::after {
        width: 100%;
    }

    .contact-us-header.sticky .nav-link:hover {
        color: var(--primary-hover);

    }

    .contact-us-header.sticky .nav-link.active {
        color: var(--primary-hover);
    }

    .contact-us-header.sticky .nav-link.active::after {
        content: "";
        display: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--reason-text);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link.active:hover::after {
        width: 100%;
    }

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        color: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 50%;
        max-width: 40%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 31px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        width: 100%;
        max-width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 50%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 20px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 20%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-form-container {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 50%;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .form-button-container {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;
        height: 45px;
        padding: 0 20px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 65%;
        max-width: 610px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 16px;
    }

    .checkbox-container input {
        width: 5%;
        height: 17px;
    }

    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif, sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 20px;
    }

    /*Privacy Policy*/

    .privacy-policy-content-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}



@media only screen and (min-width: 1800px) {

    .about {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .about-image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .about-responsive-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .about-content-container-1200px-above {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .about-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .about-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 26px;
    }

    .about-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.3rem;
    }

    .about-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 160px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 13px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us {
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .why-choose-us-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .why-choose-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .why-choose-us-Subheading {
        margin-top: 5px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 26px;
    }

    .why-choose-us-description {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.3rem;
    }

    .why-us-image-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        max-width: 50%;
        height: auto;
        box-sizing: border-box;
    }

    .why-us-responsive-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .reasons {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--bg);
    }

    .showreel {
        width: 100%;
        overflow: hidden;
    }

    #showreelVideo {
        width: 100%;
        height: auto;
        display: block;
    }

    .services {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .services-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .services-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .services-Subheading {
        margin-top: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 26px;
    }

    .services-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.3rem;
    }

    .services-button {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 160px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 13px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-button1 {
        margin-top: 10px;
        display: none;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 43px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .services-container {
        max-width: 55%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .services-bg-container-left {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 25px 0 0;
    }

    .services-bg-container-right {
        width: 50%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-right: 10px;
    }

    .services-bg-container1 {
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .services-bg-1 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 40px 0 0 0;
    }

    .services-bg1 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-2 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;

    }

    .services-bg2 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-3 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: 0;
    }

    .services-bg3 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-bg-4 {
        width: 190px;
        height: 190px;
        background-color: var(--secondary-card);
        border-radius: 30px;
        margin: -20px 0 0 0;
    }

    .services-bg4 {
        display: none;
        width: 250px;
        height: 250px;
        background-color: var(--secondary-card);
        border-radius: 30px;
    }

    .services-container-content {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 40px;
    }

    .services-container1-content {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .services-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: var(--reason-text);
    }

    .services-icon {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .services-icon svg {
        fill: var(--reason-text);
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .services-icon svg:hover {
        fill: var(--primarybtn);
        transform: scale(1.1);
    }

    .work-together {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .work-button {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 220px;
        height: 45px;
        border-radius: 25px;
        background: var(--primarybtn);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .footer {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #1e1e1e;
    }

    .footer-main {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-content-container {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-left-content {
        width: 100%;
        max-width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 0 0 10px;
    }

    .footer-logo {
        width: 240px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        width: 75%;
        height: auto;
    }

    .footer-left-content p {
        max-width: 210px;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 10px;
        line-height: 1rem;
        color: var(--footer-text);
        margin-top: 15px;
    }

    .footer-right-content {
        width: 100%;
        max-width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 0 10px 0 0;
    }

    .contact-info-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .contact-info {
        width: 155px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .contact-info-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .contact-info-icon {
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
    }

    .contact-info-icon span {
        color: var(--reason-text);
    }

    .contact-info-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .visit-us-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .visit-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 150px;
    }

    .visit-us-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .visit-us-icon {
        display: flex;
        align-items: center;
        width: 12px;
        height: 16px;
    }

    .visit-us-icon span {
        color: var(--reason-text);
    }

    .visit-us-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 10px;
    }

    .on-socials {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 135px;
    }

    .on-socials-us {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .on-socials-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: var(--reason-text);
    }

    .on-socials-icon {
        display: flex;
        align-items: center;
        width: 14px;
        height: 16px;
    }

    .on-socials-icon span {
        color: var(--reason-text);
    }

    .on-socials-main p {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: var(--footer-text);
    }

    .on-socials-main a:-webkit-any-link {
        text-decoration: none !important;
        cursor: pointer;
    }

    .footer-navlinks {
        text-decoration: none;
        cursor: pointer;
        color: var(--footer-nav-link);
        transition: transform 0.2s ease;
    }

    .footer-navlinks:hover {
        text-decoration: none;
        cursor: pointer;
        color: var(--reason-text);
        transform: scale(1.2);
    }

    hr {
        width: 95%;
        height: 0.7px;
        background-color: var(--footer-text);
        opacity: 20%;
    }

    .copyright-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        height: auto;
        gap: 8px;
    }

    .copyright-text p {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 90px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: var(--primarybtn);
        color: var(--btn-text);
        cursor: pointer;
        padding: 11px;
        border-radius: 4px;
        transition: 0.2s ease-out;
    }

    #myBtn span {
        font-size: 1.4rem;
        transition: 0.2s ease-out;
    }

    #myBtn:hover {
        background-color: var(--go-to-top-btnhover);
    }

    #myBtn:hover span {
        transform: translateY(-2px);
    }


    /*About Us Page*/

    .about-us-page-hero-section {
        width: 100%;
        height: 650px;
        display: flex;
        flex-direction: column;
    }

    .about-us-page-heading-bg {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-us-page-heading-bg h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-heading-bg svg {
        width: 30px;
        height: 30px;
        fill: var(--about-page-text);
    }

    .about-us-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .about-us-page-left-content {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: -60px 0 0 0;
    }

    .about-us-page-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    .about-us-page-left-content h1 {
        margin: -10px 0 0 0;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .about-us-page-right-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .about-us-page-right-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3rem;
        color: var(--about-page-text);
    }

    .about-us-page-approach-container {
        width: 100%;
        height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .approach-heading-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .approach-heading-container h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-text);
    }

    .approach-heading-container h1 {
        display: flex;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .approach-content-main-container {
        width: 100%;
        max-width: 98%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .approach-content-container {
        width: 100%;
        max-width: 22%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .approach-content-icon-container {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: flex-start;
    }

    .approach-content-icon-container img {
        width: 30px;
        height: 30px;
    }

    .approach-content-icon-container span {
        font-size: 30px;
        font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 40
    }

    .approach-content-heading-container {
        width: 100%;
    }

    .approach-content-heading-container h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .approach-content-description-container {
        width: 100%;
    }

    .approach-content-description-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 9.8px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1rem;
    }

    .vl {
        border-left: 2px solid var(--about-page-text);
        height: 210px;
        opacity: 7%;
    }

    .what-we-do {
        width: 100%;
        height: 1200px;
    }

    .what-we-do-container {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .what-we-do-left-content {
        width: 50%;
        max-width: 43%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .what-we-do-left-content-mobile {
        width: 100%;
        height: 300px;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .what-we-do-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: var(--about-page-text);
        line-height: 1.1rem;
    }

    .what-we-do-img-container {
        width: 50%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 100%;
        max-height: 75%;
        box-sizing: border-box;
    }

    .what-we-do-responsive-img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .what-we-do-services-container-main {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .what-we-do-services-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .what-we-do-services-container-row-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-container-row {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .what-we-do-services-serial-no {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .what-we-do-service-heading {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .what-we-do-service-description {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.1rem;
        color: var(--about-page-text)
    }

    .what-we-do-service-description p {
        width: 80%;
    }

    .what-we-do-service-icon {
        justify-content: center;
        width: 10%;
        display: flex;
        align-items: center;
    }

    .what-we-do-service-icon span {
        font-size: 26px;
    }



    /*Our Services*/

    .service-card {
        max-width: calc(27.333% - 20px);
    }

    .Our-services-our-commitment {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-commitment-content {
        width: 100%;
        max-width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Our-commitment-heading {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: var(--about-page-text);
    }

    .Our-commitment-description {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: var(--about-page-p);
        line-height: 1.4rem;
    }

    /* Our Work Page Css*/

    .portfolio-section {
        max-width: 1300px;
    }

    .Our-work-bottom {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Our-work-bottom p {
        width: 100%;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    /*Contact Us*/

    .contact-us-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        transition: top 0.6s;
    }

    .contact-us-header.sticky {
        background-color: var(--nav);
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);

    }

    .contact-us-navbar {
        background-color: rgba(77, 77, 77, 0.3);
        border: solid 1px rgba(245, 245, 245, 0.3);
    }

    .contact-us-header.sticky .contact-us-navbar {
        background-color: transparent !important;
        box-shadow: none;
        border: none;
    }

    .contact-us-header.sticky .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--about-page-text);
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .contact-us-header.sticky .nav-link::after {
        content: "";
        display: flex;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--primary-hover);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link:hover::after {
        width: 100%;
    }

    .contact-us-header.sticky .nav-link:hover {
        color: var(--primary-hover);

    }

    .contact-us-header.sticky .nav-link.active {
        color: var(--primary-hover);
    }

    .contact-us-header.sticky .nav-link.active::after {
        content: "";
        display: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--reason-text);
        transition: width 0.3s ease;
    }

    .contact-us-header.sticky .nav-link.active:hover::after {
        width: 100%;
    }

    .contact-us-hero-section {
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;

    }

    .contact-us-page-heading-bg {
        position: relative;
        z-index: 3;
        width: 100%;
        height: 325px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .contact-us-page-heading-bg h1 {
        z-index: 4;
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: var(--reason-text);
    }

    .contact-us-page-heading-bg svg {
        position: relative;
        z-index: 4;
        fill: var(--reason-text);
        width: 30px;
        height: 30px;
    }

    .contact-us-page-heading-bg img {
        width: 100%;
        height: 325px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .contact-us-page-heading-bg-responsive-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .contact-us-page-heading-bg-overlay {
        position: absolute;
        width: 100%;
        height: 325px;
        background-color: var(--contact-page-overlay);
        z-index: 2;
    }

    .contact-us-main {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-us-content-main {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-left-content {
        width: 50%;
        max-width: 40%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-left-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 31px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-left-content h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-left-content p {
        width: 100%;
        max-width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-p);
    }

    .contact-us-right-content-main {
        width: 50%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-right-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .contact-us-right-content-text {
        width: 60%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-right-content-text h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-us-right-content-text p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .contact-us-icon-container {
        width: 40%;
        max-width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-icon-container span {
        font-size: 20px;
    }

    .contact-us-socials-main {
        width: 100%;
        max-width: 90%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-us-socials-content h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--about-page-text);
    }

    .contact-us-socials-content p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-text);
    }

    .contact-us-socials-icons-main {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-us-socials-icons-container {
        width: 100%;
        max-width: 20%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-us-socials-icons {
        width: 40px;
        height: 40px;
        border: 2px solid var(--contact-page-icon-border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease;
    }

    .contact-us-socials-icons svg {
        width: 19px;
        height: 19px;
        fill: var(--about-page-text);
        transition: fill 0.3s ease;
    }

    .contact-us-socials-icons:hover {
        background-color: var(--primary-hover);
        cursor: pointer;
        border-color: transparent;
        transform: scale(1.08);
    }

    .contact-us-socials-icons:hover svg {
        fill: var(--contact-page-icon-hover);
        transform: scale(1.2);
    }

    .contact-form-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-heading {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-form-heading h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: var(--about-page-text);
    }

    .contact-form-heading p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4rem;
        color: var(--about-page-text);
    }

    .contact-form-container {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form-field-container-main-mobile-no {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-form-field-container {
        width: 50%;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .form-item {
        width: 100%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .form-item img {
        width: 18px;
        height: 18px;
    }

    .form-titles {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: var(--about-page-text);
    }

    input {
        width: 90%;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-bottom: 1.8px solid var(--contact-form-input);
        outline: none;
        background-color: transparent;
        transition: border-color 0.3s ease;
    }

    input:focus {
        border-bottom-color: var(--contact-form-input-focus);
    }

    .form-bottom {
        width: 100%;
        max-width: 90%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .form-button-container {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .submit-button {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 170px;
        height: 45px;
        border-radius: 25px;
        background: #FB8500;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: var(--btn-text);
        font-size: 15px;
        border-style: none;
        box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2);
    }

    .checkbox-container {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .checkbox-container p {
        width: 65%;
        max-width: 610px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 16px;
    }

    .checkbox-container input {
        width: 5%;
        height: 17px;
    }

    /* Terms & Condition Page*/

    .terms-page-content-container {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg);
    }

    .terms-page-content {
        width: 100%;
        max-width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-section-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }

    .terms-purpose-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .changes-terms-main {
        width: 100%;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .note {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7rem;
    }

    .terms-purpose h2 {
        font-family: "Montserrat", sans-serif;
        color: var(--about-page-text);
    }

    .terms-purpose p {
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 17px;
        font-weight: 400;
        color: var(--about-page-p);
    }

    .terms-purpose ul {
        height: 80px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .terms-purpose-contact-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .terms-purpose-contact {
        width: 100%;
        max-width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .terms-contact p {
        height: 12px;
    }

    .terms-page-link {
        color: var(--term-link);
        text-decoration: none;
    }

    .terms-page-link:hover {
        color: var(--primary-hover);
    }

    .bordered {
        border-bottom: 1px solid var(--bordered);
        padding-bottom: 20px;
    }

    /*Privacy Policy*/

    .privacy-policy-content-main {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .privacy-policy-content {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .privacy-policy-content ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .privacy-policy-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: var(--reason-text);
        opacity: 40%;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .privacy-policy-link:hover {
        text-decoration: none;
        color: var(--reason-text);
        opacity: 100%;
        transform: scale(1.1);
    }

}

/*--breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;*/