/*!
Theme Name: Core Cable Contractors
Theme URI: https://coreccltd.co.uk
Author: the Urban Feather team
Author URI: https://urbanfeather.com
Description: A fully editable theme for Core Cable Contractors.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coreccltd.co.uk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.visible {
    visibility: visible;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-top-10 {
    top: -2.5rem;
}

.-top-20 {
    top: -5rem;
}

.-top-4 {
    top: -1rem;
}

.z-20 {
    z-index: 20;
}

.z-50 {
    z-index: 50;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-20 {
    margin-bottom: 5rem;
}

.ml-8 {
    margin-left: 2rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-6 {
    height: 1.5rem;
}

.h-96 {
    height: 24rem;
}

.h-full {
    height: 100%;
}

.w-6 {
    width: 1.5rem;
}

.w-full {
    width: 100%;
}

.min-w-\[300px\] {
    min-width: 300px;
}

.min-w-\[50px\] {
    min-width: 50px;
}

.max-w-\[430px\] {
    max-width: 430px;
}

.max-w-\[90\%\] {
    max-width: 90%;
}

.max-w-\[95\%\] {
    max-width: 95%;
}

.max-w-lg {
    max-width: 32rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.place-items-center {
    place-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-32 {
    gap: 8rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-8 {
    border-width: 8px;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-ccGrayOverlay {
    --tw-bg-opacity: 1;
    background-color: rgb(104 104 104 / var(--tw-bg-opacity));
}

.bg-ccRed {
    --tw-bg-opacity: 1;
    background-color: rgb(217 51 66 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.font-primary {
    font-family: Rubik-Variable;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.text-ccGray {
    --tw-text-opacity: 1;
    color: rgb(73 76 79 / var(--tw-text-opacity));
}

.text-ccRed {
    --tw-text-opacity: 1;
    color: rgb(217 51 66 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
        drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
        drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: "Rubik-Variable";

    src: url("../fonts/Rubik/Rubik-VariableFont_wght.ttf");
}

:root {
    --ccGray: #494c4f;
    --ccGrayOverlay: #686868;
    --ccLightGray: #e5e5e5;
    --ccRed: #d93342;
    --ccAngularGradient: linear-gradient(45deg, #5e5e5e, #686868);
}

/* default styles  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Rubik-Variable";
}

body {
    background-color: var(--ccGray);
    color: white;
}

.inner-container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 1500px) {
    .inner-container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 1rem;
    }
}

/* Heading and font styles  */

.heading,
h1 {
    font-size: 30px;
    font-weight: 700;
}

.subheading,
h2 {
    font-size: 26px;
    font-weight: 600;
}

.largeText,
h3 {
    font-size: 22px;
    font-weight: 500;
}

.mediumText,
h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

.baseText,
p,
ul,
li,
a,
label,
input,
textarea {
    font-size: 17px;
    font-weight: normal;
}

.smallText,
.additional-nav-link a {
    font-size: 14px;
    font-weight: 400;
}

.extraSmallText {
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .heading,
    h1 {
        font-size: 36px;
        font-weight: 700;
    }

    .subheading,
    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .largeText,
    h3 {
        font-size: 28px;
        font-weight: 500;
    }

    .mediumText,
    h4 {
        font-size: 24px;
        font-weight: 500;
    }

    h5 {
        font-size: 22px;
        font-weight: 500;
    }

    .baseText,
    p,
    ul,
    li,
    a,
    label,
    input,
    textarea {
        font-size: 20px;
        font-weight: normal;
    }

    .smallText,
    .additional-nav-link a {
        font-size: 16px;
        font-weight: 400;
    }

    .extraSmallText {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (min-width: 1024px) {
    .heading,
    h1 {
        font-size: 38px;
    }

    .subheading,
    h2 {
        font-size: 34px;
        font-weight: 600;
    }

    .largeText,
    h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .mediumText,
    h4 {
        font-size: 26px;
        font-weight: 500;
    }

    h5 {
        font-size: 24px;
        font-weight: 500;
    }

    .baseText,
    p,
    ul,
    li,
    a,
    label,
    input,
    textarea {
        font-size: 22px;
    }

    .smallText,
    .additional-nav-link a {
        font-size: 18px;
        font-weight: 400;
    }

    .extraSmallText {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (min-width: 1601px) {
    .heading,
    h1 {
        font-size: 42px;
    }

    .subheading,
    h2 {
        font-size: 38px;
        font-weight: 600;
    }

    .largeText,
    h3 {
        font-size: 36px;
        font-weight: 600;
    }

    .mediumText,
    h4 {
        font-size: 24px;
        font-weight: 500;
    }

    .baseText,
    p,
    ul,
    li,
    a,
    label,
    input,
    textarea {
        font-size: 22px;
        font-weight: normal;
        line-height: 2em;
    }

    .smallText,
    .additional-nav-link a {
        font-size: 20px;
        font-weight: 400;
    }

    .extraSmallText {
        font-size: 16px;
        font-weight: 400;
    }
}

a,
.link {
    font-weight: normal;
    text-decoration: none;
}

.link {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.section-content {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.section-content ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 2rem;
    list-style: none;
}

.section-content ul li {
    position: relative;
    list-style: none;
}

.section-content ul li::before {
    content: "";
    background: url(../images/svgs/Group\ 105.svg) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: -2rem;
    top: 18px;
    transform: translateY(-50%);
}

main {
    background: url(../images/svgs/mb-bg.svg) no-repeat;
    background-size: 90%;
    background-position-x: 100px;
    background-position-y: 130px;
}

@media (min-width: 768px) {
    main {
        background: url(../images/svgs/mb-bg.svg) no-repeat;
        background-size: 90%;
        background-position-x: 100px;
    }
}

@media (min-width: 1024px) {
    main {
        background: url(../images/svgs/Group\ 91.svg) no-repeat;
        background-size: 90%;
        background-position-x: 100px;
    }
}

main section:last-child {
    padding-bottom: 8rem;
}

/* !Animation Styles   */

.reveal-item {
    -webkit-clip-path: polygon(0 0, 33% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 33% 0, 0 100%, 0% 100%);
    opacity: 0;
}

.swipe-item {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}

/* !Theme layout Styles */

.customize-support .main-header {
    position: fixed;
    width: 100%;
    height: 109px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: var(--ccGray);
}

.main-header {
    position: fixed;
    width: 100%;
    height: 109px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: var(--ccGray);
}

.main-header-container {
    position: relative;
}

.header-container {
    border-radius: 8px;
    filter: drop-shadow(-2px 3px 5px #00000026);
}

.logo-container {
    position: absolute;
    top: 0;
    left: 15px;
}

.logo-container img {
    width: 105px;
    height: 80px;
}

@media (min-width: 768px) {
    .logo-container {
        position: absolute;
        top: 0;
        left: 30px;
    }

    .logo-container img {
        width: 150px;
        height: auto;
    }
}

.nav-links-container,
.top-header-container {
    margin-left: 230px;
}

.additional-links li {
    position: relative;
}

.additional-links li::after {
    content: "|";
    display: inline-block;
    color: var(--ccGrayOverlay);
    margin-left: 8px;
}

.additional-links li:last-child:after {
    content: "|";
    display: none;
}

.nav-link {
    position: relative;
}

.nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    width: 0;
    transition:
        width 0s ease,
        background 0.5s ease;
}

.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 5px;
    width: 0;
    background: var(--ccRed);
    transition: width 0.5s ease;
}

.nav-link:hover:before {
    width: 100%;
    background: var(--ccRed);
    transition: width 0.5s ease;
}

.nav-link:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.nav-link.current_page_item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 5px;
    width: 100%;
    background: var(--ccRed);
    transition: width 0.5s ease;
}

/* mobile header styles  */

.mobile-header-container {
    position: relative;
    height: 60px;
}

.hamburgerMenu {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 50%;
    transition-duration: 0.5s;
    transform: translateY(-50%);
}

.hamburgerMenu .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 22px;
    background-color: #ffffff;
}

.hamburgerMenu .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    content: "";
    top: -10px;
}

.hamburgerMenu .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    content: "";
    top: 10px;
}

.hamburgerMenu.open .icon {
    transition-duration: 0.5s;
    background: transparent;
}

.hamburgerMenu.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

.hamburgerMenu.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.hamburgerMenu:hover {
    cursor: pointer;
}

.main-header-container {
    z-index: 999999;
}

.mobile-menu-container {
    width: calc(100% - 2rem);
    position: fixed;
    text-align: center;
    max-width: 1290px;
    top: 90px;
    background-color: var(--ccGrayOverlay);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    margin: 0 auto;
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
        drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.mobile-nav-link {
    padding: 0.8rem;
    border-bottom: 1px solid #7b7b7b;
    display: none;
}

.mobile-nav-link:first-child {
    padding: 0.8rem;
    border-bottom: 1px solid #7b7b7b;
}

.mobile-nav-link:last-child {
    padding-bottom: 1rem;
    border-bottom: none;
}

.mobile-nav-link.open {
    display: block;
}

@media (max-width: 976px) {
    .additional-links {
        display: none;
    }
}

/* Banner styles */

/* #banner {
  min-height: 750px;
} */

.banner-container {
    position: relative;
}

.banner-image {
    position: relative;
    height: 400px;
    width: 250px;
    margin: 0 auto;
}

.banner-image img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0px 4rem 0px 4rem;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 50%));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.banner-image .banner-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--ccRed);
    border: 0.8rem solid white;
    border-radius: 0px 4rem 0px 4rem;
    bottom: -30px;
    left: -30px;
    height: 400px;
    width: 250px;
}

.banner-content h3,
.banner-content h1 {
    text-align: center;
}

@media (min-width: 768px) {
    .banner-image {
        position: relative;
        height: 500px;
        min-width: 300px;
        margin-left: 40px;
        margin-top: -40px;
    }

    .banner-image .banner-image-holder {
        bottom: -40px;
        left: -40px;
        height: 500px;
        min-width: 300px;
    }

    .banner-content h3,
    .banner-content h1 {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .banner-image {
        position: relative;
        height: 550px;
        min-width: 350px;
        margin-left: 50px;
        margin-top: -50px;
    }

    .banner-image .banner-image-holder {
        bottom: -50px;
        left: -50px;
        height: 550px;
        min-width: 350px;
    }

    .banner-content h3,
    .banner-content h1 {
        text-align: left;
    }
}

/* Client Logos  */

.client-logos-container {
    position: relative;
    overflow: hidden;
}

.client-logo {
    width: 130px;
    height: 100px;
}

.client-logos-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.client-logos-btn {
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    padding: 0rem 1rem;
    background: white;
    z-index: 1;
}

.client-logos-btn#left {
    left: 0;
}

.client-logos-btn#right {
    right: 0;
}

@media (min-width: 768px) {
    .client-logo {
        width: 200px;
        height: 100px;
    }

    .banner-image .banner-image-holder {
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--ccRed);
        border: 1rem solid white;
        bottom: -60px;
        left: -60px;
    }
}

.dots-container {
    display: flex;
    justify-content: center;
}

.dots-container .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--ccLightGray);
    margin: 0 5px;
    cursor: pointer;
}

.dots-container .dot:hover {
    background-color: var(--ccRed);
    opacity: 0.5;
}

.dots-container .dot.active-dot {
    background-color: var(--ccRed);
}

/* recent projects styles */

.r-project {
    max-width: 360px;
    margin: 0 auto;
}

.r-project,
.r-project-image,
.r-project-image-container {
    position: relative;
}

.r-projects-container {
    max-width: 90%;
    margin: 0 auto;
}

.r-project .r-project-image {
    width: 250px;
    position: relative;
    height: 400px;
    transition: transform 0.5s ease-in-out;
}

.r-project-image img {
    width: 100%;
    border-radius: 0px 4rem 0px 4rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.r-project .r-project-image-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    justify-content: center;
    background-color: white;
    color: var(--ccRed);
    z-index: 2;
}

.r-project .r-project-image-btn i {
    transform: rotate(45deg);
    font-weight: 700;
    transition: transform 0.5s ease-in-out;
}

.r-project-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid white;
    border-radius: 0px 4rem 0px 4rem;
    background-color: var(--ccRed);
    z-index: -1;
}

.r-project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px 4rem 0px 4rem;
    background-color: #2c1215c7;
    background-blend-mode: overlay;
    padding: 1.5rem;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.r-project-desc {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.r-project-desc p {
    margin-top: 10px;
}

.r-project .r-project-content h1 {
    padding-left: 1rem;
    position: relative;
    display: block;
    font-size: 1.5rem;
}

.r-project .r-project-content h1::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    margin-right: -0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    left: calc(-1rem + 5px);
    background-color: var(--ccRed);
}

.r-project.active .r-project-content {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}

.r-project.active .r-project-image {
    transform: translateX(30px) translateY(-30px);
    transition: transform 0.5s ease-in-out;
}

.r-project.active .r-project-image-btn i {
    transform: rotate(-135deg);
    transition: transform 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
    .r-projects-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .r-project .r-project-image {
        width: 350px;
        position: relative;
        height: 500px;
        transition: transform 0.5s ease-in-out;
    }

    .r-project-content {
        padding: 2rem;
    }

    .r-project-desc {
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 10px;
    }

    .r-project .r-project-content h1 {
        padding-left: 1rem;
        position: relative;
        display: block;
        font-size: 1.9rem;
    }

    .r-project .r-project-content p {
        font-size: 22px;
        line-height: 1.4em;
        margin-top: 10px;
    }
}

/* testimonials styles */

#testimonials {
    position: relative;
    overflow: hidden;
}

.inner-container {
    position: relative;
}

.testimonial-container {
    background-color: #fff;
    overflow: hidden;
}

.testimonials-btn {
    font-size: 3rem;
    color: var(--ccGrayOverlay);
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 100%;
    background: white;
    padding: 0rem 1rem;
    align-items: center;
    z-index: 1;
    border-radius: 8px;
}

.testimonials-btn#left {
    left: 0;
}

.testimonials-btn#right {
    right: 0;
}

.testimonials-btn:hover {
    color: var(--ccRed);
}

.testimonials {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.testimonial {
    width: 100%;
    flex-shrink: 0;
}

.t-quotes {
    display: block;
    position: absolute;
    color: var(--ccRed);
}

.t-quotes.left {
    left: 0;
    top: 0;
}

.t-quotes.right {
    right: 0;
    bottom: 0;
}

.fa-quote-left,
.fa-quote-right {
    font-size: 2rem;
}

.t-content {
    text-align: center;
    position: relative;
}

.t-author-logo {
    width: 80px;
    height: 80px;
}

/* coverage style  */

.c-stats-box {
    width: 180px;
    margin: 0 auto;
}

.c-stats-box,
.as-box {
    background: linear-gradient(45deg, #5e5e5e 50%, #686868 50%);
}

.as-box h1 {
    font-size: 4rem;
}

/* footer styles */

.footer-link {
    position: relative;
}

.footer-link a {
    display: block;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.footer-link:hover a {
    color: white;
    transition: color 0.3s ease-in-out;
}

.footer-link:before {
    content: "";
    width: 5px;
    height: 30px;
    background: var(--ccRed);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    transition: width 0.3s ease-in-out;
}

.footer-link:hover:before {
    width: calc(100% + 25px);
}

@media screen and (max-width: 768px) {
    .footer-additional-links.footer-links .footer-link:before {
        content: "";
        display: none;
    }
}

/* Service  styles  */

.service .service-image {
    border-radius: 3rem;
    width: 250px;
    margin: 0 auto;
    height: 250px;
}

.sp-services .sp-service:nth-child(even) {
    flex-direction: column-reverse;
}

.sp-service .sp-service-content {
    background: linear-gradient(322deg, #4d4d4d, #686868, #7b7b7b);
    border-radius: 0px 0px 0px 4rem;
}

.sp-service .sp-service-content ul li {
    position: relative;
    padding-left: 25px;
}

.sp-service .sp-service-content ul li::before {
    content: "";
    background: url(../images/svgs/Group\ 105.svg) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.sp-service .sp-service-image {
    border-radius: 0px 4rem 0px 0px;
}

@media (min-width: 768px) {
    .sp-services .sp-service:nth-child(even) {
        flex-direction: row-reverse;
    }

    .sp-services .sp-service:nth-child(even) .sp-service-image {
        border-radius: 0rem 0rem 0px 4rem;
    }

    .sp-services .sp-service:nth-child(even) .sp-service-content {
        border-radius: 0px 4rem 0rem 0rem;
    }

    .service .service-image {
        border-radius: 4rem;
        width: 250px;
        margin: 0 auto;
        height: 250px;
    }
}

@media (min-width: 1024px) {
    .sp-services .sp-service:nth-child(even) {
        flex-direction: row-reverse;
    }

    .sp-services .sp-service:nth-child(even) .sp-service-image {
        border-radius: 0rem 0rem 0px 4rem;
    }

    .sp-services .sp-service:nth-child(even) .sp-service-content {
        border-radius: 0px 4rem 0rem 0rem;
    }

    .service .service-image {
        border-radius: 4rem;
        width: 250px;
        margin: 0 auto;
        height: 250px;
    }
}

@media (max-width: 500px) {
    .sp-service-image {
        height: 20rem;
    }
}

/* project-gallery styles  */

.project-gallery-image {
    display: inline-block;
    margin-bottom: 10px;
    /* Adjust the vertical gap between project-gallery-images as desired */
    width: 100%;
    /* Ensure each project-gallery-image takes the full width of the column */
    vertical-align: top;
    /* Ensure proper alignment within the project-gallery-image */
}

/* enlarge project gallery image  */

.enlarged-container {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.close-btn {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 80px;
    right: 0;
    cursor: pointer;
}

.enlarged-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    position: relative;
}

.enlarged-slider img {
    height: 400px;
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.enlarge-btn {
    position: absolute;
    font-size: 2rem;
}

.enlarge-btn.enlarge-next-btn {
    right: -50px;
}

.enlarge-btn.enlarge-prev-btn {
    left: -50px;
}

@media (min-width: 768px) {
    .project-gallery-container {
        -moz-column-count: 4;
        column-count: 4;
        /* Adjust the number of columns as desired */
        -moz-column-gap: 10px;
        column-gap: 10px;
        /* Adjust the gap between columns as desired */
    }

    .enlarged-slider img {
        height: 700px;
        position: relative;
        width: 600px;
        display: flex;
        -o-object-fit: cover;
        object-fit: cover;
        top: 10px;
    }
}

/* contact form styles  */

.input-container {
    width: 100%;
}

.input-container input {
    padding: 1rem 2rem;
    color: var(--ccGray);
    width: 100%;
    border-radius: 4px;
}

.textarea-container {
    width: 100%;
}

.textarea-container textarea {
    padding: 1rem 2rem;
    color: var(--ccGray);
    width: 100%;
    height: 250px;
    border-radius: 4px;
}

.checkbox-container input[type="checkbox"] {
    width: 50px;
    height: 50px;
}

.submit-btn-container {
    position: relative;
}

.submit-btn-container input {
    background-color: var(--ccRed);
    border-radius: 9999px;
    padding: 0.5rem 3rem;
}

.wpcf7-list-item > label {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a {
    font-size: 16px;
    line-height: 1.4em;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    position: absolute !important;
}

@media screen and (min-width: 768px) {
    .input-container {
        width: calc(100% / 2 - 20px);
    }

    .input-container input {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .r-project:nth-child(3) {
        display: none;
    }
}

@media (min-width: 768px) {
    .md\:top-0 {
        top: 0px;
    }

    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:mt-14 {
        margin-top: 3.5rem;
    }

    .md\:mt-20 {
        margin-top: 5rem;
    }

    .md\:mt-32 {
        margin-top: 8rem;
    }

    .md\:mt-40 {
        margin-top: 10rem;
    }

    .md\:mt-44 {
        margin-top: 11rem;
    }

    .md\:mt-52 {
        margin-top: 13rem;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-16 {
        height: 4rem;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-3\/5 {
        width: 60%;
    }

    .md\:w-\[65\%\] {
        width: 65%;
    }

    .md\:max-w-2xl {
        max-width: 42rem;
    }

    .md\:max-w-\[90\%\] {
        max-width: 90%;
    }

    .md\:max-w-full {
        max-width: 100%;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-0 {
        gap: 0px;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-14 {
        gap: 3.5rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:rounded-lg {
        border-radius: 0.5rem;
    }

    .md\:p-10 {
        padding: 2.5rem;
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md\:pt-52 {
        padding-top: 13rem;
    }

    .md\:pt-60 {
        padding-top: 15rem;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-\[600px\] {
        height: 600px;
    }

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-\[50\%\] {
        width: 50%;
    }

    .lg\:max-w-\[80\%\] {
        max-width: 80%;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:gap-20 {
        gap: 5rem;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:leading-snug {
        line-height: 1.375;
    }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.upload-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.upload-container > p > span:nth-child(1) {
    width: 100%;
}

.upload-container > p > span:nth-child(2) {
    width: 50%;
}

.linkedin-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.linkedin-header > a {
    display: block;
}

.client-logos-btn {
    display:none !important;
    visibility: hidden !important;
}
