 /**
* Template Name:Evobe
* Template URL: #
* Updated: Nov 14 2025 with Bootstrap v5.3.8
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "inter",  sans-serif;
  --heading-font: "Archivo",  sans-serif;
  --nav-font:  "inter",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #05071e; /* Background color for the entire website, including individual sections */
  --default-color: #e8e7f7; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #ffffff; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #524dd3; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #131428; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #c8c6e3;  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #03051f; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #1f2240; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #c8c6e3; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ffffff; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #0c114a;
  --surface-color: #131b76;
}

.dark-background {
  --background-color: #01020e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --surface-color: #1b1933;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
  background: transparent;
  padding: 5px 25px;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 23px !important;
  margin-right: 8px;

}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #fff;
  background: #1D1E25;
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
  border: 1.25px solid;
border-image-source: linear-gradient(177.7deg, #666666 1.7%, #3B3C50 35.82%, rgba(16, 16, 18, 0.31) 97.85%);
box-shadow: 1px 4px 4px 0px #00000075;

box-shadow: -2px 4px 3px 0px #80808021 inset;

box-shadow: 1px -4px 4px 0px #7974741C inset;


}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }

  .header .logo {
    order: 1;
  }
.header .logo img {
    max-height: 16px;
    margin-right: 8px;
}

  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }
.nav-cta{
    display: none !important;
}
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
.scrolled{
    background-color: #000 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.get-in-touch-btn {
            position: relative;
            background: #1D1E25;
            color: #ffffff;
            font-size: 15px;
            font-weight: 400;
            padding: 10px 20px;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.3px;
            white-space: nowrap;
        }

        /* Gradient border effect */
        .get-in-touch-btn::before {
            content: '';
            position: absolute;
            inset: -1.25px;
            border-radius: 50px;
            padding: 1.25px;
            background: linear-gradient(177.7deg, #666666 1.7%, #3B3C50 35.82%, rgba(16, 16, 18, 0.31) 97.85%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }

        /* Box shadows */
        .get-in-touch-btn::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 50px;
            box-shadow: 
                1px 4px 4px 0px rgba(0, 0, 0, 0.459),
                -2px 4px 3px 0px rgba(128, 128, 128, 0.129) inset,
                1px -4px 4px 0px rgba(121, 116, 116, 0.110) inset;
            pointer-events: none;
        }

        .get-in-touch-btn:hover {
            transform: translateY(-1px);
            box-shadow: 
                2px 6px 8px 0px rgba(0, 0, 0, 0.3);
                color: #ffffff;
        }

        /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  text-align: center;
  padding: 20px 0;
}

.page-title .breadcrumbs {
  margin-bottom: 1.5rem;
}

.page-title .breadcrumbs .breadcrumb {
  justify-content: center;
  margin: 0;
  padding: 0;
  background: none;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: var(--accent-color);
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: var(--accent-color);
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item a i {
  font-size: 0.9rem;
  margin-right: 0.2rem;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.page-title .title-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0;
}

.page-title .title-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--heading-color);
}

.page-title .title-wrapper p {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page-title .title-wrapper h1 {
    font-size: 2rem;
  }

  .page-title .title-wrapper p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .page-title .title-wrapper h1 {
    font-size: 1.75rem;
  }
}
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 100px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}
.evobe-btn {
    font-family: "Inter", sans-serif;
    font-size: 14.4px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background:  radial-gradient(60% 50% at 50% 0%, rgba(120, 124, 255, 0.9) 0%, rgba(120,124,255,0) 70%), #000;
    border: 1px solid rgba(120, 124, 255, 0.5);
    box-shadow: linear-gradient(180deg, #8D71FC 0%, #5684C1 50%, #272136 100%);
    transition: 0.25s ease;
}

.evobe-btn:hover {
    transform: translateY(-2px);
    color:#ffffff;
}
/* Explore our services button - Secondary style */
.explore-services-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: transparent;
    border: 1.25px solid;
    border-image-source: linear-gradient(177.7deg, #666666 1.7%, #3B3C50 35.82%, rgba(16, 16, 18, 0.31) 97.85%);
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Alternative: Using pseudo-element for gradient border */
.explore-services-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: transparent;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.explore-services-btn::before {
    content: '';
    position: absolute;
    inset: -1.25px;
    border-radius: 30px;
    padding: 1.25px;
    background: linear-gradient(177.7deg, #666666 1.7%, #3B3C50 35.82%, rgba(16, 16, 18, 0.31) 97.85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.explore-services-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.explore-services-btn:hover::before {
    background: linear-gradient(177.7deg, #8D71FC 1.7%, #5684C1 35.82%, #3B3C50 97.85%);
}
.servide-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.services-section {
    width: 100%;
   padding: 6rem 2rem 0rem 2rem;
    box-sizing: border-box;
}

.services-container {
    display: flex;
    margin: 0 auto;
    gap: 5rem; /* Space between title and accordion */
}

/* --- Left Column: Title --- */
.services-title {
    flex: 1; /* Takes 1 part of the space */
}

.services-title h2 {
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
    position: sticky; /* Makes the title stay in place as you scroll */
    top: 6rem;
}

/* --- Right Column: Accordion --- */
.services-accordion {
    flex: 2; /* Takes 2 parts of the space */
    display: flex;
    flex-direction: column;
}

.accordion-item {
    /* Each item has a top and bottom border */
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.accordion-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    cursor: pointer;
}

.accordion-header h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0;
    padding-right: 1rem; /* Space for the icon */
}

.accordion-header i {
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
}

/* --- Accordion Content & Tags --- */
.accordion-content {
    max-height: 0; /* This is the key to the animation */
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion-content-inner {
    padding-bottom: 2rem;
}

.accordion-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 90%;
}

.accordion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    
    /* Subtle purple background and glow */
    background-color: rgba(45, 38, 73, 0.4);
    border: 1px solid rgba(137, 71, 255, 0.5);
    box-shadow: 0 0 10px 2px rgba(137, 71, 255, 0.15);
}

/* --- Active State --- */
.accordion-item.active .accordion-header i {
    transform: rotate(45deg); /* Rotates 'plus' to 'x' */
}

/* max-height is set by JavaScript when active */


/* --- Responsive Design (Mobile) --- */
@media (max-width: 768px) {
    .services-container {
        flex-direction: column; /* Stack columns */
        gap: 2rem;
    }

    .services-title h2 {
        position: static; /* Remove sticky behavior */
        font-size: 2.5rem;
    }
    
    .accordion-header h3 {
        font-size: 1.4rem;
    }
    
    .accordion-header i {
        font-size: 1.2rem;
    }
}
.service-image-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

/* =================================== */
/* SECTION 2: "At Evobe..." */
/* =================================== */

.hero-section-2 {
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    padding: 4rem 2rem;
    box-sizing: border-box;
    position: relative; 
    overflow: hidden;
    background-color: #ffffff; 
    color: #333; 
}

.hero-container-2 {
  
   
    z-index: 2; /* Keep content above decor */
}
       /* This is the new span for "ideas to life" */
        .hover-highlight {
            display: inline-block;
            background-color: transparent;
            padding: 0.25rem 0.75rem;
            margin: -0.25rem -0.75rem; 
            border-radius: 40px; /* Rounded corners */
            
            /* Animation */
            transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
        }

        /* --- THE HOVER STATE --- */

        /* 1. On H1 hover, change all base text to black */
        .hero-title-2:hover {
            color: #000000;
        }
        
        /* 2. On H1 hover, change the highlight box */
        .hero-title-2:hover .hover-highlight {
            color: #ffffff !important; /* White text */
            background-color: #5347ff; /* blue background */
        }
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    background-color: #f0f0f0;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    margin-bottom: 2rem;
}

.hero-tag .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8A2BE2; 
}

.hero-container-2 h1 {
    font-size: 4.5rem; 
    font-weight: 600;
    line-height: 1.2;
    color: #b0b0b0; /* Light grey for most of the text */
    margin: 0 0 2rem 0;
    transition: color 0.5s ease-in-out; /* <-- ADD THIS LINE */
}
/* ADD THIS NEW CLASS */
.hero-container-2 h1.in-view {
    color: #000000; /* This is the target color */
}

/* NEW STYLES FOR LETTER ANIMATION 
*/
.hero-container-2 h1 > span .letter {
    display: inline-block; /* Keep letters from wrapping awkwardly */
    color: #b0b0b0; /* "Off" color (grey) */
    opacity: 0.1; /* "Off" opacity (hidden) */
    transform: translateY(20px); /* "Off" position (moved down) */
    
    /* Animation properties */
    transition: color 0.4s ease, 
                opacity 0.4s ease, 
                transform 0.4s ease;
}

/* "Evobe" letters are always black and visible */
.hero-container-2 h1 > span .letter.highlight {
    color: #000000;
    opacity: 1;
    transform: translateY(0);
}

/* "On" state: Animate all non-highlighted letters to this */
.hero-container-2 h1.in-view > span .letter {
    color: #000000;
    opacity: 1;
    transform: translateY(0);
}
.hero-container-2 h1 .highlight {
    color: #000000; 
    display: inline; 
}

.hero-subtext {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    max-width: 750px; 
}

.decor-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Place behind text */
    pointer-events: none; /* Make container unclickable */
}

.decor-item {
    position: absolute;
    font-size: 0.8rem;
    color: #d0d0d0; /* Light grey color */
    opacity: 0.7;
}

.decor-item.diamond {
    font-size: 0.6rem;
    color: #c0c0ff; /* Light blue/purple */
}

/* =================================== */
/* SECTION 4: "Industries" Hexagons */
/* =================================== */

 /* Industries Section */
        .industries-section {
            padding: 100px 20px;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            font-size: clamp(36px, 5vw, 56px);
            font-weight: 600;
            margin-bottom: 80px;
            color: #ffffff;
        }

        /* Hexagon Grid */
        .hexagon-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-bottom: 60px;
            position: relative;
        }

        /* Hexagon Container */
        .hexagon-item {
            width: 180px;
            height: 200px;
            position: relative;
            margin: 10px;
            animation: fadeInUp 0.6s ease-out forwards;
            opacity: 0;
        }

        .hexagon-item:nth-child(1) { animation-delay: 0.1s; }
        .hexagon-item:nth-child(2) { animation-delay: 0.2s; }
        .hexagon-item:nth-child(3) { animation-delay: 0.3s; }
        .hexagon-item:nth-child(4) { animation-delay: 0.4s; }
        .hexagon-item:nth-child(5) { animation-delay: 0.5s; }
        .hexagon-item:nth-child(6) { animation-delay: 0.6s; }
        .hexagon-item:nth-child(7) { animation-delay: 0.7s; }
        .hexagon-item:nth-child(8) { animation-delay: 0.8s; }
        .hexagon-item:nth-child(9) { animation-delay: 0.9s; }
        .hexagon-item:nth-child(10) { animation-delay: 1s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Hexagon Shape */
        .hexagon {
            position: relative;
            width: 180px;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .hexagon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color:   rgba(45, 38, 73, 0.3);
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            border: 1px solid rgba(137, 71, 255, 0.3);
            box-shadow: 0 0 15px 3px rgba(137, 71, 255, 0.1);
            transition: all 0.4s ease;
        }

        .hexagon::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color:   rgba(45, 38, 73, 0.3);
             border: 1px solid rgba(137, 71, 255, 0.3);
            box-shadow: 0 0 15px 3px rgba(137, 71, 255, 0.1);
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            transition: all 0.4s ease;
            opacity: 0;
        }

        .hexagon:hover::before {
            background-color: rgba(45, 38, 73, 0.7);
    border-color: rgba(137, 71, 255, 0.7);
    transform: scale(1.05);
        }

        .hexagon:hover::after {
            opacity: 1;
            background: linear-gradient(135deg, rgba(141, 113, 252, 0.1) 0%, rgba(86, 132, 193, 0.1) 100%);
        }

        .hexagon-content {
            position: relative;
            z-index: 2;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            color: #ffffff;
            padding: 20px;
            transition: all 0.3s ease;
        }

        .hexagon:hover .hexagon-content {
            transform: scale(1.05);
            color: #ffffff;
        }

        /* And Still Counting Text */
        .counting-text {
            position: absolute;
            right: -150px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            font-style: italic;
            color: rgba(255, 255, 255, 0.5);
            white-space: nowrap;
        }

        /* Description Text */
        .industries-description {
            max-width: 900px;
            font-size: 18px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 60px;
        }

        /* Decorative Elements */
        .decorative-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .star {
            position: absolute;
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: twinkle 3s ease-in-out infinite;
        }

        .star-1 {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .star-2 {
            top: 60%;
            left: 15%;
            animation-delay: 1s;
        }

        .star-3 {
            top: 80%;
            left: 50%;
            animation-delay: 2s;
        }

        .star-4 {
            top: 40%;
            right: 15%;
            animation-delay: 1.5s;
        }

        .star-5 {
            top: 70%;
            right: 8%;
            animation-delay: 0.5s;
        }

        .plus {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 20px;
        }

        .plus-1 {
            top: 15%;
            right: 12%;
        }

        .plus-2 {
            bottom: 20%;
            left: 50%;
        }

        @keyframes twinkle {
            0%, 100% {
                opacity: 0.3;
                transform: scale(1);
            }
            50% {
                opacity: 1;
                transform: scale(1.5);
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .counting-text {
                position: static;
                transform: none;
                display: block;
                text-align: center;
                margin-top: 40px;
            }
        }

        @media (max-width: 768px) {
            .industries-section {
                padding: 60px 20px;
            }
             .hero-container-2 h1 {
    font-size: 26px; 
    transition: color 0.5s ease-in-out; /* <-- ADD THIS LINE */
}
            .section-title {
                margin-bottom: 50px;
            }

            .hexagon-item {
                width: 140px;
                height: 160px;
                margin: 5px;
            }

            .hexagon {
                width: 140px;
                height: 160px;
            }

            .hexagon-content {
                font-size: 15px;
                padding: 15px;
            }

            .industries-description {
                font-size: 16px;
                margin-top: 40px;
            }
        }

        @media (max-width: 480px) {
            .hexagon-item {
                width: 120px;
                height: 140px;
            }

            .hexagon {
                width: 120px;
                height: 140px;
            }

            .hexagon-content {
                font-size: 14px;
                padding: 10px;
            }

            .hexagon-grid {
                gap: 10px;
            }
        }

        /* Honeycomb Layout for larger screens */
        @media (min-width: 769px) {
            .hexagon-grid {
                max-width: 1000px;
                margin: 0 auto 60px;
            }
.hexagon-item:nth-child(5){
  margin-left:150px;
}
            .hexagon-item:nth-child(1),
            .hexagon-item:nth-child(2),
            .hexagon-item:nth-child(3),
             .hexagon-item:nth-child(4) {
                margin-top: 0;
            }

            .hexagon-item:nth-child(5),
            .hexagon-item:nth-child(6),
            .hexagon-item:nth-child(7),
            .hexagon-item:nth-child(8) {
                margin-top: -40px;
            }

            .hexagon-item:nth-child(9),
            .hexagon-item:nth-child(10) {
                margin-top: -40px;
            }
        }
        .about-section {
    width: 100%;
   background-color:#fff;
    padding: 6rem 2rem; 
    box-sizing: border-box;
}

.about-container {
   
    margin: 0 auto;
    text-align: left; /* Content is aligned left */
}

/* --- Heading Styling --- */
.about-container h1 {
    font-size: 3.5rem; /* Large font size */
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 2rem 0;
}

/* --- Subtext Paragraph --- */
.about-container p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555; /* Grey text */
    margin: 0 0 2.5rem 0;
    max-width: 650px; /* Constrain width */
}



/* --- CTA Button Styling --- */
        .cta-button-about {
            display: inline-block;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            color: #ffffff;
            background-color: #222222; /* Dark grey/black */
            padding: 0.6rem 1.8rem;
            border-radius: 50px; /* Fully rounded */
            border: 1.25px solid #333;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            
            /* --- Crucial transition property --- */
            transition: all 0.3s ease-out; 
            
            /* Reset border-image for the default state */
            border-image: none;
        }

        
        .cta-button-about:hover {
            color: #ffffff; /* Keep text white */
            /* 1. Gradient Background */
            background: linear-gradient(93.29deg, #0F1D63 10.3%, #1F3CC9 88.29%);
            /* 2. Gradient Border */
            border-image-source: linear-gradient(177.7deg, #4198FC 1.7%, #09026E 35.82%, rgba(6, 13, 142, 0.31) 97.85%);
            /* 3. Combined Box Shadows */
            box-shadow: -8px 4px 20px 0px #0024ED36,
                        12px 4px 12px 0px #8070F740,
                        12px 8px 20px 0px #5F57DA29,
                        -2px 4px 3px 0px #80808021 inset,
                        1px -4px 4px 0px #7974741C inset;

            transform: translateY(-2px); /* Slight lift */
        }


/* --- Responsive Design (Mobile) --- */
@media (max-width: 768px) {
    .about-container {
        text-align: center; /* Center text on mobile */
    }

    .about-container h1 {
        font-size: 2.25rem; /* Smaller heading */
    }

    .about-container p {
        font-size: 1rem;
        max-width: 100%;
    }
}
 .works-section {
            width: 100%;
            padding: 6rem 2rem; 
            box-sizing: border-box;
            background-color: #fff;
        }

        .works-container {
            
            margin: 0 auto;
        }

        /* --- Header: Title, Tag, Button --- */
        .works-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; /* Aligns title and button */
            margin-bottom: 3rem;
        }
        
        .works-title-area {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .works-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8rem;
            font-weight: 500;
            color: #555;
        }

        .works-tag .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #8A2BE2; /* Purple dot */
        }

        .works-title-area h2 {
            font-size: 3rem;
            font-weight: 600;
            color: #000;
            margin: 0;
        }

        .view-all-btn {
            display: inline-block;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            color: #ffffff;
            background-color: #222222;
            padding: 0.7rem 1.5rem;
            border-radius: 50px;
            border: 1px solid #333;
            transition: all 0.3s ease;
        }

        .view-all-btn:hover {
            background-color: #000;
            transform: scale(1.05);
        }

        /* --- Works Grid --- */
        .works-grid {
            display: grid;
            grid-template-columns: 1fr 1fr; /* Two equal columns */
            gap: 2.5rem; /* Space between cards */
        }

        .work-item {
            text-decoration: none;
            color: #000;
            transition: transform 0.3s ease;
        }

        .work-item:hover {
            transform: translateY(-5px); /* Lift card on hover */
        }

        .work-image-container {
            position: relative;
            width: 100%;
            padding-top: 75%; /* Aspect ratio 4:3 */
            border-radius: 1.25rem; /* Rounded corners */
            overflow: hidden;
            background-color: #f0f0f0;
            margin-bottom: 1.5rem;
        }
        
        .work-image-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .work-item:hover .work-image-container img {
            transform: scale(1.05); /* Zoom image on hover */
        }

        .work-brand-tag {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 0.75rem;
            font-weight: 500;
            color: #111;
            background-color: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(5px);
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            z-index: 2;
        }

        /* --- Work Content --- */
        .work-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 1rem;
        }

        .work-content h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
             color: #000;
            line-height: 1.4;
            flex: 1; /* Allow text to take available space */
        }

        .read-more-btn {
            display: inline-block;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            color: #333;
            background-color: #ffffff;
            padding: 0.6rem 1.2rem;
            border-radius: 50px;
            border: 1px solid #e0e0e0;
            transition: all 0.3s ease;
            flex-shrink: 0; /* Prevent button from shrinking */
        }
        
        .read-more-btn:hover {
            display: inline-block;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            color: #ffffff;
            background-color: #222222; /* Dark grey/black */
            border-radius: 50px; /* Fully rounded */
            border: 1.25px solid #333;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            /* --- Crucial transition property --- */
            transition: all 0.3s ease-out; 
            /* Reset border-image for the default state */
            border-image: none;
        }

        /* --- Responsive Design (Mobile) --- */
        @media (max-width: 768px) {
            .works-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 1.5rem;
            }

            .works-title-area h2 {
                font-size: 26px;
            }
.section-title-industries{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
            .works-grid {
                grid-template-columns: 1fr; /* Single column */
                gap: 3rem;
            }

            .work-content {
                flex-direction: column;
                align-items: flex-start;
            }

            .work-content h3 {
                font-size: 1.25rem;
            }
        }

       /* --- Clients Section Layout --- */
        .clients-section {
            width: 100%;
            padding: 6rem 1rem; /* Added padding */
            box-sizing: border-box;
            overflow: hidden;
            background-color: #fff;
        }

        /* --- Header: Title & Tag --- */
        .clients-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8rem;
            font-weight: 500;
            color: #555;
            background-color: #f0f0f0;
            padding: 0.4rem 0.8rem;
            border-radius: 50px;
            margin-bottom: 0.75rem;
        }

        .clients-tag .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #8A2BE2; /* Purple dot */
        }

        .clients-container h2 {
            font-size: 3rem;
            font-weight: 600;
            color: #000;
            margin: 0 0 4rem 0; /* Space below heading */
        }

        /* --- Logo Grid --- */
        /* Using Bootstrap's 'row' and 'col' classes in the HTML.
          We use 'g-4' for gaps.
        */
        
        .logo-item {
            display: flex;
            justify-content: left; /* Center the logo horizontally */
            width: 100%;
            min-height: 60px; /* Give a consistent height */
        }
        
        .logo-item img {
           
            width: auto;
            max-width: 100%;
            opacity: 0.8; /* Slightly faded by default */
            transition: opacity 0.3s ease;
        }

        .logo-item:hover img {
            opacity: 1.0; /* Full opacity on hover */
        }

        /* --- Responsive Design (Mobile) --- */
        @media (max-width: 768px) {
            .clients-container h2 {
                font-size: 2rem;
                text-align: center;
            }
            .clients-tag {
                /* Center the tag on mobile */
                display: flex;
                width: max-content;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 1.5rem;
            }
            
        }
        
        /* --- FAQ Section Layout --- */
        .faq-section {
            width: 100%;
            padding: 4rem 2rem; 
            box-sizing: border-box;
            background-color: #fff;
        }

        .faq-container {
           
            margin: 0 auto;
        }

        /* --- Title --- */
        .faq-title {
            font-size: 3rem;
            font-weight: 600;
            color: #000;
            margin: 0 0 3rem 0;
        }

        /* --- Accordion --- */
        .accordion {
            display: flex;
            flex-direction: column;
        }

        .accordion-item {
          
            border-left: none !important;
             border-right: none !important;
        }
        

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.75rem 0;
            cursor: pointer;
            gap: 1rem;
        }

        .accordion-header span {
            font-size: 1.25rem;
            font-weight: 500;
            color: #333;
            transition: color 0.3s ease;
        }

        .accordion-header i {
            font-size: 1.5rem;
            color: #333;
            transition: transform 0.3s ease-in-out;
        }

        /* --- Accordion Content (Answer) --- */
        .accordion-content {
            max-height: 0; /* Starts closed */
            overflow: hidden;
            transition: max-height 0.4s ease-out;
        }

        .accordion-content p {
            font-size: 1rem;
            line-height: 1.6;
            color: #555;
            margin: 0;
            max-width: 90%;
           
        }

        /* --- Active State (when open) --- */
        .accordion-item.active .accordion-header i {
            transform: rotate(45deg); /* Rotates '+' to an 'x' */
        }
        .accordion-item.active .accordion-header span {
            color: #000;
        }
        /* max-height is set by JavaScript */


        /* --- Responsive Design (Mobile) --- */
        @media (max-width: 768px) {
            .faq-container {
                padding: 1rem;
            }
            .faq-title {
                font-size: 2.25rem;
            }
            .accordion-header span {
                font-size: 1.1rem;
            }
            .accordion-header i {
                font-size: 1.25rem;
            }
        }
 /* CTA Section */
        .cta-section {
            min-height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 100px 20px;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
            overflow: hidden;
        }

        .cta-container {
           
            text-align: left;
            position: relative;
            z-index: 2;
        }

        .cta-title {
            font-size: clamp(48px, 8vw, 96px);
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 60px;
            color: #ffffff;
        }

        .cta-description {
            font-size: clamp(18px, 2.5vw, 24px);
            line-height: 1.6;
            margin-bottom: 50px;
            color: rgba(255, 255, 255, 0.7);
        }

        .cta-description span {
            color: rgba(255, 255, 255, 0.5);
        }

        /* Talk to our team button */
        .cta-section .cta-button {
            display: inline-block;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            color: #ffffff;
            padding: 0.8rem 1.7rem;
            border-radius: 50px;
            background-color: transparent;
            
            /* Glowing border */
            border: 1px solid rgba(137, 71, 255, 0.5);
            box-shadow: 0 0 15px 3px rgba(137, 71, 255, 0.3);
            
            transition: all 0.3s ease;
        }

       .cta-section .cta-button:hover {
            border-color: rgba(179, 138, 255, 0.8);
            box-shadow: 0 0 20px 5px rgba(137, 71, 255, 0.5);
            transform: scale(1.02);
        }
        

        /* Decorative Stars */
        .stars {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
        }

        .star {
            position: absolute;
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            animation: twinkle 3s ease-in-out infinite;
        }

        .star:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
        .star:nth-child(2) { top: 20%; left: 85%; animation-delay: 1s; }
        .star:nth-child(3) { top: 35%; right: 20%; animation-delay: 2s; }
        .star:nth-child(4) { bottom: 30%; left: 15%; animation-delay: 1.5s; }
        .star:nth-child(5) { bottom: 20%; right: 10%; animation-delay: 0.5s; }
        .star:nth-child(6) { top: 50%; left: 50%; animation-delay: 2.5s; }
        .star:nth-child(7) { top: 60%; right: 40%; animation-delay: 1.2s; }
        .star:nth-child(8) { bottom: 45%; left: 30%; animation-delay: 0.8s; }

        .plus {
            position: absolute;
            color: rgba(255, 255, 255, 0.2);
            font-size: 24px;
            font-weight: 300;
        }

        .plus:nth-child(9) { top: 15%; right: 15%; }
        .plus:nth-child(10) { bottom: 35%; right: 25%; }
        .plus:nth-child(11) { top: 70%; left: 20%; }

        @keyframes twinkle {
            0%, 100% { opacity: 0.3; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.5); }
        }

        /* Footer */
        footer {
            background: #000000;
            padding: 60px 20px 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-container {
            margin: 0 auto;
        }

        .footer-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 60px;
            gap: 40px;
            flex-wrap: wrap;
        }

        .footer-section {
            flex: 1;
            min-width: 200px;
        }

        .footer-section-title {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.5);
            display: flex;
            align-items: center;
            gap: 8px;
             font-style: italic;

        }
 .footer-section-title .bi{
    color:#fff;
 }
    .footer-section ul {
    padding-left: 0 !important;
}

        .footer-links {
            list-style: none;
            display: flex;
            gap: 30px;
            padding-left:0px !important
        }

        .footer-links a {
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: rgba(88, 106, 240, 0.8);
        }

        .footer-contact {
            list-style: none;
        }

        .footer-contact li {
            margin-bottom: 12px;
        }

        .footer-contact a {
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .footer-contact a:hover {
            color: rgba(88, 106, 240, 0.8);
        }

        /* Footer Bottom */
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            gap: 30px;
            flex-wrap: wrap;
        }

        .social-links {
            display: flex;
            gap: 20px;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 18px;
        }

        .social-links a:hover {
            background: rgba(88, 106, 240, 0.2);
            transform: translateY(-3px);
        }

        .footer-meta {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            align-items: center;
        }

        .footer-meta span,
        .footer-meta a {
            color: rgba(255, 255, 255, 0.4);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .footer-meta a:hover {
            color: rgba(255, 255, 255, 0.7);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .cta-section {
                min-height: 60vh;
                padding: 60px 20px;
            }

            .cta-title {
                margin-bottom: 40px;
            }

            .cta-description {
                margin-bottom: 40px;
            }

            .footer-top {
                flex-direction: column;
                gap: 40px;
            }

            .footer-links {
                flex-direction: column;
                gap: 15px;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .footer-meta {
                justify-content: center;
            }
        }

        /* --- Contact Details Sidebar --- */
    .contact-details {
      background-color: #f8f9fa; /* Light grey box */
      padding: 2rem;
      border-radius: 8px;
      height: 100%;
      color: #333;
    }
    .contact-details h3 {
      font-size: 1.75rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 1rem;
    }
    .contact-details .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .contact-details .contact-item i {
      font-size: 1.5rem;
      color: #5347ff; /* Theme blue */
      margin-top: 5px;
    }
    .contact-details .contact-item strong {
      display: block;
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.25rem;
    }
    .contact-details .contact-item p {
      margin: 0;
      line-height: 1.6;
      color: #555;
    }
    .contact-details .contact-item a {
      text-decoration: none;
      color: #333;
      transition: color 0.3s ease;
    }
    .contact-details .contact-item a:hover {
      color: #5347ff;
    }
    
    .contact-map {
      margin-top: 2rem;
      border-radius: 8px;
      overflow: hidden;
    }
    .contact-map iframe {
      border-radius: 8px;
    }

    /* --- Form Button Style --- */
    .inquiry-form .btn-submit {
      background: var(--surface-color);
      border: 0;
      padding: 12px 30px;
      color: #fff;
      transition: 0.4s;
      border-radius: 50px;
      font-weight: 500;
      box-shadow: 12px 8px 20px 0px #5F57DA29;
    }
    .inquiry-form .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 12px 12px 25px 0px #5F57DA4a;
    }
    .gap{
        gap:30px
    }
    .contact-hero {
            text-align: center;
            margin-bottom: 5rem;
        }

        .contact-hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            font-weight: 300;
        }

        .contact-hero h1 span {
            font-weight: 600;
        }

        .contact-hero p {
            font-size: 1.2rem;
            color: #a0a0b0;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Contact Grid */
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin-bottom: 4rem;
        }

        /* Form Section */
        .form-section h2 {
            font-size: 2rem;
            margin-bottom: 2rem;
            font-weight: 400;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        label {
            display: block;
            margin-bottom: 0.5rem;
            color: #a0a0b0;
            font-size: 0.9rem;
        }

        input, textarea, select {
            width: 100%;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            color: #ffffff;
            font-size: 1rem;
            transition: all 0.3s;
        }

        select {
            background: rgba(255, 255, 255, 0.05);
            cursor: pointer;
        }

        select option {
            background: #1a1b2e;
            color: #ffffff;
            padding: 1rem;
        }

        input:focus, textarea:focus, select:focus {
            outline: none;
            border-color: var(--accent-color);
            background: rgba(255, 255, 255, 0.08);
        }

        textarea {
            min-height: 150px;
            resize: vertical;
        }

        .submit-btn {
            background: #ffffff;
            color: #0a0b1e;
            padding: 1rem 2.5rem;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
        }

        /* Info Section */
        .info-section h2 {
            font-size: 2rem;
            margin-bottom: 2rem;
            font-weight: 400;
        }

        .info-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 1.5rem;
            transition: all 0.3s;
        }

        .info-card:hover {
            background: rgba(255, 255, 255, 0.05);
            transform: translateY(-5px);
        }

        .info-card h3 {
            font-size: 1.2rem;
            margin-bottom: 0.8rem;
            color: #ffffff;
        }

        .info-card p {
            color: #a0a0b0;
            line-height: 1.6;
        }

        .info-card a {
            color: #ffffff;
            text-decoration: none;
        }

        .info-card a:hover {
            color:  var(--accent-color);
        }
/* --- Contact Form 7 SUCCESS Message (Green) --- */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important; 
  color: #46b450 !important;   
  text-align:center;/* This makes the text green */
}


/* --- Contact Form 7 ERROR Message (Red) --- */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  border-color:transparent !important; 
  color: #dc3232;        /* This makes the text red */
  text-align:center;
}
        /* Social Links */
        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
        }

        .social-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            cursor: pointer;
        }

        .social-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-3px);
        }

        /* Footer CTA */
        .footer-cta {
            text-align: center;
            padding: 4rem 2rem;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 20px;
            margin-top: 4rem;
            margin-bottom: 4rem;
        }

        .footer-cta h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: 300;
        }

        .footer-cta p {
            color: #a0a0b0;
            font-size: 1.1rem;
            margin-bottom: 2rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            nav {
                padding: 1.5rem 2rem;
            }

            .contact-hero h1 {
                font-size: 2.5rem;
            }

            .contact-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .footer-cta h2 {
                font-size: 2rem;
            }
        }

        /* --- Main Section Styling --- */
.industries-section {
    position: relative;
    width: 100%;
  
    padding: 100px 0;
    display: flex;
    flex-direction: column; /* Arrange header, content, footer vertically */
    justify-content: space-between; /* Distribute space */
    overflow: hidden;
}

/* --- Faint Background Grid --- */
.industries-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px; /* Size of the grid squares */
    opacity: 0.5;
    z-index: 0;
}

/* --- Content Container --- */
.industries-section .container {
   
    margin: 0 auto;
    position: relative; /* Ensure content is above the background grid */
    z-index: 1;
}

/* --- Section Header (Logo + Number) --- */
.industries-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.industries-section .logo {
    font-size: 24px;
    font-weight: 700;
}



/* --- Main 2-Column Content --- */
.industries-section .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 40px;
    align-items: center;
    margin: 40px 0; /* Space above and below */
}

/* --- Left Column: Text --- */
.industries-section .text-content .pre-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #3f8eff; /* Blue color */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.industries-section .text-content .section-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}
.industries-section .alts{
   background-color: #2F2E41 !important;
}
/* --- Right Column: Industry Grid --- */
.industries-section .industry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns inside the right column */
    gap: 15px;
}

.industries-section .industry-item {
    background-color: rgba(30, 32, 71, 0.5); /* Semi-transparent background */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.industries-section .industry-item:hover {
    background-color: rgba(40, 42, 81, 0.8);
    transform: translateY(-5px);
}

/* --- Section Footer --- */
.industries-section .section-footer {
    width: 100%;
    color: #a0a0a0;
    font-size: 16px;
    background-color: transparent;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
   .industries-section .section-content {
        grid-template-columns: 1fr; /* Stack columns on tablets */
        gap: 50px;
    }

    .industries-section .text-content .section-title {
        font-size: 36px;
    }

    .industries-section {
        min-height: auto; /* Allow section to shrink on mobile */
    }
}

@media (max-width: 576px) {
   .industries-section .industry-grid {
        grid-template-columns: 1fr; /* Single column for industries on small phones */
    }

    .industries-section .text-content .section-title {
        font-size: 30px;
    }
}