/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}







.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  
  .menu-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .menu-link {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    transition: color 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  
  .menu-link:hover {
    color: #ff8223;
  }
  
  .arrow-iconMenu {
    font-size: 3rem;
    margin-left: 15px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: #ff8223;
  }
  
  .menu-link:hover .arrow-iconMenu {
    opacity: 1;
    transform: translateX(0);
  }
  
  .menu-social {
    display: flex;
    gap: 20px;
  }
  
  .social-icon {
    color: #fff;
    transition: color 0.3s ease;
  }
  
  .social-icon:hover {
    color: #ff8223;
  }
  
  /* Make sure the fixed button stays on top of menu overlay */
  .fixedBtn {
    z-index: 101 !important;
  }
  
  /* Adjust menu button to show as "Close" when menu is open */
  .menu-button.active {
    /* background-color: rgba(255, 255, 255, 0.9); */
    color: #ffffff;
  }
  
  @media (max-width: 768px) {
    .menu-link {
      font-size: 3rem;
    }
    
    .arrow-iconMenu {
      font-size: 2rem;
      margin-left: 10px;
    }
  }
  
  @media (max-width: 480px) {
    .menu-link {
      font-size: 2rem;
      margin: 10px 0;
    }
    
    .arrow-iconMenu {
      font-size: 1.5rem;
      margin-left: 8px;
    }
  }



    body {
      margin: 0;
      padding: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #000;
      color: #fff;
      overflow-x: hidden;
    }
    
    .page-container {
      width: 100%;
      min-height: 100vh;
      position: relative;
      display: flex;
      flex-direction: column;
    }
    
    .header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8); 
    backdrop-filter: blur(5px); 
  }
  
  .logo {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: white;
  }
  
  .menu-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid transparent;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
 
     .menu-button:hover {
    background-color: rgba(255, 123, 0, 0.2);
    border-color: rgba(255, 145, 0, 0.822);
    box-shadow: 0 0 8px rgba(255, 145, 0, 0.4);
  }
  
  @media (max-width: 768px) {
    .header {
      padding: 15px;
    }
    
    .logo {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 480px) {
    .header {
      padding: 12px;
    }
    
    .logo {
      font-size: 1.6rem;
    }
    
    .menu-button {
      padding: 6px 12px;
      font-size: 0.8rem;
    }
  }
    
    .content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      text-align: center;
      padding: 90px 10px;
      position: relative;
      z-index: 2;
      min-height: 70vh;

    }
    
    .content-box {
      width: 90%;
      height: 80%;
      max-width: 1300px;
      border-radius: 20px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      min-height: 70vh;
    }

    .title {
      font-size: calc(2rem + 4vw);
      font-weight: 700;
      line-height: 1.1;
      margin: 0;
      position: relative;
      z-index: 2;
      padding: 0 15px;
    }
    
    .title .first {
        background: linear-gradient(90deg,  #F46B00 0%, #F79E1B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .title .second {
       background: linear-gradient(90deg,  #F46B00 0%, #FFE0A3 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .subtitle {
      background-color: rgba(255, 255, 255, 0.9);
      color: #000;
      padding: 8px 16px;
      border-radius: 30px;
      font-size: calc(0.8rem + 0.5vw);
      font-weight: 500;
      margin-top: 20px;
      position: relative;
      cursor: pointer;
      z-index: 2;
    }
    
    .dot-background {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      border: 0.5px solid rgba(0, 195, 255, 0.1);
      bottom: 10px;
      z-index: 1;
      border-radius: 2px;
      box-shadow: 10px 10px 50px 5px rgba(255, 182, 87, 0.3), 
                  10px 10px 50px 1px rgba(255, 173, 80, 0.2);
    }
    .dot-row {
      position: absolute;
      height: 2px;
      display: flex;
      white-space: nowrap;
      animation: moveLeftSlow 25s linear infinite;
    }
    
    .dot {
      width: 2px;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      display: inline-block;
    }
    
    @keyframes moveLeftSlow {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    

    .fixedBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}

.connect-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.connect-container:hover {
  transform: scale(1.05);
}

.connect-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.diagonal-arrow {
  width: 30px;
  height: 30px;
  stroke: #5ce1e6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 576px) {
  .fixedBtn {
    bottom: 30px;
    right: 30px;
  }
  
  .connect-container {
    width: 80px;
    height: 80px;
  }
  
  .diagonal-arrow {
    width: 20px;
    height: 20px;
  }
}
    
    .partners-section {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 40px 0;
      position: relative;
      overflow: hidden;
      background-color: #000;
    }
    
    .partners-title {
      text-align: center;
      margin-bottom: 40px;
      background-image: url(images/2ndsecim.svg);
      width: 55%;
      height: 16rem;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .partners-title button{
      font-weight: 600;
      border: 1px solid rgb(227, 132, 99);
      background-color: transparent;
      color: #fff;
      padding: 15px;
      margin-top: 10px;
      font-size: 17px;
      border-radius: 15px;
      cursor: pointer;
    }
    
    .partners-title h1 {
      margin: 0;
      font-size: 2.5rem;
    }
    
    .partners-title h1:last-child {
      color: #5ce1e6;
    }
    
    .logo-carousel {
      width: 80%;
      overflow: hidden;
      position: relative;
      margin-bottom: 30px;
    }
    
    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 20s linear infinite;
    }
    
    .logo-item {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      margin: 0 30px;
      opacity: 0.7;
      font-weight: 600;
      transition: opacity 0.3s;
      width: 180px;
      color: #fff;
      padding: 10px 0;
    }
    
    .logo-item:hover {
      opacity: 1;
    }
    
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-180px * 6 - 60px * 6)); 
      }
    }
    
    .logo-carousel:nth-child(3) .logo-track {
      animation-duration: 25s;
      animation-direction: reverse;
    }
    
    .logo-carousel:nth-child(4) .logo-track {
      animation-duration: 22s;
    }
    
    @media screen and (max-width: 768px) {

      .header {
        padding: 15px;
      }


      .partners-title {
        width: 80%;
        height: 14rem;
      }
      
      .partners-title h1 {
        font-size: 2rem;
      }
      
      .logo-item {
        margin: 0 15px;
        width: 150px;
      }
      
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-150px * 6 - 30px * 6));
        }
      }
    }
    
    @media screen and (max-width: 480px) {
      .header {
        padding: 10px;
      }

      .partners-title {

        width: 90%;
        height: 12rem;
      }
      
      .partners-title h1 {
        font-size: 1.8rem;
      }
      
      .logo-item {
        margin: 0 10px;
        width: 120px;
        font-size: 14px;
      }
      
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-120px * 6 - 20px * 6));
        }
      }
    }
    
    



    
    .case-study-section {
  width: 100%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.case-study-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

.case-study-heading {
  text-align: center;
  margin-bottom: 30px;
}

.case-study-heading h1 {
  font-size: 3.5rem;
  margin: 0;
  font-weight: 700;
}

.case-study-heading h1 span {
  color: #F46B00; 
}

.case-study-subheading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}


.project-showcase {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 50px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.project-image {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0) 300px);
  transition: all 0.3s ease;
}

.project-showcase:hover .project-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.5) 300px);
}

.case-study-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  width: 100%;
  text-align: left;
}

.project-showcase:hover .case-study-title {
  transform: translateY(-10px);
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  width: 100%;
}

.project-showcase:hover .tag-container {
  transform: translateY(-10px);
}

.tag {
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}

.tag:hover {
  background-color: rgba(92, 225, 230, 0.2);
  border-color: #5ce1e6;
}

.view-project-btn {
  position: absolute;
  right: 100px;
  bottom: 100px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.view-project-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid rgb(227, 132, 99);
}

.arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.view-project-btn:hover .arrow-icon {
  transform: translateX(3px);
}


.project-showcase:hover .view-project-btn {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .view-project-btn {
    right: 60px;
    bottom: 60px;
  }
}

@media (max-width: 992px) {
  .case-study-heading h1 {
    font-size: 3rem;
  }
  
  .case-study-title {
    font-size: 2.2rem;
  }
  
  .view-project-btn {
    right: 40px;
    bottom: 40px;
  }
}


@media (max-width: 768px) {
  .case-study-section {
    padding: 60px 0;
  }
  
  .case-study-heading h1 {
    font-size: 2.5rem;
  }
  
  .case-study-subheading {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  
  .case-study-title {
    font-size: 2rem;
  }
  
  .project-overlay {
    padding: 30px;
  }
  
  .view-project-btn {
    padding: 10px 20px;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .case-study-section {
    padding: 40px 0;
  }
  
  .case-study-container {
    padding: 0 15px;
  }
  
  .case-study-heading h1 {
    font-size: 2rem;
  }
  
  .project-showcase {
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  
  .project-image {
    border-radius: 15px;
    height: 30rem;
  }
  
  .project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.7) 70%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .case-study-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    gap: 6px;
  }
  
  .tag {
    padding: 6px 15px;
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  
  .view-project-btn {
    position: static;
    opacity: 1;
    transform: none;
    font-size: 1rem;
    padding: 10px 20px;
    margin: 0 auto;
  }
  
  .project-showcase:hover .case-study-title,
  .project-showcase:hover .tag-container {
    transform: none;
  }
}



@media (max-width: 480px) {
  .case-study-heading h1 {
    font-size: 1.8rem;
  }
  
  .case-study-subheading {
    font-size: 0.9rem;
  }
  
  .project-overlay {
    padding: 20px 15px;
  }
  
  .case-study-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  
  .tag {
    padding: 5px 12px;
    font-size: 0.75rem;
  }
  
  .tag-container {
    gap: 5px;
    margin-bottom: 15px;
  }
  
  .view-project-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}




.see-all-container {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 40px 0;
    }
    
    .see-all-btn {
      background-color: #fff;
      color: #000;
      border: none;
      border-radius: 30px;
      padding: 12px 25px;
      font-size: 1.5rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .see-all-btn:hover {
      background-color: #000;
      color: #fff;
      border: 1px solid rgb(227, 132, 99);
    }
    
    .arrow-icon {
    font-size: 1.2rem;
    line-height: 1;
    transition: all 0.2s ease;
  }
  
  .see-all-btn:hover .arrow-icon {
    transform: rotate(45deg);
  }
    
    .angled-bands-container {
      position: relative;
      width: 100%;
      height: 140px;
      margin: 20px 0 60px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    .text-band {
      width: 100%;
      overflow: hidden;
      height: 60px;
      display: flex;
      align-items: center;
    }
    
    .text-band-top {
      transform: skewY(-2.8deg);
    }
    
    .text-band-bottom {
      transform: skewY(2.8deg);
    }
    
    .text-band-inner {
      display: flex;
      align-items: center;
      white-space: nowrap;
      width: max-content;
    }
    
    .text-band-top {
       background: linear-gradient(90deg, #FFA07A, #FF8C00);
    }
    
    .text-band-top .text-band-inner {
      animation: slideLeft 30s linear infinite;
    }
    
    .text-band-bottom {
      background: linear-gradient(90deg, #FFA07A, #FF8C00);
    }
    
    .text-band-bottom .text-band-inner {
      animation: slideRight 30s linear infinite;
    }
    
    .text-item {
      display: inline-block;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 0 20px;
      color: #000;
    }
    
    .text-separator {
      font-size: 1.8rem;
      margin: 0 5px;
      opacity: 0.5;
      color: #000;
    }
    
    @keyframes slideLeft {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    
    @keyframes slideRight {
      0% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }
    
    @media (max-width: 768px) {
      .text-item {
        font-size: 1.5rem;
      }
      
      .text-separator {
        font-size: 1.5rem;
      }
      
      .angled-bands-container {
        height: 120px;
      }
      
      .text-band {
        height: 50px;
      }
    }
    
    @media (max-width: 480px) {
      .text-item {
        font-size: 1.2rem;
        margin: 0 15px;
      }
      
      .text-separator {
        font-size: 1.2rem;
      }
      
      .angled-bands-container {
        height: 100px;
        transform: skewY(-3deg);
      }
      
      .text-band {
        height: 40px;
      }
      
      .see-all-btn {
        font-size: 1rem;
        padding: 10px 20px;
      }
    }




    

    .services-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.services-header {
  margin-bottom: 60px;
}

.services-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.services-subtitle {
  font-size: 48px;
     background: linear-gradient(90deg, #FFA07A, #FF8C00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
}

.services-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}

.service-btn {
  position: relative;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 12px 30px 12px 24px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  min-width: 160px;
  text-align: left;
  padding-right: 50px;
}

.service-btn::after {
  content: "➔";
  position: absolute;
  right: 20px; 
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.service-btn.active {
  border-color:  #F46B00;
  box-shadow: 0 0 15px rgba(79, 172, 254, 0.5);
}

.service-btn.active::after {
  opacity: 1; 
}


.service-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.service-image-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  max-width: 600px;
}

.service-image {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease;
}

.service-details {
  flex: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.service-details.active {
  opacity: 1;
  transform: translateY(0);
}

.service-description {
  color: #aaa;
  margin-bottom: 30px;
  font-size: 18px;
}

.service-features {
  list-style-type: none;
}

.service-feature {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.service-feature::before {
  content: "•";
  color: #4facfe;
  font-size: 24px;
  margin-right: 10px;
}


@media (max-width: 992px) {
  .service-content {
    flex-direction: column;
  }

  .service-image-container {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .services-title, .services-subtitle {
    font-size: 36px;
  }

  .service-btn {
    padding: 10px 20px 10px 20px;
    padding-right: 40px; 
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .services-title, .services-subtitle {
    font-size: 28px;
  }

  .services-nav {
    flex-direction: column;
    width: 100%;
  }

  .service-btn {
    width: 100%;
    text-align: left;
  }
}


   
  .get-to-know-container {
    max-width: 1200px;
    margin: 1rem auto;
    padding: 2rem;
    color: #fff;
    background-color: #000;
  }

  .heading-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .heading-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .underline {
    width: 100px;
    height: 4px;
    background-color: #ff4d4d;
    margin-bottom: 2rem;
  }

  .team-members {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
  }

  .team-member {
    flex: 1;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .image-container {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .member-name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
  }

  .member-title {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.8;
  }

  .member-bio {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6e6e6e;
  }

  .linkedin-link {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .arrow {
    margin-left: 0.5rem;
  }

  
  .team-member:hover .member-name {
    color: #4fd4e0; 
  }

  .team-member:hover .linkedin-link {
    opacity: 1;
    color: #4fd4e0; 

    transform: translateY(0);
  }

  @media (max-width: 900px) {
    .team-members {
      flex-direction: column;
      gap: 3rem;
    }

    .team-member {
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    .heading-container h1 {
      font-size: 2rem;
    }

    .image-container {
      width: 150px;
      height: 150px;
    }

    .member-name {
      font-size: 1.5rem;
    }

    .member-bio {
      font-size: 0.9rem;
    }
  }



  
  
  .powered-by-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #0a0a0a;
    background-image: url('images/webimage.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .powered-by-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
  }

  .content-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .powered-by-text {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0.5rem;
  }

  .intent-logo {
    color: #ffffff;
    font-size: 5rem;
    font-weight: 300;
    font-family: 'serif';
    margin: 0;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
  }

  .connect-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 0.8rem 1.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .connect-button:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgb(227, 132, 99);

  }

  .arrow-icon {
    font-size: 1.2rem;
    line-height: 1;
    transition: all 0.2s ease;
  }
  
  .connect-button:hover .arrow-icon {
    transform: rotate(45deg);
  }

  @media (max-width: 768px) {
    .intent-logo {
      font-size: 3.5rem;
    }
    
    .powered-by-text {
      font-size: 1.2rem;
    }
  }

  @media (max-width: 480px) {
    .intent-logo {
      font-size: 2.8rem;
    }
    
    .connect-button {
      padding: 0.7rem 1.5rem;
      font-size: 0.9rem;
    }
  }




  .site-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 2rem;
    background-color: #000;
    color: #cccccc;
  }

  .footer-links {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
  }

  .copyright h3 {
    color: #7c7c7c;
  }

  .site-footer a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .site-footer a:hover {
    color: #ffffff;
  }

  @media (max-width: 768px) {
    .site-footer {
      gap: 2rem;
      padding: 1.5rem;
    }
    
    .footer-links {
      gap: 2rem;
    }
  }

  @media (max-width: 480px) {
    .site-footer {
      flex-direction: column;
      gap: 1.5rem;
      padding: 1.5rem 1rem;
    }
    
    .footer-links {
      gap: 1.5rem;
    }
    
    .site-footer h3 {
      font-size: 0.9rem;
    }
  }
  

  .idea-section {
    background-color: #000;
    color: white;
    padding: 10rem 2rem;
    position: relative;
    overflow: hidden;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  
  
  .section-heading {
    background: linear-gradient(90deg, #f18b47, #ff8138);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 5rem;
    line-height: 1.1;
    text-align: center;
  }
  
  
  
  .gradient-text {
   background: linear-gradient(90deg, #f18b47, #ff8138);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
  }
  
  .stat-item {
    flex: 1;
    min-width: 200px;
    padding: 1rem;
  }
  
  .stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  
  .stat-symbol {
    margin-left: 0.25rem;
    color: #a78904;
  }
  
  .stat-description {
    font-size: 1rem;
    opacity: 0.8;
    line-height: 1.4;
  }
  
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .section-heading {
      font-size: 3.5rem;
    }
    
    .stats-container {
      justify-content: center;
    }
    
    .stat-item {
      min-width: 180px;
    }
  }
  
  @media (max-width: 768px) {
    .section-heading {
      font-size: 3rem;
    }
    
    .stats-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    
    .stat-item {
      width: 100%;
      max-width: 300px;
    }
    
    .stat-number {
      justify-content: center;
    }
  }
  
  @media (max-width: 480px) {
    .idea-section {
      padding: 3rem 1rem;
    }
    
    .section-heading {
      font-size: 2.5rem;
      margin: 3rem 0;
    }
    
    .stat-item {
      padding: 0.5rem;
    }
  }



  .angled-bands-containerWork {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 55px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .text-bandWork {
    width: 100%;
    overflow: hidden;
    height: 60px;
    display: flex;
    align-items: center;
  }
  
  .text-band-topWork {
    transform: skewY(-2.8deg);
  }
  
  .text-band-bottomWork {
    transform: skewY(2.8deg);
  }
  
  .text-band-innerWork {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: max-content;
  }
  
  .text-band-topWork {
    background: linear-gradient(90deg, #FFA07A, #FF8C00);
  }
  
  .text-band-topWork .text-band-innerWork {
    animation: slideLeft 30s linear infinite;
  }
  
  .text-band-bottomWork {
     background: linear-gradient(90deg, #FFA07A, #FF8C00);
  }
  
  .text-band-bottomWork .text-band-innerWork {
    animation: slideRight 30s linear infinite;
  }
  
  .text-itemWork {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 20px;
    color: #000;
  }
  
  .text-separatorWork {
    font-size: 1.8rem;
    margin: 0 5px;
    opacity: 0.5;
    color: #000;
  }
  
  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  @keyframes slideRight {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  @media (max-width: 768px) {
    .text-itemWork {
      font-size: 1.5rem;
    }
    
    .text-separatorWork {
      font-size: 1.5rem;
    }
    
    .angled-bands-containerWork {
      height: 120px;
    }
    
    .text-bandWork {
      height: 50px;
    }
  }
  
  @media (max-width: 480px) {
    .text-itemWork {
      font-size: 1.2rem;
      margin: 0 15px;
    }
    
    .text-separatorWork {
      font-size: 1.2rem;
    }
    
    .angled-bands-containerWork {
      height: 100px;
      transform: skewY(-3deg);
    }
    
    .text-bandWork {
      height: 40px;
    }
  }



  /* About us CSS */





     /* Hero section styles */
     .about-hero-section {
      position: relative;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
  }
  
  /* Video background */
  .about-video-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      z-index: 1;
  }
  
  /* Animated elements to simulate video background */
  .about-light-beam {
      position: absolute;
      width: 1px;
      height: 100%;
      background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,0));
      opacity: 0.6;
      z-index: 2;
      animation: moveBeam 8s ease-in-out infinite;
  }
  
  @keyframes moveBeam {
      0% {
          transform: translateX(-100vw) rotate(45deg);
          opacity: 0;
      }
      30% {
          opacity: 0.8;
      }
      70% {
          opacity: 0.8;
      }
      100% {
          transform: translateX(100vw) rotate(45deg);
          opacity: 0;
      }
  }
  
  .about-particles {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0.3;
  }
  
  .about-particle {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      animation: float 15s linear infinite;
  }
  
  @keyframes float {
      0% {
          transform: translateY(100vh) scale(0);
          opacity: 0;
      }
      10% {
          opacity: 0.8;
      }
      90% {
          opacity: 0.8;
      }
      100% {
          transform: translateY(-20vh) scale(1);
          opacity: 0;
      }
  }
  
  /* Content container */
  .about-hero-content {
      position: relative;
      z-index: 5;
      text-align: center;
      padding: 0 20px;
      max-width: 1200px;
  }
  
  /* Main title with reveal effect */
  .about-hero-title {
      position: relative;
      font-size: 5rem;
      font-weight: 300;
      letter-spacing: 8px;
      margin-bottom: 30px;
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase;
      overflow: hidden;
  }
  
  .about-title-text {
      position: relative;
      display: inline-block;
  }
  
  .about-title-highlight {
      position: relative;
  }
  
  .about-title-highlight::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,0));
      animation: shine 3s ease-in-out infinite;
  }
  
  @keyframes shine {
      0% {
          opacity: 0.3;
          transform: scaleX(0.7);
      }
      50% {
          opacity: 1;
          transform: scaleX(1);
      }
      100% {
          opacity: 0.3;
          transform: scaleX(0.7);
      }
  }
  
  /* Subtitle */
  .about-hero-subtitle {
      font-size: 1.5rem;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
  }
  
  /* CTA Button */
  .about-cta-button {
      display: inline-flex;
      align-items: center;
      background-color: transparent;
      color: #fff;
      font-size: 1.1rem;
      font-weight: 400;
      padding: 14px 32px;
      border-radius: 30px;
      text-decoration: none;
      border: 1px solid rgba(255, 255, 255, 0.3);
      cursor: pointer;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
  }
  
  .about-cta-button:hover {
      border-color: rgba(227, 132, 99, 0.8);
      background-color: rgba(0, 0, 0, 0.5);
  }
  
  .about-cta-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
      transition: all 0.6s ease;
  }
  
  .about-cta-button:hover::before {
      left: 100%;
  }
  
  .about-arrow-icon {
      margin-left: 12px;
      transform: rotate(-20deg);
      width: 20px;
      height: 20px;
      transition: transform 0.5s ease;
  }
  
  .about-cta-button:hover .about-arrow-icon {
      transform: rotate(0deg);
  }
  
  /* Responsive styles */
  @media (max-width: 992px) {
      .about-hero-title {
          font-size: 4rem;
          letter-spacing: 6px;
      }
      
      .about-hero-subtitle {
          font-size: 1.3rem;
      }
  }
  
  @media (max-width: 768px) {
      .about-hero-title {
          font-size: 3rem;
          letter-spacing: 4px;
      }
      
      .about-hero-subtitle {
          font-size: 1.1rem;
      }
      
      .about-cta-button {
          padding: 12px 28px;
          font-size: 1rem;
      }
  }
  
  @media (max-width: 480px) {
      .about-hero-title {
          font-size: 2rem;
          letter-spacing: 3px;
      }
      
      .about-hero-subtitle {
          font-size: 1rem;
      }
      
      .about-cta-button {
          padding: 10px 24px;
          font-size: 0.9rem;
      }
  }



















        /* About section styles */
        .about-section {
          background-color: #000;
          min-height: 500px;
          padding: 80px 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
      }
      
      .about-container {
          max-width: 1400px;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 60px;
      }
      
      /* Left side - Image */
      .about-image-wrapper {
          flex: 0 0 35%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
      }
      
      .image-containeAr {
          position: relative;
          width: 300px;
          height: 300px;
          z-index: 2;
      }
      
      /* The actual image */
      .custom-image {
          width: 100%;
          height: 100%;
          object-fit: contain; /* Keeps aspect ratio */
          border-radius: 50%; /* Makes it circular, remove if your image isn't circular */
      }
      
      /* Glow effect */
      .glow-effect {
          position: absolute;
          width: 400px;
          height: 400px;
          background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0) 70%);
          border-radius: 50%;
          z-index: 1;
      }
      
      /* Right side - Text */
      .about-text {
          flex: 0 0 55%;
          text-align: right;
      }
      
      .about-text h2 {
          font-size: 2.6rem;
          line-height: 1.3;
          font-weight: 700;
          margin-bottom: 30px;
      }
      
      /* Responsive styles */
      @media (max-width: 992px) {
          .about-container {
              flex-direction: column;
              gap: 40px;
          }
          
          .about-image-wrapper, 
          .about-text {
              flex: 0 0 100%;
          }
          
          .about-text {
              text-align: center;
          }
          
          .image-containerA {
              width: 250px;
              height: 250px;
          }
          
          .glow-effect {
              width: 270px;
              height: 270px;
          }
      }
      
      @media (max-width: 768px) {
          .about-section {
              padding: 60px 20px;
          }
          
          .about-text h2 {
              font-size: 2rem;
          }
          
          .image-containerA {
              width: 200px;
              height: 200px;
          }
          
          .glow-effect {
              width: 220px;
              height: 220px;
          }
      }
      
      @media (max-width: 480px) {
          .about-text h2 {
              font-size: 1.6rem;
          }
          
          .image-containerA {
              width: 250px;
              height:250px;
          }
          
          .glow-effect {
              width: 200px;
              height: 200px;
          }
      }














       /* Main container */
       .stats-section {
        background: linear-gradient(to right, rgba(64, 29, 9, 0.9), rgba(0, 0, 0, 0.9), rgba(9, 24, 51, 0.9)) !important;
        min-height: 400px;
        padding: 80px 20px;
        display: flex;
        margin: 5rem 0;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .stats-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        background-color: #000;
    }

    .stats-container {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Left side with heading */
    .agency-heading {
        flex: 10 0 35%;
        padding-right: 20px;
    }

    .agency-heading h2 {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: white;
        line-height: 1.2;
    }

    .agency-heading h3 {
        font-size: 2.5rem;
        font-weight: 500;
        color: #4ECDC4; /* Teal/cyan color as in the image */
    }

    /* Right side with stats */
    .stats-grid {
        flex: 0 0 55%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 40px 60px;
    }

    /* Stats items */
    .stat-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .stat-number {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        color: white;
    }

    .stat-number span {
        font-size: 1.5rem;
        color: #FF6B6B; /* Orange/red color as in the image */
        margin-left: 5px;
    }

    .stat-description {
        font-size: 1rem;
        color: #AAAAAA;
        max-width: 200px;
        text-align: center;
    }

    /* Counter animation class */
    .counter-animation {
        display: inline-block;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .stats-container {
            flex-direction: column;
        }
        
        .agency-heading {
            flex: 0 0 100%;
            margin-bottom: 50px;
            padding-right: 0;
        }
        
        .stats-grid {
            flex: 0 0 100%;
            gap: 30px;
        }
    }

    @media (max-width: 768px) {
        .stats-grid {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(4, auto);
        }
        
        .agency-heading h2 {
            font-size: 2rem;
        }
        
        .agency-heading h3 {
            font-size: 1.8rem;
        }
        
        .stat-number {
            font-size: 3rem;
        }
        
        .stat-item {
            margin-bottom: 10px;
        }
    }









     
        /* CTA section styles */
        .cta-section {
          background-color: #000;
          min-height: 500px;
          padding: 100px 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          position: relative;
          overflow: hidden;
      }
      
      .cta-container {
          max-width: 1400px;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }
      
      /* Left side - Text */
      .cta-text {
          flex: 0 0 50%;
          padding-right: 40px;
      }
      
      .cta-text h2 {
          font-size: 5rem;
          line-height: 1.1;
          font-weight: 700;
          margin-bottom: 50px;
           background: linear-gradient(90deg, #FFA07A, #FF8C00);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          padding-bottom: 20px;
      }
      
      /* Button styles */
      .cta-button {
          display: inline-flex;
          align-items: center;
          background-color: #fff;
          color: #000;
          font-size: 1.3rem;
          font-weight: 600;
          padding: 16px 36px;
          border-radius: 30px;
          text-decoration: none;
          border: 1px solid transparent;
          cursor: pointer;
          transition: all 0.5s ease;
          position: relative;
          overflow: hidden;
      }
      
      .cta-button:hover {
          background-color: #000;
          color: #fff;
          border: 1px solid rgb(227, 132, 99);
          transform: translateY(-2px);
      }
      
      .arrow-icon {
          margin-left: 12px;
          transform: rotate(-20deg); /* Reduced tilt angle */
          width: 22px; /* Slightly smaller arrow */
          height: 22px;
          transition: transform 0.5s ease; /* Simple, smooth transition */
      }
      
      .cta-button:hover .arrow-icon {
          transform: rotate(0deg);
      }
      
      /* Create a pseudo-element for smoother background transition */
      .cta-button::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #000;
          opacity: 0;
          z-index: -1;
          transition: opacity 0.5s ease;
      }
      
      .cta-button:hover::before {
          opacity: 1;
      }
      
      /* Right side - Image */
      .cta-image-wrapper {
          flex: 0 0 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
      }
      
      .image-containerAA {
          width: 100%;
          height: 100%;
          max-height: 400px;
          position: relative;
      }
      
      /* The actual image placeholder */
      .custom-image {
          width: 100%;
          height: 100%;
          object-fit: contain;
      }
      
      /* Responsive styles */
      @media (max-width: 992px) {
          .cta-container {
              flex-direction: column;
          }
          
          .cta-text {
              flex: 0 0 100%;
              padding-right: 0;
              margin-bottom: 60px;
              text-align: center;
          }
          
          .cta-image-wrapper {
              flex: 0 0 100%;
          }
          
          .cta-text h2 {
              font-size: 3.5rem;
          }
      }
      
      @media (max-width: 768px) {
          .cta-section {
              padding: 70px 20px;
          }
          
          .cta-text h2 {
              font-size: 2.8rem;
          }
          
          .image-containerAA {
              max-height: 300px;
          }
          
          .cta-button {
              padding: 14px 32px;
              font-size: 1.2rem;
          }
      }
      
      @media (max-width: 480px) {
          .cta-text h2 {
              font-size: 2.2rem;
          }
          
          .cta-button {
              padding: 12px 24px;
              font-size: 1.1rem;
          }
          
          .image-containerAA {
              max-height: 200px;
          }
      }









      /* contact us css */




           /* Contact section styles */
           .contact-section {
            width: 100%;
            min-height: 100vh;
            padding: 80px 20px;
            display: flex;
            margin-top: 2rem;
            flex-direction: column;
            align-items: center;
        }
        
        /* Headline styles */
        .contact-headline {
            text-align: center;
            margin-bottom: 60px;
            width: 100%;
            max-width: 800px;
        }
        
        .contact-headline h1 {
            font-size: 5rem;
            font-weight: 700;
            padding: 40px 0;
            line-height: 5rem;
            margin-bottom: 10px;
            background: linear-gradient(to right, #FFA07A, #FF8C00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .contact-headline p {
            font-size: 2rem;
            color: white;
            font-weight: 400;
        }
        
        /* Content container */
        .contact-container {
            display: flex;
            width: 100%;
            max-width: 1200px;
            background-color: rgba(25, 31, 36, 0.7);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
        }
        
        /* Form section */
        .contact-form-section {
            flex: 0 0 60%;
            padding: 50px;
            background-color: rgba(22, 28, 33, 0.95);
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-label {
            display: block;
            margin-bottom: 8px;
            font-size: 1rem;
            color: #fff;
        }
        
        .form-input {
            width: 100%;
            padding: 15px;
            background-color: rgba(45, 55, 60, 0.5);
            border: none;
            border-radius: 8px;
            color: white;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .form-input:focus {
            outline: none;
              background-color: rgba(60, 52, 45, 0.8);
            box-shadow: 0 0 0 2px rgba(205, 146, 78, 0.4);
        }
        
        .form-textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .form-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(84, 104, 255, 0.8);
            color: white;
            font-size: 1rem;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .form-button:hover {
            background-color: rgba(84, 104, 255, 1);
            transform: translateY(-2px);
        }
        
        /* Contact info section */
        .contact-info-section {
            flex: 0 0 40%;
            padding: 50px;
            background-color: rgba(25, 31, 36, 0.8);
        }
        
        .info-heading {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 30px;
            color: white;
        }
        
        .address-info {
            margin-bottom: 40px;
        }
        
        .address-text {
            color: #bbb;
            font-size: 1rem;
            line-height: 1.6;
        }
        
        .contact-details {
            margin-bottom: 40px;
        }
        
        .contact-item {
            color: #bbb;
            font-size: 1rem;
            margin-bottom: 10px;
        }
        
        .contact-item a {
            color: #ff8120;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .contact-item a:hover {
            color: #ff8a31;
        }
        
        /* Social icons */
        .contactSocial-links {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }
        
        .contactSocial-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
        
        .contactSocial-icon:hover {
            background-color: rgba(205, 129, 78, 0.3);
            transform: translateY(-3px);
        }
        
        .contactSocial-icon svg {
            width: 20px;
            height: 20px;
            fill: white;
        }
        
        /* Responsive styles */
        @media (max-width: 992px) {
            .contact-container {
                flex-direction: column;
            }
            
            .contact-form-section,
            .contact-info-section {
                flex: 0 0 100%;
            }
            
            .contact-headline h1 {
                font-size: 3.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .contact-section {
                padding: 60px 15px;
            }
            
            .contact-form-section,
            .contact-info-section {
                padding: 30px;
            }
            
            .contact-headline h1 {
                font-size: 2.8rem;
            }
            
            .contact-headline p {
                font-size: 1.3rem;
            }
            
            .info-heading {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 480px) {
            .contact-headline h1 {
                font-size: 2.2rem;
            }
            
            .contact-headline p {
                font-size: 1.1rem;
            }
            
            .form-button {
                width: 100%;
            }
        }








            /* Global clients section styles */
            .gc-section {
              background-color: #000;
              width: 100%;
              padding: 80px 20px;
              display: flex;
              justify-content: center;
              align-items: center;
              overflow: hidden;
          }
          
          .gc-container {
              max-width: 1400px;
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              gap: 40px;
          }
          
          /* Text content container - Left side */
          .gc-text-content {
              flex: 0 0 50%;
              padding-right: 20px;
          }
          
          .gc-heading {
              font-size: 3.5rem;
              font-weight: 600;
              line-height: 1.1;
              margin-bottom: 25px;
              color: white;
          }
          
          .gc-subheading {
              font-size: 2.5rem;
              font-weight: 500;
               background: linear-gradient(to right, #FFA07A, #FF8C00);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              background-clip: text;
          }
          
          /* Map/Image container - Right side */
          .gc-map-container {
              flex: 0 0 45%;
              position: relative;
          }
          
          .gc-map-img {
              width: 100%;
              height: auto;
              max-height: 400px;
              object-fit: contain;
              opacity: 0.8;
          }
          
          /* Responsive styles */
          @media (max-width: 992px) {
              .gc-container {
                  flex-direction: column;
                  text-align: center;
              }
              
              .gc-text-content {
                  flex: 0 0 100%;
                  padding-right: 0;
                  margin-bottom: 40px;
              }
              
              .gc-map-container {
                  flex: 0 0 100%;
                  width: 90%;
                  max-width: 600px;
              }
              
              .gc-heading {
                  font-size: 3rem;
              }
              
              .gc-subheading {
                  font-size: 2.2rem;
              }
          }
          
          @media (max-width: 768px) {
              .gc-section {
                  padding: 60px 15px;
              }
              
              .gc-heading {
                  font-size: 2.5rem;
              }
              
              .gc-subheading {
                  font-size: 1.8rem;
              }
              
              .gc-map-img {
                  max-height: 300px;
              }
          }
          
          @media (max-width: 480px) {
              .gc-heading {
                  font-size: 2rem;
              }
              
              .gc-subheading {
                  font-size: 1.5rem;
              }
              
              .gc-map-img {
                  max-height: 200px;
              }
          }











          /* our clients css */


             /* Partners section styles */
        .partners-section {
          position: relative;
          background-color: #000;
          width: 100%;
          padding: 80px 20px 100px;
          overflow: hidden;
          min-height: 40vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
      }
      
      /* Background map container - full width */
      .partners-banner {
          position: relative;
          width: 100%;
          height: 500px;
          margin-bottom: 0px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          overflow: hidden;
      }
      
      /* Background map image */
      .partners-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
      }
      
      .partners-bg-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          opacity: 0.4;
      }
      
      /* Heading text overlay */
      .partners-heading-container {
          position: relative;
          z-index: 2;
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }
      
      .partners-titleCl {
          font-size: 3.5rem;
          font-weight: 500;
          margin-bottom: 0px;
          color: white;
          letter-spacing: 1px;
      }
      
      .partners-subtitle {
          font-size: 3.8rem;
          font-weight: 600;
          letter-spacing: 1px;
         color: #F46B00;
           background: linear-gradient(to right, #ce8839, #fd9d2e);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
      }
      
      /* Partners logo grid */
      .partners-grid-container {
          position: relative;
          z-index: 2;
          width: 100%;
          max-width: 1400px;
      }
      
      .partners-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 50px 30px;
      }
      
      /* Logo item styles */
      .partners-logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 4px;
        cursor: pointer;
        border: 1px solid transparent;
        background-color: transparent;
        transition: transform 0.4s ease, border 0.4s ease, background-color 0.4s ease;
    }
    
    .partners-logo-item:hover {
        transform: scale(1.05);
        border: 1px solid #4ECDC4;
        background-color: rgba(255, 255, 255, 0.03);
    }
    
    .partners-logo {
        max-width: 100%;
        max-height: 50px;
        opacity: 0.8;
        transition: opacity 0.4s ease;
    }
    
    .partners-logo-item:hover .partners-logo {
        opacity: 1;
    }
    
    /* Highlighted logo item */
    .partners-logo-item.highlighted {
        border: 1px solid rgba(78, 205, 196, 0.3);
        background-color: rgba(78, 205, 196, 0.05);
    }
      
      /* Responsive styles */
      @media (max-width: 1200px) {
          .partners-grid {
              grid-template-columns: repeat(3, 1fr);
              gap: 40px 20px;
          }
          
          .partners-banner {
              height: 400px;
          }
      }
      
      @media (max-width: 992px) {
          .partners-titleCl {
              font-size: 2.8rem;
          }
          
          .partners-subtitle {
              font-size: 3rem;
          }
          
          .partners-banner {
              height: 350px;
          }
      }
      
      @media (max-width: 768px) {
          .partners-section {
              padding: 60px 15px 80px;
          }
          
          .partners-grid {
              grid-template-columns: repeat(2, 1fr);
              gap: 30px 15px;
          }
          
          .partners-titleCl {
              font-size: 2.4rem;
          }
          
          .partners-subtitle {
              font-size: 2.6rem;
          }
          
          .partners-banner {
              height: 300px;
              margin-bottom: 60px;
          }
      }
      
      @media (max-width: 480px) {
          .partners-grid {
              grid-template-columns: 1fr 1fr;
              gap: 25px 10px;
          }
          
          .partners-titleCl {
              font-size: 1.8rem;
          }
          
          .partners-subtitle {
              font-size: 2.2rem;
          }
          
          .partners-logo {
              max-height: 40px;
          }
          
          .partners-banner {
              height: 250px;
          }
      }






        /* Scrolling banner section */
        .scroll-banner {
          width: 70%;
                background: #FF8C00;
          overflow: hidden;
          padding: 20px 0;
          position: relative;
          margin:0 auto;
      }

      .scroll-content {
          display: flex;
          animation: scrollText 30s linear infinite;
          white-space: nowrap;
      }

      .scroll-item {
          display: flex;
          align-items: center;
          margin-right: 40px;
          font-size: 1.5rem;
          font-weight: 500;
          color: white;
      }

      .scroll-item::after {
          content: "•";
          margin-left: 40px;
          color: white;
          opacity: 0.7;
      }

      .scroll-item:last-child::after {
          content: "";
      }

      @keyframes scrollText {
          0% {
              transform: translateX(0);
          }
          100% {
              transform: translateX(-100%);
          }
      }

      /* Stats section styles */
      .stats-section {
          background: linear-gradient(to right, rgba(64, 29, 9, 0.4), rgba(9, 24, 51, 0.4)), url('https://cdnjs.cloudflare.com/ajax/libs/simple-icons/8.18.0/simpleicons.svg');
          background-size: cover;
          background-position: center;
          min-height: 400px;
          padding: 80px 20px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-top: 60px;
          position: relative;
      }

      .stats-section::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 20px;
          background-color: #000;
      }

      .stats-container {
          max-width: 1400px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
      }

      /* Left side with heading */
      .agency-heading {
          flex: 0 0 40%;
          padding-right: 20px;
      }

      .agency-heading h2 {
          font-size: 2.5rem;
          font-weight: 700;
          margin-bottom: 20px;
          color: white;
          line-height: 1.2;
      }

      .agency-heading h3 {
          font-size: 2.2rem;
          font-weight: 500;
          color: #ff8223; /* Teal/cyan color as in the image */
      }

      /* Right side with stats grid */
      .stats-grid {
          flex: 0 0 55%;
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
          gap: 40px 60px;
      }

      /* Stats items */
      .stat-item {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
      }

      .stat-number {
          font-size: 3.5rem;
          font-weight: 700;
          margin-bottom: 10px;
          display: flex;
          align-items: flex-start;
          color: white;
      }

      .stat-number span {
          font-size: 1.5rem;
          color: #FF6B6B; /* Orange/red color as in the image */
          margin-left: 5px;
      }

      .stat-number .times-icon {
          font-size: 1.5rem;
          color: orange; /* Orange color for the × symbol */
          margin-left: 5px;
      }

      .stat-description {
          font-size: 1rem;
          color: #AAAAAA;
          max-width: 200px;
      }

      /* Counter animation class */
      .counter-animation {
          display: inline-block;
      }

      /* Responsive adjustments */
      @media (max-width: 992px) {
          .stats-container {
              flex-direction: column;
          }
          
          .agency-heading {
              flex: 0 0 100%;
              margin-bottom: 50px;
              padding-right: 0;
          }
          
          .stats-grid {
              flex: 0 0 100%;
              gap: 30px;
          }

          .scroll-item {
              font-size: 1.3rem;
          }
      }

      @media (max-width: 768px) {
          .stats-section {
              padding: 60px 20px;
          }
          
          .agency-heading h2 {
              font-size: 2.2rem;
          }
          
          .agency-heading h3 {
              font-size: 1.8rem;
          }
          
          .stat-number {
              font-size: 3rem;

          .scroll-item {
              font-size: 1.1rem;
              margin-right: 30px;
          }

          .scroll-item::after {
              margin-left: 30px;
          }
      }

      @media (max-width: 480px) {
          .stats-grid {
              grid-template-columns: 1fr;
              grid-template-rows: repeat(4, auto);
          }
          
          .agency-heading h2 {
              font-size: 1.8rem;
          }
          
          .agency-heading h3 {
              font-size: 1.6rem;
          }
          
          .stat-number {
              font-size: 2.5rem;
          }
          
          .stat-description {
              font-size: 0.9rem;
          }

          .scroll-item {
              font-size: 1rem;
              margin-right: 20px;
          }

          .scroll-item::after {
              margin-left: 20px;
          }
      }