:root {
  --black: #202023;
  --grey: #848484
}
html{overflow-x: hidden;}
.home_hero_section video,
.home_hero_section img{
    height:100%;
    width:100%;
    object-fit:cover;
}
section video{
    max-width:100%;
}
ul{padding: 0; margin: 0}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;font-weight: 600;font-style: normal; text-align: center;}
li{padding: 0; margin: 0; list-style: none}
*{padding: 0; margin: 0;  font-weight: normal;box-sizing: border-box;}
img, svg {vertical-align: middle;}
p{padding: 16px 0; line-height: 24px; text-align: center;}
a{text-decoration: none; color: var(--black);}
body{font-family: "Onest", sans-serif; background: var(--bg); font-size: 14px; padding: 0; margin: 0; font-weight: normal;}
h1{font-size:64px}
p{font-size: 16px; color: #767676; font-weight: 300}
h1{font-size: 80px;font-weight: 700; line-height: 80px}
h2{font-size: 72px;font-weight: 700; line-height: 72px}
h3{font-size: 64px;font-weight: 600; line-height: 64px}
h4{font-size: 56px;font-weight: 600; line-height: 56px}
h5{font-size: 48px;font-weight: 600; line-height: 48px}
h6{font-size: 40px;font-weight: 600; line-height: 40px}
.h7{font-size: 32px;font-weight: 600; line-height: 32px}
.h8{font-size: 24px;font-weight: 600; line-height: 24px}
.mobile{display: none !important}
.desktop{display: block !important}
#back-btn{position: fixed; bottom: 30px; background: black; color: #fff; z-index: 22; left: 47%;border-radius: 30px;padding: 8px 16px;}
.home_hero_section .hero_text .jobs{display: none !important;}
html{scroll-behavior: smooth; }
/* Floating Menu */

.floating-menu{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(30px) scale(.8);

    width: 100%;
    display: flex;
    justify-content: center;

    z-index: 999;

    opacity: 0;
    visibility: hidden;
    pointer-events: auto;

    transition:
        opacity .4s ease,
        transform .6s cubic-bezier(.22,1,.36,1);
}

.floating-menu.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
}

/* Glass Container */

.floating-menu .item{
    position: relative;

    display: flex;
    align-items: center;
    gap: 4px;

    padding: 6px 7px;

    border-radius: 999px;

    background: rgba(20,20,20,.45);

    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);

    border: 1px solid rgba(255,255,255,.08);


    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

/* Glass Highlight */

.floating-menu .item::before{
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;

    background: linear-gradient(
        180deg,
        rgba(255,255,255,.12) 0%,
        rgba(255,255,255,.04) 40%,
        transparent 100%
    );

    pointer-events: none;
}

/* Reflection Sweep */

.floating-menu .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: -150%;

    width: 60%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.12),
        transparent
    );

    transition: left .8s ease;
}

.floating-menu .item:hover{
    transform: translateY(-2px);

    background: rgba(30,30,30,.55);

  
}

.floating-menu .item:hover::after{
    left: 150%;
}

/* Links */

.floating-menu a{
    position: relative;
    z-index: 2;

    padding: 12px 16px;

    border-radius: 999px;

    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;

    border: 1px solid transparent;

    transition: all .3s ease;
}

.floating-menu a:hover{
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.25);
    padding: 12px 20px;
}



/*.portfolio-slider .slick-list{cursor: url('../icons/cursor.svg'), move;transition: ease-in-out all 0.4s;}*/

.container-fluid{width: 90%; margin: 0 auto}
.title{width:850px; margin: 0 auto}
.para{width:750px; margin: 0 auto}
header .logo img{height: 48px}
header{ padding: 40px 64px; display: flex; justify-content: space-between; position: absolute; width: 100%; z-index: 2}
header .avatar img{border-radius: 50%}
.main_menu{padding-left: 40px; display: flex}
.main_menu a{font-size: 22px; padding: 8px; color: #fff}
header .avatar img{border-radius: 50%}
header .search{background: var(--box-grey); border:none; border-radius: 4px; height: 40px; padding: 0 16px; font-size: 12px}
header .right{gap: 20px;display: flex;justify-content: flex-end;align-items: center; position: relative;}
header .left{gap: 20px;display: flex;justify-content: flex-start; align-items: center;}
.btn-primary{background: var(--black); color: white; padding: 16px 32px;  display: inline-block; font-size: 16px; text-align: center;}
.btn-white{background: white; color: black; padding: 16px 32px;  display: inline-block; font-size: 16px; text-align: center;}
footer{background: #000;     z-index: 1;position: relative;}
footer .title{padding:0; width: 100%}

.footer .top{display: flex; flex-wrap: wrap;gap: 0}
.footer .top .item{flex: 1 1 calc(50% - 32px); display: block}

.footer .top .right{display: flex; flex-wrap: wrap;gap: 0}
.footer .top .right .column{flex: 1 1 calc(50% - 32px); display: block; color: var(--grey); min-height: 200px}
.footer .top .right .column .content{padding-top: 10px}
.footer .top .right .column h6{text-align: left; color: #fff; font-size: 20px}
.footer .top .right .column p{text-align: left; padding:0; font-size: 14px; line-height: 18px}
.footer .top .right .column a{text-align: left;color: var(--grey); display: block;font-size: 14px; font-weight: 200; margin-top: 6px}

.footer .bottom{display: flex; flex-wrap: wrap;gap: 0;    align-items: center;}
.footer .bottom .item{flex: 1 1 calc(50% - 32px); display: block}
.footer .bottom .left a{font-size: 24px; color: white; padding-right: 16px}

.footer .bottom .right{display: flex; flex-wrap: wrap;gap: 0}
.footer .bottom .right .item{flex: 1 1 calc(50% - 32px); display: block; color: var(--grey);}
.footer .bottom .right p{font-size: 12px; color: white; padding: 0; text-align: left}
.footer .bottom .right a{display: inline-block; padding: 0 10px 0 0 }


.CTA{text-align: center;}
.CTA a{text-align: center;}


.pd-1{padding: 20px}
.pd-2{padding: 40px}
.pd-3{padding: 64px}
.pd-4{padding: 80px}
.pd-5{padding: 124px}

.pdy-1{padding: 20px 0}
.pdy-2{padding: 40px 0}
.pdy-3{padding: 64px 0}
.pdy-4{padding: 80px 0}
.pdy-5{padding: 124px 0}

.pdx-1{padding: 0 20px}
.pdx-2{padding: 0 40px}
.pdx-3{padding: 0 64px}
.pdx-4{padding: 0 80px}
.pdx-5{padding: 0 124px}

.pdb-1{padding-bottom: 20px}
.pdb-2{padding-bottom: 40px}
.pdb-3{padding-bottom: 64px}
.pdb-4{padding-bottom: 80px}
.pdb-5{padding-bottom: 124px}

.pdt-1{padding-top: 20px}
.pdt-2{padding-top: 40px}
.pdt-3{padding-top: 64px}
.pdt-4{padding-top: 80px}
.pdt-5{padding-top: 124px}

.pdl-1{padding-left: 20px}
.pdl-2{padding-left: 40px}
.pdl-3{padding-left: 64px}
.pdl-4{padding-left: 80px}
.pdl-5{padding-left: 124px}

.pdr-1{padding-right: 20px}
.pdr-2{padding-right: 40px}
.pdr-3{padding-right: 64px}
.pdr-4{padding-right: 80px}
.pdr-5{padding-right: 124px}
.footer .top .item .title, .footer .top .item .cta-link{display: none}

.mb-15{
    margin-bottom:15px;
}
.mb-25{
    margin-bottom:25px;
}
/* Hamburger Button */
.button_container {
  position: absolute;
  top: 8px;
  right: 0px;
  height: 27px;
  width: 50px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(1) {
  top: 0;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

/* Active Hamburger */
.button_container.active .top {
  transform: translateY(11px) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
}

/* Overlay Menu */
.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.45s ease;
  overflow: hidden;
  z-index: 3;
}

/* Open State */
.menu-overlay.open {
  transform: translateX(0);
}

/* Navigation */
.menu-overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  display: flex;
    align-items: center;
}

.menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.menu-overlay ul li {
  display: block;
  min-height: 50px;
  position: relative;
  opacity: 0;
}

/* Animate menu items when open */
.menu-overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
}

.menu-overlay.open li:nth-of-type(1) {
  animation-delay: 0.35s;
}

.menu-overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.menu-overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.menu-overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

/* Links */
.menu-overlay ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.menu-overlay ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.35s ease;
}

.menu-overlay ul li a:hover::after,
.menu-overlay ul li a:focus::after {
  width: 100%;
}

/* Fade In From Right */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Desktop - keep existing layout */
.footer .top .right { display: flex;flex-wrap: wrap;}
.footer .top .right .column {flex: 1 1 calc(50% - 32px);min-height: 200px;}


@media only screen and (min-width: 320px) and (max-width: 900px){
.para, .title{width: 80%; margin: 0 auto}
.main_menu {padding-left: 40px;display: none;}
header {padding:24px}
p{text-align: left;}
h1,h2,h3,h4,h5,h6{text-align: left}
.btn-white {font-size: 14px; padding: 12px 16px;}
.footer .top {flex-wrap: wrap;gap: 50px;flex-direction: column;}
.footer.pdy-2{padding: 0px}
.footer .bottom .item.left{display: none}
.mob{display: block}
.footer .top .item{text-align: center; color: white}
.footer .top .item .title h1{text-align: center; font-size: 32px; }
.footer .top .item .title{padding-bottom:20px }
.footer .top .left img{margin:20px 0 60px }
.footer .top .left .cta-link a.btn-primary{background: #000000;color: white;padding: 8px 0px;font-size: 16px;text-transform: uppercase;border-bottom: solid 1px #fff;font-size: 20px;}
.footer .top{gap: 0}
.footer .top .right {padding: 0 20px 50px 20px;}
.footer .top .right .column h6{font-size: 13px;font-weight: 300; text-transform: uppercase;}
.footer .bottom .right{    flex-direction: column; gap: 32px;align-content: center; text-align: center;}
.footer .top .item .title, .footer .top .item .cta-link{display: block}
.mobile{display: block !important}
.desktop{display: none !important}
header .logo img {height: 38px;}
.button_container{width: 40px}
.menu-overlay nav{font-size: 32px;}
.floating-menu a {font-size: 17px;}
.footer .top .right {
    display: block;
}

.footer .top .right .column {
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 0;
}

.footer .top .right .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 18px 40px 18px 0;
    margin: 0;
}

/* Arrow icon */
.footer .top .right .accordion-title::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.footer .top .right .column.active .accordion-title::after {
    transform: translateY(-30%) rotate(-135deg);
}

.footer .top .right .column .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0;
}

.footer .top .right .column.active .content {
    max-height: 200px; /* adjust if needed */
    padding-bottom: 15px;
}

    .footer .top {
        gap: 41px;
    }

p { font-size: 14px; line-height: 19px;}
h1{font-size: 40px;font-weight: 700; line-height: 40px}
h2{font-size: 42px;font-weight: 700; line-height: 40px}
h3{font-size: 40px;font-weight: 600; line-height: 40px}
h4{font-size: 32px;font-weight: 600; line-height: 32px}
h5{font-size: 24px;font-weight: 600; line-height: 24px}
h6{font-size: 20px;font-weight: 600; line-height: 20px}
.h7{font-size: 18px;font-weight: 600; line-height: 18px}
.h8{font-size: 16px;font-weight: 600; line-height: 16px}
.pdy-1{padding: 20px 0}
.pdy-2{padding: 40px 0}
.pdy-3{padding: 40px 0}
.pdy-4{padding: 40px 0}
.pdy-5{padding: 60px 0}
.pdb-1{padding-bottom: 20px}
.pdb-2{padding-bottom: 40px}
.pdb-3{padding-bottom: 40px}
.pdb-4{padding-bottom: 40px}
.pdb-5{padding-bottom: 40px}
.pdt-1{padding-top: 20px}
.pdt-2{padding-top: 40px}
.pdt-3{padding-top: 40px}
.pdt-4{padding-top: 40px}
.pdt-5{padding-top: 40px}
}

@media screen and (min-width: 1920px) {
  html {
    zoom: 1.2; /* Scales the page to 120% on Full HD+ screens */
  }
}
@media screen and (min-width: 2560px) {
  html {
    zoom: 1.5; /* Scales the page to 150% on QHD/4K screens */
  }
}



