/* CSS Custom Properties */
:root {
  --primary-cyan: #00AFEF;
  --primary-blue: #0066CC;
  --primary-blue-hover: #0052a3;
  --text-dark: #000;
  --text-white: #ffffff;
  --text-black: #000000;
  --text-muted: #6c757d;
  --text-secondary: #666666;
  --bg-light: #f8f9fa;
  --bg-white: #ffffff;
  --bg-dropdown: #2a2a2a;
  --bg-dropdown-hover: #3a3a3a;
  --border: #e0e0e0;
  --border-light: #e9ecef;
  --border-lighter: #f0f0f0;
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-tertiary: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  /* Overlay Colors */
  --overlay-white-10: rgba(255, 255, 255, 0.1);
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.1);

  /* Themed Backgrounds */
  --bg1: #EFF6FF;
  --bg2: #FAF5FF;
  --bg3: #FFF7ED;
  --bg4: #F0FDF4;
  --bg5: #FDF2F8;
  --bg6: #f6efff;
  --bg7: #eeebfd;
  --bg8: #ecf5fc;
  --iconbg1: #FEFCFF;
  --bg9: linear-gradient(178deg, rgb(239 254 243 / 89%), rgb(223 250 255 / 0%));
  --bg10: linear-gradient(178deg, rgb(252 250 235), rgb(223 250 255 / 0%));
  --bg11: linear-gradient(178deg, rgb(236 245 249), rgb(223 250 255 / 0%));
  --bg12: linear-gradient(178deg, rgb(254 246 254), rgb(223 250 255 / 0%));
};
/* Reset and Base Styles */


/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', 'Ubuntu Sans', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  overflow-x: hidden;
  background: var(--bg-white);

}

/* Mobile-first base styles */
html {
  scroll-behavior: smooth;
}

/* Touch-friendly button and link styles */
a,
button,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  /* min-height: 44px;
min-width: 44px; */
}

/* Ensure images are responsive by default */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent horizontal scrolling */
* {
  max-width: 100%;
}

/* Container System */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  overflow: hidden;
}

.grid-12 {
  overflow: hidden;
}

/* 
.content-container {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
padding: 80px 40px;
border-radius: 24px;
box-shadow:
0 20px 40px rgba(0, 0, 0, 0.1),
0 1px 0 rgba(255, 255, 255, 0.8) inset,
0 -1px 0 rgba(0, 0, 0, 0.05) inset;
text-align: center;
width: 100%;
max-width: 100%;
height: auto;
min-height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
overflow: visible;
box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
animation: containerFloat 6s ease-in-out infinite;
} */

.content-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 80px 40px;
  border-radius: 24px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  animation: containerFloat 6s ease-in-out infinite;
}

.content-container {
  background-color: var(--bg-white);
  padding: 60px 40px;
  border-radius: 0px;
  box-shadow: 0 8px 32px var(--shadow-medium);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Header Styles */
/* .header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background-color: var(--secondary-header);
height: 80px;
box-shadow: 0 2px 10px var(--shadow-light);
}

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
} */

/* Header Styles */



/* end menu */

/* Ensure hamburger menu is visible on mobile */
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .content-container {
    padding: 40px 30px;
    min-height: 450px;
  }

  .main-content {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
    align-items: flex-start;
    padding: 20px 0;
  }


  .tech-left {
    padding-right: 0;
    right: -30px;
  }

  .tech-right {
    padding-left: 0;
    left: -30px;
  }

  .grid-12 {
    gap: 16px;
    grid-template-rows: 1fr auto 1fr;
  }

  .center-content {
    height: auto;
    min-height: 50vh;
  }

  .main-title {
    font-size: 2.8rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }



  .tech-image {
    max-width: 80%;
    height: auto;
  }


}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
}



/* 
.header {
background-color: var(--bg-header);
padding: 15px 0;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
width: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} */

/* Hamburger Menu Styles */


/*  */
/* .dropdown-menu { */
/* position: fixed; */
/* left: 0; */
/* right: 0; */
/* background: var(--bg-dropdown); */
/* padding: 30px; */
/* display: none; */
/* width: 100%; */
/* top: 80px; */
/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
/* } */
/*  */


.cdnbtn {
  display: flex;
}

.cdnbtn a {
  border: solid 1px #ccc;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  color: var(--text-white);
  background: #00AFEF;
}

.cdnbtn a:hover {
  border: solid 1px var(--border-light);
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  /* background: var(--gradient-tertiary); */
  background: linear-gradient(90deg, #5c33ff94 -5.04%, #FFA361 100%);
  color: var(--text-black);
}

.cdnbtn button {
  border: solid 1px #ccc;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  color: var(--text-black);
  background: #F9FAFB;
}

.cdnbtn button:hover {
  border: solid 1px #ccc;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  /* background: var(--gradient-tertiary); */
  background: linear-gradient(90deg, #5c33ff94 -5.04%, #FFA361 100%);
  color: var(--text-black);
}

/* Main Content Styles */


/* Ensure proper height distribution */
/* html,
body {
min-height: 100vh;
margin: 0;
padding: 0;
}

body {
display: flex;
flex-direction: column;
} */

/* 
.main-content {
flex: 1;
display: flex;
align-items: center;
min-height: calc(100vh - 120px);
} */

/* Main Content Styles */


.main-content {
  margin-top: 70px;
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: linear-gradient(354deg, #fffffff2 0%, #fff 25%, #fff 75%, transparent 100%), url('../img/pixel.png');
}






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

  .content-container {
    padding: 30px 20px;
    min-height: 400px;
    height: auto;
  }

  .grid-12 {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .onlycentercontent {
    min-height: calc(100vh - 70px);
    padding: 20px 0;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: var(--bg-dropdown);
    margin-top: 10px;
    min-width: 100%;
  }

  .main-content {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
    align-items: flex-start;
    padding: 20px 0;
  }

  .hero-subtitle {
    font-size: 50px;
  }

  .hero-title {
    font-size: 24px;
  }

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

  .search-box .form-control {
    height: 60px;
    padding: 0 60px 0 20px;
  }

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .app-types .row {
    --bs-gutter-x: 0.5rem;
  }

  .industry-card {
    height: auto;
    min-height: 180px;
  }


  /* Mobile app-types layout */
  .document-types {
    grid-template-columns: 1fr;
  }

  .app-types .grid-12 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .app-type {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 12px 15px;
    gap: 12px;
    height: auto;
    min-height: 50px;
  }

  .app-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .app-type span {
    font-size: 13px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .content-container {
    padding: 20px 15px;
    min-height: 350px;
    height: auto;
  }

  .grid-12 {
    gap: 12px;
  }

  .onlycentercontent {
    min-height: calc(100vh - 60px);
    padding: 15px 0;
  }

  .main-content {
    margin-top: 60px;
    min-height: calc(100vh - 60px);
    padding: 15px 0;
  }


  /* Mobile app-types layout */
  .app-types .grid-12 {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .app-type {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 10px 12px;
    gap: 10px;
    height: auto;
    min-height: 45px;
  }

  .app-icon {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
  }

  .app-icon img {
    max-width: 18px;
    max-height: 18px;
  }

  .app-type span {
    font-size: 12px;
    font-weight: 500;
  }
}

.hero-background {
  position: relative;
  min-height: 100vh;
}

.hero-content {
  padding: 80px 0;
  z-index: 10;
  position: relative;
}

/* 
.content-container {
text-align: center;
background: rgba(255, 255, 255, 0.95);
padding: 60px 40px;
border-radius: 12px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
max-width: 600px;
width: 100%;
} */
/* 
.content-container {
background-color: var(--bg-white);
padding: 60px 40px;
border-radius: 0px;
box-shadow: 0 8px 32px var(--shadow-medium);
text-align: center;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
} */

.hero-graphics-left,
.hero-graphics-right {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}


.center-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  z-index: 10;
  position: relative;
}

/* 
.content-container {
background-color: var(--bg-white);
padding: 60px 40px;
border-radius: 0px;
box-shadow: 0 8px 32px var(--shadow-medium);
text-align: center;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
} */


/* Responsive adjustments for content-container */
@media (max-width: 1024px) {
  .content-container {
    padding: 40px 30px;
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  .content-container {
    padding: 30px 20px;
    min-height: 400px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .content-container {
    padding: 20px 15px;
    min-height: 350px;
    height: auto;
  }
}



.subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
}

.search-container {
  position: relative;
  margin-bottom: 20px;
}

.search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  color: #666;
}

.search-input::placeholder {
  color: #999;
  transition: color 0.3s ease;
}

/* Active State - when user focuses and types */
.search-input:focus {
  border-color: #00AFEF;
  box-shadow: 0 0 0 3px rgba(0, 175, 239, 0.1);
}

.search-input:focus::placeholder {
  color: #00AFEF;
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.search-btn img {
  width: 20px;
  height: 20px;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

/* Blue state when input is focused or has content */
.search-input:focus+.search-btn img,
.search-input:not(:placeholder-shown)+.search-btn img {
  filter: none;
  filter: brightness(0) saturate(100%) invert(47%) sepia(96%) saturate(1458%) hue-rotate(184deg) brightness(98%) contrast(101%);
}

.search-btn:hover {
  background-color: rgba(0, 175, 239, 0.1);
}

.example-text {
  color: var(--text-muted);
  font-size: 12px;
  text-align: right;
}



.domianbottomsection {
  background-color: transparent;
  background-image: url('../img/domain.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  /* bottom: -27px; */
  bottom: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  height: 370px;
  z-index: 10;
  pointer-events: none;
}

.domianbottom {
  text-align: center;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.center-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  z-index: 10;
  position: relative;
}


.main-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;


}



.subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.4;
}

.search-container {
  position: relative;
  margin-bottom: 20px;
}

.search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 3px var(--primary-blue);
  -moz-box-shadow: 0 0 3px var(--primary-blue);
  -webkit-box-shadow: 0 0 3px var(--primary-blue);
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  color: var(--text-secondary);
}

.search-btn:hover {
  color: var(--primary-cyan);
}

.example-text {
  color: var(--text-muted);
  font-size: 12px;
  text-align: right;
}


/* Technology Tree Structures */
.tech-tree-left,
.tech-tree-right {
  position: relative;
  height: 400px;
  width: 200px;
}

.tree-trunk-left {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #00AFEF, #00C653);
  border-radius: 2px;
}

.tree-trunk-right {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #00AFEF, #00C653);
  border-radius: 2px;
}

.tree-branch {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
}

.tech-tree-left .tree-branch:nth-child(1) {
  top: 10%;
}

.tech-tree-left .tree-branch:nth-child(2) {
  top: 25%;
}

.tech-tree-left .tree-branch:nth-child(3) {
  top: 40%;
}

.tech-tree-left .tree-branch:nth-child(4) {
  top: 55%;
}

.tech-tree-left .tree-branch:nth-child(5) {
  top: 70%;
}

.tech-tree-right .tree-branch:nth-child(1) {
  top: 15%;
}

.tech-tree-right .tree-branch:nth-child(2) {
  top: 30%;
}

.tech-tree-right .tree-branch:nth-child(3) {
  top: 45%;
}

.tech-tree-right .tree-branch:nth-child(4) {
  top: 60%;
}

.tech-tree-right .tree-branch:nth-child(5) {
  top: 75%;
}

.connecting-line {
  height: 2px;
  background: linear-gradient(to right, #00AFEF, #00C653);
  border-radius: 1px;
}

.tech-tree-left .connecting-line {
  width: 60px;
  margin-right: 10px;
}

.tech-tree-right .connecting-line {
  width: 60px;
  margin-left: 10px;
}

.tech-node {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: float 3s ease-in-out infinite;
}

.tech-icon-circle.blue {
  background: #007bff;
}

.tech-icon-circle.green {
  background: #28a745;
}

.tech-icon-circle.bitcoin {
  background: #f7931a;
}

.tech-icon-circle.cloud {
  background: #17a2b8;
}

.tech-icon-circle.purple {
  background: #6f42c1;
}

.tech-icon-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* animation: float 3s ease-in-out infinite; */
}

/* 
@keyframes float {
0%,
100% {
transform: translateY(0px);
}

50% {
transform: translateY(-8px);
}
}

@keyframes containerFloat {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}

.content-container::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #f5576c);
border-radius: 26px;
z-index: -1;
opacity: 0.7;
animation: borderGlow 3s linear infinite;
}

@keyframes borderGlow {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

/* Fixed Section Navigation Button */
.section-nav-btn {
  position: fixed;
  bottom: 50%;
  right: 30px;
  transform: translateY(50%);
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #0066cc7a;
  color: white;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
}

.section-nav-btn:hover {
  transform: translateY(50%) scale(1.1);
  animation: pulse 1.5s infinite;
}

.section-nav-btn:active {
  transform: translateY(50%) scale(0.95);
}

.nav-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

/* Default state: arrow points down */
.section-nav-btn .nav-arrow {
  transform: rotate(0deg);
}

/* When at last section: arrow points up */
.section-nav-btn.up-direction .nav-arrow {
  transform: rotate(180deg);
}

/* Bounce Animation */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(50%) translateY(0);
  }

  40% {
    transform: translateY(50%) translateY(-10px);
  }

  60% {
    transform: translateY(50%) translateY(-5px);
  }
}

/* Pulse Animation on Hover */
@keyframes pulse {
  0% {
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.4);
  }

  50% {
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.6), 0 0 0 10px rgba(0, 123, 255, 0.1);
  }

  100% {
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.4);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* .section-nav-btn {
bottom:38%;
} */

  .section-nav-btn {
    width: 24px;
    height: 24px;
    right: 20px;
  }

  .nav-arrow {
    width: 16px;
    height: 16px;
  }
}


.tech-tree-left .tech-node:nth-child(1) {
  animation-delay: 0s;
}

.tech-tree-left .tech-node:nth-child(2) {
  animation-delay: 0.5s;
}

.tech-tree-left .tech-node:nth-child(3) {
  animation-delay: 1s;
}

.tech-tree-left .tech-node:nth-child(4) {
  animation-delay: 1.5s;
}

.tech-tree-left .tech-node:nth-child(5) {
  animation-delay: 2s;
}

.tech-tree-right .tech-node:nth-child(1) {
  animation-delay: 0.3s;
}

.tech-tree-right .tech-node:nth-child(2) {
  animation-delay: 0.8s;
}

.tech-tree-right .tech-node:nth-child(3) {
  animation-delay: 1.3s;
}

.tech-tree-right .tech-node:nth-child(4) {
  animation-delay: 1.8s;
}

.tech-tree-right .tech-node:nth-child(5) {
  animation-delay: 2.3s;
}

*/ .hero-graphics-left img,
.hero-graphics-right img {
  max-height: 70vh;
  width: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.tech-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.tech-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  /* animation: float 3s ease-in-out infinite; */
}

/* 
.tech-icon:nth-child(1) {
top: 15%;
right: 20%;
animation-delay: 0s;
}

.tech-icon:nth-child(2) {
top: 45%;
right: 10%;
animation-delay: 1s;
}

.tech-icon:nth-child(3) {
top: 70%;
right: 25%;
animation-delay: 2s;
}

@keyframes float {

0%,
100% {
transform: translateY(0px);
}

50% {
transform: translateY(-10px);
}
} */

.tech-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}



.subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
  color: #4a5568;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.5s forwards;
}

.search-container {
  margin-top: 40px;
}

.search-box {
  position: relative;
  margin-bottom: 10px;
}

.search-box .form-control {
  height: 80px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 0 80px 0 25px;
  font-size: 16px;
  color: #6c757d;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.search-box .form-control:focus {
  border-color: #00AFEF;
  box-shadow: 0px 4px 20px rgba(0, 175, 239, 0.15);
  outline: none;
}

.search-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.search-btn:hover {
  color: var(--primary-cyan);
}

/* 
.search-btn img {
width: 42px;
height: 40px;
} */

.example-text {
  color: var(--text-muted);
  font-size: 12px;
  text-align: right;
}

.hero-graphics-left,
.hero-graphics-right {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-graphics-left img,
.hero-graphics-right img {
  max-height: 80vh;
  width: auto;
}

.tech-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.tech-icon {
  position: absolute;
  width: 50px;
  height: 50px;
}

.wave-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Services Section */
.services-section,
.transparent-business {
  padding: 70px 0;
  background-color: #fff;
  /* background-image: linear-gradient(135deg, transparent 0%, #fff 25%, #fff 75%, transparent 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIklEQVQoU2N89+7dfwYsQEhIiBEkzDgkFGDzAbIY2Cv4AACvrBgJjYNGfwAAAABJRU5ErkJggg==); */
  /* position: relative;
background: url(images/cdnbg.png) center center / cover;
background-position: center center; */
}

.section-title {
  font-family: 'Inter', sans-serif;
  /* font-size: 42px;
font-weight: 700; */
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.2;
  background: linear-gradient(90deg, #5C33FF -5.04%, #FFA361 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  /* text-align: left; */
}

.section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 60px;
  letter-spacing: -0.2px;
  line-height: 1.6;
}

.bg9 {
  background: var(--bg9);
}

.bg10 {
  background: var(--bg10);
}

.bg11 {
  background: var(--bg11);
}

.bg12 {
  background: var(--bg12);
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: -0.8px;
}

.section-subtitle {
  font-size: 16px;
  color: #000000;
  margin-bottom: 50px;
  letter-spacing: -0.32px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.service-description {
  margin-bottom: 20px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: #00AFEF;
}

.stat-card {
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  border: 1px solid #d9d9d9;
  position: relative;
  overflow: hidden;
}

.stat-green {
  background: linear-gradient(126deg, #00c65347 0%, #ffffff 100%)
}

.stat-blue {
  background: linear-gradient(129deg, #00afef3d 0%, #ffffff 100%);
}

.stat-icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #00AFEF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.stat-icon img {
  max-width: 50px;
  max-height: 50px;
}

.stat-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 60px;

}

.st3 {
  /* margin-bottom: 60px; */
}

.stat-number {
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 0px;
  margin-top: 30px;
}

.tech-item {
  width: 60px;
  height: 60px;
  background: #0064891a;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-item img {
  max-width: 40px;
  max-height: 40px;
}

.app-types {
  margin-top: 30px;
}

.app-types .col-3 {
  padding: 0px;
}

.app-type {
  border-radius: 8px;
  padding: 20px 7px;
  text-align: center;
  /* height: 80px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.bg1 {
  background: var(--bg1);
}

.bg2 {
  background: var(--bg2);
}

.bg3 {
  background: var(--bg3);
}

.bg4 {
  background: var(--bg4);
}

.bg5 {
  background: var(--bg5);
}

.bg6 {
  background: var(--bg6);
}

.bg7 {
  background: var(--bg7);
}

.bg8 {
  background: var(--bg8);
}

.app-icon {
  width: 40px;
  height: 40px;
  background: var(--bg-white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.app-icon img {
  width: 28px;
  height: 28px;
}

.app-type span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.document-types {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.doc-item {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.doc-icon {
  width: 29px;
  height: 30px;
  background: var(--bg-white);
  border: 1px solid var(--border-lighter);
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-icon img {
  max-width: 32px;
  max-height: 32px;
}

.doc-item span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-black);
}

/* Responsive design for document types */
@media (max-width: 768px) {
  .document-types {
    grid-template-columns: 1fr;
  }

  /* Mobile app-types layout - icon and name in one row like service-card */
  .app-types .grid-12 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .app-type {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 12px 15px;
    gap: 12px;
    height: auto;
    min-height: 50px;
  }

  .app-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .app-type span {
    font-size: 13px;
    font-weight: 500;
  }
}

/* transparent-business */
.transparent-business {
  background: var(--bg-white) url(../img/blur-i.png);
  background-position: -174px -99px;
  background-position: top right;
  background-repeat: no-repeat;
}

/* Industries Section */
.industries-section {
  padding: 70px 0;
  position: relative;
  background-color: #fff;
  /* background-image: url(images/blur-k.png); */
  background: var(--bg-white) url(../img/blur-k.png);
  background-position: -174px -99px;
  background-repeat: no-repeat;

  /* background: linear-gradient(rgba(#F9774C, .75), rgba(#802A0C, .85)), url("https://farm3.staticflickr.com/2862/10936924134_24ce77ae37_b.jpg");
min-height: 100%;
background-size: cover;
background-position: 50% 0; */


}

.section-description {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: left;
}

.industry-card {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 30px 15px;
  /* height: 180px; */
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}

.industry-icon {
  width: 47px;
  height: 48px;
  margin-bottom: 20px;
}

.industry-icon img {
  width: 100%;
  height: 100%;
}

.industry-card h4 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: -0.4px;
}

.industry-card p {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

/* event visit box */
.schedulebtn {
  display: flex;
  justify-content: center;
}

.schedulebtn a {
  border: solid 1px var(--border-light);
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  color: var(--text-black);
  background: #00AFEF;
  font-size: 16px;
}

.schedulebtn a:hover {
  border: solid 1px var(--border-light);
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  /* background: var(--gradient-tertiary); */
  background: linear-gradient(90deg, #5c33ff94 -5.04%, #FFA361 100%);
  color: var(--text-black);
}

.eventbx {

  box-shadow: #7bebff73 0px 30px 60px -12px, #007bff69 0px 18px 36px -18px !important;
}

.eventtech {
  font-size: 14px;
  padding: 15px 0px;
}

.bordertop {
  background: #ccc;
  height: 1px;
  margin: 40px;
}

.eventbox .section-title {
  background: linear-gradient(90deg, #dd00c2 -5.04%, #007aec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eventbox .section-title3 {
  background: linear-gradient(90deg, #51b505 -5.04%, #0400fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eventtech span {
  padding: 0px;
  font-size: 14px;
}
 .eventtech span::after {
  content: "|";
  padding: 8px;
} 



.eventtechdate {
  background: #0064891a;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 16px;
  border: 1px solid rgba(0, 175, 239, 0.2);
  transition: all 0.2s ease;
  display: inline-flex;
  margin: 20px;
  font-size: 16px;
  letter-spacing: 1px;
}

/* end event visit box */


.let_build {
  padding: 70px 0;
  position: relative;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; */
  /* background-color: #EEFBFF;
background-image: url(assets/img/bghero.webp); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: linear-gradient(140deg, var(--e-global-color-uicore_white) 50%, #5EDFFF7D 100%);
  /* box-shadow: inset -5px -5px 9px rgba(255,255,255,0.45), inset 5px 5px 9px rgba(94,104,121,0.3); */

}

.let_build_box {
  background: #fff;
  display: block;
  /* box-shadow: 0 0 30px 0 rgba(169, 104, 250, .1); */
  border-radius: 16px;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
  box-shadow: 0 0 35px rgba(140, 152, 164, .125);
  padding: 2rem;
  border: 1px solid var(--border);
}

.letsbuildBox {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.letsbuildBoxContent {
  /* max-width: 70%; */
  margin: 0px auto;
  padding: 20px 0px;
}

/* Blog Section */
.blog-section {
  padding: 70px 0;
  background: #f5fcfe;
  position: relative;
  background-size: 20px 20px;
  /* background-image: linear-gradient(rgb(210 213 219) 1px, transparent 1px), linear-gradient(to right, rgb(210 213 219) 1px, rgb(240 241 245) 1px); */

  /* background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background: url(images/cdnbg3.jpg); */

  /* left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 1424px;
height: 1273px;
background-repeat: no-repeat;
background-position: center;
background: url(images/shape-8.png); */
}

/* .blog-card {
background: #EFF2F5;
border-radius: 16px;
overflow: hidden;
height: 100%; 
} */
.blog-card {
  background: var(--bg-white);
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 0;
  transition: all 0.3s ease;
}

.blog-image {
  /* height: 250px; */
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  border-radius: 16px 16px 0 0;
}

.blog-content {
  padding: 15px;
}

.blog-title {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

.blog-excerpt {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-link {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0064E1;
  text-decoration: none;
  letter-spacing: -0.32px;
}

.blog-link:hover {
  color: #0052b8;
}

/* Services Section Styling */
.cdnservice-section {

  position: relative;
  overflow: hidden;
}

.cdnservice-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  opacity: 0.3;
  pointer-events: none;
}

.cdnservices-section .container {
  position: relative;
  z-index: 2;
}

/* .services-section .section-title {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 3rem;
font-weight: 700;
margin-bottom: 1.5rem;
text-align: center;
} */

/* .services-section .section-description {
font-size: 1.25rem;
color: #64748b;
max-width: 800px;
margin: 0 auto 4rem;
line-height: 1.7;
text-align: center;
} */

.cdnservice-categories {
  margin-top: 0;
}

.cdnservice-categories .grid-12 {
  gap: 2px;
}

.cdnservice-category {
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.cdnservice-category::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00AFEF 0%, #667eea 50%, #764ba2 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

/* .service-category:hover::before {
transform: scaleX(1);
} */



.cdncategory-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.cdncategory-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #00AFEF, #667eea);
  border-radius: 2px;
}

.cdnservice-item {
  margin-bottom: 1rem;
  /* background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
border-radius: 12px;
border-left: 4px solid transparent;
transition: all 0.3s ease;
position: relative; */
}

/* .service-item:hover {
border-left-color: #00AFEF;
transform: translateX(8px);
box-shadow: 0 8px 25px rgba(0, 175, 239, 0.15);
} */

.cdnservice-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cdnservice-item h4::before {
  content: '▶';
  color: #00AFEF;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.cdnservice-item:hover h4::before {
  transform: translateX(4px);
}

.cdnservice-item p {
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

/* model css */
.form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* for responsiveness */
}

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

/* Lead Information Modal */

/* model css */
.form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* for responsiveness */
}

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

/* Lead Information Modal */
#leadFormModal {
    margin-top: 24px;
}

#leadFormModal.show {
  display: flex;
}

#leadFormModal .modal-content {
  background: var(--bg-white);
  padding: 25px;
  border-radius: 12px;
  max-width: 700px;
  width: 90%;
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

#leadFormModal h2 {
  margin-bottom: 20px;
  color: var(--text-dark);
  font-size: 24px;
}

#leadFormModal p {
  margin-bottom: 15px;
  color: var(--text-secondary);
}

#leadFormModal form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#leadFormModal input,
#leadFormModal select {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-size: 14px;
}

#leadFormModal input:focus,
#leadFormModal select:focus {
  border-color: var(--primary-cyan);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 175, 239, 0.1);
}

#leadFormModal button {
  background: var(--primary-cyan);
  color: var(--text-white);
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease;
}

#leadFormModal button:hover {
  background: var(--primary-blue);
}

/* Close button */
#leadFormModal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 5px;
}

#leadFormModal .close-btn:hover {
  color: var(--text-dark);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Form validation styles */
#leadFormModal .error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

#leadFormModal .required {
  color: #dc3545;
  margin-left: 3px;
}

/* Responsive styles */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #leadFormModal .modal-content {
    width: 95%;
    margin: 20px;
    padding: 20px;
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .cdnservices-section .section-title {
    font-size: 2.5rem;
  }

  .cdnservice-category {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 991px) {
  .cdnservices-section .section-title {
    font-size: 2.2rem;
  }

  .cdnservices-section .section-description {
    font-size: 1.1rem;
  }

  .service-categories .grid-12 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cdnservices-section .section-title {
    font-size: 1.8rem;
  }

  .cdnservices-section .section-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .cdnservice-categories .grid-12 {
    grid-template-columns: 1fr;
  }

  .cdnservice-category {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }

  .category-title {
    font-size: 1.3rem;
  }

  .cdnservice-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* Animation for service items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-item {
  animation: fadeInUp 0.6s ease forwards;
}

.service-item:nth-child(1) {
  animation-delay: 0.1s;
}

.service-item:nth-child(2) {
  animation-delay: 0.2s;
}

.service-item:nth-child(3) {
  animation-delay: 0.3s;
}

.service-item:nth-child(4) {
  animation-delay: 0.4s;
}

.service-item:nth-child(5) {
  animation-delay: 0.5s;
}

.service-item:nth-child(6) {
  animation-delay: 0.6s;
}


/* Responsive Design */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 32px;
  }

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

  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 50px 0;
  }

  .hero-card {
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 28px;
  }

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

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-section,
  .transparent-business,
  .industries-section,
  .blog-section {
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
  .hero-subtitle {
    font-size: 50px;
  }

  .hero-title {
    font-size: 24px;
  }

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

  .search-box .form-control {
    height: 60px;
    padding: 0 60px 0 20px;
  }

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .app-types .row {
    --bs-gutter-x: 0.5rem;
  }

  .industry-card {
    height: auto;
    min-height: 180px;
  }

}

@media (max-width: 375px) {
  .hero-card {
    margin: 0 15px;
    padding: 30px 15px;
  }

  .hero-subtitle {
    font-size: 40px;
  }

  .hero-title {
    font-size: 20px;
  }

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

  .service-card,
  .stat-card {
    padding: 20px;
  }

  .tech-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }

  .tech-item {
    width: 60px;
    height: 60px;
  }

  .app-type {
    height: 60px;
    padding: 10px;
  }

  .industry-card {
    padding: 20px;
  }

  .blog-content {
    padding: 20px;
  }
}

/* Animation and Transitions */
.service-card,
.stat-card,
.industry-card,
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.stat-card:hover,
.industry-card:hover,
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-inquiry,
.service-link {
  transition: all 0.3s ease;
}


/* Loading Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleGlow {
  0% {
    filter: drop-shadow(0 0 10px rgba(102, 126, 234, 0.3));
  }

  100% {
    filter: drop-shadow(0 0 20px rgba(118, 75, 162, 0.5));
  }
}

.hero-content,
.service-card,
.stat-card,
.industry-card,
.blog-card {
  animation: fadeInUp 0.6s ease forwards;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #00AFEF;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0099d4;
}



/* second images */

/* 


/* Container and Grid System */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}



.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.onlycentercontent {
  min-height: calc(100vh - 80px);
  height: auto;
}

/* Grid Column Classes */
.col-1 {
  grid-column: span 1;
  max-width: inherit;
}

.col-2 {
  grid-column: span 2;
  max-width: inherit;
}

.col-3 {
  grid-column: span 3;
  max-width: inherit;
}

.col-4 {
  grid-column: span 4;
  max-width: inherit;
}

.col-5 {
  grid-column: span 5;
  max-width: inherit;
}

.col-6 {
  grid-column: span 6;
  max-width: inherit;
}

.col-7 {
  grid-column: span 7;
  max-width: inherit;
}

.col-8 {
  grid-column: span 8;
  max-width: inherit;
}

.col-9 {
  grid-column: span 9;
  max-width: inherit;
}

.col-10 {
  grid-column: span 10;
  max-width: inherit;
}

.col-11 {
  grid-column: span 11;
  max-width: inherit;
}

.col-12 {
  grid-column: span 12;
  max-width: inherit;
}

/* Mobile-first grid adjustments */
@media (max-width: 768px) {
  .grid-12 {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .onlycentercontent {
    min-height: calc(100vh - 70px);
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .grid-12 {
    gap: 12px;
  }

  .onlycentercontent {
    min-height: calc(100vh - 60px);
    padding: 15px 0;
  }
}


/* Grid Column Classes */
/*  */
/* .col-1 { */
/* grid-column: span 1; */
/* } */
/*  */
/* .col-2 { */
/* grid-column: span 2; */
/* } */
/*  */
/* .col-3 { */
/* grid-column: span 3; */
/* } */
/*  */
/* .col-4 { */
/* grid-column: span 4; */
/* } */
/*  */
/* .col-5 { */
/* grid-column: span 5; */
/* } */
/*  */
/* .col-6 { */
/* grid-column: span 6; */
/* } */
/*  */
/* .col-7 { */
/* grid-column: span 7; */
/* } */
/*  */
/* .col-8 { */
/* grid-column: span 8; */
/* } */
/*  */
/* .col-9 { */
/* grid-column: span 9; */
/* } */
/*  */
/* .col-10 { */
/* grid-column: span 10; */
/* } */
/*  */
/* .col-11 { */
/* grid-column: span 11; */
/* } */
/*  */
/* .col-12 { */
/* grid-column: span 12; */
/* } */


/* Footer Styles */

/* Technology Elements */
.tech-left,
.tech-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  z-index: 1;
  position: relative;
}

.tech-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-graphics-left,
.hero-graphics-right {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-graphics-left img,
.hero-graphics-right img {
  max-height: 70vh;
  width: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.tech-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.tech-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.tech-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}






/* Responsive CSS - Media Queries and Responsive Styles */
/* Fixed width container for screens 1439px and above */
@media (min-width: 1439px) {
  .container {
    width: 1439px;
    max-width: none;
    margin: 0 auto;
    padding: 0 80px;
  }
}

/* Desktop specific adjustments for left and right columns */
@media (min-width: 1025px) {


  .tech-left {
    /* margin-right: -24px; */
    padding-right: 0;
    right: -50px;
  }

  .tech-right {
    /* margin-left: -24px; */
    padding-left: 0;
    left: -44px;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .grid-12 {
    gap: 16px;
    grid-template-rows: 1fr auto 1fr;
  }

  .center-content {
    height: auto;
    min-height: 50vh;
  }

  .main-title {
    font-size: 2.8rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .content-container {
    padding: 40px 30px;
    height: auto;
    min-height: 40vh;
  }



  .tech-left,
  .tech-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .tech-image {
    max-width: 80%;
    height: auto;
  }

  .dropdown-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px;
  }

  .dropdown-category {
    padding: 20px;
  }

  .dropdown-category h3 {
    font-size: 20px;
  }

  .dropdown-category a {
    font-size: 14px;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: var(--bg-dropdown);
    margin-top: 10px;
    min-width: 100%;
  }
}

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

  .grid-12 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    text-align: center;
    height: calc(100vh - 80px);
  }

  .col-3,
  .col-6,
  .col-12 {
    grid-column: span 1;
  }

  .tech-left,
  .tech-right {
    display: none;
  }

  .center-content {
    height: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    overflow: visible;
  }



  .main-title {
    font-size: 2.2rem;
  }

  .subtitle {
    font-size: 1.3rem;
  }

  .content-container {
    padding: 30px 20px;
    height: auto;
    min-height: 50vh;
  }

  /* Mobile Navigation */
  .header-content {
    justify-content: space-between;
    align-items: center;
  }

  .hamburger-menu {
    display: flex;
  }

  .navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: auto;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    transition: left 0.3s ease;
    padding-top: 80px;
    overflow-y: visible;
  }

  .navigation.active {
    left: 0;
  }




}

/* Mobile Styles */
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .content-container {
    padding: 20px 15px;
    height: auto;
    overflow: visible;
  }

  .center-content {
    height: auto;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 0;
  }

  .m-mpzero {
    margin: 0px;
    padding: 0px;
  }

  .search-input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }

  .search-btn {
    right: 8px;
  }

  .search-btn img {
    width: 18px;
    height: 18px;
  }

  /* 
.grid-12 {
height: calc(100vh - 80px);
overflow: hidden;
}
*/
  .grid-12 {
    display: grid;
    /* grid-template-columns: repeat(12, 1fr); */
    gap: 24px;
    height: auto;
    min-height: calc(100vh - 80px);
    /* Fixed height for header only */
    position: relative;
  }

  .search-input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .search-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
  }

  .example-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .tech-left,
  .tech-right {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: auto;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    transition: left 0.3s ease;
    padding-top: 80px;
    overflow-y: visible;
  }

  .navigation.active {
    left: 0;
  }


  .container {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Mobile app-types layout - icon and name in one row like service-card */
  .app-types .grid-12 {
    /* grid-template-columns: 1fr; */
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    min-height: inherit;
  }

  .app-type {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 10px 12px;
    gap: 10px;
    height: auto;
    min-height: 45px;
  }

  .app-icon {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
  }

  .app-icon img {
    max-width: 18px;
    max-height: 18px;
  }

  .app-type span {
    font-size: 12px;
    font-weight: 500;
  }

  .cdnservice-categories .grid-12 {
    gap: 16px;
  }
}

/* background-image: url(assets/img/bg/home-bg.png);
background-size: cover;
background-position: center center; */
/* mouse effect */
/* Enhanced Technologies Section */
.technologies-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.technologies-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
  opacity: 0.4;
  z-index: 0;
}

.technologies-section .container {
  position: relative;
  z-index: 1;
}

.tech-categories-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.tech-category-section {
  position: relative;
}

.tech-category-header-new {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding: 20px 0;
  border-bottom: 2px solid rgba(0, 175, 239, 0.1);
}

.category-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.llm-category {
  background: #fff;
  border:solid 1px #ccc;
}

.cv-category {
  /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
  background: #fff;
  border: rgba(219, 234, 254) solid 1px;
}

.speech-category {
  background: #fff;
  border: rgba(219, 234, 254) solid 1px;
}

.tech-category-header-new h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  flex-grow: 1;
}

.category-count {
  font-size: 0.9rem;
  color: var(--text-secondary);
  background: rgba(0, 175, 239, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}

.tech-grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(304px, 1fr));
  gap: 24px;
}

.tech-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.tech-card-enhanced {
  background: var(--bg-white);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #ccc;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  /* display: flex; */
  flex-direction: column;
}

.tech-card-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-blue-green-right);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.tech-card-enhanced:hover::before {
  transform: scaleX(1);
}

.tech-card-enhanced:hover {
  /* transform: translateY(-12px); */
  box-shadow: 0 20px 60px rgba(0, 175, 239, 0.12);
  border-color: var(--primary-blue);
}

.tech-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.tech-icon-new {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tech-icon-new img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.icon-placeholder {
  font-size: 1.8rem;
  color: white;
}

.tech-badge {
  background: linear-gradient(135deg, #ff6b6b, #ffa500);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tech-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.tech-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.tech-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.feature-tag {
  background: #00afef0f;
  /* color: var(--primary-blue); */
  font-size: 0.8rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 175, 239, 0.2);
  transition: all 0.2s ease;
}

.feature-tag:hover {
  background: var(--primary-blue);
  color: white;
  transform: translateY(-1px);
}




/* Current Affairs Bubble Button - Improved */
.current-affairs-bubble {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.bubble-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #00AFEF 0%, #0066CC 100%);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: gentleFloat 4s ease-in-out infinite;
  overflow: hidden;
}

.bubble-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}

.bubble-btn:hover::before {
  left: 100%;
}

.bubble-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3);
  background: linear-gradient(135deg, #00AFEF 0%, #0052a3 100%);
}

.bubble-btn:active {
  transform: translateY(0px);
  transition: transform 0.1s ease;
}

.bubble-text {
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.bubble-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bubble-btn:hover .bubble-arrow {
  transform: translateY(1px);
}

/* Gentle Float Animation - Less Distracting */
@keyframes gentleFloat {

  0%,
  100% {
    transform: translateY(-50%) translateY(0px);
  }

  50% {
    transform: translateY(-50%) translateY(-3px);
  }
}

/* Remove the pulse animation to reduce distraction */

/* Responsive Design */
@media (max-width: 768px) {
  .current-affairs-bubble {
    bottom: 50px;
    transform: translateY(-50%);
    z-index: 1000;
    top: 86%;
    left: 33%;
  }


  .bubble-btn {
    padding: 10px 16px;
    font-size: 12px;
  }

  .bubble-arrow svg {
    width: 14px;
    height: 14px;
  }

}

/* @media (max-width: 480px) {
.current-affairs-bubble {
left: 10px;
}

.bubble-btn {
padding: 8px 12px;
font-size: 11px;
}
} */


/* Netherlands Bubble Button */
.dp-none {
  display: none;
}

.netherlands-bubble {
  position: absolute;
  left: 30px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1000;
}

/* Dubai Gitex Bubble Button */
.dubai-gitex-bubble {
  position: absolute;
  left: 30px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1000;
}

/* Rounded Box Button Style */
.bubble-btn.rounded-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: gentleFloat 4s ease-in-out infinite;
  overflow: hidden;
  min-width: 140px;
  justify-content: space-between;
}

/* Netherlands Button Styling */
.netherlands-bubble .bubble-btn.rounded-box {
  background: linear-gradient(135deg, #FF6B35 0%, #D2001C 100%);
  color: white;
}

.netherlands-bubble .bubble-btn.rounded-box:hover {
  background: linear-gradient(135deg, #FF6B35 0%, #B8001A 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

/* Dubai Gitex Button Styling */
.dubai-gitex-bubble .bubble-btn.rounded-box {
  background: linear-gradient(135deg, #00D4AA 0%, #007B5F 100%);
  color: white;
}

.dubai-gitex-bubble .bubble-btn.rounded-box:hover {
  background: linear-gradient(135deg, #00D4AA 0%, #006B52 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 212, 170, 0.4);
}

/* Shimmer Effect for Rounded Buttons */
.bubble-btn.rounded-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.bubble-btn.rounded-box:hover::before {
  left: 100%;
}

.bubble-btn.rounded-box:active {
  transform: translateY(-1px) scale(0.98);
  transition: transform 0.1s ease;
}

.bubble-btn.rounded-box .bubble-text {
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.bubble-btn.rounded-box .bubble-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}

.bubble-btn.rounded-box:hover .bubble-arrow {
  transform: translateY(2px);
  opacity: 1;
}

/* Gentle Float Animation for Rounded Buttons */
@keyframes gentleFloat {

  0%,
  100% {
    transform: translateY(-50%) translateY(0px);
  }

  50% {
    transform: translateY(-50%) translateY(-4px);
  }
}

/* Add smooth transitions for bubble button movement */
.netherlands-bubble-btn,
.dubai-gitex-bubble-btn {
  transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Responsive Design for Rounded Buttons */
@media (max-width: 768px) {


  .netherlands-bubble {
    bottom: 50px;
    transform: translateY(-50%);
    z-index: 1000;
    top: 74%;
    left: 44%;
  }

  .dubai-gitex-bubble {
    bottom: 50px;
    transform: translateY(-50%);
    z-index: 1000;
    top: 74%;
  }

  .bubble-btn.rounded-box {
    padding: 12px 20px;
    font-size: 12px;
    min-width: 120px;
  }

  .bubble-btn.rounded-box .bubble-arrow svg {
    width: 14px;
    height: 14px;
  }
}

/* @media (max-width: 480px) {
.netherlands-bubble,
.dubai-gitex-bubble {
left: 10px;
}

.bubble-btn.rounded-box {
padding: 10px 16px;
font-size: 11px;
min-width: 100px;
}
} */



/* cookies css */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(80 80 80);
  color: #fff;
  padding: 1rem;
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
  margin: 0px auto;
  border-radius: 8px;
  bottom: 4%;
}

.cookie-consent p {
  margin: 0;
  padding-right: 2rem;
  color: #fff;
  font-size: 14px;
}

.cookie-consent a {
  color: #007bff;
  text-decoration: none;
}

.cookie-consent button {
  background: var(--primary-blue);
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-consent button:hover {
  background: #0056b3;
}


/* chat bot css */


/* Search Popup Modal Styles */
.search-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.search-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-popup-container {
  background: white;
  border-radius: 20px;
  width: 90%;
  max-width: 80%;
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
  transform: translateY(-30px) scale(0.9);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.search-popup-overlay.active .search-popup-container {
  transform: translateY(0) scale(1);
}

.search-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}

/* .gitex-popup .search-popup-header {
padding: 15px 20px;
position: relative;
right: auto;
top: auto;
background: #fafafa;
border-bottom: 1px solid #f0f0f0;
display: flex;
justify-content: space-between;
align-items: center;
} */

.gitex-popup .search-popup-header {
  padding: 0;
  position: relative;
  right: auto;
  top: auto;
  background: none;
  border-bottom: 0;
  /* display: flex; */
  justify-content: end;
  align-items: center;
  position: absolute;
  right: 1%;
  top: 1%;
}

.gitex-popup .search-popup-close {
  background: #f5f5f5;
  border: solid 1px #ccc;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1001;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}

.gitex-popup .search-popup-close:hover {
  background-color: #e0e0e0;
  color: #1a1a1a;
  transform: scale(1.1);
}

.gitex-popup .search-popup-content {
  padding: 0;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.gitex-popup .search-popup-container {
  border-radius: 0;
  width: 90%;
  max-width: 90%;
  max-height: 100vh;
}




.search-popup-title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}

.search-popup-close {
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.search-popup-close:hover {
  background-color: #e0e0e0;
  color: #1a1a1a;
  transform: scale(1.1);
}

.search-popup-content {
  padding: 20px;
  max-height: calc(85vh - 120px);
  overflow-y: auto;
}

.search-query-display {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8f4fd 100%);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid #e0e8ff;
  position: relative;
}

.search-query-display::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #00AFEF 0%, #5C33FF 100%);
  border-radius: 2px;
}

.search-query-label {
  font-weight: 600;
  color: #5C33FF;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-query-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}


/* developer css */
#chatBox {
  position: sticky;
  bottom: 0;             /* stick near bottom */
  max-height: 55vh;      /* normal max height */
  min-height: 200px;     /* ensures it�s never too small */
  overflow-y: auto;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box; /* padding included in height */
}
 
/* Smaller desktop/laptop screens */
@media (max-height: 900px) {
  #chatBox {
    max-height: 50vh;    /* reduce height to fit better */
  }
}
 
/* Mobile screens */
@media (max-width: 600px) {
  #chatBox {
    max-height: 55vh;    /* more height for mobile */
    padding: 8px;        /* slightly smaller padding */
  }
}

.chat-bubble {
    max-width: max-content;
    padding: 10px 16px;
    margin: 10px;
    border-radius: 8px;
    line-height: 1.5;
}


.chat-bubble p {
  font-size: 14px;
  letter-spacing: 0;
}

.user-msg {
  background: #F2F2F2;
  color: var(--text-color);
  margin-left: auto;
  border: solid 1px #e6e6e6;

}

.bot-msg {
  background: #00afef0f;
  border: 1px solid var(--border);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.input-section {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #ddd;
  background: #fff
}

.input-field {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 15px;
  outline: none
}

.input-field:focus {
  border-color: #007bff
}

.submit-icon {
  padding: 0 18px;
  border: none;
  border-radius: 20px;
  background: var(--primary-blue);
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.submit-icon:hover {
  background: #0056b3
}

/* Loader dots */
.loading-dots {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-blue);
}

.loading-dots span {
  animation: blink 1.4s infinite both;
  padding: 0 2px;
}

.loading-dots span:nth-child(2) {
  animation-delay: .2s;
}

.loading-dots span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {

  0%,
  80%,
  100% {
    opacity: 0
  }

  40% {
    opacity: 1
  }
}





/* Responsive Design */
@media (max-width: 1024px) {
  .technologies-section {
    padding: 80px 0;
  }

  .tech-categories-wrapper {
    gap: 50px;
  }

  .tech-grid2 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .tech-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .search-popup-container {
    width: 95%;
    max-width: none;
    margin: 20px;
    border-radius: 16px;
  }

  .search-popup-header {
    padding: 20px 20px 15px;
  }

  .search-popup-title {
    font-size: 24px;
  }

  .search-popup-content {
    padding: 20px;
  }

  .search-query-display {
    padding: 16px;
    margin-bottom: 20px;
  }

  .search-result-item {
    padding: 20px;
  }

  .search-popup-container {
    width: 95%;
    max-height: 85vh;
    margin: 20px;
  }

  .search-popup-header {
    padding: 15px 10px 12px;
  }

  .search-popup-title {
    font-size: 20px;
  }

  .search-popup-content {
    padding: 20px;
  }

  .search-result-item {
    padding: 16px;
  }

  .search-result-item h4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .technologies-section {
    padding: 50px 0;
  }

  .tech-categories-wrapper {
    gap: 30px;
  }

  .tech-category-header-new {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px 0;
  }

  .tech-category-header-new h3 {
    font-size: 1.4rem;
  }

  .category-icon {
    width: 40px;
    height: 40px;
  }

  .tech-grid2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tech-card-enhanced {
    padding: 20px;
    border-radius: 16px;
  }

  .tech-card-enhanced:hover {
    transform: translateY(-4px);
  }

  .tech-icon-new {
    width: 48px;
    height: 48px;
  }

  .tech-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .tech-features {
    gap: 6px;
  }

  .feature-tag {
    font-size: 0.75rem;
    padding: 5px 10px;
  }

  /* Chat popup responsive styles */
  .chat-popup-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-height: 100vh;
  }

  .chat-header {
    padding: 16px 20px;
  }

  .chat-title {
    font-size: 20px;
  }

  .chat-messages {
    padding: 20px;
    gap: 20px;
  }

  .message {
    max-width: 90%;
  }

  .message-content {
    padding: 14px 18px;
  }

  .chat-input-container {
    padding: 16px 20px;
  }

  .chat-input {
    padding: 14px 55px 14px 18px;
    font-size: 14px;
  }

  .chat-send-btn {
    width: 36px;
    height: 36px;
    right: 5px;
  }
}

@media (max-width: 480px) {
  .technologies-section {
    padding: 40px 0;
  }

  .tech-card-enhanced {
    padding: 16px;
  }

  .tech-icon-new {
    width: 40px;
    height: 40px;
  }

  .tech-title {
    font-size: 1rem;
  }

  .feature-tag {
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  .search-popup-container {
    width: 100%;
    border-radius: 16px;
    /* max-height: 100vh; */
  }

  .search-popup-header {
    padding: 16px;
  }

  .search-popup-title {
    font-size: 20px;
  }

  .search-popup-content {
    padding: 16px;
    max-height: calc(100vh - 80px);
  }

  .search-query-display {
    padding: 14px;
    margin-bottom: 16px;
  }

  .search-result-item {
    padding: 16px;
  }

  .search-result-item h4 {
    font-size: 18px;
  }
}

.clearboth{
  clear: both;
}

