/* Global */

body {
  background: #000;
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #fff;
  margin-top: -17px;
}
.heading,
h1, h2, h3 {
  font-family: 'Manrope', sans-serif;
}
ul li a {
  text-decoration:none;
}

.gray-text{
  color: #C5C5C5;
}
.green-text{
  color: #00FF5B;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.blacktext{color: #000000;}
.whitetext{color: #FFFFFF;}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(20px);
    opacity: 1;
    transition: transform 0.35s ease;
    z-index: 1050;
}

.main-menu {
    background: rgba(0, 0, 0, 0.7);
    width: 84%;
}

.border {
    border: 0.5px solid #B8B8B8;
    !important;
}

.bg-black {
    --bs-bg-opacity: 0.7 !important;
}

.vsoft-logo img {
    width: 134px;
    height: auto;
}

.navbar-nav .nav-link {
    color: #ABABAB !important;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0 5px;
    padding: 30px 10px !important;

    position: relative;
    display: inline-block;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: #FFF !important;
}

.menu-row {
    margin-bottom: 11px !important;
}

/* Underline hidden by default */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 12px;
    /* space below text */

    width: 85%;
    height: 3px;
    background: #fff;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

/* Show underline on hover */
.navbar-nav .nav-link:hover::after {
    transform: scaleX(1);
}

/* New Mega Menu Styles */
.button-cta {
    color: #FFF;
    border: 0.5px solid #B8B8B8 !important;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    margin-top: 13px;
    padding: 16px 20px;
    position: relative;
    z-index: 0;
}

.button-cta:hover {
    background:
        linear-gradient(90deg, #013927, #09173c) padding-box,
        linear-gradient(0deg, #3646FC, #00FF5B) border-box;
}

/* ===============================
BASE MEGA MENU
=================================*/
.mega-container {
    width: 1320px !important;
}

/* Parent must allow overflow */
.mega-menu-col,
.container1,
.navbar {
    position: relative;
    overflow: visible !important;
}

/* Make dropdown parent static */
.navbar .dropdown {
    position: static !important;
}

/* Mega menu */
.mega-menu {
    background: #242424;

    position: absolute;
    top: 100%;

    /* TRUE viewport alignment */
    left: 0;
    right: 0;

    width: 100vw;
    /*margin-left: calc(3% - 50vw);*/

    /* Vertical animation only */
    transform: translateY(15px);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;

    border: 0;
    border-radius: 0;

    display: block !important;
}

.navbar .dropdown-menu.mega-menu {
    display: block !important;
}

.has-megamenu:hover>.nav-link {
    color: #FFF !important;
}

.mega-box-wrap .btn-light img,
.mega-cta .btn-light img {
    margin-right: 10px !important;
    width: 15px;
    height: auto;
}

@media (min-width:1440px) {
    .mega-menu {
        margin-left: calc(-11% - 50vw);
    }
}

@media (max-width:1440px) {
    .mega-menu {
        margin-left: calc(5% - 50vw);
    }
}

@media (max-width:1200px) {
    .mega-menu {
        margin-left: calc(20% - 50vw);
    }
}

/* Show state */
.navbar .dropdown.show>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar .dropdown:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Smooth section hover */
.mega-section {
    padding: 10px 25% 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.mega-section ul {
    width: 205px;
}

.mega-section:hover,
.column-links ul li a:hover,
.mega-submenu-links ul li a:hover {
    background: linear-gradient(90deg, #000000 0%, #242424 100%);
    /*background: rgba(0,0,0,0.65);*/
}

.column-links ul li a,
.mega-submenu-links ul li a {
    padding: 5px 10px;
}

.mega-heading,
.dropdown-menu p {
    color: #FFF;
    font-family: "Manrope", sans-serif;
}

.mega-heading {
    font-family: "Lato", sans-serif !important;
}

.mega-container a,
.mega-section a,
.mega-box a,
.column-links a {
    color: #DEDEDE;
}

.mega-container a:hover,
.mega-section a:hover,
.mega-box a:hover,
.column-links a:hover {
    color: #4285F4;
}

.mega-container ul li a {
    border-radius: 10px;
    display: block;
    font-size: 15px;
    transition: all 0.3s ease;
}

.mega-box-wrap {
    background: rgba(0, 0, 0, 0.65);
}

.mega-box {
    float: left;
    width: 100%;
}

.industries-box ul li {
    margin-bottom: 3px;
}

.box-quote {
    background: rgba(0, 0, 0, 0.65);
    height: 265px;
}

.box-quote p,
.mega-cta p,
.career-box p {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.box-quote .yellow {
    color: #FFDE15;
    float: left;
    font-family: "Lato", sans-serif !important;
    width: 100%;
}

.mega-cta p {
    font-size: 18px;
    letter-spacing: 1px;
}

@media (min-width:1440px) {
    .has-megamenu:nth-of-type(1) .mega-cta p {
        width: 83%;
    }

    .has-megamenu:nth-of-type(2) .mega-cta p {
        width: 86%;
    }

    .has-megamenu:nth-of-type(3) .mega-cta p {
        width: 87%;
    }

    .has-megamenu:nth-of-type(4) .mega-cta p {
        width: 80%;
    }

    .career-box p {
        width: 81%;
    }
}

@media (max-width:1440px) {
    .has-megamenu:nth-of-type(1) .mega-cta p {
        width: 81%;
    }

    .has-megamenu:nth-of-type(2) .mega-cta p {
        width: 84%;
    }

    .has-megamenu:nth-of-type(3) .mega-cta p {
        width: 85%;
    }

    .has-megamenu:nth-of-type(4) .mega-cta p {
        width: 77%;
    }

    .career-box p {
        width: 78%;
    }
}

@media (max-width:1200px) {
    .mega-cta p {
        font-size: 16px;
    }

    .has-megamenu:nth-of-type(1) .mega-cta p {
        width: 77%;
    }

    .has-megamenu:nth-of-type(2) .mega-cta p {
        width: 80%;
    }

    .has-megamenu:nth-of-type(3) .mega-cta p {
        width: 81%;
    }

    .has-megamenu:nth-of-type(4) .mega-cta p {
        width: 73%;
    }

    .career-box p {
        width: 74%;
    }
}

.mega-cta img,
.career-box img {
    margin-right: 5px;
}

.mega-cta a,
.career-box a {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.career-box .mega-box-wrap {
    width: 97%;
    margin-left: 1.5%;
}

.box-quote p {
    font-family: "Lato", sans-serif !important;
    font-size: 18px;
    line-height: 30px;
}

.box-quote small {
    color: #FFF;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 18px;
}

.mega-top-resource {
    padding-right: 5%;
}

.mega-box-title {
    position: relative;
    display: inline-block;
    /* important */
    color: #FFF;
    font-family: "Lato", sans-serif !important;
    text-decoration: none;
    padding-bottom: 5px;
    /* gap between text & border */
}

.mega-box-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    /* border thickness */
    background: #D4D4D4;
}

.mega-cta {
    background: black;
    padding-left: 30px !important;
    width: 101.5%;
}

.column-links p {
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

.column-links p,
.mega-submenu-links p {
    padding-left: 10px;
}

.is-sticky+.dropdown-menu.mega-menu {
    margin-top: 2px;
}

.desktop-menu {
    display: block;
}

.mobile-menu {
    display: none;
}

.has-megamenu:nth-child(4) .mega-top-resource a {
    pointer-events: none;
    cursor: default;
}

.expand-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #FFF;
    text-decoration: none;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .mega-container a:hover {
    color: #4285F4;
}

.expand-btn:hover {
    padding-right: 15px;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}

.arrow-wrap {
    padding: 2px;
    position: relative;
    width: 11px;
    height: 11px;
    overflow: hidden;
}

.arrows {
    position: absolute;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 9px;
    height: auto;
}

.arrows-1 {
    transform: translate(0, 0);
}

.expand-btn:hover .arrows-1 {
    transform: translate(140%, -140%);
}

header .mega-cta img {
    margin-right: 5px;
}

.arrows-2 {
    transform: translate(-140%, 140%);
}

.expand-btn:hover .arrows-2 {
    transform: translate(0, 0);
}

.btn-text {
    color: #FFF;
    white-space: nowrap;
    margin-left: 45px;
}

.expand-btn:hover .btn-text {
    color: #000;
}

ul li a {
    text-decoration: none;
}


/* ======================================
MOBILE MENU (NEW STRUCTURE)
====================================== */
@media (max-width: 991px) {

    /* Hide desktop */
    .desktop-menu {
        display: none !important;
    }

    header .button-cta {
        display: none !important;
    }

    /* Wrapper */
    .mobile-menu {
        display: block;
        position: relative;
        z-index: 9999;
    }

    /* ======================
    BURGER BUTTON
    ====================== */
    .mobile-menu-toggle {
        background: none;
        border: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px;
        cursor: pointer;
    }

    .mobile-menu-toggle span {
        width: 26px;
        height: 2px;
        background: #fff;
        display: block;
        transition: 0.3s ease;
    }

    /* ======================
    SLIDE PANEL
    ====================== */
    .mobile-menu-panel {
        position: fixed;
        top: -20px;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #000;
        transition: right 0.4s ease;
        overflow-y: auto;
        padding: 25px 20px 40px;
    }

    /* Active state (JS should add .active) */
    .mobile-menu-panel.active {
        right: 0;
    }

    /* ======================
    CLOSE BUTTON
    ====================== */
    .mobile-menu-close {
        background: none;
        border: none;
        color: #fff;
        font-size: 22px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    /* ======================
    MAIN MENU LIST
    ====================== */
    .mobile-main-menu {
        list-style: none;
        padding: 0;
        margin-top: 50px;
    }

    .mobile-menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 0;
    }

    /* Main top link */
    .mobile-menu-link {
        width: 100%;
        background: none;
        border: none;
        color: #fff;
        font-size: 18px;
        text-align: left;
        cursor: pointer;
        padding: 0;
    }

    /* ======================
    SUB WRAPPER
    ====================== */
    .mobile-sub-wrapper {
        display: none;
        padding: 15px 0 0 10px;
    }

    /* Accordion active */
    .mobile-menu-item.active .mobile-sub-wrapper {
        display: block;
    }

    /* Section */
    .mobile-section {
        margin-bottom: 18px;
    }

    /* Section title */
    .mobile-section-title {
        color: #aaa;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    /* Sub menu */
    .mobile-sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-sub-menu li {
        margin-bottom: 6px;
    }

    .mobile-sub-menu a {
        color: #ddd;
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 4px 0;
        transition: 0.2s ease;
    }

    .mobile-sub-menu a:hover {
        color: #4285F4;
    }

}


/* main section */
/* Container */
.container {
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}

/* footer css */
.site-footer {
  background: linear-gradient(180deg, #1a1a1a, #0f0f0f);
  color: #bfbfbf;
  font-family: Inter, sans-serif;
}
/* TOP SECTION */
.footer-top {
    max-width: 70%;
    padding: 60px 0px 60px 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.footer-col h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
  padding-left: 0px;
}
.footer-col li {
  margin-bottom: 5px;
}
.footer-col a {
  color: #9d9d9d;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: #ffffff;
}
/* AI BAR */
.footer-ai {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px 20px;
  text-align: center;
  font-size: 14px;
  color: #cfcfcf;
}
.footer-l1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 80px;
  border-top: .5px solid #939393;
  border-bottom: .5px solid #939393;
  font-size: 14px;
}
.footer-l2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 80px;
  font-size: 14px;
  color: #9a9a9a;
}
.footer-l1-right .years{
  margin-bottom: 10px;
}
.footer-l1-right .social{
  display: flex;
  justify-content: space-between;
}
.footer-l1-left p{
  margin: auto;
}
.ai-sec p{
   margin: auto;
}
.ai-sec p a {
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
}
.ai-sec p a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #777; /* adjust color */
}
.ai-sec a{
  text-decoration: none;
  color: #9a9a9a;
}
.footer-bottom p {
  font-size: 13px;
  color: #9a9a9a;
}
.footer-links a {
  color: #9a9a9a;
  font-size: 13px;
  margin-right: 12px;
  text-decoration: none;
}
.footer-links a:hover {
  color: #00c6ff;
}
.footer-social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background: linear-gradient(90deg, #00c6ff, #00ffcc);
  color: #000;
  box-shadow: 0 0 12px rgba(0,255,204,0.6);
}
.blog-content ul li {
  color: #333!important;
}


/* Tablet */
@media (max-width: 992px) {
  
}

/* Mobile */
@media (max-width: 768px) {
  
}
@media (max-width: 1024px) {
  .container {
    padding: 0 32px;
  }
  .row {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social {
    margin-top: 10px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  
}
@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col ul {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
/*  CLOCKWISE BORDER BUTTON */
.animated-btn {
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 8px;
  text-decoration: none;
  color: #e6fff4;
  font-weight: 500;
  background: #000;
  z-index: 1;
  overflow: hidden;
}
/* Moving border */
.animated-btn::before {
content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #2cff9c, #00c6ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: breathe 4s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { filter: brightness(0.8); }
  50%      { filter: brightness(1.3); }
}
.animated-btnaa::before{
content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #2cff9c, #00c6ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: pulseGlow 2.5s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% { opacity: 0.6; }
  50%      { opacity: 1; }
}
.animated-btnaa:hover {
  box-shadow: 0 0 18px rgba(44, 255, 156, 0.6);
}
.animated-btnbb::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent 30%,
    #2cff9c,
    #00c6ff,
    transparent 70%
  );
  background-size: 200% 200%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: shine 3s linear infinite;
}
@keyframes shine {
  from { background-position: 0% 50%; }
  to   { background-position: 200% 50%; }
}
.animated-btnbb:hover {
  box-shadow: 0 0 18px rgba(44, 255, 156, 0.6);
}
/* Inner background */
.animated-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #000;
  border-radius: 6px;
  z-index: -1;
}

/* Text */
.animated-btn span {
  position: relative;
  z-index: 2;
}
/* Hover effects */
.animated-btn:hover::before {
  animation-play-state: paused;
}
.animated-btn:hover {
  box-shadow: 0 0 18px rgba(44, 255, 156, 0.6);
}
/* Animation */
@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}