* {
    box-sizing: border-box;
    /* background-color: #4048D1; */
    /* font color */
    color: rgba(255, 255, 255, 1);
    font-family: "Afacad", sans-serif;
    font-size: 1.1vw;
    
    /* width: 100%; */
    /* border for dev */
    --b1: solid red 10px;
    --b2: orange solid 5px;
    --b3: yellow solid 5px;
    --b4: #262138 ;
    --pc1: #8df9c3;
    --pc2: #F9AC8D;
    --pc3: #8df9c3;
    --pc4: #4A4363;
    /* scale: 0.9; */
}

.auto-type {
  /* text-decoration: underline; */
  color: #fff;
  /* font-size: 2rem; */
}
.typed-cursor {
    font-size: 18vh;      /* Size matches text */
    opacity: 1;
    animation: blink 0.7s infinite;
     color: #fff;           /* Changes square symbol color to red */
    
}

.bgc {
    background-color: #4048D1;
}
.bgcsl1 {background-color: #262138;}
.bgs{    
    width: 100vw;
    padding: 4vw;
    background-color: var(--pc4);
}
.title {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 9vw;
  }
/* IDs */

#hero {}
#solutions {}
#journey {}
#about {}
#case-studies {}
#cta {}

a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-family: "Afacad", sans-serif;
    font-size: 2vh;
    font-weight: 400;
    opacity: 1;
    /* text-align: left; */
}
a:hover {
    color: #fff;
    font-weight: 900;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* text-align: center; */
}
html{
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
   --scrollbarBG: #1e1e1f;
  --thumbBG: #0b0b86;
}
body::-webkit-scrollbar {
  width: 11px;
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
/* Classes */
body {
    /* width: 100%; */
    overflow-x: hidden;
    font-size: 1vw;
    background-color: #4048D1;
    opacity: 1;
    top: 0px;
    left: 0px;
    /* overflow: hidden; */
    vertical-align: middle;
    /* text-align: center; */
    
}

.nobg {background-color: transparent;}
div {
    display: block;
    unicode-bidi: isolate;
}
.bg{
    /* display: none; */
    width: 99vw;
    z-index: -1;
    position: absolute;
    /* border: red solid 10px; */
    height: 100vh;
    /* background-color: blueviolet; */
    opacity: 1;
    top: 0px;
    left: 0px;
    overflow: hidden;
    /* background-image: url("img/blogo.png"); */
}

#header {
    left: 0;
    align-items: center;
    position: fixed;
    z-index: 10;
    /* position: fixed; */
    width: 100vw;
    /* border: var(--b1); */
    padding:  12vw;
    /* margin: ; */
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #4048D1;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content:space-between; */
    align-items: center;
    /* margin: 2rem; */
}
.lbox
{    width: fit-content;
    text-align: center;
}
.slogo{width: 4vw;}
.navbar {
    /* border: var(--b2); */
    padding: 0;
    
    align-items: center;
    text-align: center;
    font-weight: 100;
    font-size: 0.5vw;
    background-color: transparent;
    
    
}
.navbar-toggler-icon {
    height: 8vw;
    width: 8vw;
}
.nav-item {
    font-size: 0.5vw;
    /* border: white 1px solid; */
}
.nav-item a{
    color: rgba(255, 255, 255, 1);
    font-size: 1vw;
}
.nav-links {
    /* border: var(--b3); */
    padding: 1vw;
    
}
.ulc {
    /* border: var(--b4); */
    margin-left: 3vw;
   
}
.nav-links li {
    border: var(--b4);
    
    list-style-type: none;
    width: 89px;
    /* position: absolute; */
    
    font-weight: Regular;
    font-size: 1vw;
    opacity: 1;
    text-align: left;
}
.nav-links a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    
    
}
.nav-links a:hover {
    color: grey;
}
.mlogo {
    /* display: none; */
    opacity: 0;
}
.hero-logo {
    /* margin: 1rem; */
    /* max-width: 95px;
    max-height: 50px; */
    /* padding: 0px 30%; */
    /* scale: 2; */
    align-items: center;
    align-self: center;
    align-content: center;
    z-index: 15;
    position: fixed; /* To keep it in place initially */
    text-align: center;
    top: 20vh; 
    /* left: 50%; */
    transform: translateX(0); 
    transform: translateY(0); 
    width: 35vw;
    height: auto; /* Maintain aspect ratio */
    opacity: 1; /* Initially visible */
    transition: all 0.3s linear; /* Smooth transition for changes */
    /* border: solid red 5px; */
    
}
.actionbox {
    /* margin:  1rem; */
    width: 28vw;
    text-align: end;
    background-color: transparent;
    /* scale: 0.7; */

}
.ico{
    max-width: 3vw;
    min-width: 2vw;
    /* scale: 0.8; */
    /* padding: 6px; */
    margin: 0.5vw;
}
.ico2 {
    background-color: transparent;
    background-repeat: no-repeat    ;
    background-image: url('../img/ico2.svg');
    max-width: 6vw;
    min-width: 4vw;
    /* scale: 0.8; */
    /* padding: 6px; */
    margin: 0.25vw;
}
.pill {
    z-index: 1;
    font-weight: 300;
    font-size: 1.2vw;
    border: #ffffff solid;
    /* padding: 0.2rem 0.4rem; */
    padding: 0.5vw 1vw;
    text-decoration: none;
    /* display: inline-block; */
    /* margin: 4px 2px; */
    cursor: pointer;
    border-radius: 2vw;
    border-width: 0.1vw;
    color: #ffffff;
}
.pill a {
    color: #ffffff;
    background-color: #00B4BD;
    border: #00B4BD solid;
}
.pill:hover{
    border: #00B4BD solid;
    background-color: #00B4BD;
}
@media (min-width: 768px) {
    .lbox
    {
        width: fit-content;
    }
    .actionbox {
        scale: 1;
    
    }
}

.hero-section {
    width: 100vw;
    min-height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    margin: 0;
    
}
.hero-bg {
    width: 100%;
    height: 75%;
    
    /* padding: 0px 10%; */
    /* background-image: url("../img/blogo.png"); */
    
}
.hero-bg img{
    /* scale: 1.2;; */
}
.hero-section2 {
    width: 100vw;
    min-height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    margin: 0;
    
}
.typed-cursor1 {
    display: inline-block; /* Make it an inline block to sit next to text */
    width: 2px; /* Width of the cursor */
    height: 1.1em; /* Height, relative to font-size of parent */
    background-color: currentColor; /* Matches text color */
    vertical-align: middle; /* Aligns with text nicely */
    margin-left: 5px; /* Spacing from text */
    animation: blink 0.8s infinite; /* Blinking animation */
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
/* Container for the 3D scene. This height is CRITICAL for preventing clipping. */
        .pageheader__scene {
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: center;
            vertical-align: middle;
            /* Height increased to prevent clipping during transition */
            height: 40vh; /* Provides ample vertical space for cards to rotate */
            width: 100%; /* Take full width available */
            overflow: hidden; /* This will clip elements outside this boundary */
        }

        /* The 3D Cube/Rolodex Container itself */
        .pageheader__cube {
            width: 300px; /* Adjust this to control the width of your cards */
            height: 40vh; /* This height defines the visible portion of each "face" */
            position: relative;
            transform-style: preserve-3d; /* CRUCIAL: ensures children participate in 3D transforms */
            
            /* Initially positions the cube so its active face is visible at the front */
            /* Translates the cube back along Z-axis by half its height */
            transform: translateZ(calc(-1.5em / 2)); 
            
            /* Transition for overall cube rotation if you apply that in JS (optional) */
            transition: transform 1s ease-in-out; 
        }

        /* General Styling for each individual Cube Face (the "cards") */
        .cube__face {
            position: absolute;
            overflow: hidden; /* Hides content that exceeds the face dimensions */
            width: 100%;
            height: 1.5em; /* Matches the height of the cube container */
            padding: 0 0.25em; /* Padding on left/right for text inside */
            box-sizing: border-box; /* Ensures padding is included in width/height calculation */
            background-color: #4048D1;
             /* #3066f2; Blue background */
            /* border: white 50px solid; */
            /* --- Font and text alignment --- */
            font-size: 1.2em; /* Explicit font size to help text fit */
            line-height: 1.5em; /* Vertically centers text and matches face height */
            color: #fff; /* White text color (default for all faces) */
            text-align: center; /* Horizontally centers text */
            
            border-radius: 0.55rem; /* Reverted to original smaller border-radius */

            /* Ensure backface is hidden to prevent text inversion if it ever shows */
            backface-visibility: hidden; 
            -webkit-backface-visibility: hidden; /* For Safari/older browsers */

            /* Explicitly set transform origin */
            transform-origin: 50% 50%; /* Ensure rotation is from the exact center */

            /* Smooth transition for transform. Opacity will be controlled by JS. */
            transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
            /* Initial transform for ALL faces before JS applies specific ones */
            transform: rotateX(180deg) translateZ(2000px); /* Push them far away by default */
            /* Opacity will be set by JS on page load */
            opacity: 0; 
        }

        /* Media Query for larger screens (e.g., 700px and wider) - REINTRODUCED */
        @media only screen and (min-width: 700px) {
            .pageheader--home .pageheader__scene .pageheader__cube .cube__face {
                border-radius: 0.8rem; /* Applies larger border-radius on larger screens */
            }
        }

        /* Specific 3D Transforms for Different Face States (Controlled by JavaScript) */

        /* These classes now ONLY handle the `transform` properties.
           `opacity` is handled by JavaScript. */
        .cube__face--next {
            transform: rotateX(90deg) translateZ(calc(1.5em / 2));
        }

        .cube__face--active {
            transform: rotateX(0deg) translateZ(calc(1.5em / 2));
        }

        .cube__face--previous {
            transform: rotateX(-90deg) translateZ(calc(1.5em / 2));
        }

        /* This class will now only apply the "far away" transform.
           Opacity will be set by JS. */
        .cube__face--hidden {
            transform: rotateX(180deg) translateZ(2000px); /* Ensure it's far away */
        }

.hero-3d {
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh; /* Ensures it takes at least full viewport height */
            background-color: #f0f0f0; /* Light background for contrast */
            font-family: Arial, sans-serif;
            overflow: hidden; /* Prevents scrollbars from elements during 3D rotation */
            perspective: 1000px; /* Establishes the 3D viewing distance */
}
svg {
    width: 100vw;
    /* height: 100vw; */
}

path {
    /* height: 80vh; */
    stroke: #0E00BF;
    stroke-width: 20;
    fill: none;
    stroke-linecap: round;
}
.path1 {
    /* height: 80vh; */
    stroke: #F9AC8D;
    
}
.path2 {
    /* height: 80vh; */
    stroke: #00B4BD;
    
}
.waveimg1 {
    /* height: 100vh; */
    
    /* background-image: url('../img/Vector.png');
  height: 30vw;
  width: 100vw;
  background-size: 100%;
  background-repeat:no-repeat; */

  /* background-size:contain; */
  /* background-position:center; */
  /* padding-bottom: 5vw ;
  padding-top: 5vw ; */
}
.tagline {
    text-align: start;
    font-size: 5vw;
    padding-left: 3vw;

}
.hero-title {
    /* text-align: start; */
    font-size: 14vh;
    font-family: "Unbounded", sans-serif;
}
.stamp{
  /* height:100px;
  width:100px;
  left:200px;
  top:20px;
  border-radius:5px; */
  /* top: -10%; */
  position:relative;
  /* background-color:#ef8080; */
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay:2.5s;
  -webkit-animation-delay:2.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-animation-fill-mode:forwards;
   animation-fill-mode:forwards;
}
/**
@-webkit-keyframes pulse{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(-20deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(-15deg) scale(1);
  }
}
**/
.keywords {
    background-color: transparent;
    width: 10%;
    position: relative;
    top: -45vh;
    left: 8vw;
    text-align: start;
    flex-wrap: wrap;
}
.badge {
        background-color: transparent;
        border: #F9AC8D solid 1px;
        color:  #F9AC8D;
        font-size: 2.5vw;
        font-weight: 300;
        font-size: 1rem;
        padding: 5px 15px;
        font-family: "Afacad", sans-serif;
        text-decoration: none;
        /* display: inline-block; */
        /* margin: 4px 2px; */
        cursor: pointer;
        border-radius: 2vw;
        border-width: 1.5px;
        scale: 1.5;
}
.bd1{
    margin-top: 0vw;
    margin-left: 30%;

}
.bd2{
    margin-top: 1.2vw;
    margin-left: 65%;
    transform: rotate(5deg);
}
.bd3{
    margin-top: 1.8vw;
    margin-left: 2.5vw;
    transform: rotate(10deg);
}
.hero-desc {
    font-size: 2.3vw;
    font-weight: 100;
    font-family: "Afacad", sans-serif;
    padding-top: 3vw;
    color: #fff;
}
.discover-btn {
    display: block;
    /* padding: 2vw 0vw; */
    padding-top: 0vw;
    font-size: 1.5vw;
}
.discover-btn:hover{color: #00B4BD;}

.solutions-section {
    width: 100vw;
    min-height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
}
.content-pad {
    padding: 0px 12%;
}
@media (min-width: 1950px) {
    .content-pad {
        padding: 0px 12%;
    }
}
.solutions-bg {
    text-align: start;
}
.solutions-tag {
    color:  #F9AC8D;
    font-size: 1.5vw;
    text-align: start;
    margin-bottom: 1vw;
}
.tableft {
    padding-left: 2vw;
}
.section-title {
    font-family: "Unbounded", sans-serif;
    /* color: #0ef221; */
    color: #d9ddf3;
    font-size: 2.5vw;
    text-align: start;
}
@media (max-width: 1950px) {
    .solution-cards {font-size: 1vw; 
    width: 18vw;
    height: 14vw;}
}
.solution-cards { 
    /* padding-top: 2rem;
    text-align: center; */
    /* d-flex justify-content-center tech-card card w-100 h-50 p-3 m-2 */
    display: block;
    justify-content: center;
    justify-self: center;
    width: 24vw;
    height: 20vw;
    padding: 1.5vw;
    /* padding-bottom: 10px; */
    /* margin: 2vw; */
    
    border-radius: 2vw;
    background-color: #00B4BD;
    font-size: 2vw;

}

.Scard { 
    line-height: 3vw;
    /* background-color: transparent;
    /* border: red solid 1px; */
    /* color: white; */
}
.Scard img {
    width: 23vw;;
    /* width: fit-content; */
}
.tech-card {
    
    
    
    /* width: 25%; */
}
.brand-card {
   /* height: 508px;
   width: 394px; */
   border-radius: 2vw;
    /* background-color: #00B4BD; */
    /* background-image: url("../img/Service.png"); */
    /* width: 50%; */
}
.center-image {}
.get-started-btn {}


.journey-section {
    background-color: #262138;
    padding: 18vw 0px;
    position: relative;
    top: -16vw;
    width: 100vw;
    height:60vw;
}
.jcard {
    width:10vw; height: 10vw;
    border: solid 1px #F9AC8D;
    border-radius: 2vw;
    background-color: #262138;
    text-align: left;
    padding: 2vw;
    margin: auto;
    /* display: block; */
}
@media (max-width: 1950px) {
    .jcard {
        width: 15.9vw; height: 16vw;
    }
    .jcrow{
        width: 80vw;
    }
}
.jimg {
    width: 3vw; height: 3vw;
    margin-bottom: 1vw;
}
.stage-number {
    padding-top: 1vw;
    color: #C5C5C5;
    font-size: 1.2vw;
}
.jcard-text {
    margin: 0px;
    padding: 0px;;
    font-size: 1.2vw;
    opacity: 0;
    
}
@media (min-width: 1949px) {
    
    .jcard-text {font-size: 1.3vw; line-height: 1.4vw;}
    .stage-number {font-size: 75%;}
    .jcard {
    width:15vw; height: 15vw;}
    .jcard-title {
    font-size: 5vh;
}

}
.jcard-title {
    font-size: 1.8vw;
    font-family: "Unbounded",sans-serif;
}
.jcard:hover .stage-number,
.jcard:hover .jcard-title {
    opacity: 0; /* Hide these on hover */
    display: none;
    
}
.jcard:hover { background-color: #4048D1 !important; }

.jcard:hover .jcard-text  {
    opacity: 1; /* Show the text on hover */
    
}
.step {}
.highlight-step {}
.learn-more-btn {}

.about-section {
    background-color: #262138;
    width: 100vw;
    /* background-color: #00B4BD; */
    position: relative;
    top: -16vw;
    /* height: 140%; */
}
.about-tag { color: #00B4BD;
    font-size: 2vw;
}
.about-text {}

.c1 {
    /* display: none; */
    z-index: 1;
    /* max-width: 10vw; */
    /* min-width: 5vw; */
    position: absolute;
    top: 165vw;
    right: -2.5vw;
    scale: 0.5;
}
.c2 {
    /* display: none; */
    z-index: 1;
    /* min-width: 5vw; */
    position: absolute;
    top: 230vw;
    left: -2.5vw;
    scale: 0.5;
}
.c3 {
    /* display: none; */
    z-index: 1;
    /* min-width: 5vw; */
    position: absolute;
    top: 260vw;
    right: -2.5vw;
    scale: 0.5;
}
.metrics-title {
    color: #F9AC8D;
    font-size: 4vw;
}
.metrics-sub {
    color: #00B4BD;
    text-align: center;
    justify-content: center;
    font-size: 1.2vw;
}
.mtext {
    color: #00B4BD;
    font-size: 1.6vw;
}
/* .metrics li {} */

.case-study {
    width: 100vw;
    background-color: #262138;
    position: relative;
    top: -16vw;
    padding-top: 5vw;
}

  .tiles {
    /* position: relative;
    top: 0;
    left: 0; */
    /* width: 100%;
    height: 100%; */
  }

  .tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1vw;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }
.ftext {
    font-size: 2vw;
    line-height: 1.8vw;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}
.ftitle {
    color: #00B4BD;
    font-size: 1.5vw;
}
.highlight-case {
    padding-top: 1vw;
    color: white;
    font-size: 2.5vw;
}
.learn-case-btn {}
.case-cards {
    /* height: 2vh; */
    margin-top: 3vw;
}
.fcase {
    border: white solid 1px;
    padding: 1vw;
    /* height: 10vw; */
    padding-left: 1vw;
    align-items: center;
    align-content: center;
    /* margin: 0.25vw; */
    text-align: center;
    align-self: center;
    border-radius: 1vw;
}
.fimg{ 
    /* width: 16vw; */
    height: 10vw; 
    /* padding: 1vw 0; */
    /* width: 90%; */
    /* border-radius: 1vw; */
    /* scale: 0.85; */
}
.view-all-btn {
    padding: 0.5vw 1vw;
    z-index: 1;
    position: relative;
}

.cta-section {
    width: 100vw;
    background-color: #262138;
    padding: 2rem;
    position: relative;
    top: -16vw;
}
.cta-mod{ 
    background-color: #00B4BD;
    padding: 1vw;
    margin-top: 5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    border-radius: 1vw;
    margin-bottom: 10rem;
}
.cta-left{
    font-family: "Unbounded", sans-serif;
    font-size: 2.2vw;
    color: #262138;
}  
.cta-right {
    align-self: center;padding: 0;margin: 0; font-size: 1.5vw; font-weight: 100;
}
.cta-btn {
    color: var(--b4);
    border: var(--b4) 1px solid;
    font-size: 1.2vw;
    align-self: center;
}
.cta-btn:hover{ border: #fff 1px solid;}

#footer {
    top: -10vw;
    position: relative;
    height: 15vw;
}
.footer {
    /* border: var(--b1); */
    padding-top: 0vw;
    margin-top: 0;
    padding-bottom: 3vw;
    width: 100vw;
 }


 .footer-fx {
    /* width: 100vw; */
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    font-size: 2vh;
        
}

.footer-logo,
.footer-links,
.contact-info {
    /* border: var(--b1); */
    width: 100%;
    box-sizing: border-box;
    padding: 1vw;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    font-size: 2vw;
    /* padding-top: 4vw; */
}
.footer-logo img{
    width: 40%;
    padding: 1vw;
    /* scale: 0.8; */
}
@media (max-width: 768px) {
    .contact-info {
        padding-top: 4vw;
    }
}
/* Apply 50% width for tablets and up */
@media (min-width: 768px) {
    .footer-logo {
        width: 60%;
    }
    .footer-links,
    .contact-info {
        width: 20%;
        font-weight: 100;
        
    }
    .footer-links ul,.contact-info ul {
        text-align: left;
        font-size: 2vw;
        font-weight: 100;
        
    }
    .footer-logo img{
        width: 60%;
        padding: 1vw;
    }
}
.footer-links ul,.contact-info ul ,.footer-links a{
    /* text-align: left; */
    font-size: 1.5vw;
    font-weight: 100;
    
}
.cpw {
    display: block;
    width: 100vw;
    /* height: 3vw; */
    background: rgba(14, 0, 191, 1);
    opacity: 1;
    font-weight: 100;
    /* top: 485px;
    left: 0px; */
    overflow: hidden;
    text-align: center;
    font-size: 1vw;
    padding: 1vw;
}
.cpw a{
    text-decoration: none;
    background: transparent;
    font-size: 1vw;
    /* color: rgba(255, 255, 255, 1); */
}
.cpw a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.ctlink {
    font-size: 1.5vw;
}

/* ************************************************************************************************ABOUT US PAGE */

.abtpg-section {
    width: 100vw;
    height: 100vw;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    margin-bottom: 10vw;
}

.abtpg-bg {
    text-align: start;
}
.abtpg-tag {
    font-family: "Unbounded", sans-serif;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 1vw;
    color: #fff;
}
.abtpg-title {
    /* font-family: "Unbounded", sans-serif; */
    /* color: #0ef221; */
    
    font-size: 2.5vw;
    text-align: start;
    color:  #F9AC8D;
}

.abt-branding1 {
    width: 100vw;
    background-color: #262138;
    font-family: "Unbounded",sans-serif;
}

.scroll-left {
 /* height: 10vw;	 */
 overflow: hidden;
 position: relative;
 /* background: yellow; */
 color: orange;
 /* border: 1px solid orange; */
 /* vertical-align: middle; */
 
}
.scroll-left p {
 /* vertical-align: middle; */
 padding: 0;
 margin: 0;
 color: #262138;
 position: relative;
 font-family: "Unbounded",sans-serif;
 text-shadow:
                -2px -2px 0 #F9AC8D,
                2px -2px 0 #F9AC8D,
                -2px 2px 0 #F9AC8D,
                2px 2px 0 #F9AC8D,
                -3px 0px 0 #F9AC8D,
                3px 0px 0 #F9AC8D,
                0px -3px 0 #F9AC8D,
                0px 3px 0 #F9AC8D;
 font-size: 10vw;
 text-wrap:nowrap;
 width: 100%;
 height: 100%;
 margin: 0;
 /* line-height: 50px; */
 text-align: center;
 /* Starting position */
 transform:translateX(100%);
 /* Apply animation to this element */
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
 0%   {
 transform: translateX(100%); 		
 }
 100% {
 transform: translateX(-100%); 
 }
}
.abtpg-block {
    padding-top: 8vw;
    width: 100vw;
    background-color: #262138;
}
.abtpg-blocktxt {
    font-size: 1.5vw;
}

.abtpg-expert {
    background-color: #262138;
    padding: 2vw 0;
}
.ctexp-section {
    background-color: #262138;
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: relative;
    /* top: -16vw; */
    width: 100vw;
    /* height:60vw; */
}
.image-overlay-container {
  position: relative; /* This is crucial! It establishes a positioning context for its children */
  display: inline-block; /* Or block, depending on your layout. Inline-block ensures it only takes up the space of its content. */
}

.play-button-overlay {
  position: absolute; /* Takes the element out of the normal document flow */
  top: 50%; /* Positions the top edge of the element at the vertical midpoint of the parent */
  left: 50%; /* Positions the left edge of the element at the horizontal midpoint of the parent */
  transform: translate(-50%, -50%); /* Adjusts the element's own position by half its width and height to truly center it */
  /* Optional: Adjust size and add hover effects */
  width: 10%; /* Example: make the play button 10% of the container's width */
  max-width: 80px; /* Example: set a maximum size */
  cursor: pointer; /* Indicates it's clickable */
  transition: transform 0.3s ease-in-out; /* Smooth transition for hover */
}

.play-button-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1); /* Slightly enlarge on hover */
}

/* Ensure the base image is responsive and respects container padding/margins */
.image-overlay-container .img-fluid {
  display: block; /* Ensures no extra space below the image */
  width: 100%; /* Make sure it fills its container */
  height: auto;
}
.abtpg-jcard {
    width:15vw; height: 18vw;
    border: solid 1px #F9AC8D;
    border-radius: 2vw;
    background-color: #262138;
    text-align: left;
    padding: 2vw;
    margin: auto;
}
.abtpg-clt-section {
    background-color: #262138;
    width: 100vw;
}
.abtpg-clt-title {
    font-size: 3vw;
    font-family: "Unbounded",sans-serif;
}
.abtpg-clt-txt {
    font-size: 1.5vw;
}

.abtwaveimg1 {
    height: 60vh;
    width: 100vw;
    /* background-image: url('../img/abtVector.png');
  background-size: 100%;
  background-repeat:no-repeat; */
  /* background-size:contain; */
  /* background-position:center; */
  /* padding-bottom: 5vw ;
  padding-top: 5vw ; */
}


/* logo scroller in abt pg */
.scroller {
  background-color: #262138;
  align-self: center;
  margin: 0;
  padding: 0;
  grid-column: 1 /-1;
  overflow: hidden; /* This hides the overflowing content */
  position: relative;
  height: 14vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.lsroller {
  padding: 1vw; /* This seems to apply padding to the parent, not directly related to scroller items */
}

.scroller__inner {
  display: flex;
  gap: 1rem; /* The gap between your items */
  height: 100%;
  white-space: nowrap; /* Keeps items on a single line */
  
  /* IMPORTANT: Let the content define the width here initially, do NOT set width: 200% */
  /* We want this element to be exactly as wide as all its items (original + duplicated) */
  /* Remove or comment out: width: 200%; */ 
  
  animation: scroll var(--_animation-duration, 40s) 
             var(--_animation-direction, forwards) linear infinite;
  
  /* Add this to hint to the browser for smoother animations */
  will-change: transform; 
}

.scroller__inner img {
  height: 100%;
  width: auto; /* Allows images to maintain aspect ratio. */
  /* If you want absolute precision, you could give images a fixed width (e.g., width: 150px;) */
  /* but 'auto' works if all images are roughly the same size or their relative sizes are consistent. */
}

.scroller__inner img:hover {
  transform: scale(1.1);
  z-index: 1; /* Ensures the hovered image is above others */
}

/* Direction controls */
.scroller[data-direction="right"] .scroller__inner {
  --_animation-direction: reverse;
}
.scroller[data-direction="left"] .scroller__inner {
  --_animation-direction: forwards;
}

/* Speed controls */
.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}
.scroller[data-speed="slow"] {
  --_animation-duration: 12s;
}

/* THE KEY TO SEAMLESS LOOPING */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Calculate the exact negative width of ONE set of your content. */
    /* If you have 5 images and 4 gaps in your original set, this needs to be: */
    /* -(5 * image-width + 4 * gap-width) */
    /* Since we've duplicated the content, and `.scroller__inner` will be roughly twice the width */
    /* of one set of content, translating by exactly -50% of its *own* width will move exactly one set out of view. */
    
    /* This `-50%` works reliably when `.scroller__inner`'s width is determined by its (duplicated) content */
    /* and precisely double the width of one set of content + gaps. */
    transform: translateX(-50%); 
  }
}
.abtmapOW {
    position: relative; /* To allow absolute positioning within */
    border: solid red 2px;
}
.abtmapimg-base{ border: solid red 2px;}

.location-icon {
  width: 2vh;
  /* transition: transform 0.2s, color 0.2s; */
  fill: #F9AC8D; /* initial color */
}

.location-icon:hover {
  transform: scale(1.4);
  fill: #00B4BD; /* hover color */
}
.lico1 {scale:1.4}
.lico2 {scale:1.25}
.lico3 {scale:1.2}
.lico4 {scale:1.3}
.lico5 {scale:1.1}
.map-section {min-height:70dvh; }
.map-map {height: 50dvh;}
.map-container {position: relative; width: 1030px; height: 561px; align-self: first baseline; }

/* ***************************************************************************contact page */
.ctwaveimg1 {
    height: 100vh;
    width: 100vw;
    /* background-image: url('../img/ctVector.png');
  background-size: 100%;
  background-repeat:no-repeat; */
  /* background-size:contain; */
  /* background-position:center; */
  /* padding-bottom: 5vw ;
  padding-top: 5vw ; */
}
.ctpg-sec {
    width: 80vw;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 3vw 0;
    height: 100%;
}
.ctpg-formblock {
    padding: 2vw 0;
    border-radius: 1vw;
    width: 50%;
}
.ctpg-Fitem {
    width: 100%; 
    padding: 10px 0; 
    border: none; 
    border-bottom: 2px solid #C5C5C5; 
    /* color: #7C75DB;  */
    color: #fff; 
    font-size: 2vw; 
    outline: none;
    background-color: transparent;
}
input::placeholder {  color: #7C75DB;}
textarea::placeholder {  color: #7C75DB; padding: 0; margin: 0;}
.ctpg-fdiv {
    margin: 2vw 0;
}
.ctpg-bg2 {
    width: 100vw;
    background-color:#262138;
    padding: 4vw;
}
.ctpg-c2a {
    
}
.ogc {
    color: #F9AC8D;
    border-color: #F9AC8D;
    padding: 0.5vw 0.5; /* Note: '0.5' needs a unit, e.g., 0.5vw or 0.5px */
    font-size: 2vw;
    margin: 1vw;
    font-family: "Afacad", sans-serif;
}

.ogc:hover{/* <-- REMOVE THE SPACE HERE */
    /* border: #00B4BD solid; */
    color: white;
}
.ctpg-title {
    font-size: 3vw;
    font-weight: 300;
    font-family: "Unbounded", sans-serif;
    /* padding-top: 3vw; */
    color: #fff;
    line-height: 3vw;
}

.accordion-item{
    font-size: 1.5vw;
    
    background-color: rgb(0,0,0,0);
    border: solid 1px var(--pc2);
    margin: 2vw ;
    padding: 1vw;
    border-radius: 1vw;
    /* display: flex; */
    
    /* padding: 0 1vw ; */
}
.accordion-content{
    background-color: rgb(0,0,0,0);
}
.accordion-content p{font-size: 1.5rem;}
.faq-topic{
    font-size: 2vw;
    /* vertical-align: middle; */
}
.faqbtn{
    background-color: rgb(0,0,0,0);
    border: none;
    /* padding-top: 1vw; */
    /* position: relative; */
    text-align: end;
    font-size: 3vw; 
    font-weight: bold;
    /* position: relative; */
    align-self: flex-end;
}

#faq .accordion-item:first-of-type {
    border-top-left-radius: 1vw; /* or any desired value */
    border-top-right-radius: 1vw;
    
  }
.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--pc2); /* Add border to all items except the first */
}
#faq .accordion-item:last-of-type {
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 1vw;}


/* services page */

.services-tile {
    /* width: 100%; */
    /* display: inline-block; */
    font-size: 1.5vh;
    text-align: center;
    height: 9vh;
    padding: 1vh;
    /* margin: 0.5vh; */
    font-family: "Unbounded", sans-serif;
    /* position: relative; */
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent background */
    border-radius: 8px; /* Slightly rounded corners */
    padding: 0.5vw  1vw; /* Adjust padding as needed */
    /* margin: 0vw 1vw; */
    /* display: inline-flex; To wrap content tightly */
    align-content: center;
    color: #ffffff; /* White text */
    font-weight: 100;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); Subtle shadow for depth */
    border: var(--pc2) solid 1px;
    text-align: start;
}
.services-tile:hover {
    background-color: #4a3aff; 
    /* overflow: hidden;  */
}
.grid-container {
    /* display: flex; */
     /* Adjust based on desired number of columns */
    /* gap: 15px; Space between tiles */
}
.service-span { margin: 0; padding: 0;position: relative; top: -100%; line-height: 1;     height: 100%;
    width: 100%;
    align-content: center;}

/* **********************************************************************************************solutions LANDING page */
.sol-tile { border: solid 1px var(--pc2); border-radius: 2vh; text-align: start;}
.solarrow { opacity: 0; top:-2vh ;right: -2vh; position: relative;transition: opacity 0.3s ease; /* Smooth transition */}
.servicearrow {  opacity: 0;
  transition: opacity 0.3s ease; position: relative;  left: 70%;top: -70%; }
  /* **********************************************************************************************solutions DETAIL page */
.SD-topic { color: #00B4BD; font-size:  4vh;}
.sd-dot {
  width: 15px;
  height: 15px;
  background: #2A5CFF;      /* adjust this to match the exact blue */
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;    
}
.sd-titletxt {font-family: 'unbounded',sans-serif;font-size: 2vh; line-height: 1;}
.sd-title-p {font-size: 1.5vh; line-height: 0.95;font-family: 'unbounded',sans-serif;font-weight: 100; color: #cecece;}
.sd-tile {
    justify-content: center;
    text-align: start;
    border: var(--pc2) solid 1px;
    border-radius: 2vh; padding: 2vh;
}
.sd-wavetile {
    justify-content: center;
    text-align: start;
    border: var(--pc2) solid 1px;
    border-radius: 2vh; padding: 2vh;
    background-color: #262138;
}

.sd-AQtxt {
    font-size: 2.5vh !important;
}
/* **********************************************************************************************Case studies page */
/* Show .solarrow when .sol-tile is hovered */
.sol-tile:hover .solarrow {opacity: 1;}
.services-tile:hover .servicearrow {opacity: 1;}
.services-tile:hover .service-span {  }
.CSLcard {
border: solid 2px #fff;
border-radius: 1.5rem;
padding: 1rem;
text-align: start;
}
.CSLcard-title { text-align: start; font-size: 3vh;}
.CSLcard-body {}
.CSLcard-img-top { border-radius: 1rem; width: 100%;}
.csltile-txt {opacity: 1;}


/* ############################################################################################################################# MOBILE VIEW */
@media only screen and  (min-width: 200px) and (max-width: 600px) {
    * {font-size: 2vh;}
    .map-container {position: relative; width: 100%; height: 100%; scale: 1;padding: 10%;}
    .location-icon {width: 1dvh;}
    .map-map {height: 100%; }
    .map-section {min-height:80%}
    .mapitem { margin-top: 4%;}
    
    
}
/* END OF MEDIA SCREEN SIZE - 200 to 600 */

/* ############################################################################################################################# MEDIUM 600 to 980 */
@media only screen and  (min-width: 600px) and (max-width: 950px) {
    * {font-size: 2vh;}
    .map-container {position: relative; width: 1030px; height: 100%; scale: 1; padding:  10% ;}
    .location-icon {width: 1.4vh;}
    .map-map {}
    .map-section {min-height:300px;}
    .mapitem { margin-top: 6%;}
    
}
/* END OF MEDIA SCREEN SIZE - 200 to 600 */

/* ############################################################################################################################# MEDIUM 600 to 980 */
@media only screen and  (min-width: 1920px)  {
    .map-container { scale: 1.4;}

}

.mapitem {
  position: relative;
  width: 4vh;
  height: 4vh;
}

.mapitem::before,
.mapitem::after,
.mapitem .inner {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulse 3s infinite;
}

.mapitem .inner {
  width: 2vh;
  height: 2vh;
  background-color: rgb(189, 0, 117); /* Center circle: full opacity */
  top: 0;
  left: 0;
  animation: none; /* static */
  z-index: 3;
}

@media only screen and  (min-width: 200px) and (max-width: 600px) {
    
 }
.mapitem::before {
  width: 3vh;
  height: 3vh;
  background-color: rgba(0, 180, 189, 0.8); /* Middle ring */
  top: -0.5vh;
  left: -0.5vh;
  z-index: 2;
}

.mapitem::after {
  width: 6vh;
  height: 6vh;
  background-color: rgba(0, 180, 189, 0.6); /* Outer ring */
  top: -2vh;
  left: -2vh;
  z-index: 1;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.5);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 600px) {
  .mapitem {
    width: 2vh;
    height: 2vh;
  }

  .mapitem::before {
    width: 1.5vh;
    height: 1.5vh;
    top: -0.25vh;
    left: -0.25vh;
  }

  .mapitem::after {
    width: 3vh;
    height: 3vh;
    top: -1vh;
    left: -1vh;
  }

  .mapitem .inner {
    width: 1vh;
    height: 1vh;
  }
}