:root {
    --accent-color: #50cb90;
    --accent-medium-dark-color: #49b983;
    --accent-medium-to-dark-color: #41a878;
    --accent-dark-color: #399166;
    --background-color: #f4f4f4;
    --text-color: white;
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: 'Rubik', sans-serif;
    --button-color: #3B3636;
    --h2-color: #3F444C;
    --bg-color: #FCFDFD;
    --primary-color: #010712;
    --secondary-color: #818386;
    --bg-color: #f9f9f9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.g-recaptcha {
    margin: 1rem 0;
}

.d-flex {
    display: flex;
}


html {
    font-size: 16px;
    word-spacing: 0.15rem;
    /* base rem unit */
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
}

/* Hide just the main content*/
body.hide-content #page-content {
    visibility: hidden;
    pointer-events: none;
}

/* Fullscreen video overlay */
#intro-video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
}

/* Optional fade-out effect */
video.fade-out {
    transition: opacity 1s ease;
    opacity: 0;
}

h2 {
    font-size: 2rem;
}

.position-relative {
    position: relative;
}

.scroll {
    overflow: auto;
}

.no-scroll {
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

h1 {
    font-size: 4em;
    font-size: 3.5em;
    /*font-family: 'Jost', sans-serif;*/
}

h3 {
    font-size: 1.3vw;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.mt-06 {
    margin-top: .6rem;
}

/* span {
    line-height: 1.5;
} */

/* Navbar Styling */
.navbar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    width: 100%;
    top: 0;
    background-color: transparent;
    color: white;
    padding: 15px 0;
    z-index: 10000;
    transition: background-color 0.3s, box-shadow 0.3s, opacity 2s ease-in normal, top 0.3s ease;
    padding-left: 4rem;
    padding-right: 4rem;
    border-bottom: 1px solid #92c9ae23;
    opacity: 0;
}

.nav-content-justification {
    justify-content: center;
}

.navbar.hidden {
    top: -150px;
}

.navbar-dark {
    background-color: #000000b5;
    backdrop-filter: blur(8px);
}

nav {
    display: flex;
    justify-content: center;
}

/* Show the navigation links when the hamburger menu is clicked */
.navbar.navbar-active nav ul {
    display: flex;
    width: 100%;
}

.tab {
    transition: color 0.3s ease;
}

.tab:hover {
    cursor: pointer;
}

/* Hamburger Menu Styling */
.hamburger {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    /* Remove tap highlight on mobile */
    user-select: none;
    /* Optional: prevents text selection */
    display: none;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
}

/* Hamburger Lines Styling */
.hamburger div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: all 0.3s ease;
    pointer-events: none;
    /* prevents child divs from receiving tap/click events */
}

.hamburger div:nth-child(2) {
    width: 25px;
}

.navbar nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.navbar nav ul li.dropdown {
    margin: 0px;
}

.navbar nav ul li {
    margin: 0 20px;
}

.navbar nav ul li span:hover {
    text-decoration: none;
    border-bottom: 2px solid var(--accent-medium-dark-color);
}

.navbar nav ul li span {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: .8rem;
    position: relative;
    padding-bottom: 1rem;
}

/* When hovering over the link, animate the opacity of the ::before element */
.navbar nav ul li span:hover::before {
    opacity: 1;
}

.navbar nav ul li span.active {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-medium-dark-color);
}

/* input[type="radio"]:checked+label {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-medium-dark-color);
} */

/* Container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Button */
.dropbtn {
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #101010f2;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: .5rem;
}

/* Dropdown items */
.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: .8rem;
}

/* Hover effects */
.dropdown-content a:hover {
    background-color: #252525;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*.dropdown:hover .dropbtn {
    background-color: var(--accent-color);
}*/

.header-contact {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
    cursor: pointer;
}

.contact-info {
    margin-bottom: 15rem;
    padding-right: 6rem;
}

.header-contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phone-image {
    background-image: url(./assets/images/phone-call-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.contact-circle-phone-outer {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 1rem;
    border: 2px solid #399166d1;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.contact-circle-phone-inner {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent-medium-dark-color);
    border-radius: 50%;
    background-color: var(--accent-medium-dark-color);
}

.contact-section-info {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.animated {
    animation: growShrink .5s ease-in-out normal forwards;
}


@keyframes growShrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.overlay {
    opacity: 0;
    /* Start invisible */
    transition: opacity 1.2s ease-in normal;
    /* Fade-in effect */
}

.fade-in {
    opacity: 1;
    /* display: block; */
}

/* Video Section Styling */
.home-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #121212;
}

.home-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section #video {
    display: none;
    opacity: 1;
    transition: opacity 1.2s ease-in-out;
    /* Fade out duration */
}

.home-section #video.fade-out {
    opacity: 0;
}

#video-base {
    position: fixed;
}

/* Overlay with Blur Effect */
.home-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    text-align: center;
    z-index: 10;
}

.home-section .main-title {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    color: var(--primary-color)
}

.home-section .sub-text {
    font-size: 2.2rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin-top: 0;
    line-height: 1.5;
}

/* Play pause button */
.playpause-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    /* Example container width */
    height: 150px;
    /* Example container height */
}

.playpause {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: var(--accent-color);
    border-radius: 50%;
    padding: 7rem;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.playpause:hover {
    opacity: 1;

}

.playpause label {
    display: block;
    box-sizing: border-box;
    width: 0;
    height: 74px;
    border-color: transparent transparent transparent #ffffff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: double;
    border-width: 0px 0 0px 60px;
}

.playpause input[type="checkbox"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.playpause input[type="checkbox"]:checked+label {
    border-style: solid;
    border-width: 37px 0 37px 60px;
    margin-left: 1rem;
}

.playpause input[type="checkbox"]:checked+label::before {
    font-size: 2rem;
    color: white;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.playpause label::before {
    font-size: 2rem;
    color: white;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.playpause input[type="checkbox"]:checked+label::before {
    transform: rotate(0deg);
}

.playpause input[type="checkbox"]:not(:checked)+label::before {
    transform: rotate(-45deg);
    /* Pause icon transforms */
}

.playpause input[type="checkbox"]:focus+label {
    box-shadow: none;
    /* Remove the box shadow from the label when focused */
}

.playpause input[type="checkbox"]:focus {
    outline: none;
    /* Remove the focus outline from the checkbox */
}

.overlay-text-container {
    margin-left: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 40vw;
}

/* Home section */
/*.home-background {
    background-image: url(./assets/images/cameras.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}*/

.above-title,
.bellow-title {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.above-title {
    color: var(--accent-color);
    margin-bottom: 1.2rem;
}

.title {
    text-align: left;
}

.fa-chevron-down {
    margin-left: .5rem;
}

.home-buttons-container {
    display: flex;
    flex-direction: row;
}

.home-services-button,
.home-about-button {
    padding: 1rem 2rem;
    background: var(--accent-medium-dark-color);
    border: none;
    margin-right: 2rem;
    font-size: medium;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.2s ease-in-out;
    border-radius: 2px;
}

.home-about-button {
    background: white;
    color: Black;
    transition: transform 0.2s ease-in-out;
}


.home-services-button:hover,
.home-about-button:hover {
    cursor: pointer;
    transform: scale(1.1);
    /* box-shadow: 0px 0px 3px 1px rgb(128, 247, 197); */
}

/* About */
.about-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: var(--bg-color);
}

.about-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* padding-left: 10%;
    padding-right: 10%; */
    max-width: 1160px;
}

.about-text-container {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-container h2 {
    /*font-family: 'Jost', sans-serif;*/
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--h2-color);
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400;
}

.about-summary {
    color: #757575;
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.5;
}

.about-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: .5rem;
    margin-top: 2rem;
}

.about-grid-container div {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.about-grid-container div:nth-of-type(1),
.about-grid-container div:nth-of-type(3),
.about-grid-container div:nth-of-type(5) {
    margin-right: 1rem;
}

.check-circle-text {
    display: flex;
    flex-direction: row;
    width: 90%;

    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease-out 0.2s, transform 0.3s ease-out 0.2s;
}

.check-circle-text:nth-child(-n+4) {
    border-bottom: 1px solid #e7e7e7;
}

.check-circle {
    background-image: url(./assets/images/green-check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 10%;
    width: 10%;
    margin-right: 1rem;

    margin-right: 10px;
    transform: scale(0);
    transition: transform 0.3s ease-out;
}

/* Active animation class */
.check-circle-text.animate {
    opacity: 1;
    transform: translateY(0);
}

.check-circle-text.animate .check-circle {
    transform: scale(1);
}

.check-circle-text.animate span {
    opacity: 1;
    transform: translateX(0);
}

.about-summary-grid {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.about-video-container {
    display: flex;
    /* height: 100%; */
    position: relative;
    align-items: center;
    justify-content: center;
}

.about-video-container video {
    position: relative;
    height: 70vh;
    border-radius: 4px;
}

/* Visualization section */

.camera-circle-one-outer,
.lock-circle-outer,
.gate-circle-three-outer,
.alarms-circle-outer {
    display: flex;
    align-items: center;
    border: 10px solid #ffffff18;
    border-radius: 50%;
    max-height: fit-content;
    max-width: fit-content;
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease-in-out;
}

.pulse {
    transform: scale(1.1);
    border: 10px solid #ffffffda;
    transition: transform 0.8s ease-in-out border;
}

.camera-circle-one-inner,
.lock-circle-inner,
.camera-circle-three-inner,
.alarms-circle-inner {
    display: flex;
    align-items: center;
    padding: 1.8vw;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.camera-circle-one-inner {
    border: 2px solid #58c792;
    background-color: #63d59f87;
    background-image: url(./assets/images/cctv.png);
    transition: background-color 1s ease;
}

.lock-circle-inner {
    border: 2px solid #58c792;
    background-color: #63d59f87;
    /* border: 2px solid #b53a3a;
    background-color: #cb343459; */
    background-image: url(./assets/images/lock.png);
    transition: background-color 1s ease;
}

.camera-circle-three-inner {
    border: 2px solid #58c792;
    background-color: #63d59f87;
    /* border: 2px solid #0481f5;
    background-color: #0481f52b; */
    background-image: url(./assets/images/gate-closed.png);
    transition: background-color 1s ease;
}

.alarms-circle-inner {
    border: 2px solid #58c792;
    background-color: #63d59f87;
    /* border: 2px solid #c19239;
    background-color: #ff7f003d; */
    background-image: url(./assets/images/alarms.png);
    transition: background-color 1s ease;
}

.banner-camera {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 10vh;
    width: 100%;
    background-image: url(./assets/images/banner-camera.png);
}

.lock-open {
    background-image: url(./assets/images/lock-open.png);
}

.gate-open {
    background-image: url(./assets/images/gate-open.png);
}

.cctv-off {
    background-image: url(./assets/images/cctv-off.png);
}

.lock-open,
.gate-open,
.cctv-off {
    background-color: #63d59f00;
}


.visualization-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* background: var(--bg-color); */
    background: #efefef;
}

.visualization-background-container {
    position: relative;
    width: 100%;
}

.visualization-image {
    width: 100%;
}

.camera-position-one,
.lock-position,
.gate-position,
.alarms-position {
    position: absolute;
    width: 6%;
}

.camera-position-one {
    top: 15%;
    left: 83%;
}

.lock-position {
    top: 40%;
    left: 52.5%;
}

.gate-position {
    top: 41%;
    left: 35%;
}

.alarms-position {
    top: 22%;
    right: 25%;
}

.cam-image-container {
    position: relative;
    margin-right: 1rem;
}

.object-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.widget-content:nth-of-type(1),
.widget-content:nth-of-type(2) {
    background: rgb(255 255 255);
}

.widget-content:nth-of-type(3),
.widget-content:nth-of-type(4) {
    background: rgb(255 255 255);
    /* animation: gradientRotation 360s linear infinite; */
    backdrop-filter: blur(3px);
}

.widgets {
    position: absolute;
    top: 10rem;
    left: 2rem;
}

.widget-content {
    display: flex;
    flex-direction: row;
    padding: .5rem;
    border-radius: 20px;
    align-items: center;
    position: relative;
    max-width: 300px;
    width: fit-content;
    margin-bottom: 1rem;
    border: 1px solid #00000026;
    filter: drop-shadow(1px 1px 2px #bbced8);
}

.cam-image-one,
.cam-image-two,
.cam-image-three,
.cam-image-four,
.widget-clock-icon {
    position: relative;
    display: block;
    object-fit: cover;
}

.cam-image-one,
.cam-image-two,
.cam-image-three,
.cam-image-four {
    width: 14vh;
    height: 12vh;
    border-radius: 10px;
}

.cam-image-three,
.cam-image-four {
    object-fit: contain;
}

.cam-image-none {
    background-image: none;
    background-color: #2e2e2e;
}

.widget-span {
    margin-right: .5rem;
    white-space: nowrap;
    /*font-family: 'Jost', sans-serif;*/
}

.widget-span-num {
    color: #3d3d3d;
    margin-right: .5rem;
}

.widget-span-location {
    color: #3d3d3d;
    margin-bottom: 1rem;
    /*font-family: 'Jost', sans-serif;*/
}

.widget-clock-icon {
    height: 20px;
    width: 20px;
    margin-right: .5rem;
    background-image: url(./assets/images/clock.png);
    background-size: contain;
}

.widget-clock-hour-container {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.widget-text-hour {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.widget-camera-text {
    display: flex;
    flex-direction: row;
    margin-bottom: .5rem;
}

.widget-camera-text-container {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.toggle-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.toggle-checkbox {
    display: none;
}

.toggle-switch {
    display: flex;
    position: relative;
    width: 35px;
    height: 20px;
    background: #bfbfbf;
    border-radius: 20px;
}

.toggle-label {
    width: 35px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-circle {
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
}

.toggle-checkbox:checked+.toggle-label {
    background-color: var(--accent-color);
}

.toggle-checkbox:checked+.toggle-label .toggle-circle {
    transform: translateX(15px);
}

/* Lock switch */
.switch {
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}

.switch input {
    display: none;
}

.switch input+span {
    padding-left: 50px;
    min-height: 24px;
    line-height: 24px;
    display: block;
    color: #99A3BA;
    position: relative;
    white-space: nowrap;
    transition: color .3s ease;
}

.switch input+span:before,
.switch input+span:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 12px;
}

.switch input+span:before {
    top: 0;
    left: 0;
    width: 42px;
    height: 24px;
    background: #dddddd;
    transition: all .3s ease;
}

.switch input+span:after {
    width: 18px;
    height: 18px;
    background: #fff;
    top: 3px;
    left: 3px;
    box-shadow: 0 1px 3px rgba(18, 22, 33, .1);
    transition: all .45s ease;
}

.switch input+span em {
    width: 8px;
    height: 7px;
    background: #99A3BA;
    position: absolute;
    left: 8px;
    bottom: 7px;
    border-radius: 2px;
    display: block;
    z-index: 1;
    transition: all .45s ease;
}

.switch input+span em:before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -1px;
}

.switch input+span em:after {
    content: '';
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #99A3BA;
    border-bottom: 0;
    width: 6px;
    height: 4px;
    left: 0px;
    bottom: 6px;
    position: absolute;
    z-index: 1;
    transform-origin: 0 100%;
    transition: all .45s ease;
    transform: rotate(-35deg) translate(0, 1px);
}

.switch input+span strong {
    font-weight: normal;
    position: relative;
    display: block;
    top: 1px;
}

.switch input+span strong:before,
.switch input+span strong:after {
    font-size: 14px;
    font-weight: 500;
    display: block;
    font-family: 'Mukta Malar', Arial;
}

/* .switch input+span strong:before {
    content: 'Unlocked';
    transition: all .3s ease .2s;
} */

.switch input+span strong:after {
    /* content: 'Locked'; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    color: #5628EE;
    transition: all .3s ease;
    transform: translate(2px, 0);
}

/* .switch input:checked+span {
    background: rgba(86, 40, 238, .35);
} */

.switch input:checked+span:after {
    background: #fff;
    transform: translate(18px, 0);
}

.switch input:checked+span em {
    transform: translate(18px, 0);
    background: #ee2828;
}

.switch input:checked+span em:after {
    border-color: #ee2828;
    transform: rotate(0deg) translate(0, 0);
}

.switch input:checked+span strong:before {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transform: translate(-2px, 0);
}

.switch input:checked+span strong:after {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all .3s ease .2s;
}

.lock-switch {
    transform: scale(1.25) translate(1ch, 0);
}

/* Moving banner */

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: #efefef;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

/* .logos:hover .logos-slide {
    animation-play-state: paused;
} */

.logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide img {
    height: 50px;
    margin: 0 100px;
}

/* Services */
.services-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 2rem;
    background: var(--bg-color);
}

.services-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 5%;
    grid-gap: 1rem;
    max-width: 1160px;
}

.services-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}

.services-wrapper h2 {
    text-align: left;
    margin-top: 0.2rem;
    margin-bottom: 3.5rem;
    /*font-family: 'Jost', sans-serif;*/
    color: var(--h2-color);
    letter-spacing: 0.15rem;
    font-weight: 400;
}

.services-wrapper span {
    color: var(--accent-medium-dark-color);
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 1.1rem;
    text-align: left;
    letter-spacing: 0.05rem;
}

.services-card {
    opacity: 0;
    position: relative;
    height: 380px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 2rem;
    filter: drop-shadow(1px 1px 2px #bbced8);
    overflow: hidden;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.9);
}

.services-card:hover {
    transform: scale(1.03);
}

.services-cards-container .services-card:nth-of-type(2) {
    background-color: var(--accent-medium-dark-color);
}

.services-cards-container .services-card:nth-of-type(2) h3,
.services-cards-container .services-card:nth-of-type(2) .services-description {
    color: white;
}

.services-card h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.services-card-icon {
    display: flex;
    align-items: center;
    width: 100%;
}

.gate-icon,
.camera-icon,
.door-icon,
.intercom-icon {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
}

.gate-icon {
    background-image: url(./assets/images/house-entrance-gate-icon.png);
}

.door-icon {
    background-image: url(./assets/images/door-security-sensor-icon.png);
}

.camera-icon {
    background-image: url(./assets/images/cctv-camera-icon.png);
}

.intercom-icon {
    background-image: url(./assets/images/intercom-icon.png);
}

.services-description {
    font-size: 1rem;
    color: #6f6f6f;
    line-height: 1.4rem;
    letter-spacing: 0.02rem;
}

.services-details-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-right: .5rem;
    padding: 2%;
}

.skew-box {
    display: flex;
    transform: skewX(-15deg);
    color: white;
    border: 1px solid #25d37e61;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 1.5rem;
    width: 10rem;
}

.skew-box.recommend::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0px;
    background-color: rgb(255, 255, 255);
    transition: all .8s;
}

.skew-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0px;
    background-color: var(--accent-color);
    transition: all .8s;
}

.skew-box:hover::before {
    width: 100%;
}

.skew-box .content {
    display: inline-block;
    transform: skewX(15deg);
    font-weight: bold;
}

.services-cards-container .services-card:nth-of-type(2) .skew-box {
    border: 1px solid white;
}

.services-cards-container .services-card:nth-of-type(2) .content {
    color: white;
    transition: color 0.5s ease;
}

.services-cards-container .services-card:nth-of-type(2) .content:hover {
    color: var(--accent-color);
    transition: color 0.5s ease;
}

.services-cards-container .services-card:nth-of-type(2) .skew-box:hover .content {
    color: var(--accent-medium-dark-color);
    transition: color 0.5s ease;
}

.services-cards-container .services-card:nth-of-type(1) .skew-box,
.services-cards-container .services-card:nth-of-type(3) .skew-box,
.services-cards-container .services-card:nth-of-type(4) .skew-box {
    border: 1px solid #25d37e61;
    transition: color 0.5s ease;
}

.services-cards-container .services-card:nth-of-type(1) .skew-box:hover .content,
.services-cards-container .services-card:nth-of-type(3) .skew-box:hover .content,
.services-cards-container .services-card:nth-of-type(4) .skew-box:hover .content {
    color: white;
    transition: color 0.5s ease;
}

.services-cards-container .services-card:nth-of-type(1) .skew-box .content,
.services-cards-container .services-card:nth-of-type(3) .skew-box .content,
.services-cards-container .services-card:nth-of-type(4) .skew-box .content {
    color: var(--accent-color);
    transition: color 0.5s ease;
}

/* Customers */

.customers-container {
    /* background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./assets/images/building.png);
    transition: background-image .9s; */
    background: var(--bg-color);
    display: flex;
    justify-content: center;
}

.customers-content {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* .customers-content {
    display: flex;
    flex-direction: column;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
} */

.darken {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    color: white;
}

.customers-content h2 {
    padding: 1rem;
    text-align: left;
    text-align: left;
    margin-top: 0.2rem;
    /* margin-bottom: 3.5rem; */
    /*font-family: 'Jost', sans-serif;*/
    color: var(--h2-color);
    letter-spacing: 0.2rem;
    font-weight: 400;
}

.customers-description {
    margin-bottom: 5rem;
}

.five-cases-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 5%;
    margin-top: 2%;
}

.customer-cases {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 2rem;
    padding-right: 1rem;
    height: 270px;
    border: 1px solid rgb(83 82 82);

    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.customer-cases:nth-of-type(2),
.customer-cases:nth-of-type(3),
.customer-cases:nth-of-type(4),
.customer-cases:nth-of-type(5) {
    border-left: 0;
}

.customers-content span {
    color: #e1e1e1;
    font-size: 1.1rem;
    font-weight: 600;
    width: 70%;
    text-align: justify;
}

.customer-cases span {
    padding-bottom: 2rem;
    margin-bottom: 7rem;
}

.customer-cases span,
.customer-cases span:nth-child(1) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.customer-cases span:nth-child(1) {
    font-size: 3rem;
}

.customer-cases span:nth-child(2) {
    font-size: 1.4rem;
    line-height: 2rem;
}

.customers-content-nav {
    display: flex;
    gap: 20px;
}

.customer-nav-button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    transition: background 0.3s;
}

.customer-nav-button:hover {
    background: var(--accent-color);
    /* optional hover effect */
}

.customer-nav-button span {
    font-size: 25px;
    user-select: none;
    padding-bottom: .2rem;
    color: #121212;
    text-align: center;
}

.customer-nav-button:hover span {
    color: white;
    /* or any color you want */
}

.customer-cases.active {
    transform: scale(1.15);
    z-index: 1;
    background: var(--accent-medium-dark-color);
    border: 1px solid transparent;
    transition: background 0.2s, transform 0.3s ease;
}

.customer-cases.active.hide-border {
    border-color: rgba(255, 255, 255, 0);
}


/*****************************************************************/
.main-container {
    background-color: #ececec;
    position: relative;
}

.clients-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1160px;
    margin: 0 auto;
    font-family: var(--font-sans);
    margin-bottom: 4rem;
}

.clients-card-content h2 {
    margin-bottom: 0;
    color: white;
}

@media (min-width: 600px) {
    .clients-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .clients-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.clients-card {
    opacity: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    height: 350px;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.1),
        0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1),
        0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.clients-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: center;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
    z-index: 0;
}

.clients-card:nth-child(1)::before {
    background-image: url('./assets/images/house.jpg');
}

.clients-card:nth-child(2)::before {
    background-image: url('./assets/images/industry.jpg');
}

.clients-card:nth-child(3)::before {
    background-image: url('./assets/images/market.jpg');
}

.clients-card:nth-child(4)::before {
    background-image: url('./assets/images/outdoor.jpg');
}

.clients-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.009) 11.7%,
            rgba(0, 0, 0, 0.034) 22.1%,
            rgba(0, 0, 0, 0.072) 31.2%,
            rgba(0, 0, 0, 0.123) 39.4%,
            rgba(0, 0, 0, 0.182) 46.6%,
            rgba(0, 0, 0, 0.249) 53.1%,
            rgba(0, 0, 0, 0.32) 58.9%,
            rgba(0, 0, 0, 0.394) 64.3%,
            rgba(0, 0, 0, 0.468) 69.3%,
            rgba(0, 0, 0, 0.54) 74.1%,
            rgba(0, 0, 0, 0.607) 78.8%,
            rgba(0, 0, 0, 0.668) 83.6%,
            rgba(0, 0, 0, 0.721) 88.7%,
            rgba(0, 0, 0, 0.762) 94.1%,
            rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
    pointer-events: none;
    z-index: 0;
}

.clients-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    z-index: 1;
    transition: transform var(--d) var(--e);
}

.clients-card-content>*+* {
    margin-top: 1rem;
}

.clients-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.copy {
    /* font-family: var(--font-serif); */
    font-size: 1.125rem;
    /* font-style: italic; */
    line-height: 1.35;
}

.btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}

.btn:hover {
    background-color: #222;
}

.btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}

.clients-card::after {
    transform: translateY(0);
}

.clients-card-content {
    transform: translateY(calc(100% - 4.5rem));
}

.clients-card-content>*:not(.clients-title) {
    opacity: 0;
    transform: translateY(1rem);
    transition:
        transform var(--d) var(--e),
        opacity var(--d) var(--e);
}

.clients-card.active::before {
    transform: translateY(-4%);
}

.clients-card.active::after {
    transform: translateY(-50%);
}

.clients-card.active .clients-card-content {
    transform: translateY(0);
}

.clients-card.active .clients-card-content>*:not(.clients-title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
}

.separator {
    text-align: center;
    font-size: 3rem;
    color: #50cb90;
    /*color: #a5a5a5;*/
    line-height: 0;
    margin-top: 2rem;
}

@media (hover: hover) and (min-width: 600px) {

    /* Existing desktop hover styles */
    .clients-card:hover::before,
    .clients-card:focus-within::before,
    .clients-card:hover::after,
    .clients-card:focus-within::after,
    .clients-card:hover .clients-card-content,
    .clients-card:focus-within .clients-card-content,
    .clients-card:hover .clients-card-content>*:not(.clients-title),
    .clients-card:focus-within .clients-card-content>*:not(.clients-title)
    /* transition styles... */

    .clients-card::after {
        transform: translateY(0);
    }

    .clients-card-content {
        transform: translateY(calc(100% - 4.5rem));
    }

    .clients-card-content>*:not(.clients-title) {
        opacity: 0;
        transform: translateY(1rem);
        transition:
            transform var(--d) var(--e),
            opacity var(--d) var(--e);
    }

    .clients-card:hover,
    .clients-card:focus-within {
        align-items: center;
    }

    .clients-card:hover::before,
    .clients-card:focus-within::before {
        transform: translateY(-4%);
    }

    .clients-card:hover::after,
    .clients-card:focus-within::after {
        transform: translateY(-50%);
    }

    .clients-card:hover .clients-card-content,
    .clients-card:focus-within .clients-card-content {
        transform: translateY(0);
    }

    .clients-card:hover .clients-card-content>*:not(.clients-title),
    .clients-card:focus-within .clients-card-content>*:not(.clients-title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }
}

/* ************************************************************* */

/* Contact Section */
.contact-container {
    display: flex;
    /* background: var(--bg-color); */
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    background-image: url(./assets/images/map-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 9999s ease-out, color 9999s ease-out;
}

.left-col {
    width: 50vw;
    height: 100%;
    display: flex;
    align-items: center;
}

.left-col-content {
    display: flex;
    flex-direction: column;
    margin-left: 10rem;
    border-left: 5px solid var(--accent-medium-dark-color);
    padding: 2rem
}

.left-col-work-hours,
.left-col-number-mail {
    display: flex;
    flex-direction: column;
}

.left-col-work-hours span,
.left-col-number-mail span {
    color: #fbfbfbd9;
    /*font-family: 'Jost', sans-serif;*/
    letter-spacing: 0.1rem;
}

.left-col-work-hours span:nth-child(1),
.left-col-number-mail span:nth-child(1) {
    color: rgb(163, 163, 163);
    margin-bottom: 1rem;
    /*font-family: 'Jost', sans-serif;*/
    letter-spacing: 0.1rem;
}

.left-col-work-hours {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.contact-container-logo {
    width: 10rem;
    padding: 1.5rem;
}

.right-col {
    background: #1c1c1cd6;
    padding: 4rem 4rem 1rem;
    max-width: 620px;
    margin-right: 10rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.right-col-content {
    display: flex;
    flex-direction: column;
}

.right-col h2,
.right-col label,
.right-col button,
.description {
    /*font-family: 'Jost', sans-serif;*/
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.right-col h2 {
    color: #fbfbfbd9;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    font-weight: 400;
}

.right-col p {
    color: var(--secondary-color);
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    margin: 0.5rem 0;
    line-height: 1.4rem;
}

.right-col label,
.description {
    color: #fbfbfbd9;
    text-transform: uppercase;
    font-size: 0.7rem;
}

form {
    width: 31.25rem;
    position: relative;
    margin-top: 2rem;
    padding: 1rem 0;
}

.right-col input,
.right-col textarea,
.right-col label {
    width: 100%;
    display: block;
}

.right-col p,
placeholder,
input,
textarea {
    font-family: 'Helvetica Neue', sans-serif;
}

input::placeholder,
textarea::placeholder {
    color: rgb(56, 56, 56)
}

.right-col input,
.right-col textarea {
    color: white;
    font-weight: 500;
    background: #00000000;
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    padding: 1rem 0;
    margin-bottom: 1rem;
    outline: none;
}

.right-col textarea {
    resize: none;
}

.right-col button {
    text-transform: uppercase;
    font-weight: 300;
    background: var(--accent-medium-to-dark-color);
    color: var(--bg-color);
    width: 10rem;
    height: 2.25rem;
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.right-col button:active {
    opacity: 0.8;
}

#error,
#success-msg {
    width: 40vw;
    margin: 0.125rem 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fbfbfbd9;
    letter-spacing: 0.07rem;
}

#success-msg {
    transition-delay: 3s;
}

@media only screen and (max-width: 950px) {
    .contact-container-logo {
        width: 8rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    p {
        font-size: 0.7rem;
    }

}

/* Footer Section */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
}

footer .container {
    max-width: 1170px;
    margin: auto;
    padding-bottom: .5rem;
}

footer p {
    font-size: 14px;
    color: #b9b9b9;
    padding-top: 5rem;
}

footer p:nth-child(2) {
    display: flex;
    justify-content: center;
    padding: 1rem;
    color: #5e5e5e;
}

.footer-details {
    display: flex;
    flex-direction: column;
}

.footer-details span {
    color: #bbbbbb;
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #0e0e0e;
    padding-top: 5rem;
}

.footer-col {
    width: 25%;
    padding: 0 45px;
}

.footer-col h3 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: var(--accent-color);
    height: 2px;
    box-sizing: border-box;
    width: 100%;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: .5rem;
}

.footer-col ul li a {
    font-size: 1rem;
    text-transform: capitalize;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.footer-col:nth-child(2) {
    display: none;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:visited {
    color: inherit;
}

.footer a:hover {
    color: #d4d4d4;
}

.footer a:active {
    color: inherit;
}

/* Different animation variants */
.fade-scale {
    transform: scale(0.8);
}

/* When in view */
.show {
    opacity: 1;
    transform: none;
}


@media (max-width: 1600px) {
    .widgets {
        transform: scale(.8);
    }

    .about-content-wrapper {
        align-items: center;
    }
}

@media (max-width: 1220px) {

    .nav-content-justification {
        justify-content: unset;
    }

    /* Remove hover behavior on mobile */
    .dropdown,
    .dropbtn {
        display: block;
        width: 100%;
    }

    .dropdown-content {
        display: block;
        position: static;
        /* Remove absolute positioning */
        background-color: transparent;
        box-shadow: none;
        padding-left: 20px;
        margin-top: 1rem;
    }

    .dropdown-content a {
        color: #dddddd;
        padding: 10px 0;
        font-size: .9rem;
        text-transform: uppercase;
    }

    .dropbtn i {
        display: none;
        /* Optional: Hide the chevron icon on mobile */
    }

    .home-section .overlay {
        background: rgb(0 0 0 / 0.7);
    }

    .column {
        width: 100%;
    }

    .hamburger {
        display: block;
    }

    nav {
        justify-content: center;
        margin-top: 2rem;
    }

    .header-contact-container {
        transform: scale(.8) translateX(20px);
    }

    /* When navbar is active, rotate and animate the hamburger lines to form an X */
    .navbar-active .hamburger div:nth-child(1) {
        transform: rotate(44deg) translateY(15px);
        /* Move down a bit more */
    }

    .navbar-active .hamburger div:nth-child(2) {
        opacity: 0;
        /* Hide the middle line */
        transform: translateX(-20px);
        /* Move it out of the view */
    }

    .navbar-active .hamburger div:nth-child(3) {
        transform: rotate(-44deg) translateY(-15px);
        margin: 9px 0;
        /* Move up a bit more */
    }

    .logo {
        display: none;
    }

    .navbar {
        justify-content: center;
        padding: 5px 15px;
    }

    .navbar-active {
        height: 100vh;
        align-items: flex-start;
    }

    .navbar-dark {
        background-color: #000000e0;
    }

    /* Adjust navbar links for small screens */
    .navbar nav ul {
        display: none;
        flex-direction: column;
        /* Stack navbar items vertically */
    }

    .navbar nav ul li {
        margin: 10px 0;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
    }

    .navbar nav ul li span {
        font-size: 1rem;
        border-bottom: 1px solid #c9c9c93b;
        padding-bottom: 1rem;
        padding-top: 1.1rem;
        text-transform: uppercase;
    }

    .navbar nav ul li span.active {
        color: var(--accent-color);
        border-bottom: 1px solid var(--accent-medium-dark-color);
    }

    .dropbtn {
        padding: unset;
    }

    .overlay-text-container {

        max-width: 50vw;
    }

    h1 {
        font-size: 2em;
    }

    .home-services-button,
    .home-about-button {
        font-size: .8rem;
    }

    .about-content-wrapper {
        flex-direction: column;
    }

    .about-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .about-text-container {
        width: 100%;
    }

    .about-summary-grid {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .about-content-wrapper h2,
    h2 {
        font-size: 1.5rem;
        margin-bottom: 3rem;
        text-align: left;
    }

    .about-video-container {
        justify-content: center;
    }

    .about-grid-container {
        display: block;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .check-circle-text {
        border-bottom: 1px solid #e7e7e7;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .services-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-left: 5%;
        margin-right: 5%;
    }

    .services-description {
        font-size: 1.2vw;
    }

    h3 {
        font-size: 1.8vw;
    }

    .services-cards-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
    }

    .widgets {
        transform: scale(.6);
        top: 8rem;
    }

    .contact-container .left-col {
        display: none;
    }

    .contact-container .right-col {
        margin-right: 0;
    }

    .footer-col:nth-child(2) {
        display: block;
    }

    /* .contact-info {
        display: none;
    } */

}

@media (max-width: 950px) {
    .services-description {
        font-size: 0.8rem;
    }

    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }

    .widgets {
        top: 6rem;
    }
}

@media(max-width: 850px) {
    .widgets {
        transform: scale(.4);
    }
}

/*responsive*/
@media(max-width: 768px) {

    .header-contact-container {
        transform: scale(.7) translateX(50px);
    }

    #video-base {
        position: unset;
    }

    .overlay-text-container {
        max-width: unset;
        margin-left: 5%;
        margin-right: 5%;
        height: 100%;
        margin-top: 8rem;
    }

    .overlay-text-container>*:nth-child(4) {
        margin-top: 5rem;
    }

    .overlay-text-container>*:nth-child(5) {
        margin-top: 6rem;
    }

    h1 {
        font-size: 1.8em;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .home-services-button,
    .home-about-button {
        font-size: .9rem;
        margin-right: unset;
    }

    .home-buttons-container {
        width: 100%;
        justify-content: space-between;
    }

    .about-summary {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .above-title {
        margin-bottom: 0;
    }

    .above-title,
    .bellow-title {
        margin-bottom: 0;
        font-size: 1rem;
    }

    .footer-col ul li a,
    .footer-details span {
        margin-bottom: .5rem;
    }

    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }

    .services-cards-container {
        display: flex;
        flex-direction: column;
    }

    .services-wrapper span {
        font-size: .9rem;
    }

    .services-card h3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }

    .services-description {
        font-size: 1rem;
    }

    .services-wrapper span {
        margin-bottom: 2rem;
    }

    .services-wrapper span {
        text-align: left;
        margin-bottom: .5rem;
    }

    .skew-box span {
        margin-bottom: .5rem;
    }

    .logos {
        padding: 20px 0;
    }

    .gate-icon,
    .camera-icon,
    .door-icon,
    .intercom-icon {
        height: 50px;
        width: 50px;
    }

    .camera-circle-one-inner,
    .lock-circle-inner,
    .camera-circle-three-inner {
        padding: 3vw;
    }

    .visualization-container,
    #visualization-menu-item {
        display: none;
    }

    .copy {
        font-size: .97rem;
    }

    .contact-content {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contact-info {
        margin-bottom: 0;
        padding: 0;
    }

    .contact-container h2 {
        font-size: 1.5rem;
    }

    .right-col p {
        width: 80vw;
    }

    .right-col {
        width: 90vw;
        margin-right: 0;
        padding: 2rem 2rem 1rem;
    }

    .left-col {
        /* width: 0vw; */
        display: none;
    }

    form {
        width: unset;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

@media(max-width: 430px) {

    .home-section {
        height: 90vh;
    }

    .overlay-text-container>*:nth-child(4) {
        margin-top: 4rem;
    }

    .overlay-text-container>*:nth-child(5) {
        margin-top: 5rem;
    }

    .about-content-wrapper h2,
    h2,
    .contact-container h2 {
        font-size: 1.2rem;
    }

    .about-summary,
    .services-description,
    .copy,
    .check-circle-text span {
        font-size: 0.9rem;
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }

    .check-circle-text.animate .check-circle {
        transform: scale(.8);
    }

    .services-card h3 {
        font-size: 1.2rem;
    }

    .services-card {
        height: 360px;
    }

    .footer-col ul li a,
    .footer-details span {
        font-size: .9rem;
    }

    .services-description {
        letter-spacing: 0.02rem;
    }
}