/* Body Base */
body {
font-family: 'Inter Display', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
font-weight: 400;
overflow-x: hidden;
}

code,
pre,
.mono {
font-family: "IBM Plex Mono", monospace;
}

@media (min-width: 1920px) {

.sg-home .container,
.sg-home .container-sm,
.sg-home .container-md,
.sg-home .container-lg,
.sg-home .container-xl,
.sg-home .container-xxl {
  max-width: 1880px !important;
}
}
.sg-home .custom-container {
max-width: 1450px;
}

/* ===============================
  NAVBAR BASE STYLES
================================ */
.sg-home .navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1030;
transition: top 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
background: transparent;
box-shadow: none;
}

.sg-home .navbar-nav {
flex-direction: row;
align-items: center;
}

.sg-home .navbar.nav-hidden {
transform: translateY(-100%);
}

.sg-home .navbar.scrolled-down {
background: rgba(229, 229, 229, 0.6);
backdrop-filter: blur(3px);
}

.sg-home .navbar .nav-link {
text-transform: uppercase;
font-size: 15px;
display: flex;
align-items: center;
gap: 5px;
}

nav.sg-home .navbar.sg-home .navbar-expand-lg {
padding-bottom: 15px;
}

img.globe-icon {
width: 43px;
height: 38px;
}

a.nav-link.contact-link {
background: var(--gray-700, #525252);
color: white;
padding: 8px 16px;
}

.sg-home .navbar .nav-item {
margin-left: 20px;
border: none;
color: #525252;
}

.sg-home .navbar .globe-item,
.sg-home .navbar .contact-item {
margin-left: 4px;
}

.sg-home .navbar .nav-link.active {
font-family: "Inter Display";
}

.sg-home .navbar-logo {
height: 22px;
object-fit: contain;
transition: all 0.3s ease;
}

.sg-home .navbar-brand {
display: inline-block;
padding: 8px 12px;
border-radius: 6px;
transition: background-color 0.3s ease;
}

/* ===============================
  DROPDOWN MEGA MENU 
================================ */
.sg-home .nav-item.dropdown-mega {
position: static;
}

.sg-home .navbar .dropdown-toggle::after {
content: "";
display: inline-block;
width: 14px;
height: 9px;
margin-left: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
border: none;
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item.dropdown-mega:hover .dropdown-toggle::after,
.nav-item.dropdown-mega.active .dropdown-toggle::after {
transform: rotate(180deg);
}

.sg-home .mega-menu-wrapper {
position: fixed;
left: 0;
right: 0;
top: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
  visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1020;
padding-top: 0;
}

.sg-home .mega-menu-wrapper::before {
content: '';
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px;
background: transparent;
}

.nav-item.dropdown-mega:hover .mega-menu-wrapper,
.nav-item.dropdown-mega .mega-menu-wrapper:hover {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.mega-menu-container {
max-width: 1360px;
margin: 0 auto;
padding: 0 20px;
}

.mega-menu-content {
background: #fff;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
border-radius: 8px;
overflow: visible;
display: flex;
flex-direction: row;
max-height: 600px;
}

/* Hide scrollbar by default on mega-menu-content (shows on 1366px and below via media query) */
.mega-menu-content::-webkit-scrollbar {
display: none;
}

.mega-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
visibility: hidden;
z-index: 1019;
transition: opacity 0.3s ease, visibility 0.3s ease;
pointer-events: none;
}

.mega-menu-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

body.mega-menu-open {
overflow: hidden;
}

/* ===============================
  MAIN CONTENT AREA
================================ */
.mega-menu-main {
flex: 1;
overflow: visible;
padding: 40px 30px 40px 40px;
background: #fff;
}

/* Hide scrollbar on mega-menu-main since content handles scrolling */
.mega-menu-main::-webkit-scrollbar {
display: none;
}

/* ===============================
  TAB SECTION CONTENT
================================ */
.tab-service-section {
margin-bottom: 40px;
}

.tab-service-section:last-child {
margin-bottom: 0;
}

.tab-service-section .section-title {
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #999;
margin-bottom: 24px;
}

.sg-home .services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
}

/* ===============================
  SERVICE CARDS
================================ */
.sg-home .service-card {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 12px;
text-decoration: none;
color: inherit;
border-radius: 6px;
transition: background-color 0.2s ease;
}

.sg-home .service-card:hover {
background-color: #f5f5f5;
text-decoration: none;
color: inherit;
}

.sg-home .service-card .icon-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: transparent;
  transition: background 0.3s ease;
}

.sg-home .service-card .service-icon {
  width: 22px;
  height: 22px;
  transition: filter 0.3s ease;
}

.sg-home .service-card:hover .icon-wrap {
  background: linear-gradient(to bottom, #F94800, #FDB350);
}

.sg-home .service-card:hover .service-icon {
  filter: invert(1) brightness(2);
}

.sg-home .service-card .service-content {
flex: 1;
min-width: 0;
}

.sg-home .service-card .service-title {
margin: 0 0 4px 0;
color: #080808;
font-family: "Inter Display";
font-size: 14px;
font-weight: 600;
line-height: 1.4;
letter-spacing: 0.01em;
}

.sg-home .service-card .service-description {
margin: 0;
color: #666;
font-family: "Inter Display";
font-size: 13px;
font-weight: 400;
line-height: 1.4;
}

/* ===============================
  SIDEBAR - RIGHT ALIGNED
================================ */
.sidebar-wrapper {
width: 340px;
min-width: 340px;
padding: 40px 30px;
background-color: #f8f9fa;
border-radius: 0 8px 8px 0;
display: flex;
flex-direction: column;
}

.sidebar-wrapper .hero-card {
position: relative;
width: 100%;
height: 200px;
display: block;
overflow: hidden;
text-decoration: none;
color: #fff;
margin-bottom: 30px;
border-radius: 8px;
}

.sidebar-wrapper .hero-card .card-bg-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.sidebar-wrapper .hero-card .card-content {
position: relative;
z-index: 2;
height: 100%;
padding: 24px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}

.sidebar-wrapper .hero-card h2 {
  color: #fff;
  font-family: "Inter Display";
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin: 0;
}

.sidebar-wrapper .hero-card .contact-btn {
background: #fff;
color: #171717;
padding: 10px 24px;
font-family: "Inter Display";
font-size: 15px;
font-weight: 600;
line-height: 1.5;
border-radius: 4px;
display: inline-block;
transition: transform 0.2s ease;
text-decoration: none;
}

.sidebar-wrapper .hero-card .contact-btn:hover {
transform: translateY(-2px);
}

.sidebar-wrapper .ready-section {
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #999;
margin-bottom: 20px;
}

/* ===============================
  NAV LINKS
================================ */
.sidebar-wrapper .nav-tab-link {
display: flex;
flex-direction: column;
}

.sidebar-wrapper .nav-tab-link .nav-item-links {
padding: 16px 0;
border-bottom: 1px solid #e0e0e0;
color: #080808;
font-family: "Inter Display";
font-size: 14px;
font-weight: 600;
text-decoration: none;
line-height: 1.5;
letter-spacing: 0.01em;
cursor: pointer;
transition: color 0.2s ease;
}

.sidebar-wrapper .nav-tab-link .nav-item-links:hover {
color: #FB8454;
}

.sidebar-wrapper .nav-tab-link .nav-item-links:first-child {
border-top: 1px solid #e0e0e0;
}

/* ===============================
  RESPONSIVE -  (1366px+)
================================ */
@media only screen and (min-width: 1367px) {
/* Hide scrollbar on large screens (bigger than 1366px) */
.mega-menu-content {
  overflow: visible;
  max-height: 600px;
}

.mega-menu-content::-webkit-scrollbar {
  display: none;
}
}

@media only screen and (min-width: 1366px) {
.sg-home .navbar.scrolled-down {
  background: rgba(229, 229, 229, 0.6);
  backdrop-filter: blur(0.22vw);
}

nav.sg-home .navbar.sg-home .navbar-expand-lg {
  padding-bottom: 1.1vw;
}

.custom-container {
  max-width: 106.2vw;
}

.sg-home .navbar .nav-item {
  margin-left: 1.46vw;
}

.sg-home .navbar .dropdown-toggle::after {
  width: 1.02vw;
  height: 0.66vw;
  margin-left: 0.44vw;
}

.sg-home .navbar .globe-item,
.sg-home .navbar .contact-item {
  margin-left: 0.29vw;
}

.sg-home .navbar-logo {
  height: 1.61vw;
}
}

/* ===============================
  RESPONSIVE - 1024px 
================================ */
@media only screen and (min-width: 992px) and (max-width: 1366px) {
/* Show scrollbar ONLY on screens between 992px and 1366px (tablet/small desktop) */
.mega-menu-content {
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: calc(100vh - 120px) !important;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.mega-menu-content::-webkit-scrollbar {
  display: block !important;
  width: 6px;
}

.mega-menu-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.mega-menu-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.mega-menu-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
}

/* ===============================
  RESPONSIVE - 1024px 
================================ */
@media only screen and (max-width: 1024px) and (min-width: 992px) {
.custom-container {
  max-width: 960px;
}

.sg-home .navbar .nav-link {
  font-size: 13px;
}

.sg-home .navbar .nav-item {
  margin-left: 15px;
}

img.globe-icon {
  width: 38px;
  height: 34px;
}

.mega-menu-container {
  max-width: 920px;
}

.sg-home .services-grid {
  gap: 6px;
  padding: 10px;
}

.sg-home .service-card .service-title {
  font-size: 13px;
}

.sg-home .service-card .service-description {
  font-size: 12px;
}

.sidebar-wrapper {
  width: 300px;
  min-width: 300px;
  padding: 30px 20px;
}

.sidebar-wrapper .hero-card {
  height: 180px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 20px;
}
}

/* ===============================
  RESPONSIVE - 991px 
================================ */
@media only screen and (max-width: 991px) {
.custom-container {
  max-width: 100%;
  padding: 0 15px;
}
.sg-home .nav-link.contact-link {
    width: auto;
    display: inline-flex;
    padding: 8px 16px !important;
    margin: 10px;
}
.sg-home .navbar {
  padding: 10px 0;
  background: rgba(229, 229, 229, 0.95) !important;
  backdrop-filter: blur(3px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sg-home .navbar-logo {
  height: 20px;
}

.sg-home .navbar-toggler {
  border: none;
  font-size: 15px;
}

.sg-home .navbar-toggler:focus {
  box-shadow: none;
}

.sg-home .navbar-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.sg-home .navbar .nav-item {
  margin-left: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}

.sg-home .navbar .nav-link {
  padding: 10px 20px !important;
  font-size: 14px;
}

.nav-item.dropdown-mega {
  position: relative;
}

.nav-item.dropdown-mega:hover .mega-menu-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.sg-home .mega-menu-wrapper {
  position: relative !important;
  left: 0;
  right: 0;
  top: 0 !important;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sg-home .mega-menu-wrapper::before {
  display: none;
}

.nav-item.dropdown-mega.mobile-open .mega-menu-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.nav-item.dropdown-mega.mobile-open .mega-menu-wrapper::-webkit-scrollbar {
  width: 6px;
}

.nav-item.dropdown-mega.mobile-open .mega-menu-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.nav-item.dropdown-mega.mobile-open .mega-menu-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.nav-item.dropdown-mega.mobile-open .mega-menu-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;

}

.nav-item.dropdown-mega.mobile-open .dropdown-toggle::after {
  transform: rotate(180deg);
}

.mega-menu-content {
  overflow: visible !important;
  max-height: none !important;
  flex-direction: column !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.mega-menu-content::-webkit-scrollbar {
  display: none !important;
}

.mega-menu-main {
  flex: 1;
  padding: 20px 15px;
  min-height: auto;
  overflow: visible;
}

.sg-home .services-grid {
  grid-template-columns: 1fr;
  gap: 4px;
}

.sidebar-wrapper {
  width: 100%;
  min-width: 100%;
  border-radius: 0 0 8px 8px;
  padding: 30px 20px;
  flex-shrink: 0;
  overflow: visible;
}
.sg-home .nav-link.contact-link {
    width: auto;
    display: inline-flex;
    padding: 8px 16px !important;
    margin: 10px;
}
.sidebar-wrapper .hero-card {
  height: 180px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 20px;
}

img.globe-icon {
  width: 38px;
  height: 34px;
}

a.nav-link.contact-link {
  padding: 6px 14px;
  font-size: 13px;
}
body.mobile-menu-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.navbar-collapse {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
}

.navbar-collapse::-webkit-scrollbar {
  display: none;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
  background: rgba(248, 249, 250, 0.98);
  backdrop-filter: blur(5px);
  border-radius: 0 0 8px 8px;
  margin-top: 10px;
}
}

/* ===============================
  RESPONSIVE - 767px 
================================ */
@media only screen and (max-width: 767px) {
.custom-container {
  max-width: 100%;
  padding: 0 12px;
}

.sg-home .navbar-logo {
  height: 19px;
}

.tab-service-section {
  margin-bottom: 25px;
}

.tab-service-section .section-title {
  font-size: 10px;
  margin-bottom: 18px;
}

.sg-home .service-card {
  padding: 10px;
}

.sg-home .service-card .service-title {
  font-size: 13px;
}

.sg-home .service-card .service-description {
  font-size: 12px;
}

.sidebar-wrapper {
  padding: 25px 15px;
}

.sidebar-wrapper .hero-card {
  height: 170px;
  margin-bottom: 25px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 19px;
}

.sidebar-wrapper .hero-card .contact-btn {
  padding: 9px 20px;
  font-size: 14px;
}

.sidebar-wrapper .ready-section {
  font-size: 10px;
  margin-bottom: 18px;
}

.sidebar-wrapper .nav-tab-link .nav-item-links {
  padding: 14px 0;
  font-size: 13px;
}

img.globe-icon {
  width: 36px;
  height: 32px;
}

a.nav-link.contact-link {
  padding: 6px 12px;
  font-size: 13px;
}
}

/* ===============================
  RESPONSIVE - 576px 
   ===============================*/
@media only screen and (max-width: 576px) {
.custom-container {
  padding: 0 10px;
}

.sg-home .navbar {
  padding: 8px 0;
}

.sg-home .navbar-logo {
  height: 18px;
}

.sg-home .navbar .nav-link {
  padding: 8px 15px !important;
  font-size: 13px;
}

.mega-menu-main {
  padding: 18px 12px;
}

.tab-service-section {
  margin-bottom: 22px;
}

.tab-service-section .section-title {
  font-size: 10px;
  margin-bottom: 16px;
}

.sg-home .service-card {
  padding: 9px;
  gap: 10px;
}

.sg-home .service-card .service-icon {
  width: 18px;
  height: 18px;
}

.sg-home .service-card .service-title {
  font-size: 12px;
}

.sg-home .service-card .service-description {
  font-size: 11px;
}

.sidebar-wrapper {
  padding: 22px 12px;
}

.sidebar-wrapper .hero-card {
  height: 160px;
  margin-bottom: 22px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 18px;
}

.sidebar-wrapper .hero-card .contact-btn {
  padding: 8px 18px;
  font-size: 13px;
}

.sidebar-wrapper .ready-section {
  font-size: 9px;
  margin-bottom: 16px;
}

.sidebar-wrapper .nav-tab-link .nav-item-links {
  padding: 13px 0;
  font-size: 12px;
}

img.globe-icon {
  width: 34px;
  height: 30px;
}

a.nav-link.contact-link {
  padding: 5px 11px;
  font-size: 12px;
}
}

/* ===============================
  RESPONSIVE - 441px
================================ */
@media only screen and (max-width: 441px) {
.custom-container {
  padding: 0 8px;
}

.sg-home .navbar-logo {
  height: 17px;
}

.sg-home .navbar .nav-link {
  font-size: 12px;
}

.mega-menu-main {
  padding: 16px 10px;
}

.tab-service-section {
  margin-bottom: 20px;
}

.tab-service-section .section-title {
  font-size: 9px;
  margin-bottom: 14px;
}

.sg-home .service-card {
  padding: 8px;
  gap: 9px;
}

.sg-home .service-card .service-icon {
  width: 17px;
  height: 17px;
}

.sg-home .service-card .service-title {
  font-size: 12px;
}

.sg-home .service-card .service-description {
  font-size: 11px;
}

.sidebar-wrapper {
  padding: 20px 10px;
}

.sidebar-wrapper .hero-card {
  height: 150px;
  margin-bottom: 20px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 17px;
}

.sidebar-wrapper .hero-card .contact-btn {
  padding: 7px 16px;
  font-size: 12px;
}

.sidebar-wrapper .ready-section {
  font-size: 9px;
  margin-bottom: 14px;
}

.sidebar-wrapper .nav-tab-link .nav-item-links {
  padding: 12px 0;
  font-size: 12px;
}

img.globe-icon {
  width: 32px;
  height: 28px;
}

a.nav-link.contact-link {
  padding: 5px 10px;
  font-size: 11px;
}
}

/* ===============================
  RESPONSIVE - 390px
================================ */
@media only screen and (max-width: 390px) {
.custom-container {
  padding: 0 8px;
}

.sg-home .navbar-logo {
  height: 16px;
}

.sg-home .navbar .nav-link {
  font-size: 12px;
}

.mega-menu-main {
  padding: 15px 10px;
}

.tab-service-section {
  margin-bottom: 18px;
}

.tab-service-section .section-title {
  font-size: 9px;
  margin-bottom: 12px;
}

.sg-home .service-card {
  padding: 7px;
  gap: 8px;
}

.sg-home .service-card .service-icon {
  width: 16px;
  height: 16px;
}

.sg-home .service-card .service-title {
  font-size: 11px;
}

.sg-home .service-card .service-description {
  font-size: 10px;
}

.sidebar-wrapper {
  padding: 18px 10px;
}

.sidebar-wrapper .hero-card {
  height: 140px;
  margin-bottom: 18px;
}

.sidebar-wrapper .hero-card .card-content {
  padding: 18px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 16px;
}

.sidebar-wrapper .hero-card .contact-btn {
  padding: 7px 14px;
  font-size: 12px;
}

.sidebar-wrapper .ready-section {
  font-size: 8px;
  margin-bottom: 12px;
}

.sidebar-wrapper .nav-tab-link .nav-item-links {
  padding: 11px 0;
  font-size: 11px;
}

img.globe-icon {
  width: 30px;
  height: 27px;
}

a.nav-link.contact-link {
  padding: 5px 9px;
  font-size: 11px;
}
}

/* ===============================
  RESPONSIVE - 360px 
================================ */
@media only screen and (max-width: 360px) {
.custom-container {
  padding: 0 6px;
}

.sg-home .navbar-logo {
  height: 15px;
}

.sg-home .navbar .nav-link {
  font-size: 11px;
}

.mega-menu-main {
  padding: 14px 8px;
}

.tab-service-section {
  margin-bottom: 16px;
}

.tab-service-section .section-title {
  font-size: 8px;
  margin-bottom: 11px;
  letter-spacing: 1.5px;
}

.sg-home .service-card {
  padding: 7px;
  gap: 7px;
}

.sg-home .service-card .service-icon {
  width: 15px;
  height: 15px;
}

.sg-home .service-card .service-title {
  font-size: 11px;
}

.sg-home .service-card .service-description {
  font-size: 10px;
}

.sidebar-wrapper {
  padding: 16px 8px;
}

.sidebar-wrapper .hero-card {
  height: 130px;
  margin-bottom: 16px;
}

.sidebar-wrapper .hero-card .card-content {
  padding: 16px;
}

.sidebar-wrapper .hero-card h2 {
  font-size: 15px;
}

.sidebar-wrapper .hero-card .contact-btn {
  padding: 6px 12px;
  font-size: 11px;
}

.sidebar-wrapper .ready-section {
  font-size: 8px;
  margin-bottom: 11px;
  letter-spacing: 1.5px;
}

.sidebar-wrapper .nav-tab-link .nav-item-links {
  padding: 10px 0;
  font-size: 11px;
}

img.globe-icon {
  width: 28px;
  height: 25px;
}

a.nav-link.contact-link {
  padding: 4px 8px;
  font-size: 10px;
}
}
/* Default hidden */
.mega-menu-wrapper {
  opacity: 0;
  filter: blur(1px);
  pointer-events: none;
  transition:
    opacity .35s ease,
    transform .35s cubic-bezier(.22,.61,.36,1),
    filter .35s ease;
}

.nav-item.active .mega-menu-wrapper,
.nav-item.open .mega-menu-wrapper {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}
@media (hover: none) and (pointer: coarse) {
  .mega-menu-wrapper {
    filter: none !important;
  }
}
/*Navbar Custom Styles End*/
/* Banner wrapper starts---*/
.hero-banner { 
position: relative; 
width: 100%; 
height: 100vh; 
overflow: hidden; 
} 

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform;
}

.hero-video.shrink {
  transform: scale(0.9);
  opacity: 0.8;
}

/* Show only one video */
.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

@media (max-width: 576px) {
  .hero-banner { 
height: 70vh; 
min-height: 450px; 
}
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}


/* Banner wrapper ends---*/
/*Grid Style section */
.sg-bordered-content {
position: relative;
}

.sg-bordered-content::before,
.sg-bordered-content::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 1px;
background: #D8C4C480;
}

.sg-bordered-content::before {
left: 40px;
}

.sg-bordered-content::after {
right: 40px;
}

/* Reponsive for 1366px and above */
@media only screen and (min-width: 1366px) {

.sg-bordered-content::before,
.sg-bordered-content::after {
  width: 0.073vw;
}

.sg-bordered-content::before {
  left: 2.93vw;
}

.sg-bordered-content::after {
  right: 2.93vw;
}
}

@media only screen and (max-width: 576px) {
.sg-bordered-content::before {
  left: 10px;
}

.sg-bordered-content::after {
  right: 10px;
}
}

@media only screen and (max-width: 350px) {
.sg-bordered-content::before {
  left: 8px;
}

.sg-bordered-content::after {
  right: 8px;
}
}

/*Grid style section ends */
/*Container Custom Styles */
.sg-container {
max-width: 1450px;
margin: 0 auto;
padding: 0 50px;
}

@media only screen and (min-width: 1366px) {
.sg-container {
  max-width: 106.15vw;
  padding: 0 5.66vw;
}
}

@media only screen and (max-width: 576px) {
.sg-container {
  padding: 0 35px;
}
}

@media only screen and (max-width: 441px) {
.sg-container {
  padding: 0px 18px;
}
}

@media only screen and (max-width: 350px) {
.sg-container {
  padding: 0 18px;
}
}

/*Container Custom Styles ends */
/*Footer section starts*/
/* .sg-footer {
background-color: #000;
padding: 100px 0 40px 0;
}

.sg-footer .footer-top {
padding: 80px 0 80px 0;
}

.sg-footer .nav-section {
gap: 32px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 400px;
}

.sg-footer .nav-section .nav-item {
color: #FFF;
font-family: "Inter Display";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.651px;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
}

.sg-footer .nav-section .nav-item:hover {
color: #999;
transform: translateX(5px);
}

.sg-footer .footer-logo {
width: 390px;
height: 281px;
object-fit: contain;
}

.sg-footer .logo-des-section {
min-height: 400px;
display: flex;
align-items: center;
justify-content: center;
}

.sg-footer .logo-des-section .logo-des {
color: rgba(255, 255, 255, 0.15);
font-family: "Inter Display";
font-size: 64px;
font-style: normal;
font-weight: 800;
line-height: 74.4px;
letter-spacing: -1.78px;
}

.sg-footer .footer-bottom {
padding-top: 40px;
display: flex;
align-items: center;
}


.sg-footer .social-links {
display: flex;
gap: 30px;
}

.sg-footer .social-link {

text-decoration: none;
color: rgba(255, 255, 255, 0.80);
font-family: "Inter Display";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.651px;
}

.sg-footer .social-link:hover {
color: #999;
}

.sg-footer .copyright {
color: rgba(255, 255, 255, 0.80);
font-family: "Inter Display";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.651px;
}


@media only screen and (min-width: 1366px) {
.sg-footer {
  padding: 7.32vw 0 2.93vw 0;
}

.sg-footer .footer-top {
  padding: 5.86vw 0 5.86vw 0;
}

.sg-footer .nav-section {
  gap: 2.34vw;
  min-height: 29.28vw;
}

.sg-footer .nav-section .nav-item {
  font-size: 1.46vw;
  line-height: 1.75vw;
}

.sg-footer .nav-section .nav-item:hover {
  transform: translateX(0.37vw);
}

.sg-footer .footer-logo {
  width: 28.54vw;
  height: 20.57vw;
}

.sg-footer .logo-des-section {
  min-height: 29.28vw;
}

.sg-footer .logo-des-section .logo-des {
  font-size: 4.69vw;
  line-height: 5.41vw;
}

.sg-footer .footer-bottom {
  padding-top: 2.93vw;
}

.sg-footer .social-links {
  gap: 2.20vw;
}

.sg-footer .social-link {
  font-size: 1.17vw;
  line-height: 1.46vw;
}

.sg-footer .copyright {
  font-size: 1.17vw;
  line-height: 1.46vw;
}

}

@media (max-width: 1024px) {
.sg-footer {
  padding: 40px 0 30px 0;
}

.sg-footer .logo-des-section .logo-des {
  font-size: 48px;
  line-height: 55px;
}

.sg-footer .nav-section .nav-item {
  font-size: 17px;
}

.sg-footer .footer-logo {
  width: 350px;
  height: 260px;
}

.sg-footer .footer-top {
  padding: 40px 0 40px 0;
}
}


@media (max-width: 991px) {
.sg-footer .footer-top .row {
  display: flex;
  flex-wrap: nowrap;
}

.sg-footer .footer-top .logo-section,
.sg-footer .footer-top .nav-section,
.sg-footer .footer-top .logo-des-section {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.sg-footer .logo-section {
  justify-content: center;
}

.sg-footer .logo-des-section .logo-des {
  font-size: 40px;
  line-height: 45px;
}

.sg-footer .footer-logo {
  width: 300px;
  height: 230px;
}

.sg-footer .logo-section {
  text-align: center;
  justify-content: center;
}

.sg-footer .nav-section,
.sg-footer .logo-des-section {
  min-height: auto;
  padding: 40px 0;
}

.sg-footer .nav-section {
  gap: 24px;
}

.sg-footer .footer-bottom {
  flex-direction: column;
  gap: 20px;
}
}


@media (max-width: 767px) {

.sg-footer .logo-des-section .logo-des {
  font-size: 36px;
}

.sg-footer .nav-section .nav-item {
  font-size: 16px;
}

.sg-footer .footer-logo {
  width: 257px;
  height: 197px;
}

.sg-footer .nav-section,
.sg-footer .logo-des-section {
  padding: 0px 0;
}
}


@media (max-width: 576px) {
.sg-footer .footer-top .row {
  flex-wrap: wrap;
}

.sg-footer .footer-top .logo-section,
.sg-footer .footer-top .nav-section,
.sg-footer .footer-top .logo-des-section {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.sg-footer .nav-section {
  padding: 30px 0;
  gap: 16px;
}

.sg-footer .logo-des-section {
  padding-top: 20px;
}



.sg-footer .footer-logo {
  width: 300px;
  height: 180px;
}

.sg-footer .nav-section {
  gap: 18px;
}

.sg-footer .footer-top {
  padding: 0px 0 0px 0;
}

.sg-footer .social-links {
  gap: 20px;
}

.sg-footer .logo-des-section .logo-des {
  font-size: 45px;
}

.sg-footer .copyright {
  font-size: 13px;
}
}


@media (max-width: 441px) {
.sg-footer .nav-section .nav-item {
  font-size: 15px;
}

.sg-footer .social-links {
  gap: 12px;
}

.sg-footer .social-link {
  font-size: 13px;
}
}


@media (max-width: 390px) {

.sg-footer .nav-section {
  gap: 14px;
}

.sg-footer .social-links {
  gap: 14px;
}

.sg-footer {
  padding: 0px;
}

.sg-footer .footer-logo {
  width: 286px;
  height: 128px;
}

.sg-footer .nav-section {
  padding: 0px;
}

.sg-footer .footer-bottom {
  gap: 0px;
  margin-top: 0px !important;
  padding-top: 24px;
}

.sg-footer .social-link {
  font-size: 10px;
}

}


@media (max-width: 360px) {

.sg-footer .logo-des-section .logo-des {
  font-size: 22px;
}

.sg-footer .nav-section {
  padding: 0px 0;
}

.sg-footer .nav-section .nav-item {
  font-size: 14px;
}

.sg-footer .footer-logo {
  width: 240px;
  height: 130px;
}

.sg-footer .logo-des-section .logo-des {
  font-size: 45px;
}

.sg-footer .footer-bottom {
  margin-top: 0 !important;
}
}

@media (max-width: 350px) {

.sg-footer .logo-des-section .logo-des {
  font-size: 35px;
  line-height: 35px;
}

.sg-footer .nav-section .nav-item {
  font-size: 13.5px;
}

.sg-footer .footer-logo {
  width: 200px;
}

.sg-footer .social-links {
  gap: 4px;
}

.sg-footer .nav-section {
  gap: 12px;
}
}

@media (max-width: 320px) {

.sg-footer .logo-des-section .logo-des {
  font-size: 30px;
  line-height: 1.15;
}

.sg-footer .nav-section .nav-item {
  font-size: 13px;
}

.sg-footer .footer-logo {
  width: 180px;
}

.sg-footer .nav-section {
  gap: 10px;
}

.sg-footer .social-links {
  gap: 2px;
}

.sg-footer .social-link {
  font-size: 12px;
}
} */

/*Footer Section ends */


/*Nav Disable */
/* Disable entire navbar menu */


.nav-item.dropdown-mega:hover .mega-menu-wrapper,
.nav-item.dropdown-mega .mega-menu-wrapper:hover,
.nav-item.dropdown-mega.active .mega-menu-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.mega-menu-overlay,
.mega-menu-overlay.active {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

body.mega-menu-open {
  overflow: auto !important;
  position: static !important;
}

.nav-item.dropdown-mega:hover .dropdown-toggle::after,
.nav-item.dropdown-mega.active .dropdown-toggle::after {
  transform: none !important;
}

/* ── Coming Soon Tooltip ─────── */
.coming-soon-tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #171717;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  font-family: "Inter Display";
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 2000;
  box-shadow: 0 2px 0 0  #FB8454, 0 6px 20px rgba(0,0,0,0.25);
}

.coming-soon-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: #171717;
}

.nav-item.dropdown-mega:hover .coming-soon-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0);
}

.nav-item.dropdown-mega.tooltip-active .coming-soon-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0);
}

/*CONTACT US Section*/
  .contact-overlay {
    position: fixed;
    inset: 0;
    background: rgba(80, 80, 80, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
  }

  .contact-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  
  .contact-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
  }

  .contact-panel.active {
    transform: translateX(0);
  }

  .contact-panel-inner {
    padding: 40px 48px 48px 48px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .contact-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .contact-label {
color: var(--Foundation-Grey-grey-200, #A5A4A4);
font-family: "Inter Display";
font-size: 12.998px;
font-style: normal;
font-weight: 500;
line-height: 20.826px; 
letter-spacing: -0.26px;
text-transform: uppercase;
  }

  .contact-close-btn {
    width: 34px;
    height: 34px;
    background: var(--gray-700, #525252);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
  }

  .contact-close-btn:hover {
    background: #2a2a2a;
  }

  .contact-close-btn svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-linecap: round;
    stroke-width: 2;
  }

  .contact-heading {
   color: #111;
font-family: "Inter Display";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 34px; 
letter-spacing: -0.651px;
    margin-bottom: 36px;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 28px;
  }

  .contact-form .form-group {
    display: flex;
    flex-direction: column;
  }

  .contact-form .form-group label {
   color: var(--Foundation-Grey-grey-500, #3C3939);
font-family: "Inter Display";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 18px; 
letter-spacing: -0.651px;
    margin-bottom: 10px;
  }

  .contact-form .form-group input {
    border: none;
    border-bottom: 1.5px solid #737373;
    border-radius: 0;
    padding: 4px 0 10px 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #111;
    background: transparent;
    outline: none;
    transition: border-color 0.25s ease;
    width: 100%;
  }

  .contact-form .form-group input:focus {
    border-bottom-color: #111;
  }

  .contact-form .form-group-full {
    margin-bottom: 28px;
  }

  .contact-form .form-group-full label {
    display: block;
    color: var(--Foundation-Grey-grey-500, #3C3939);
    font-family: "Inter Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: -0.651px;
    margin-bottom: 12px;
  }

  .contact-form .form-group-full textarea {
    border: 1.5px solid #737373;
    border-radius: 5px;
    padding: 14px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #111;
    background: transparent;
    outline: none;
    resize: vertical;
    min-height: 105px;
    width: 100%;
    transition: border-color 0.25s ease;
    box-sizing: border-box;
    line-height: 1.5;
  }

  .contact-form .form-group-full textarea:focus {
    border-color: #111;
  }

  .contact-form .form-group-full textarea::placeholder {
    color: #bbb;
    font-size: 12.5px;
  }

  .contact-submit-btn {
    display: inline-flex;
    display: flex;
    width: 120px;
    height: 46px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Base, #FFF);
    font-family: "Inter Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    margin-top: 6px;
    border-radius: 8px;
    border: 1px solid #1A1A1A;
    background: linear-gradient(to bottom, #454545, #232323);
    border: 1px solid #4B4951;
    border-radius: 8px;
    background-blend-mode: overlay, normal;
  }

  .contact-submit-btn:hover {
    background: #333;
    transform: translateY(-1px);
  }

  .contact-form label.error {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
  }
  .loader_div {
    display: none;
  }

  @media (max-width: 1100px) {
    .contact-panel { width: 60%; }
  }

  @media (max-width: 768px) {
    .contact-panel { width: 100%; }
    .contact-panel-inner { padding: 28px 24px 40px; }
    .contact-heading { font-size: 26px; margin-bottom: 28px; }
    .contact-form .form-row { grid-template-columns: 1fr; gap: 22px; margin-bottom: 22px; }
  }

  @media (max-width: 480px) {
    .contact-panel-inner { padding: 24px 18px 36px; }
    .contact-heading { font-size: 22px; }
  }

  /*css for captcha*/

.contact-submit-btn {
  margin-left: auto;
}

.captcha-inline {
  /* display: flex; */
  align-items: center;
  gap: 10px;
}

.captcha-inline input[type="text"],
.captcha-inline input[type="number"] {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 10px 12px;
  font-family: "Inter Display", sans-serif;
  font-size: 15px;
  color: #111;
  outline: none;
  text-align: center;
}

.captcha-inline input[type="text"] {
  width: 52px;
  color: #555;
  pointer-events: none;
}

.captcha-inline input[type="number"] {
  width: 70px;
  background: #fff;
  pointer-events: all;
}

.captcha-inline input[type="number"]:focus {
  border-color: #111;
}

.math-op {
  font-size: 16px;
  font-family: "Inter Display", sans-serif;
  color: #333;
  font-weight: 500;
}


/* Captcha Row - Mobile Responsive */

@media (max-width: 768px) {

  .captcha-inline {
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-submit-btn {
    width: 100%;
    margin-left: 0;
  }

  .loader_div {
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 480px) {

  .captcha-inline input[type="text"],
  .captcha-inline input[type="number"] {
    width: 48px;
    padding: 8px 6px;
    font-size: 14px;
  }

  .captcha-inline input[type="number"] {
    width: 60px;
  }

  .math-op {
    font-size: 14px;
  }
}
/* Animation Section starts */
/*About section */

.blur-split {
overflow: hidden;
}

.blur-split .word {
display: inline-block;
opacity: 0;
filter: blur(8px);
transform: translateY(25px);
transition:
  opacity 0.8s ease,
  filter 0.8s ease,
  transform 0.8s ease;
}

.blur-split.active .word {
opacity: 1;
filter: blur(0);
transform: translateY(0);
}

/*Split text */
.split-title .char {
display: inline-block;
will-change: transform, opacity;
}

.split-title .gray-char {
color: #888;
}

.split-title .line {
overflow: hidden;
}

.split-title .word {
display: inline-block;
will-change: transform;
}
/* INTRO TEXT */

.intro-text {
color: var(--gray-400, #A8A8A8);
font-family: "IBM Plex Mono";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20.8px;
letter-spacing: 0.5px;
text-transform: uppercase;
padding-bottom: 15px;
}

@media (min-width: 1366px) {
.intro-text {
  font-size: 1.02vw;
  line-height: 1.52vw;
  letter-spacing: 0.04vw;
  padding-bottom: 1.1vw;
}
}

/* NEW FOOTER SECTION STARTS */

.w2s-footer-section {
  position: relative;
  overflow: hidden;
  background: #1c1c1c;
}

.w2s-footer-section #c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  cursor: grab;
}

.w2s-footer-section .sg-container {
  position: relative;
  z-index: 2;
}

.w2s-footer-section .ft-top {
  padding: 35px 0px;
}

.w2s-footer-section .ft-logo img {
  height: 62px;
  width: auto;
  display: block;
}

.w2s-footer-section .ft-col-label {
  color: #6F6D66;
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.w2s-footer-section .ft-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w2s-footer-section .ft-nav-list li {
  margin-bottom: 11px;
}

.w2s-footer-section .ft-nav-list li:last-child {
  margin-bottom: 0;
}

.w2s-footer-section .ft-nav-list a {
  color: #B2B1AA;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-decoration: none;
  transition: color 0.18s;
}

.w2s-footer-section .ft-nav-list a:hover {
  color: #fff;
}

.w2s-footer-section .ft-contact-sublabel {
  color: #6F6D66;
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}

.w2s-footer-section .ft-contact-val {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  transition: color 0.18s;
}

.w2s-footer-section .ft-contact-val:last-child {
  margin-bottom: 0;
}

.w2s-footer-section .ft-contact-val:hover {
  color: #fff;
}

.w2s-footer-section .ft-address-row {
  padding: 28px 0 30px;
}

.w2s-footer-section .ft-addr-label {
  color: #6F6D66;
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.w2s-footer-section .ft-addr-text {
  color: var(--200, #E5E5E5);
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.w2s-footer-section .ft-social-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 10px;
}

.w2s-footer-section .ft-social-label {
  color: #727272;
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.w2s-footer-section .ft-social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.w2s-footer-section .ft-bottom-row {
  padding-top: 12px 0;
  border-top: none;
  position: relative;
}

/* .w2s-footer-section .ft-bottom-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  height: 1px;
  background: #E5E5E5;
} */

.w2s-footer-section .ft-social-links a {
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color 0.18s;
  white-space: nowrap;
  color: var(--200, #E5E5E5);
}

.w2s-footer-section .ft-social-links a:hover {
  color: #fff;
}

.w2s-footer-section .ft-social-links .si-box {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #333;
  border: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.18s;
}

.w2s-footer-section .ft-social-links a:hover .si-box {
  background: #444;
}

.w2s-footer-section .ft-social-links .si-box svg {
  width: 13px;
  height: 13px;
  fill: rgba(255, 255, 255, 0.78);
}

/* .w2s-footer-section .ft-newsletter-row {
  padding-bottom: 28px;
} */

.w2s-footer-section .ft-nl-card {
  background: #272727;
  padding: 48px 52px;
  width: 100%;
  height: auto;
}

.w2s-footer-section .ft-nl-heading {
  color: var(--200, #E5E5E5);
  font-family: "Inter Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}

.w2s-footer-section .ft-nl-sub {
  color: #B8B8B8;
  font-family: "Inter Display";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.w2s-footer-section .ft-nl-form-label {
  color: var(--gray-50, #F4F4F4);
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.w2s-footer-section .ft-nl-input-wrap {
  display: flex;
  gap: 5px;
}

.w2s-footer-section .ft-nl-input-wrap input {
  flex: 1;
  min-width: 0;
  border: 0.375px solid #4C4C4C;
  background: #141414;
  border: none;
  border-radius: 8px;
  outline: none;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter Display";
}

.w2s-footer-section .ft-nl-input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.22);
}

.w2s-footer-section .ft-nl-input-wrap button {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-family: "Inter Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  background: linear-gradient(to bottom, #454545, #232323);
  border: 1px solid #4B4951;
  border-radius: 8px;
  padding: 0 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.w2s-footer-section .ft-nl-input-wrap button:hover {
  background: #4a4a4a;
}

.w2s-footer-section .ft-nl-spam {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
  margin-bottom: 0;
}


.w2s-footer-section .ft-copy {
  color: var(--200, #E5E5E5);
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 576px) {
  .w2s-footer-section .ft-bottom-row::before {
    left: -35px;
    right: -35px;
  }
}

@media (max-width: 441px) {
  .w2s-footer-section .ft-bottom-row::before {
    left: -18px;
    right: -18px;
  }
}

@media (min-width: 1366px) {
  .w2s-footer-section .ft-bottom-row::before {
    left: -5.66vw;
    right: -5.66vw;
  }
}

/* =============================
   1366px
============================= */

@media (min-width:1366px) {

  .w2s-footer-section .ft-top {
    padding: 3.10vw 0;
  }

  .w2s-footer-section .ft-logo img {
    height: 4.54vw;
  }

  .w2s-footer-section .ft-col-label {
    font-size: 0.88vw;
    letter-spacing: 0.035vw;
    margin-bottom: 1.46vw;
    padding-bottom: 1.02vw;
  }

  .w2s-footer-section .ft-nav-list li {
    margin-bottom: 0.80vw;
  }

  .w2s-footer-section .ft-nav-list a {
    font-size: 1.17vw;
    letter-spacing: -0.012vw;
  }

  .w2s-footer-section .ft-contact-sublabel {
    font-size: 0.88vw;
    letter-spacing: 0.035vw;
    margin-bottom: 0.37vw;
  }

  .w2s-footer-section .ft-contact-val {
    font-size: 1.10vw;
    margin-bottom: 1.46vw;
  }

  .w2s-footer-section .ft-address-row {
    padding: 2.05vw 0 2.19vw;
  }

  .w2s-footer-section .ft-addr-label {
    font-size: 0.88vw;
    letter-spacing: 0.035vw;
    margin-bottom: 0.51vw;
  }

  .w2s-footer-section .ft-addr-text {
    font-size: 1.02vw;
  }

  .w2s-footer-section .ft-social-wrap {
    gap: 0.73vw;
  }

  .w2s-footer-section .ft-social-label {
    font-size: 0.88vw;
    margin-bottom: 0.73vw;
  }

  .w2s-footer-section .ft-social-links {
    gap: 1.31vw;
  }

  .w2s-footer-section .ft-social-links a {
    font-size: 0.88vw;
    letter-spacing: -0.013vw;
    gap: 0.51vw;
  }

  .w2s-footer-section .ft-social-links .si-box {
    width: 1.90vw;
    height: 1.90vw;
    border-radius: 0.37vw;
  }

  .w2s-footer-section .ft-social-links .si-box svg {
    width: 0.95vw;
    height: 0.95vw;
  }

  /* .w2s-footer-section .ft-newsletter-row {
    padding-bottom: 2.05vw;
  } */

  .w2s-footer-section .ft-nl-card {
    padding: 2.51vw 3.81vw;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 2.19vw;
    margin-bottom: 1.02vw;
  }

  .w2s-footer-section .ft-nl-sub {
    font-size: 0.99vw;
  }

  .w2s-footer-section .ft-nl-form-label {
    font-size: 0.88vw;
    margin-bottom: 0.88vw;
  }

  .w2s-footer-section .ft-nl-input-wrap {
    gap: 0.37vw;
  }

  .w2s-footer-section .ft-nl-input-wrap input {
    padding: 0.95vw 1.17vw;
    font-size: 0.95vw;
    border-radius: 0.59vw;
  }

  .w2s-footer-section .ft-nl-input-wrap button {
    font-size: 1.17vw;
    padding: 0 2.05vw;
    border-radius: 0.58vw;
  }

  .w2s-footer-section .ft-nl-spam {
    font-size: 0.99vw;
    margin-top: 0.66vw;
  }

  .w2s-footer-section .ft-bottom-row {
    padding: 0.66vw 0 0 0;
  }

  .w2s-footer-section .ft-copy {
    font-size: 0.88vw;
    line-height: 1.32vw;
  }
}

/* =============================
   1024px
============================= */

@media (max-width:1024px) {

  .w2s-footer-section .ft-top {
    padding: 50px 0;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 26px;
  }

  .w2s-footer-section .ft-nl-card {
    padding: 40px;
  }
}

/* =============================
   991px (tablet)
============================= */

@media (max-width:991px) {

  .w2s-footer-section .ft-logo {
    margin-bottom: 30px;
  }

  .w2s-footer-section .ft-social-wrap {
    margin-top: 25px;
    justify-content: flex-start;
  }

  .w2s-footer-section .ft-nl-card {
    padding: 36px;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 24px;
  }
}


/* =============================
   767px (large mobile)
============================= */

@media (max-width:767px) {

  .w2s-footer-section .ft-top {
    padding: 40px 0;
  }

  .w2s-footer-section .ft-col-label {
    margin-top: 20px;
  }

  .w2s-footer-section .ft-social-links {
    gap: 14px;
  }

  .w2s-footer-section .ft-nl-card {
    padding: 30px;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 22px;
  }

  .w2s-footer-section .ft-nl-input-wrap {
    flex-direction: column;
  }

  .w2s-footer-section .ft-nl-input-wrap button {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
}

/* =============================
   576px
============================= */

@media (max-width:576px) {

  .w2s-footer-section .ft-nav-list a {
    font-size: 15px;
  }

  .w2s-footer-section .ft-addr-text {
    font-size: 13px;
  }

  .w2s-footer-section .ft-social-links a {
    font-size: 11px;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 20px;
  }

  .w2s-footer-section .ft-nl-card {
    padding: 24px;
  }
}


/* =============================
   441px
============================= */

@media (max-width:441px) {

  .w2s-footer-section .ft-logo img {
    height: 50px;
  }

  .w2s-footer-section .ft-social-links {
    gap: 12px;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 18px;
  }

  .w2s-footer-section .ft-nl-sub {
    font-size: 12px;
  }

}


/* =============================
   390px
============================= */

@media (max-width:390px) {

  .w2s-footer-section .ft-col-label {
    font-size: 11px;
  }

  .w2s-footer-section .ft-nav-list a {
    font-size: 14px;
  }

  .w2s-footer-section .ft-nl-heading {
    font-size: 17px;
  }
}


/* =============================
   350px
============================= */

@media (max-width:350px) {

  .w2s-footer-section .ft-social-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .w2s-footer-section .ft-social-links a {
    font-size: 11px;
  }
}

/* =============================
   320px
============================= */

@media (max-width:320px) {

  .w2s-footer-section .ft-nl-heading {
    font-size: 16px;
  }

  .w2s-footer-section .ft-nl-sub {
    font-size: 11px;
  }

  .w2s-footer-section .ft-nl-input-wrap input {
    font-size: 12px;
  }

  .w2s-footer-section .ft-copy {
    font-size: 11px;
  }
}

/* FOOTER SECTION ENDS */