* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

h1 {
  font-family: "Inter", sans-serif;
}

h2 {
  font-family: "Inter", sans-serif;
}

h3 {
  font-family: "Inter", sans-serif;
}

h4 {
  font-family: "Inter", sans-serif;
}

h5 {
  font-family: "Inter", sans-serif;
}

h6 {
  font-family: "Inter", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
}

label {
  font-family: "Inter", sans-serif;
}

input {
  font-family: "Inter", sans-serif;
}

span {
  font-family: "Inter", sans-serif;
}

textarea {
  font-family: "Inter", sans-serif;
}


.site-header {
    background: #283352;
    width: 100%;
    padding: 16px 0;
}


.site-header a{
    background: none;
}

.site-header .site-logo img{
    width: 100px;
    position: relative;
    z-index:999;
}



.site-header .bottom-bar .listing-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.site-header .bottom-bar .listing-header .site-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -12px;
    z-index: 999;
}

.site-header .bottom-bar .listing-header .site-menu ul li {
    padding: 0 12px;
}

.site-header .bottom-bar .listing-header .site-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    justify-content: left;
    cursor:pointer;
}

.site-header .bottom-bar .listing-header .site-menu ul li a:hover {
    color: #06B6D4;
}

.site-header .bottom-bar .listing-header  .search-box {
    border: 1px solid #FFFFFF;
    padding: 0px 15px;
    border-radius: 30px;
    overflow: hidden;
    height: 48px;
    display: flex;
    align-items: center;
}

.site-header .bottom-bar .listing-header  .search-box input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.site-header .bottom-bar .listing-header  .search-box input::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


.site-header .bottom-bar .listing-header  .search-box button.search-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    background: #C60808;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header .bottom-bar .listing-header  .search-box button.search-icon i{
    color: #fff;
    font-size: 16px;
}



.site-header .bottom-bar .listing-header .site-menu ul li a:hover::after {
    width: 100%;
}

.site-header .bottom-bar .listing-header .site-menu ul li a::after {
    content: "";
    position: absolute;
    height: 3px;
    border: 2px;
    width: 0;
    bottom: -0.1rem;
    left: 0;
    bottom: -5px;
    transition: 200ms ease-in;
    background: var(--bs-color-drak-red);
}






.site-header .bottom-bar .listing-header  .hire-btn button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 5px;
   background-image: linear-gradient(to right, #3B82F6 , #06B6D4) !important;
    transition: 0.5s;
    cursor: pointer;
}

.site-header .bottom-bar .listing-header  .hire-btn button img{
    width: 30px;
}

.site-header .bottom-bar .listing-header .site-menu .hire-btn button:hover {
    background: #5b8c51;
}

.site-header .bottom-bar .listing-header .sub-menu-box {
    position: relative;
    display: none;
    transition: 0.5s;
}

.site-header .bottom-bar .listing-header .site-menu ul li:nth-child(2):hover .sub-menu-box {
    display: block;
}

.site-header .bottom-bar .listing-header .site-menu ul li:nth-child(3):hover .sub-menu-box {
    display: block;
}



.active-link {
    color: #0D9E00 !important;
    font-weight: bold;
  }
.site-header .bottom-bar .listing-header{
    position: relative;
  }

.popup-menu {
   position: absolute;
    top: 60px;
    right: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    z-index: 999999999;
    display: none; 
    max-width: 200px;
    width: 100%;
}

  .site-header .popup-menu .popup-content {
    background: #1A2436;
    padding: 20px;
}

.site-header .popup-menu .popup-content ul li{
    margin: 0 0 20px;
}

.site-header .popup-menu .popup-content ul li a{
   font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}

.site-header .popup-menu .popup-content ul li a:hover{
    color: #06B6D4;
}

.site-header .popup-menu .popup-content ul li:last-child{
    margin: 0px;
}

.site-header .popup-menu .popup-content ul li:last-child a{
    color: #DA0000;
}



/* ==== SUBMENU STYLES FOR SUPPLY CHAIN ==== */



  .site-header .bottom-bar .login-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .site-header .bottom-bar .login-wrapper .hire-btn {
    display: flex
;
    align-items: center;
    gap: 5px;
}
  
.site-header .bottom-bar .login-wrapper .hire-btn img{
    width: 40px;
}

.site-header .bottom-bar .login-wrapper .hire-btn button{
    background: transparent;
    color: #fff;
}


.site-header .site-nav {
  position: relative;
}

.site-header .submenu {
  display: none !important;
  position: absolute;
  width: 100%;
  max-width: 200px;
  right: 0;
  top: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #1a2436;
  padding: 20px;
}

.site-header .submenu li {
  margin: 0 0 20px;
}

.site-header .submenu li:last-child {
  margin: 0;
}

.site-header .submenu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

.site-header .submenu li a:hover {
  color: #06b6d4;
}

/* Show submenu when active */
.site-header .submenu.show {
  display: block !important;
}
  
  /* ==== MOBILE SUBMENU SUPPORT ==== */
  @media (max-width: 1024px) {
    
    .active-link {
        color: #C60808 !important;
        font-weight: bold;
      }

      .site-nav{
       order: 1;
       display: flex;
        justify-content: flex-end;
      }

    .site-header .bottom-bar .login-wrapper {
    justify-content: flex-end;
}
ul#settingsSubmenu {
    margin: 16px 0 !important;
    background: none;
    padding: 0;
    position: relative;
    top: 0;
  }
}
  



@media (max-width:1024px) {
    .site-header .site-menu {
        left: -100%;
        position: fixed;
        background: #000000;
        width: 100%;
        top: 0;
        height: 100vh;
        z-index: 99;
        transition: all .5s linear;
        top: 0;
    }

    .site-menu.active {
        left: 0;
    }

    .menu-toggle span {
        width: 30px;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        transition: all .4s ease;
        display: block;
        position: relative;
        transform-origin: 0 0;
        border-radius: 2px;
        z-index: 999;
    }

    .menu-toggle.active span:first-child {
        transform: rotate(45deg) translate(-8px, -2px);
    }

    .menu-toggle.active span:nth-child(2) {
        display: none;
    }

    .menu-toggle.active span:last-child {
        transform: rotate(-45deg) translate(-9px);
    }

    .site-header .site-menu ul {
        margin: 120px 0 0 0 !important;
        overflow: hidden;
    }

    .site-header .site-menu ul li {
        width: 100%;
        margin: 0 0 16px;
    }

    

    .site-header .top-bar {
        z-index: 999;
        position: relative;
    }

    .site-header .bottom-bar .listing-header .site-menu .hire-btn button {
        width: 100%;
    }

    .site-header .bottom-bar .listing-header .sub-menu-box {
        display: block;
        margin-top: 16px;
    }

    
    ul.main-list {
        height: calc(100vh - 200px);
        overflow: auto;
        margin-top: 150px !important;
    }
    .site-header .bottom-bar .listing-header .site-menu ul{
        display: block;
    }

    .site-header .bottom-bar .listing-header .site-menu ul li a {
        color: #fff;
    }
    .site-header .bottom-bar .listing-header {
    display: grid;
    align-items: center;
    grid-template-columns: 70% 23% calc(7% - 20px);
    gap: 10px;
}
}


@media (max-width:767px) {
    .site-header .top-bar .main-row .left-wrap .row-wrap .box-icon {
        font-size: 14px;
        height: 28px;
        width: 28px;
    }

    .site-header .top-bar .main-row .left-wrap .row-wrap .email-wrap {
        font-size: 13px;
    }

    .site-header .top-bar .main-row .left-wrap .row-wrap .phone-wrap {
        font-size: 13px;
    }

    .site-header .top-bar .main-row .left-wrap .row-wrap {
        grid-gap: 14px;
    }

    .site-header .top-bar .main-row .right-wrap .socal-icons ul {
        display: none;
    }

    .site-header .top-bar {
        background: var(--bs-color-black);
        padding: 5px 0;
    }
    ul.main-list {
        height: calc(100vh - 280px);
        overflow: auto;
        margin-top: 120px !important;
    }
    .site-header .bottom-bar .listing-header .search-box {
        height: 40px;
        width: 160px;
    }
    .site-header .bottom-bar .listing-header .hire-btn button {
    width: 40px;
    height: 40px;
}

.site-header .bottom-bar .listing-header .hire-btn button img {
    width: 25px;
}
.site-header .bottom-bar .listing-header {
        grid-template-columns: 70% 15% calc(15% - 20px);
    }
}


@media (min-width:1025px) and (max-width:1090px){
    .site-header .bottom-bar .listing-header .site-menu ul {
        margin: 0 -14px;
    }
    .site-header .bottom-bar .listing-header .site-menu ul li {
        padding: 0 14px;
    }
    .site-header .bottom-bar .listing-header .site-menu .hire-btn button {
        width: 150px;
    }
}





.home-banner{
    background-image: url(../images/banner-home.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 0 0;
}


.home-banner .inner-content .content-wrapper h1{
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 28px;
    font-weight: 600;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.home-banner .inner-content .content-wrapper p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 400;
    max-width: 500px;
    line-height: 28px;
    margin: auto;
    text-align: center;
    margin-bottom: 28px;

}

.home-banner .inner-content .content-wrapper .button-group{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 130px;
    justify-content:center;
}

.home-banner .inner-content .content-wrapper .button-group .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 38px;
    height: 48px;
    border-radius: 5px;
    
}


.home-banner .inner-content .content-wrapper .button-group .left-btn a{
    background-image: linear-gradient(to right, #3B82F6 , #06B6D4); 
}


.home-banner .inner-content .content-wrapper .button-group .right-btn a{
    background: transparent;
    border: 1px solid #fff;
    height: 46px;
}


.home-banner .inner-content .card-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    max-width: 1000px;
    margin: 0 auto 48px;
}

.home-banner .inner-content .card-wrapper .content01-wrapper{
    background:  #FFFFFF4D;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    border-radius: 10px;
    border: 0.5px solid #FFFFFF80;
    padding: 20px;
}

.home-banner .inner-content .card-wrapper .content01-wrapper .top-content{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
}

.home-banner .inner-content .card-wrapper .content01-wrapper .top-content img{
    width: 40px;
}

.home-banner .inner-content .card-wrapper .content01-wrapper .top-content h3{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.home-banner .inner-content .card-wrapper .content01-wrapper .bottom-content p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.home-banner .inner-content .end-bottom{
    border-top: 0.5px solid;
  border-image: linear-gradient(to right, #283352, #ffffff, #283352) 0.5;
  padding: 12px 0;
}

.home-banner .inner-content .end-bottom p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}


@media (max-width:767px){
    .home-banner {
    padding: 40px 0 0 0;
}
    .home-banner .inner-content .content-wrapper h1 {
    font-size: 32px;
    line-height: 42px;
}
.home-banner .inner-content .content-wrapper .button-group {
    display: block;
    margin-bottom: 30px;
}

.home-banner .inner-content .btn.right-btn {
    margin-top: 20px;
}

.home-banner .inner-content .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    max-width: 1000px;
    margin: 0 auto 32px;
}

}









.footer{
   background:#131B2C;
   background-size:cover;
   background-repeat: no-repeat;
   background-blend-mode: overlay;
    width: 100%;
    padding: 0px 0;
}

.footer .inner-content {
    position: relative;
}


.footer .inner-content .row-wrapper{
    display: flex;
    justify-content: space-around;
    padding: 40px 0 40px 0;
}

.footer .inner-content .row-wrapper .site-logo img{
    width: 100px;
    margin-bottom: 24px;
}



.footer .inner-content .row-wrapper .site-logo p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
    max-width: 362px;
    line-height: 28px;
    font-weight: 400;
}



.footer .inner-content .row-wrapper .site-logo .social-wrapper ul{
    display: flex;
    align-items: center;
    margin: 0 -12px;
}

.footer .inner-content .row-wrapper .site-logo .social-wrapper ul li{
    padding: 0 12px;
}

.footer .inner-content .row-wrapper .site-logo .social-wrapper ul li i{
    color: #fff;
    font-size: 24px;
    transition: 0.5s;
}

.footer .inner-content .row-wrapper .site-logo .social-wrapper ul li i:hover{
    color: #06B6D4;
}

.footer .inner-content .row-wrapper .site-menu h3{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer .inner-content .row-wrapper .site-menu ul li{
    margin: 0 0 12px;
}

.footer .inner-content .row-wrapper .site-menu ul li a{
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}

.footer .inner-content .row-wrapper .site-menu ul li a:hover{
    color: #06B6D4;
}

.footer .inner-content .row-wrapper .right-wrapper h3{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer .inner-content .row-wrapper .right-wrapper ul li{
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.footer .inner-content .row-wrapper .right-wrapper ul li a{
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}

.footer .inner-content .row-wrapper .right-wrapper ul li:hover a{
    color: #06B6D4;
}

.footer .inner-content .row-wrapper .right-wrapper ul li:hover i{
    color: #0D9E00;
}

.footer .inner-content .row-wrapper .right-wrapper ul li i{
    color: #fff;
    padding-right: 10px;
    transition: 0.5s;
}

.footer .inner-content .copyright{
    padding: 16px 0;
    border-top: 1px solid #fff;
}

.footer .inner-content .copyright p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}



@media (max-width: 767px) {


  .footer .inner-content .row-wrapper {
    display: block;
  }

  .footer .inner-content .row-wrapper .site-logo .social-wrapper ul {
    margin: 12px -12px;
  }

  .footer .inner-content .row-wrapper .site-menu h3 {
    font-size: 22px;
  }
  section.floors-section .popup-content {
    width: 85%;
  }
  
}

.subscription-timer{
    background: linear-gradient(to right, #3B82F6 , #06B6D4) !important;
    border-radius: 10px;
    color: white;
    border: none;
    font-size:12px;
    min-width:115px !important;
    height:28px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.subscription-timer:hover{background:#3B82F6;}


.main-list li.active a {
  color:#06B6D4 !important;
}

a#settingsToggle{cursor: pointer !important;}