body {
    overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: lightgray;

    position: relative;
    width: 100%;
    overflow-x: hidden; /* Remove horizontal scroll */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    * { /* Apply box-sizing to all elements */
        box-sizing: border-box;
    }
}

html{
    scroll-behavior: smooth;
}

.container{
    position: relative;
    width: 100%;
    max-width: 100%; /* Ensure no overflow */
    margin: 0 auto; /* Center the container */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    padding: 0; /* Remove any padding that might cause overflow */

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px; /* Standardized gap for all sections */
    background-color: #020f1cd1;
}

.back-vid{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
}

header{
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    height: 110px;
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
    z-index: 999;
    flex-wrap: nowrap; /* Ensure items do not wrap */
}

.left{
    display: flex;
    align-items: center;
}

.left img{
    width: 80px;
    margin: 0 15px;
}

.left h2 {
    font-family: 'Audiowide', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 10px #72a1dea2;
}

.logo-bar-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-shrink: 0; /* Prevent shrinking of the navigation bar */
}

header ul li {
    margin: 0;
    position: relative;
}

header ul li a {
    display: flex; /* Use flex to align content and pseudo-element */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    padding: 15px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
font-size: 20px;
    font-weight: 300;
    position: relative; /* Needed for absolute positioning of pseudo-element */
    overflow: hidden; /* Hide the pseudo-element overflow */
}

.logo-bar-buttons li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px; /* Height of the status bar effect */
    background-color: #72a1de; /* Color of the status bar */
    transform: translateX(-100%); /* Start off-screen to the left */
    transition: transform 0.3s ease; /* Animation for the slide effect */
}

.logo-bar-buttons li a:hover::before {
    transform: translateX(0); /* Slide in from the left on hover */
}
.logo-bar-buttons li a:hover {
    color: #72a1de;
    background-color: transparent !important;
}


.box-icons{
    display: flex;
    gap: 20px;
    visibility: visible; /* Ensure icons are always visible */
}

.box-icons p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid #72a1de;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    margin: 0;
}

.box-icons p:hover{
    background-color: #72a1de;
    color: black;
    box-shadow: 0 0 15px #72a1de;
}


































































/* ================================================ */
/* === MEGA MENU STYLING (SOLUTIONS & SERVICES) === */
/* ================================================ */

/* Yeh woh <li> hai jis par hover karna hai (e.g., Solutions, Services) */




.dropdown-menu{
    display: flex;
    position: absolute;
    top: 100%;
    z-index: 1000;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1600px;
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 15px #72a1dea2;
    list-style: none;
    padding: 0 40px;
    border-radius: 16px;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
    
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, padding 0.4s ease-out, visibility 0.4s;
}

/* Jab parent element (e.g., li.dropdown-container) par hover ho to menu dikhao */
.logo-bar-buttons > li:hover > .dropdown-menu {
    max-height: 50vh;
    opacity: 1;
    visibility: visible;
    padding-top: 30px;
    padding-bottom: 30px;
}





/* Dropdown ke andar jo links hain, unki alag se styling */
.dropdown-menu a {
    color: white;
    padding: 10px 0; /* Upar neeche padding */
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 0; /* Gol corners ki zaroorat nahi */

    background: none !important; /* Forcefully background hataya */
    box-shadow: none !important; /* Forcefully shadow hataya */
    transition: color 0.2s, padding-left 0.2s;
}







.dropdown-menu a:hover {
    color: #72a1de !important; /* Ensure blue color on hover */
    padding-left: 5px; /* Hover par thora aage move hoga */
}

/* Agar aap dropdown ke andar headings (h4) istemal karein */
.dropdown-menu h4 {
    color: #72a1de;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(114, 161, 222, 0.2);
}















































.services-dropdown, .solutions-dropdown {
    margin-left: 150px !important;
    transform: translateX(-50%) !important;
        left: 0 !important;
    width: 300vw !important;
    max-width: 2000px !important;
    justify-content: center !important;
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
}

/* Layout: side-by-side image and links */
.dropdown-menu.services-dropdown .dropdown-content-wrapper {
  display: flex !important;
  gap: 40px !important;                 /* Space between image & links */
  align-items: flex-start !important;
  justify-content: flex-start !important; /* Align everything to left */
}

/* Image container takes more space */
.dropdown-menu.services-dropdown .dropdown-image {
  flex: 1.3 !important;
    margin-top: 20px;
}

/* Image styling */
.dropdown-menu.services-dropdown .dropdown-image img {
  max-width: 100% !important;
  max-height: 300px !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  display: block !important;
  margin-top: 20px !important;
  
}

/* Links section */
.dropdown-menu.services-dropdown .dropdown-links {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  margin-top: 30px !important;
}

/* Link styles */
.dropdown-menu.services-dropdown .dropdown-links a {
  color: white;
  text-decoration: none !important;
  padding: 5px 0 !important;
}

/* Hover effect for links */
.dropdown-menu.services-dropdown .dropdown-links a:hover {
  color: #72a1de !important; /* Ensure blue color on hover */
  padding-left: 5px;
}

/* Layout: side-by-side image and links for About Us */





















/* Styles for the About Us dropdown menu */
.dropdown-menu.aboutus-dropdown {
    margin-left: 150px !important; /* Match services dropdown margin */
    transform: translateX(-50%) !important; /* Match services dropdown transform */
    left: 0 !important; /* Match services dropdown left position */
    width: 300vw !important; /* Match services dropdown width */
    max-width: 2200px !important; /* Increase max-width slightly */
    justify-content: center !important; /* Match services dropdown justify-content */
    background-color: rgba(10, 25, 47, 0.6); /* Match background */
    backdrop-filter: blur(5px); /* Match backdrop filter */
}

/* Layout: side-by-side image and links for About Us */
.dropdown-menu.aboutus-dropdown .dropdown-content-wrapper {
  display: flex !important;
  gap: 40px !important;                 /* Space between image & links */
  align-items: flex-start !important;
  justify-content: flex-start !important; /* Align everything to left as clarified */
}

/* Image container takes more space for About Us */
.dropdown-menu.aboutus-dropdown .dropdown-image {
  flex: 1.3 !important;
    margin-top: 20px;
}

/* Image styling for About Us */
.dropdown-menu.aboutus-dropdown .dropdown-image img {
  max-width: 100% !important;
  max-height: 300px !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  display: block !important;
  margin-top: 20px !important;

}

/* Links section for About Us */
.dropdown-menu.aboutus-dropdown .dropdown-links {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  margin-top: 30px !important;
}

/* Link styles for About Us */
.dropdown-menu.aboutus-dropdown .dropdown-links a {
  color: white;
  text-decoration: none !important;
  padding: 5px 0 !important;
}

/* Hover effect for links for About Us */
.dropdown-menu.aboutus-dropdown .dropdown-links a:hover {
  color: #72a1de !important; /* Ensure blue color on hover */

}


/*

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;

    position: absolute;
    top: 100%;
    left: 50%;                  
    transform: translateX(-50%);

    width: 2000px;             
    max-width: 95vw;    
  margin-left: 0px;
  margin-right: 0px;

    z-index: 1000;

    background-color: rgba(255, 255, 255, 0.121);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 15px #72a1dea2;

    list-style: none;
    padding: 30px 40px;
    border-radius: 16px;

    min-height: 50vh;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
}
*/





























/*
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.121);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 15px #72a1dea2;
    list-style: none;
    padding: 20px;
    border-radius: 10px;
    min-width: 800px;
    flex-wrap: nowrap;
    justify-content: space-around;
}


*/




.logo-bar-buttons li.active .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 300vw;
    max-width: 2000px;
    border-radius: 16px;
    padding: 30px 40px;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 15px #72a1dea2;
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    min-height: 50vh;
    box-sizing: border-box;
}

.logo-bar-buttons li.active:hover .dropdown-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.logo-bar-buttons li.active:hover {
    height: auto;
    min-height: 70px;
    transition: none !important; /* Force remove transition */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding-top: 0 !important; /* Force prevent padding changes */
    top: 0 !important; /* Force position */
    transform: none !important; /* Force no transform */
}

header {
    transition: none !important; /* Force remove transition */
    height: 90px !important; /* Force set height */
    min-height: 90px !important; /* Force no height reduction */
    position: fixed !important; /* Ensure header stays fixed */
    top: 0 !important; /* Force header to top */
}

.logo-bar-buttons li.active:hover ~ .dropdown-menu {
    position: absolute;
    width: 300vw;
    max-width: 2000px;
    border-radius: 16px;
    padding: 30px 40px;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 15px #72a1dea2;
    left: 50%;
    transform: translateX(-50%);
    top: 100% !important; /* Force consistent positioning */
    margin-top: 0 !important; /* Force prevent vertical shift */
}

.logo-bar-buttons {
    transition: none !important; /* Force remove transition */
    height: 90px !important; /* Force match header height */
    min-height: 90px !important; /* Force no height changes */
    display: flex !important; /* Force layout */
    align-items: center !important; /* Force alignment */
}

.logo-bar-buttons li.active:hover ~ .logo-bar-buttons li:not(.active) {
    display: flex !important; /* Force other buttons visible */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    top: 0 !important; /* Force position */
}

.logo-bar-buttons li.active:hover ~ .logo-bar-buttons {
    width: auto;
    justify-content: center;
    flex-direction: row;
    align-items: center !important; /* Force alignment */
    height: 90px !important; /* Force match header height */
    min-height: 90px !important; /* Force no height changes */
}

.logo-bar-buttons li {
    transition: none !important; /* Force remove transition */
    position: relative !important; /* Force positioning */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding-top: 0 !important; /* Force prevent padding changes */
    top: 0 !important; /* Force position */
    transform: none !important; /* Force no transform */
}

.logo-bar-buttons li.active {
    position: relative !important; /* Force no movement */
    top: 0 !important; /* Force prevent vertical shift */
    transform: none !important; /* Force prevent transform changes */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding-top: 0 !important; /* Force prevent padding changes */
}

.logo-bar-buttons li.active:hover {
    position: relative !important; /* Force no movement on hover */
    top: 0 !important; /* Force prevent vertical shift */
    transform: none !important; /* Force prevent transform changes */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding-top: 0 !important; /* Force prevent padding changes */
}

.logo-bar-buttons li.active:hover ~ .logo-bar-buttons li.active {
    width: auto;
    text-align: center;
    position: relative !important; /* Force no movement */
    top: 0 !important; /* Force prevent vertical shift */
    transform: none !important; /* Force prevent transform changes */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding-top: 0 !important; /* Force prevent padding changes */
}

.logo-bar-buttons li a {
    transition: background-color 0.3s ease, color 0.3s ease !important; /* Force limit transitions */
    position: relative !important; /* Force no movement */
    top: 0 !important; /* Force prevent vertical shift */
    transform: none !important; /* Force prevent transform changes */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding: 8px 15px !important; /* Force consistent padding */
    line-height: normal !important; /* Force prevent line height changes */
    display: block !important; /* Force display */
}

.logo-bar-buttons li.active:hover ~ .logo-bar-buttons li.active a {
    width: auto;
    position: relative !important; /* Force no movement */
    top: 0 !important; /* Force prevent vertical shift */
    transform: none !important; /* Force prevent transform changes */
    height: auto !important; /* Force prevent height changes */
    margin-top: 0 !important; /* Force prevent vertical shift */
    padding: 8px 15px !important; /* Force consistent padding */
}

.dropdown-menu a {
    color: white; /* Default color */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-menu a:hover {
    color: #72a1de !important; /* Ensure blue color on hover */
    background-color: transparent;
}

.cta-button {
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #72a1de;
    color: black;
    box-shadow: none;
    text-shadow: none;
}






.stats-section {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 50px 0;
    text-align: center;

    
    border-radius: 15px;
    padding: 30px 0;
    
}

.stat {
    flex: 1;
    padding: 20px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat:last-child {
    border-right: none;
}

.stat h2 {
    font-size: 3em;
    color: #72a1de;
    margin: 0;
    font-weight: bold;
}

.circle {
    width: 200px;
    height: 200px;
    border: 6px solid transparent; /* Changed to transparent to avoid overlap with progress bar */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(114, 161, 222, 0.5);
    position: relative;
   
}

.progress-circle {
    position: absolute;
    top: -6px; /* Adjusted to align with the circle border */
    left: -6px;
    width: 212px; /* Adjusted to match the circle size including border */
    height: 212px;
}

.progress-bg, .progress-fg {
    stroke-linecap: round;
}

.stat p {
    font-size: 1em;
    color: lightgray;
    line-height: 1.5;
    padding: 0 10px;
    margin-top: 20px;
}

.circle-progress {
    position: relative;
    width: 160px;
    height: 160px;
    margin-bottom: 35px;
}

.circle-progress svg {
    transform: rotate(-90deg);
}

.progress-bar {
    transition: stroke-dashoffset 0.05s ease-out;
    stroke-linecap: round;
    stroke: #72a1de !important; /* Ensure the progress bar color is vibrant */
    stroke-width: 10 !important; /* Increased stroke width for better visibility */
}

.counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #72a1de !important; /* Match text color with progress bar for consistency */
    font-weight: bold;
    text-shadow: 0 0 5px rgba(114, 161, 222, 0.5); /* Add a subtle glow for better visibility */
}



.edge{
    color:#9ea0a4 !important;
}










.strategic-edge {
    display: flex;
    align-items: center;
    gap: 50px;
}

.strategic-edge-content {
    flex: 1.5;
    text-align: left;
}

.strategic-edge-video {
    flex: 1;
    max-width: 500px;
}

.strategic-edge-video {
    flex: 1;
}

.strategic-edge-video img {
    width: 100%;
    border-radius: 10px;
}

/* --- SECTION KE ANDAR KE ELEMENTS KI STYLING --- */
/* (Baqi styling upar wale code se copy kar sakte hain) */

.section-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 16px;
}/* --- BEHTAR AUR SAAF CODE --- */
.strategic-edge p {
    max-width: 650px;    /* Yeh zaroori hai taake text zyada na phaile */
    font-size: 1.1rem;
    color: whitesmoke;
    line-height: 1.7;
    margin-bottom: 30px; /* Sirf neeche se margin den */
}

.cta-button {
    display: inline-block;

    color: #ffffff;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}
















/* --- SERVICES PORTFOLIO (UPDATED FOR 4 CARDS IN A ROW & MODERN STYLE) --- */
.services-portfolio {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin-bottom: 50px;
}

.service-cards-container {
    display: grid;
    /* Yeh line 4 cards ko ek row mein rakhegi */
    grid-template-columns: repeat(4, 1fr);
    gap: 2px; /* Cards ke darmiyan behtar fasla */
}

.services-portfolio h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
}

.service-cards-container .service-card {
     background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 15px;
    border: 1px solid rgba(114, 161, 222, 0.2);
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}





.service-cards-container .service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}




.service-cards-container .service-card .icon-wrapper {
    /* Icon ke gird ek khoobsurat circle */
    width: 70px;
    height: 70px;
   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}


.service-cards-container .service-card:hover .icon-wrapper {
    
}

.service-cards-container .service-card i {
    font-size: 36px;
    color: #72a1de;
    margin: 0; /* Inline style ko override karne ke liye */
}

.service-cards-container .service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.service-cards-container .service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c5c5c5;
    flex-grow: 1; /* Yeh 'Learn more' link ko neeche push karega */
    margin-bottom: 25px;
}

.service-cards-container .service-card a {
    color: #72a1de;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto; /* Hamesha card ke bottom mein rahega */
    align-self: flex-start;
}
.service-cards-container .service-card a:hover {
    color: #fff;
    padding-left: 5px;
}

/* --- Responsive Behavior for Service Cards --- */
@media screen and (max-width: 1200px) {
    .service-cards-container {
        /* Tablets par 2 cards per row */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .service-cards-container {
        /* Mobiles par 1 card per row */
        grid-template-columns: 1fr;
    }
}





















/* --- INDUSTRY SOLUTIONS (UPDATED FOR 4 CENTERED CARDS) --- */
.industry-solutions {
    width: 90%;
    max-width: 1500px !important;
    text-align: center;
    margin-bottom: 50px;
}

.industry-cards-container {
    /* Grid ki jagah Flexbox ka istemal */
    display: flex;
    /* YEH LINE CARDS KO HORIZONTALLY CENTER KAREGI */
    justify-content: center;
    /* Agar screen choti ho to cards agli line mein chale jayein */
    flex-wrap: wrap;
    gap: 25px; /* Cards ke darmiyan behtar fasla */
    margin-top: 40px;
}

.industry-card {
    /* Hum har card ko ek fix width denge taake woh stretch na hon */
    width: 320px; 
    height: 320px; /* Height thori adjust ki hai */
    
    /* Baaki styles wese hi rahenge */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 75%);
    border-radius: 10px;
    z-index: 0;
}

.industry-card h3,
.industry-card p {
    position: relative;
    z-index: 1;
}

.industry-card h3 {
    font-size: 1.3rem; 
    margin-bottom: 8px;
}

.industry-card p {
    font-size: 0.9rem; 
    line-height: 1.5;
}

/* 
  NOTE: Ab humein is section ke liye alag se media queries ki zaroorat nahi
  kyunke `flex-wrap: wrap` khud hi responsiveness ko handle kar lega.
  Jab screen choti hogi, cards khud ba khud neeche wali line mein aa jayenge.
*/






.why-choose-us {
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
}

.reasons-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.reason {
    width: 22%;
    min-width: 250px;
}

.reason img {
    width: 60px;
    margin-bottom: 20px;
}

.reason h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.workflow-section {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background-color: #0a192f;
}

.workflow-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.workflow-card {
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 15px;
    border: 1px solid rgba(114, 161, 222, 0.2);
    padding: 30px;
    width: calc(25% - 60px);
    min-width: 280px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.workflow-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}

.workflow-card .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}

.workflow-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.workflow-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c5c5c5;
    flex-grow: 1;
    margin-bottom: 25px;
}

.step-number {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: #72a1de;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 0 10px rgba(114, 161, 222, 0.5);
}

@media screen and (max-width: 1200px) {
    .workflow-card {
        width: calc(33.33% - 60px);
    }
}

@media screen and (max-width: 992px) {
    .workflow-card {
        width: calc(50% - 60px);
    }
}

@media screen and (max-width: 700px) {
    .workflow-card {
        width: 100%;
    }
}

.video-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 5px;
    margin-left: 20px;
}

.search-bar input {
    background: transparent;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 20px;
    outline: none;
    width: 200px;
}

.search-bar i {
    color: white;
    cursor: pointer;
    margin-left: 5px;
}

.blackhole-box{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
    mix-blend-mode: lighten;
    overflow: hidden;
}

.blackhole-box video{
    width: 100%;
    margin-top: -23.5%;
}


/* --- HERO SECTION (FIXED FOR CENTERING) --- */
.hero {
    position: relative;
    width: 100%;
    /* Aapki marzi ki height */
    height: 70vh; 
    
    /* YEH TEEN LINES CONTENT KO CENTER KARENGI */
    display: flex;
    align-items: center;      /* Vertically center */
    justify-content: center;  /* Horizontally center */
    
    text-align: center; /* Text ko center align karega */
}

.hero-info {
    /* Absolute position hata diya taake flexbox kaam kar sake */
    position: static; 
    
    /* Width ko control karne ke liye */
    width: 90%; 
    max-width: 900px;
}

.hero-info .gradient {
    /* Font size ko behtar banaya */
    font-size: clamp(2.5rem, 5vw, 4.5rem); 
    margin: 0 auto 20px auto;
}

.hero-info p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}








.hero-info .hero-info-title{
    color: #72a1de;
    padding: 8px 5px;
    border-radius: 50px;
    border: 1px solid #72a1de94;
    width: 240px;
    background-color: #2200493d;
    box-shadow: 0 0 5px #72a1de84;
}

.hero-info h1{
    font-size: 60px;
    max-width: 600px;
    font-weight: 700;
    line-height: 70px;
    margin-top: 40px;
    margin-bottom: 30px;
}



.hero-info button{
    color: white;
    padding: 15px 35px;
    border-radius: 50px; /* Changed to match ribbon bar buttons */
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease; /* Updated to match ribbon bar buttons */

    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-info button:hover{
    background-color: #72a1de;
    color: black;
    box-shadow: none; /* Updated to match ribbon bar buttons */
    text-shadow: none; /* Added to match ribbon bar buttons */
}

.gradient{
    margin-top: 80px !important;
    background: linear-gradient(to left, #ADD8E6, #4682B4, #1E90FF, #FFFFFF, #1E90FF, #4682B4, #ADD8E6); /* Blue and white gradient */
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 5s linear infinite;
}
@keyframes animate-gradient {
    to{
        background-position: 200%;
    }
}

.section-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, gray, darkgray, #72a1dea2, white, darkgray, gray);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}

.skills-video-box{
    position: absolute;
    right: 3%;
}

.skills-video{
    height: 900px;
    mix-blend-mode:lighten;
}

.scroll-down {
    height: 50px;
    width: 30px;
    border: 2px solid lightgray;
    position: absolute;
    left: 49%;
    bottom: 8%;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.626);
  }
  .scroll-down::before,
  .scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid lightgray;
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 2s ease-in-out infinite;
  }
  .scroll-down::before {
    top: 30%;
    animation-delay: 0.5s;
  }

  @keyframes scroll-down {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      top: 90%;
      opacity: 0;
    }
  }









  .info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%; /* Section ko thora chota kiya takay side se space ho */
    max-width: 1800px; /* Bohat bari screens par zayada na phaile */
    margin: 80px auto; /* Section ko page ke center mein laane ke liye */
}

/* Container for the two cards */
.info-cards {
    display: flex; /* Sabse zaroori: cards ko side-by-side laane ke liye */
    align-items: center; /* Dono cards ko vertically center mein rakhne ke liye */
    justify-content: space-between; /* Dono ke beech space daalne ke liye */
    gap: 40px; /* Cards ke darmiyan fasla */
    width: 100%;
    margin-top: 30px;
}




/* General card styles (yahan se width hata di hai) */
.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 300px; /* Height thori kam ki, aap adjust kar sakti hain */
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(5px);
    transition: 0.5s;


   



}

.about-text-card {
    flex-basis: 60%; /* Isko 60% jagah di gayi hai */
    align-items: flex-start; /* Iska content left se shuru ho */
}

.about-text-card p {
    color:lightgray;
  background: transparent;  /* ← Yeh likho */



    font-size: 1rem; 
    line-height: 1.9;
    text-align: justify; /* Text ko left-align kiya, 'justify' nahi */
    margin: 0;
}
.about-logo-card {
    flex-basis: 35%; /* Isko 35% jagah di gayi hai */
    align-items: center; /* Logo ko apne card ke center mein rakha */
}

.about-logo-card img {
    width: 100%; /* Image ko responsive banaya */
    max-width: 350px; /* Max width set ki */
    height: auto;
    object-fit: contain;
}



/* --- Mobile Responsive ke liye --- */
@media (max-width: 768px) {
    .info-cards {
        flex-direction: column; /* Choti screen par cards ko ek ke neeche ek lana */
        align-items: center;
    }
    
    .about-text-card, .about-logo-card {
        flex-basis: 100%; /* Choti screen par dono cards poori width lein */
        width: 100%;
    }
}








.card h1, .card video, .card button {
    display: none;
}




.my-project{
    display: flex;
    flex-direction: column;
    gap: 80px; /* Standardized gap for all sections */
    align-items: center;
    position: relative;
    width: 80%;
    height: auto; /* Changed to auto to allow content to determine height */
    margin-top: 80px; /* Standardized margin for all sections */
    margin-bottom: 80px; /* Standardized margin for all sections */
}

.project-card {
    display: flex;
    width: 100%;
    height: 40%; /* Changed from 100vh to 40% */
    align-items: center;
    gap: 10%;
    justify-content: center;
}

.project-vidbox, .project-imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    mix-blend-mode:exclusion;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    min-width: 400px;
}

.project-vidbox video, .project-imgbox img{
    object-fit: cover;
    width: 100%;
    box-shadow: 0 0 10px lightgray;
    border-radius: 20px;
    transition: 0.5s;
}

.project-card video:hover, .project-card img:hover{
    box-shadow: 0 0 25px rgb(255, 255, 255);
}

.project-info{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 50%;
    padding-left: 10%;
}

.project-info h1{
    width: 90%;
    font-size: 25px;
    font-weight: bold;
    text-wrap: nowrap;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 450px;
}

.project-info p{
    width: 90%;
    max-width: 400px;
    min-width: 300px;
    margin-bottom: 50px;
    margin-top: 0;
}

.project-info button{
    color: white;
    padding: 15px 35px;
    border-radius: 10px;
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
}

.project-info button:hover{
    opacity: 0.8;
    box-shadow: none;
}

.project-vidbox .hover-sign{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100px;
}

.hover-sign::before,
.hover-sign::after {
    content: "👆";
    text-align: center;
    position: absolute;
    font-size: 50px;
    top: 20%;
    left: 40%;
    border-radius: 40px;
    animation: hover-animation 4s ease-in-out infinite;
}

.hover-sign.active{
    display: none;
}

@keyframes hover-animation {
  0% {
    box-shadow: 0 0 5px rgb(255, 255, 255);
    transform: translate(100%, 50%) rotate(30deg);
  }

  100% {
    box-shadow: 0 0 5px rgb(255, 255, 255);
    transform: translateX(80%, 80%) rotate(20deg);
  }
}

/* --- SERVICES SECTION STYLES --- */
.services-section {
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    overflow: hidden;
}

.services-carousel-wrapper {
    width: 90%;
    max-width: 1400px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.services-carousel-wrapper:hover .services-track {
    animation-play-state: paused;
}

.services-track {
    display: flex;
    width: calc(340px * 8);
    /* UPDATED: Faster animation with ~2s stay */
    animation: vertical-scroll-animation 12s ease-in-out infinite;
}

/* UPDATED: Faster keyframes for desktop */
@keyframes vertical-scroll-animation {
    0%, 20%   { transform: translate3d(0, 0, 0); }
    25%, 45%  { transform: translate3d(calc(-340px * 1), 0, 0); }
    50%, 70%  { transform: translate3d(calc(-340px * 2), 0, 0); }
    75%, 95%  { transform: translate3d(calc(-340px * 3), 0, 0); }
    100%      { transform: translate3d(calc(-340px * 4), 0, 0); }
}

.service-card {
    flex: 0 0 300px;
    margin: 0 20px;
    padding: 30px;
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    border: 1px solid rgba(114, 161, 222, 0.2);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}

.service-card h3 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 0.95rem;
    color: #b0b0b0;
    line-height: 1.6;
    flex-grow: 1;
}

.learn-more-link {
    color: #72a1de;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.learn-more-link:hover {
    color: #fff;
    gap: 12px;
}

.learn-more-link i {
    transition: transform 0.3s ease;
}

.learn-more-link:hover i {
    transform: translateX(5px);
}

/* Arrow buttons styles */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(10, 25, 47, 0.6);
    border: 1px solid #72a1dea2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-arrow i {
    font-size: 32px;
    color: #72a1de;
}

.carousel-arrow:hover {
    background-color: #72a1de;
    box-shadow: 0 0 15px #72a1de;
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow:hover i {
    color: black;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

/* --- CONTACT US SECTION (NEW) --- */
.contact-us-section {
    width: 100%;
    padding: 80px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align items to the top */
    gap: 40px;
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(10px);
    padding: 40px 50px;
    border-radius: 20px;
    border: 1px solid rgba(114, 161, 222, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Left Section: Book a Meeting Card */
.book-meeting-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(114, 161, 222, 0.2); /* Separator line */
    position: relative;
}

.book-meeting-card h3 {
    font-size: 1.2rem;
    color: #72a1de;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.profile-image-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid #72a1de;
    box-shadow: 0 0 15px rgba(114, 161, 222, 0.5);
}

.profile-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-icons {
    display: none; /* Hide icons permanently */
}

.book-meeting-card h4 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 5px;
}

.book-meeting-card .title {
    font-size: 0.9rem;
    color: #c5c5c5;
    margin-bottom: 20px;
}

.book-meeting-card .description {
    font-size: 0.95rem;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.book-meeting-button {
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    box-shadow: 0 0 5px #72a1de81;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.book-meeting-button:hover {
    background-color: #72a1de;
    color: black;
    box-shadow: 0 0 10px #72a1de;
}

/* OR Separator */
.or-separator {
    font-size: 1.5rem;
    color: #72a1de;
    font-weight: bold;
    padding: 0 20px;
    align-self: center;
}

/* Right Section: Send Us a Note Form */
.send-note-form-card {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.send-note-form-card h3 {
    font-size: 1.2rem;
    color: #72a1de;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.send-note-form-card form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

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

.form-group.full-width {
    flex: none;
    width: 100%;
}

.form-group label {
    font-size: 0.9rem;
    color: #c0c0c0;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group label span {
    color: #8892b0; /* Optional text color */
    font-size: 0.8rem;
    margin-left: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(114, 161, 222, 0.3);
    border-radius: 8px;
    padding: 12px;
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #8892b0;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #72a1de;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(114, 161, 222, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.upload-file-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.upload-button {
    color: #72a1de;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.upload-button:hover {
    background-color: #72a1de;
    color: black;
}

.file-requirements {
    font-size: 0.8rem;
    color: #8892b0;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #c0c0c0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(114, 161, 222, 0.3);
    border-radius: 4px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: rgba(0, 0, 0, 0.3);
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #72a1de;
    border-color: #72a1de;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.send-now-button {
    color: white;
    padding: 15px 35px;
    border-radius: 10px;
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
    width: auto;
    font-size: 1rem;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Center the text and icon */
    gap: 8px;
    align-self: center; /* Center the button within its flex container */
}

.send-now-button:hover {
    background-color: #72a1de;
    filter: none;
}

/* Responsive adjustments for contact section */
@media screen and (max-width: 992px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .book-meeting-card {
        border-right: none;
        border-bottom: 1px solid rgba(114, 161, 222, 0.2);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .or-separator {
        margin-bottom: 30px;
    }

    .send-note-form-card {
        padding-left: 0;
        width: 100%;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .contact-container {
        padding: 20px;
    }

    .book-meeting-card h3,
    .send-note-form-card h3 {
        font-size: 1rem;
    }

    .book-meeting-card h4 {
        font-size: 1.3rem;
    }

    .book-meeting-card .description {
        font-size: 0.85rem;
    }

    .book-meeting-button,
    .send-now-button,
    .upload-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .form-group label,
    .checkbox-container {
        font-size: 0.85rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 0.9rem;
    }
}

/* --- FOOTER STYLES --- */
.site-footer {
    position: relative;
    width: 100%;
    background-color: rgba(10, 25, 47, 0.6); /* Matching Our Services card background */
    color: #a9a9a9;
    padding: 60px 0 20px 0;
    margin-top: 150px;
    overflow: hidden; /* Remove scroll bar */
}

.footer-main {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

.footer-column {
    padding: 0 10px;
}

.footer-column h4 {
    color: #72a1dea2;
    font-size: 1.1rem;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-column.about .left {
    margin-bottom: 15px;
}

.footer-about-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    color: #a9a9a9;
    font-size: 28px;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    color: #72a1de;
    transform: translateY(-3px);
}

.footer-column.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column.links ul li {
    margin-bottom: 12px;
}

.footer-column.links ul li::before {
    content: '●';
    color: #72a1de;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.footer-column.links ul li a {
    color: #a9a9a9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-column.links ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-column.contact p {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-column.contact i {
    font-size: 20px;
    color: #72a1de;
    margin-top: 4px;
}

.footer-bottom {
    width: 90%;
    margin: 40px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(114, 161, 222, 0.15);
    text-align: center;
    font-size: 0.8rem;
    color: #6c757d;
}

/* --- ANIMATIONS AND SIDEBAR --- */
.autoBlur{
    animation: autoBlurAnimation linear both;
    animation-timeline: view();
}
@keyframes autoBlurAnimation{
    0%{
        filter: blur(40px);
    }
    35%,65%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(40px);
        opacity: 0;
    }
}

.autoDisplay{
    animation: autoDisplayAnimation both;
    animation-timeline: view();
}

@keyframes autoDisplayAnimation{
    from{
        filter: blur(10px);
        transform: translateY(-200px) scale(0);
    } 50%{
        opacity: 1;
        filter: blur(0px);
        transform: translateX(0) scale(1);
    }
}

.fadein-left{
    animation: fadeInLeftAnimation both;
    animation-timeline: view();
}

@keyframes fadeInLeftAnimation{
    0%{
        opacity: 0;
        transform: translateX(-500px) scale(0.2);
        filter: blur(10px);
    } 35%,65%{
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0px);
    }100%{
        filter: blur(10px);
    }
}

.menu-icon{
    font-size: 35px;
    cursor: pointer;
    display: none;
}

.sidebar{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 70%;
    width: 0%;
    background-color: #000000b8;
    z-index: 999;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.479);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-bottom-left-radius: 100%;
}

.close-icon{
    font-size: 50px;
    color: lightgray;
    padding-left: 10px;
    cursor: pointer;
}

.sidebar ul{
    padding-left: 20px;
}

.sidebar ul li{
    list-style: none;
    margin-bottom: 30px;
}

.sidebar ul li a{
    text-decoration: none;
    color: lightgray;
    font-size: 30px;
    font-weight: 900;
    text-shadow:0 0 15px #4c4c4c;
}

.social-sidebar{
    padding-left: 20px;
    margin-top: 60px;
    text-wrap: nowrap;
}

.social-sidebar a{
    font-size: 35px;
    padding: 5px 5px;
    cursor: pointer;
    transition: 0.5s;
}

.sidebar.open-sidebar{
    animation: openSideBarAnimation 1.5s forwards;
}

@keyframes openSideBarAnimation {
    to{
        width: 80%;
        opacity: 1;
        bottom: 0;
        border-radius: 0;
    }
}

.sidebar.close-sidebar{
    animation: closeSideBarAnimation 1.5s forwards;
}

@keyframes closeSideBarAnimation {
    from{
        width: 80%;
        opacity: 1;
        bottom: 0;
        border-radius: 0;
    }
    to{
        width: 0;
        opacity: 0;
        bottom: 70%;
        border-bottom-left-radius: 50%;
    }
}

/* ADDED: Keyframes for mobile carousel */
@keyframes mobile-scroll-animation {
    0%, 20%   { transform: translateX(calc(-12.5% * 0)); }
    25%, 45%  { transform: translateX(calc(-12.5% * 1)); }
    50%, 70%  { transform: translateX(calc(-12.5% * 2)); }
    75%, 95%  { transform: translateX(calc(-12.5% * 3)); }
    100%      { transform: translateX(calc(-12.5% * 4)); }
}

@media (max-aspect-ratio: 16/9){
    .back-vid{
        width: auto;
        height: 100%;
    }
}

@media (min-aspect-ratio: 16/9){
    .back-vid{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1200px){
    .blackhole-box video{
        margin-top: -20%;
    }

    .hero-info h1{
        font-size: 40px;
        max-width: 400px;
        line-height: 50px;
    }

    .hero-info p{
        max-width: 350px;
        font-size: 18px;
    }

    .skills-video-box{
        right: 0%;
    }

    .skills-video-box video{
        height: 600px;
    }

    .info-cards{
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 80%;
        max-width: 600px;
    }

    .my-project{
        margin-bottom: 200px;
        scale: 0.9;
    }

    .project-card {
        gap: 20px;
    }

    .project-info h1 {
        font-size: 22px;
        max-width: 350px;
    }

    .delivering-results {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .results-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {
    .my-project {
        scale: 1;
        flex-direction: column;
        height: auto;
        gap: 100px;
        margin-bottom: 100px;
    }
    .project-card {
        flex-direction: column;
        gap: 30px;
        height: auto;
    }
    .project-vidbox {
        width: 100%;
        max-width: 500px;
        min-width: unset;
    }
    .project-info {
        width: 100%;
        max-width: 500px;
        padding-left: 0;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /* UPDATED: Services section for mobile */
    .services-carousel-wrapper {
        mask-image: none;
    }
    .services-track {
        width: 800%; /* 8 cards * 100% wrapper width */
        animation: mobile-scroll-animation 12s ease-in-out infinite;
    }
    .service-card {
        flex-basis: 12.5%; /* A card is 1/8 of the track */
        flex-shrink: 0;
        margin: 0;
        padding: 30px; /* Add padding back since margin is gone */
    }

    /* UPDATED: Contact form responsiveness */
    .final-contact-section {
        padding: 80px 5%;
    }

    .form-card {
        padding: 30px 25px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .hero-info {
        left: 5%;
        right: 5%;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 700px){
    .container {
        gap: 50px;
    }

    header {
        position: fixed;
        height: 60px;
    }

    header .logo-bar-buttons, header .box-icons{
        display: none;
    }

    .menu-icon{
        display: inline;
    }

    .blackhole-box video {
        width: 100%;
        margin-top: -15%;
    }

    .autoBlur{
        animation: none;
    }

    .hero{
        flex-direction: column;
        justify-content: center;
        padding-top: 60px;
        height: 80vh;
    }
    .hero-info{
        position: static;
        bottom: auto;
        left: auto;
    }

    .scroll-down{
        display: none;
    }

    .hero .skills-video-box{
        display: none;
    }

    .card {
        width: 90%;
        min-height: auto;
        padding: 25px;
    }

    .about-text-card p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .my-project {
        width: 90%;
        gap: 80px;
        margin-bottom: 100px;
    }

    .project-card {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .project-info h1{
        text-wrap: wrap;
        font-size: 20px;
    }

    .project-info p {
        width: 100%;
        max-width: 300px;
    }

    .site-footer {
        margin-top: 100px;
        padding-top: 80px;
    }
    .footer-wave svg {
        height: 80px;
    }
    .footer-main {
       text-align: center;
    }
    .footer-column .left {
        justify-content: center;
    }
    .footer-socials {
        justify-content: center;
    }
    .footer-column.links ul li::before{
        display: none;
    }
    .footer-column.contact p {
        justify-content: center;
        text-align: left;
    }

    .solutions-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solution-card {
        margin: 0;
    }

    .final-contact-section {
        padding: 50px 5%;
    }

    .form-card {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 480px) {

    .blackhole-box video {
        width: 140%;
        margin-top: -27%;
    }

    .left {
        scale: 0.9;
        margin-left: -30px;
    }

    .left h2 {
        font-size: 20px;
    }

    .hero {
        scale: 1;
        padding: 60px 5% 0 5%;
    }

    .hero-info h1{
        font-size: 35px;
        line-height: 1.3;
    }

    .section-title {
        font-size: 30px;
    }

    .project-info p{
        margin-bottom: 25px;
    }

    /* ADDED: Improved spacing for form on very small screens */
    .form-card {
        padding: 25px 15px;
    }
}






























/* --- CSS FOR "DATA ENGINEERING" SECTION (NEW UNIQUE CLASSES) --- */
.engineering-solutions {
    width: 95%;
    max-width: 1500px;
    text-align: center;
    margin: 0 auto 80px auto;
}

.engineering-solutions > p {
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: #c5c5c5;
    line-height: 1.7;
}

.solutions-grid {
    display: grid;
    /* 5 cards in one row */
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px;
}

.solution-card {
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 15px;
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.4);
}

.solution-card i {
    font-size: 40px; 
    color: #72a1de;
    margin-bottom: 20px;
    align-self: flex-start;
}

.solution-card h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.solution-card p {
    color: #c5c5c5;
    line-height: 1.6;
    font-size: 0.9rem;
    flex-grow: 1; 
    margin-bottom: 20px;
}

.solution-card .learn-more-link {
    color: #72a1de;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    margin-top: auto; 
    align-self: flex-start;
}

.solution-card .learn-more-link:hover {
    color: #fff;
    gap: 10px;
}

/* --- Responsive Behavior for this specific section --- */
@media screen and (max-width: 1200px) {
    .solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .solutions-grid {
        grid-template-columns: 1fr;
    }
}






/* --- CSS FOR "UNLOCK VALUE" SECTION (NEW UNIQUE CLASS) --- */
.value-proposition {
    width: 90%;
    /* Max-width set ki taake paragraph bohat zyada na phaile */
    max-width: 900px; 
    
    /* Section ko page ke center mein laane ke liye */
    margin: 0 auto 80px auto; 
    
    /* Section ke andar har cheez ko center align karega */
    text-align: center; 
}

/* Yeh rule khaas tor par paragraph ko style karega */
.value-proposition p {
    color: #c5c5c5; /* Text ka rang thora behtar kiya */
    font-size: 1.1rem; /* Font size thora barhaya */
    line-height: 1.8; /* Lines ke darmiyan fasla barhaya taake parhne mein aasani ho */
    
    /* Heading ke neeche thori si space dega */
    margin-top: -15px; 
}

/* --- Responsive adjustments for smaller screens --- */
@media screen and (max-width: 768px) {
    .value-proposition p {
        font-size: 1rem;
        line-height: 1.7;
    }
}








/* --- CSS FOR "CLOUD, DATA & AI" SECTION (NEW UNIQUE CLASSES) --- */
.cda-solutions {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 80px auto;
}

.cda-solutions > p {
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: #c5c5c5;
    line-height: 1.7;
}

.cda-cards-wrapper {
    /* YEH DO LINES CARDS KO CENTER MEIN LAYENGI */
    display: flex;
    justify-content: center;
    
    /* Agar screen choti ho to cards neeche aa jayein */
    flex-wrap: wrap; 
    
    /* Cards ke darmiyan gap kam kar diya hai */
    gap: 30px; 
}

.cda-card {
    /* Har card ki max width set ki hai taake woh be-tartib na lagein */
    flex: 0 1 320px; /* Grow:0, Shrink:1, Basis:320px */
    
    /* Aapka original background istemal kiya hai */
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 15px;
    padding: 30px;
    
    /* Card ke andar content ko center align karne ke liye */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cda-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(114, 161, 222, 0.3);
}

.cda-card img {
    height: 70px; /* Image ki height fix kar di hai */
    margin-bottom: 25px; /* Image aur heading ke darmiyan fasla */
}

.cda-card h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.cda-card p {
    color: #c5c5c5;
    line-height: 1.6;
    font-size: 0.95rem;
}




/* --- CSS FOR "DATA STRATEGY" SECTION (NEW UNIQUE CLASSES) --- */
.strategy-solutions {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 80px auto;
}

.strategy-solutions > p {
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: #c5c5c5;
    line-height: 1.7;
}

.strategy-cards-wrapper {
    /* YEH DO LINES CARDS KO CENTER MEIN LAYENGI */
    display: flex;
    justify-content: center;
    
    /* Agar screen choti ho to cards neeche aa jayein */
    flex-wrap: wrap; 
    
    /* Cards ke darmiyan munasib gap */
    gap: 30px; 
}

.strategy-card {
    /* Har card ki max width set ki hai */
    flex: 0 1 320px; /* Grow:0, Shrink:1, Basis:320px */
    
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 15px;
    padding: 30px;
    
    /* Card ke andar content ko center align karne ke liye */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strategy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(114, 161, 222, 0.3);
}

.strategy-card img {
    height: 70px; 
    margin-bottom: 25px;
}

.strategy-card h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.strategy-card p {
    color: #c5c5c5;
    line-height: 1.6;
    font-size: 0.95rem;
}



/* --- CSS FOR "DATA STRATEGY WORKFLOW" SECTION (NEW UNIQUE CLASSES) --- */
.strategy-workflow {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 80px auto;
}

.workflow-grid {
    display: grid;
    /* 4 steps ko ek row mein rakhega */
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 40px; /* Vertical | Horizontal gap */
    margin-top: 60px; /* Heading se fasla */
    
    /* Yeh CSS Counter ke liye zaroori hai */
    counter-reset: workflow-counter;
}

.workflow-step {
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 10px;
    padding: 50px 20px 25px 20px; /* Upar se zyada padding taake number fit ho */
    
    position: relative; /* Yeh number circle ke liye zaroori hai */
    text-align: center;
    transition: transform 0.3s ease;
}

.workflow-step:hover {
    transform: translateY(-8px);
}

/* YEH CSS NUMBER CIRCLE BANAYEGA */
.workflow-step::before {
    counter-increment: workflow-counter; /* Har step par counter barhayega */
    content: counter(workflow-counter); /* Counter ki value dikhayega */
    
    position: absolute;
    /* Card ke upar, center mein */
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 50px;
    height: 50px;
    background-color: #72a1de;
    color: black;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 1.2rem;
    font-weight: bold;
    border: 3px solid rgba(10, 25, 47, 0.8);
    box-shadow: 0 0 15px rgba(114, 161, 222, 0.4);
}

.workflow-step h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.workflow-step p {
    color: #c5c5c5;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* --- Responsive Behavior for this section --- */
@media screen and (max-width: 992px) {
    .workflow-grid {
        /* Tablets par 2 steps per row */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .workflow-grid {
        /* Mobiles par 1 step per row */
        grid-template-columns: 1fr;
    }
}






/* --- CSS FOR MAIN HERO SECTION (NEW UNIQUE CLASSES & LEFT ALIGNMENT) --- */

.main-hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Poori screen ki height lega */
    
    /* YEH DO LINES CONTENT KO LEFT AUR RIGHT SIDES PAR SET KARENGI */
    display: flex;
    align-items: center;
    justify-content: space-between; /* Left aur right content ke darmiyan space dega */
    
    padding: 0 5%; /* Side se thori space */
    overflow: hidden; /* Zaroori hai taake videos bahar na niklein */
}

/* Content (Heading, Para, Button) ko style karne ke liye */
.main-hero-content {
    /* Yeh content ko left side par rakhega */
    flex: 1;
    max-width: 600px; /* Content ki max width */
    text-align: left; /* Text ko left align karega */
    z-index: 2; /* Content ko video ke upar rakhega */
}

.main-hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    /* text-transform: uppercase; */
}

.main-hero-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #c5c5c5;
    margin-bottom: 40px;
}

.main-hero-content button {
    /* Aapke .cta-button se milti julti styling */
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #72a1de81;
    background-color: #2200493d;
    box-shadow: 0 0 5px #72a1de81;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.main-hero-content button:hover {
    background-color: #72a1de;
    color: black;
    box-shadow: 0 0 10px #72a1de;
}

/* Right side wali video ko style karne ke liye */
.main-hero-video-box {
    flex: 1;
    display: flex;
    justify-content: flex-end; /* Video ko right side par rakhega */
    z-index: 2;
}

.main-hero-video-box .skills-video {
    max-width: 100%;
    height: 80vh; /* Video ki height adjust ki */
    mix-blend-mode: lighten;
}

/* Background Blackhole Video ko style karne ke liye */
.main-hero .blackhole-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 0; /* Isay sab se neeche rakha hai */
    mix-blend-mode: lighten;
}

.main-hero .blackhole-box video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Video ko poora cover karega */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Scroll down icon ko adjust karne ke liye */
.main-hero .scroll-down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}













/* --- CSS FOR "TAILORED SECURITY" SECTION (WITH ORIGINAL CARD BACKGROUND) --- */
.security-showcase {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto 80px auto;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.showcase-card {
    /* YAHAN AAPKA ORIGINAL BACKGROUND WAPAS LAGA DIYA GAYA HAI */
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 12px;
    padding: 25px;
    
    /* Content ko align karne ke liye */
    display: flex;
    flex-direction: column;
    text-align: left;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.showcase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.4);
}

/* NOTE: Ab humein '::before' (overlay) ki zaroorat nahi hai, isliye woh hata diya hai */

.showcase-card h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.showcase-card p {
    color: #c5c5c5;
    line-height: 1.6;
    font-size: 0.9rem;
    /* Yeh text ko card mein jagah dega */
    flex-grow: 1;
}

/* --- Responsive Behavior for this section --- */
@media screen and (max-width: 1200px) {
    .showcase-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .showcase-grid {
        grid-template-columns: 1fr;
    }
}








/* ============================================= */
/*       Workflow Section Styling                */
/* ============================================= */

/* --- Poore Section ki Basic Styling --- */
.workflow-section {
    padding: 80px 20px;
   
    text-align: center;
}

.workflow-section .section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 60px; /* Title aur cards ke beech zyada gap */
}


/* --- Cards ke Parent Container ki Styling (YAHAN JADOO HOGA) --- */
.workflow-steps {
    display: flex;         /* Isse cards ek line mein aayenge */
    justify-content: center; /* Cards ko center mein rakhega */
    gap: 30px;             /* Cards ke beech mein 30px ka gap dega */
    flex-wrap: wrap;       /* Agar screen choti ho to cards neeche aa jayenge */
}


/* --- Har ek Card ki Styling (.workflow-card) --- */
.workflow-card {
    /* Flexbox: Card ke andar ki cheezon ko align karne ke liye */
    display: flex;
    flex-direction: column;
    align-items: center;
    
   
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    text-align: center;
    
    /* Important: Yeh har card ko barabar width dega aur use flexible banayega */
    flex: 1; 
    min-width: 250px; /* Card ki minimum width taake bohot na sikude */
    max-width: 300px; /* Card ki maximum width */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workflow-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


/* --- Card ke Andar ke Elements ki Styling --- */
.workflow-card .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}

.workflow-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.workflow-card h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
}

.workflow-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}


/* --- Responsive Design (Choti Screens ke liye) --- */
@media (max-width: 992px) {
    .workflow-steps {
        /* Tablet par 2x2 grid jaisa dikhega */
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .workflow-steps {
        /* Mobile par cards ek ke neeche ek aayenge */
        flex-direction: column;
        align-items: center;
    }
}

/* --- TAILORED SOLUTIONS SECTION STYLES --- */
.tailored-solutions {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin: 80px auto;
}

.solutions-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.solution-card {
    flex: 0 0 250px;
    margin: 0 15px;
    padding: 20px;
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid rgba(114, 161, 222, 0.2);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}

.solution-card .icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.solution-card i {
    font-size: 30px;
    color: #72a1de;
    margin: 0;
}

.solution-card h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 12px;
}

.solution-card p {
    font-size: 0.85rem;
    color: #b0b0b0;
    line-height: 1.5;
    flex-grow: 1;
}

.solution-card a {
    color: #72a1de;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.solution-card a:hover {
    color: #fff;
    gap: 12px;
}

.solution-card a i {
    transition: transform 0.3s ease;
}

.solution-card a:hover i {
    transform: translateX(5px);
}

/* --- Responsive Behavior for Tailored Solutions Cards --- */
@media screen and (max-width: 1200px) {
    .solutions-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .solutions-cards {
        grid-template-columns: 1fr;
    }
}

/* --- Results Section Styling --- */
.results-section {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin: 80px auto;
}

.results-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.result-card {
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    border: 1px solid rgba(114, 161, 222, 0.2);
    padding: 30px;
    width: calc(33.33% - 60px);
    min-width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.result-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}

.result-card h2 {
    font-size: 2.5rem;
    color: #72a1de;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.result-card p {
    font-size: 1rem;
    color: #b0b0b0;
    line-height: 1.6;
    flex-grow: 1;
}

/* --- Responsive Behavior for Results Cards --- */
@media screen and (max-width: 992px) {
    .result-card {
        width: calc(50% - 60px);
    }
}

@media screen and (max-width: 768px) {
    .result-card {
        width: 100%;
    }
}

/* --- Delivering Results Section --- */
.delivering-results {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
    align-items: center;
    gap: 50px;
}

.results-content {
    flex: 1;
    text-align: left;
}

.results-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.results-content .highlight {
    color: #72a1de;
}

.results-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.results-stats {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.stat-item {
    text-align: left;
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

.stat-item p {
    font-size: 1rem;
    color: #b0b0b0;
}

/* Styles for Circular Progress Bars */
:root {
    --progress-color: #72a1dea2;
    --track-color: #333;
}

.stats-section {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 50px 0;
    text-align: center;
    border-radius: 15px;
    padding: 30px 0;
}

.stat {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
}

.progress-bg, .progress-fg {
    stroke-linecap: round;
}

.progress-fg {
    transition: stroke-dashoffset 1.5s ease-out;
}

.counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter h2 {
    font-size: 2em;
    color: #72a1de;
    margin: 0;
    font-weight: bold;
}

.stat p {
    font-size: 1em;
    color: lightgray;
    line-height: 1.5;
    padding: 0 10px;
    margin-top: 20px;
}


























/* --- AI Development Services Section --- */
.ai-development-services {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin: 80px auto;
}

.ai-development-services .section-description {
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: #c5c5c5;
    line-height: 1.7;
    font-size: 1.1rem;
}

.ai-service-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
    gap: 30px;
    margin-top: 40px;
}

.ai-service-card {
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ai-service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}

.ai-service-card .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background-color: rgba(114, 161, 222, 0.1); /* Light background for icon */
}

.ai-service-card i {
    font-size: 36px;
    color: #72a1de;
}

.ai-service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.ai-service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c5c5c5;
    flex-grow: 1;
    margin-bottom: 25px;
}

.ai-service-card .learn-more-link {
    color: #72a1de;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.ai-service-card .learn-more-link:hover {
    color: #fff;
    padding-left: 5px;
}

/* Responsive for AI Development Services */
@media screen and (max-width: 1200px) {
    .ai-service-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .ai-service-cards-container {
        grid-template-columns: 1fr;
    }
    .ai-development-services .section-description {
        font-size: 1rem;
    }
}

/* --- Our Areas of Expertise Section --- */
.expertise-section {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin: 80px auto;
}

.expertise-section .section-description {
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: #c5c5c5;
    line-height: 1.7;
    font-size: 1.1rem;
}

.expertise-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
    gap: 30px;
    margin-top: 40px;
}

.expertise-card {
    background-color: rgba(10, 25, 47, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.expertise-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(114, 161, 222, 0.3);
    border-color: rgba(114, 161, 222, 0.5);
}

.expertise-card .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background-color: rgba(114, 161, 222, 0.1); /* Light background for icon */
}

.expertise-card i {
    font-size: 36px;
    color: #72a1de;
}

.expertise-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.expertise-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c5c5c5;
    flex-grow: 1;
    margin-bottom: 25px;
}

/* Responsive for Our Areas of Expertise Section */
@media screen and (max-width: 1200px) {
    .expertise-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .expertise-cards-container {
        grid-template-columns: 1fr;
    }
    .expertise-section .section-description {
        font-size: 1rem;
    }
}

/* === Universal Mobile Optimization === */
@media screen and (max-width: 768px) {
  .solutions-grid,
  .service-cards-container,
  .results-cards,
  .workflow-grid,
  .solutions-cards,
  .showcase-grid,
  .industry-cards-container {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .aboutus-content-wrapper,
  .info-cards,
  .project-card,
  .delivering-results,
  .strategic-edge {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .main-hero-content h1 {
    font-size: 28px !important;
  }

  .main-hero-content p,
  .section-title,
  .solution-card p {
    font-size: 1rem !important;
  }

  .dropdown-menu.services-dropdown,
  .dropdown-menu.aboutus-dropdown,
  .aboutus-rightlinks-dropdown {
    width: 100vw !important;
    padding: 20px !important;
  }

  .dropdown-image,
  .dropdown-links,
  .aboutus-links {
    width: 100% !important;
    text-align: center !important;
  }

  .aboutus-links {
    margin-top: 20px !important;
    text-align: center !important;
  }

  .dropdown-content-wrapper {
    flex-direction: column !important;
    align-items: center !important;
  }

  .hero {
    padding: 40px 20px !important;
  }

  .cta-button {
    padding: 12px 25px !important;
    font-size: 0.95rem !important;
  }

  .about-logo-card img {
    max-width: 250px !important;
  }

  .blackhole-box video {
    width: 100% !important;
  }
}

/* === Medium Screens/Tablets (Samsung Tabs, etc.) === */
@media screen and (max-width: 1024px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .service-cards-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .ai-service-cards-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .project-card,
  .workflow-grid {
    flex-direction: column !important;
  }

  .strategy-card,
  .cda-card {
    flex: 0 1 100% !important;
  }
}

/* Hero Slider Styles */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%); /* Start off-screen to the right */
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.hero-slider .slide.active {
    opacity: 1;
    transform: translateX(0); /* Slide in to visible position */
}

.hero-slider .slide.slide-out {
    transform: translateX(-100%); /* Slide out to the left */
}

.hero-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
}

.hero-text-slider {
    position: relative;
    width: 100%;
    height: 250px; /* Adjust height as needed */
    perspective: 1000px;
    margin-bottom: 40px;
}

.text-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    transition: transform 1s, opacity 1s;
}

.text-slide.active {
    opacity: 1;
    transform: rotateX(0deg);
}

.text-slide.slide-out {
    transform: rotateX(90deg);
}

.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

/* --- Custom AI Solutions We Offer --- */
.custom-ai-solutions {
    width: 90%;
    max-width: 1400px;
    text-align: center;
    margin: 80px auto;
    color: #fff;
}

.solutions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.generative-ai-list {
    text-align: left;
    flex-basis: 20%;
}

.generative-ai-list h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.generative-ai-list ul {
    list-style: none;
    padding: 0;
}

.generative-ai-list ul li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #c5c5c5;
}

.generative-ai-model {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #72a1de, #4682b4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.gen-ai-text {
    font-size: 1.5rem;
    font-weight: 300;
}

.model-text {
    font-size: 2rem;
    font-weight: 700;
}

.training-text {
    position: absolute;
    font-size: 1.2rem;
    color: #c5c5c5;
    letter-spacing: 5px;
    font-weight: 300;
    top: 50%;
    left: -100px; /* Further left */
    transform: translateY(-50%) rotate(-90deg);
    white-space: nowrap; /* Prevent text from wrapping */
}

.adaptation-text {
    position: absolute;
    font-size: 1.2rem;
    color: #c5c5c5;
    letter-spacing: 5px;
    font-weight: 300;
    top: 50%;
    right: -100px; /* Further right */
    transform: translateY(-50%) rotate(90deg);
    white-space: nowrap; /* Prevent text from wrapping */
}

.data-point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.data-point .icon {
    width: 60px;
    height: 60px;
    border: 1px solid #72a1de;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: rgba(10, 25, 47, 0.8);
}

.data-point .icon i {
    font-size: 2rem;
    color: #72a1de;
}

/* Position icons in a circle */
.data-point.image { top: 20px; left: 210px; } /* Top */
.data-point.text { top: 144px; left: 381px; } /* Top-Right */
.data-point.speech { top: 144px; left: 39px; } /* Top-Left */
.data-point.structured-data { top: 346px; left: 104px; } /* Bottom-Left */
.data-point.signals { top: 346px; left: 316px; } /* Bottom-Right */

.adaptation-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-basis: 20%;
}

.adaptation-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    font-size: 1rem;
    text-align: center;
}

.custom-ai-solutions.animate .generative-ai-model .data-point {
    animation: fadeIn 1s ease-out forwards;
}

.custom-ai-solutions.animate .generative-ai-model .center-circle {
    animation: scaleIn 1s ease-out forwards;
}

.custom-ai-solutions.animate .generative-ai-list li,
.custom-ai-solutions.animate .adaptation-item {
    animation: slideIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/* --- Predictive Model Section --- */
.predictive-model-section {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
}

.predictive-model-container {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.predictive-model-left {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the diagram */
    position: relative;
    min-height: 600px; /* Give it some height */
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #c5c5c5;
    font-size: 1.2rem;
    margin-right: 40px; /* More space */
    white-space: nowrap;
    align-self: stretch; /* Make it take full height */
    text-align: center;
    padding-bottom: 20px;
}

.predictive-diagram {
    position: relative;
    width: 550px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diagram-center {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8e9eab, #eef2f3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #333;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.diagram-center span {
    font-size: 1.4rem;
    font-weight: 300;
    color: #4a5568;
}

.diagram-center strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
}

.diagram-center .bx-cog {
    font-size: 2rem;
    margin-top: 10px;
    color: #2d3748;
    animation: spin 8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.diagram-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    --radius: 250px;
    --angle: calc(var(--i) * 40deg); /* 360 / 9 items = 40deg */
    transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(-1 * var(--angle)));
    text-align: center;
}

.diagram-item .icon {
    width: 70px;
    height: 70px;
    border: 1px solid #72a1de;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: rgba(10, 25, 47, 0.8);
}

.diagram-item .icon i {
    font-size: 2.5rem;
    color: #72a1de;
}

.diagram-item span {
    font-size: 0.9rem;
    color: #c5c5c5;
    width: 100px; /* Prevent text from becoming too wide */
}

.diagram-line-text {
    position: absolute;
    color: #c5c5c5;
    font-size: 0.9rem;
    background-color: #020f1cd1;
    padding: 2px 8px;
    border-radius: 4px;
}

.subset-1 {
    top: 120px;
    left: 150px;
}

.subset-2 {
    top: 120px;
    right: 150px;
}

.prediction {
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}


.predictive-model-right {
    flex: 1;
    text-align: left;
    padding-left: 30px;
}

.predictive-model-right h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.predictive-model-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.predictive-model-right ul li {
    font-size: 1.1rem;
    color: #c5c5c5;
    margin-bottom: 15px;
    line-height: 1.6;
}

@media screen and (max-width: 1200px) {
    .predictive-model-container {
        flex-direction: column;
        text-align: center;
    }
    .predictive-model-left {
        min-height: auto;
    }
    .vertical-text {
        writing-mode: horizontal-tb;
        transform: none;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .predictive-model-right {
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .predictive-diagram {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 500px) {
    .predictive-diagram {
        transform: scale(0.6);
    }
}

/* --- Natural Language Processing Section --- */
.nlp-section {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
}

.nlp-container {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.nlp-left {
    flex: 1;
    text-align: left;
}

.nlp-left h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.nlp-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nlp-left ul li {
    font-size: 1.1rem;
    color: #c5c5c5;
    margin-bottom: 15px;
    line-height: 1.6;
}

.nlp-right {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 500px;
}

.nlp-diagram {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nlp-diagram-center {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #333;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.nlp-diagram-center .nlp-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4a5568;
    background: linear-gradient(to right, #6a82fb, #fc5c7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nlp-diagram-center span {
    font-size: 1rem;
    color: #4a5568;
}

.nlp-diagram-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    --radius: 220px;
    --angle: calc(var(--i) * 72deg + 18deg); /* 360 / 5 items = 72deg, offset by 18deg */
    transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(-1 * var(--angle)));
    text-align: center;
}

.nlp-diagram-item .icon {
    width: 70px;
    height: 70px;
    border: 1px solid #72a1de;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: rgba(10, 25, 47, 0.8);
}

.nlp-diagram-item .icon i {
    font-size: 2.5rem;
    color: #72a1de;
}

.nlp-diagram-item span {
    font-size: 0.9rem;
    color: #c5c5c5;
    width: 120px;
}

.nlp-input-source {
    position: absolute;
    left: -80px; /* Further increased distance */
    display: flex;
    align-items: center;
    color: #fff;
}

.nlp-input-source span {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1rem;
    width: 80px;
    text-align: center;
}

.nlp-input-source .arrow {
    width: 80px;
    height: 0;
    border-top: 2px dotted #c5c5c5;
    position: relative;
    margin-left: 15px;
    transform-origin: left center;
}

.nlp-input-source .arrow::after {
    content: '';
    position: absolute;
    right: -2px;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #c5c5c5;
}

/* Arrow rotations */
.nlp-diagram .nlp-input-source:nth-child(1) .arrow {
    transform: rotate(20deg);
}

.nlp-diagram .nlp-input-source:nth-child(2) .arrow {
    transform: rotate(0deg);
}

.nlp-diagram .nlp-input-source:nth-child(3) .arrow {
    transform: rotate(-25deg);
}


@media screen and (max-width: 1200px) {
    .nlp-container {
        flex-direction: column-reverse; /* Diagram will be on top */
        text-align: center;
    }
    .nlp-left {
        text-align: center;
    }
    .nlp-right {
        min-height: auto;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .nlp-diagram {
        transform: scale(0.8);
    }
    .nlp-input-source {
        display: none; /* Hide input sources on smaller screens for simplicity */
    }
}

@media screen and (max-width: 500px) {
    .nlp-diagram {
        transform: scale(0.7);
    }
}

/* --- Computer Vision Section --- */
.computer-vision-section {
    width: 90%;
    max-width: 1400px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
}

.computer-vision-container {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.computer-vision-left {
    flex: 3;
    position: relative;
    display: grid;
    grid-template-areas:
        "objects process main"
        "output output main";
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: auto 1fr;
    gap: 20px;
    align-items: center;
    min-height: 500px;
}

.cv-input-objects {
    grid-area: objects;
    text-align: center;
}

.cv-object-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.cv-object-icons .icon-bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(114, 161, 222, 0.2);
}

.cv-object-icons .icon-bg i {
    font-size: 2rem;
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cv-input-objects span {
    color: #c5c5c5;
}

.cv-process-arrow {
    grid-area: process;
    text-align: center;
    position: relative;
    padding: 10px;
}

.cv-process-arrow span {
    display: block;
    font-size: 0.9rem;
    color: #c5c5c5;
}

.cv-process-arrow::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #72a1de;
}

.cv-main-diagram {
    grid-area: main;
    text-align: center;
}

.cv-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.cv-title span {
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cv-diagram-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cv-box {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(114, 161, 222, 0.2);
    border-radius: 15px;
    padding: 20px;
    width: 150px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cv-box i {
    font-size: 3rem;
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.cv-box span {
    color: #c5c5c5;
}

.cv-output-process {
    grid-area: output;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

.cv-output-box {
    background: linear-gradient(45deg, #72a1de, #c472de);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    width: 150px;
}

.cv-output-box h4 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
}

.output-items span {
    display: block;
}

.cv-output-list {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(114, 161, 222, 0.2);
    padding: 20px;
    border-radius: 15px;
}

.cv-output-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cv-output-list ul li {
    color: #c5c5c5;
    margin-bottom: 5px;
}

.computer-vision-right {
    flex: 1;
    text-align: left;
}

.computer-vision-right h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.computer-vision-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.computer-vision-right ul li {
    font-size: 1.1rem;
    color: #c5c5c5;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* --- Responsive for Computer Vision Section --- */
@media screen and (max-width: 1200px) {
    .computer-vision-container {
        flex-direction: column;
        text-align: center;
    }
    .computer-vision-left {
        grid-template-areas:
            "objects"
            "process"
            "main"
            "output";
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cv-process-arrow::after {
        display: none;
    }
    .cv-process-arrow::before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background-color: #72a1de;
    }
    .computer-vision-right {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .cv-diagram-boxes {
        flex-direction: column;
        align-items: center;
    }
    .cv-output-process {
        flex-direction: column;
        align-items: center;
    }
}

/* --- MLOps Lifecycle Section --- */
.mlops-lifecycle-section {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
}

.mlops-container {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.mlops-left {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

.mlops-diagram {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mlops-diagram::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border: 2px dotted #72a1de;
    border-radius: 50%;
}

.mlops-center-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(114, 161, 222, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.mlops-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lifecycle-text {
    font-size: 1.5rem;
    font-weight: 300;
    color: #c5c5c5;
}

.mlops-item {
    position: absolute;
    --radius: 200px;
    --angle: calc(var(--i) * 60deg);
    transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(-1 * var(--angle)));
}

.mlops-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(10, 25, 47, 0.8);
    border: 1px solid #72a1de;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mlops-icon i {
    font-size: 2.5rem;
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mlops-label {
    position: absolute;
    color: #c5c5c5;
    font-size: 1rem;
    text-align: center;
}

.mlops-label::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    background-image: linear-gradient(to right, #72a1de 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
}

.label-0 { top: 50px; left: 50%; transform: translateX(-50%); }
.label-0::after { top: 55px; left: 50%; transform: translateX(-50%) rotate(90deg); }

.label-1 { top: 175px; right: -120px; }
.label-1::after { top: 10px; right: 110px; width: 30px; }

.label-2 { bottom: 175px; right: -120px; }
.label-2::after { top: 10px; right: 110px; width: 30px; }

.label-3 { bottom: 50px; left: 50%; transform: translateX(-50%); }
.label-3::after { bottom: 25px; left: 50%; transform: translateX(-50%) rotate(90deg); }

.label-4 { bottom: 175px; left: -160px; }
.label-4::after { top: 10px; left: 150px; width: 30px; transform: rotate(180deg); }

.label-5 { top: 175px; left: -160px; }
.label-5::after { top: 10px; left: 150px; width: 30px; transform: rotate(180deg); }


.mlops-right {
    flex: 1;
    text-align: left;
}

.mlops-right h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.mlops-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mlops-right ul li {
    font-size: 1.1rem;
    color: #c5c5c5;
    margin-bottom: 15px;
    line-height: 1.6;
}

@media screen and (max-width: 1200px) {
    .mlops-container {
        flex-direction: column;
        text-align: center;
    }
    .mlops-right {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .mlops-diagram {
        transform: scale(0.8);
    }
    .mlops-label {
        display: none;
    }
}

/* --- Recommendation Engine Section --- */
.recommendation-engine-section {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
}

.recommendation-container {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.recommendation-left {
    flex: 1;
    text-align: left;
}

.recommendation-left h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.recommendation-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommendation-left ul li {
    font-size: 1.1rem;
    color: #c5c5c5;
    margin-bottom: 15px;
    line-height: 1.6;
}

.recommendation-right {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.recommendation-diagram {
    position: relative;
    width: 600px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rec-center-title {
    text-align: center;
    color: #fff;
}

.rec-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rec-subtitle {
    font-size: 2rem;
    font-weight: 300;
    display: block;
}

.rec-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #c5c5c5;
}

.rec-box i {
    font-size: 3rem;
    background: -webkit-linear-gradient(45deg, #72a1de, #c472de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.users { top: 50px; left: 50px; }
.top-recs { top: 50px; right: 50px; }
.user-interface { bottom: 50px; left: 50px; }
.database { bottom: 50px; left: 50%; transform: translateX(-50%); }
.engine { bottom: 50px; right: 50px; }

.rec-arrow {
    position: absolute;
    background-image: linear-gradient(to bottom, #72a1de 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 2px 5px;
    background-repeat: repeat-y;
}

.arrow-down {
    top: 130px;
    left: 80px;
    width: 2px;
    height: 120px;
}
.arrow-up {
    bottom: 130px;
    right: 80px;
    width: 2px;
    height: 120px;
    transform: rotate(180deg);
}
.arrow-left {
    top: 70px;
    left: 150px;
    width: 250px;
    height: 2px;
    background-image: linear-gradient(to left, #72a1de 33%, rgba(255,255,255,0) 0%);
    background-size: 5px 2px;
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
}

.arrow-left span {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #c5c5c5;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .recommendation-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .recommendation-left {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .recommendation-diagram {
        transform: scale(0.8);
    }
}
