body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.5s ease;
}
#menu.navbar-default {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  transition: all 0.5s ease;
}
#menu.navbar-default.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.5s ease;
}
#menu.navbar-default.navbar-scrolled a.navbar-brand {
  color: #333;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
  transition: color 0.5s ease;
}
#menu.navbar-default.navbar-scrolled .navbar-nav > li > a {
  color: #555;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #496dc8;
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: #496dc8 !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.8);
}
#menu.navbar-default.navbar-scrolled .navbar-toggle {
  border-color: rgba(0, 0, 0, 0.3);
}
#menu.navbar-default.navbar-scrolled .navbar-toggle:hover,
#menu.navbar-default.navbar-scrolled .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #608dfd;
}
#menu.navbar-default.navbar-scrolled .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
#menu.navbar-default.navbar-scrolled .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.6);
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: #496dc8;
  height: 4px;
  width: 30%;
  bottom: 0;
  left: 30%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  padding: 18px 40px;
  letter-spacing: 2px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 3;
  pointer-events: auto;
  animation: fadeInUp 1.2s ease-out 0.6s both;
  backdrop-filter: blur(10px);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #1e3c72;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: #3c72ce;
  position: relative;
  overflow: hidden;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 120px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: 8px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  animation: fadeInUp 1.2s ease-out;
}
.intro h1 span {
  font-weight: 300;
  color: #496dc8;
}
.intro p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
  max-width: 700px;
  pointer-events: auto;
  animation: fadeInUp 1.2s ease-out 0.3s both;
}
header .intro-text {
  padding-top: 30vh;
  padding-bottom: 30vh;
  text-align: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
  min-height: 105vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .intro-text > * {
  pointer-events: auto;
}
.intro .container {
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.intro .container > * {
  pointer-events: none;
}
.intro .container .intro-text {
  pointer-events: none;
}
.intro .container .intro-text > * {
  pointer-events: auto;
}



/* Responsive Typography */
@media (max-width: 768px) {
  .intro h1 {
    font-size: 60px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }

  .intro p {
    font-size: 20px;
    margin-bottom: 60px;
    padding: 0 20px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
  }

  header .intro-text {
    padding-top: 25vh;
    padding-bottom: 25vh;
  }

  .intro::before,
  .intro::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 48px;
    letter-spacing: 2px;
  }

  .intro p {
    font-size: 18px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    padding: 0 20px;
  }
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: #3c72ce;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: #496dc8;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #496dc8;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
  filter: grayscale(100%);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}

/* Vision Section */
#vision {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#vision .section-title {
  margin-bottom: 60px;
}

.vision-content {
  position: relative;
  z-index: 2;
}

/* Network visualization background */
.vision-network {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.03;
}

.network-node {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3c72ce;
  border-radius: 50%;
  animation: pulse 4s ease-in-out infinite;
}

.network-node.node-1 { top: 15%; left: 10%; animation-delay: 0s; }
.network-node.node-2 { top: 25%; right: 15%; animation-delay: 1s; }
.network-node.node-3 { bottom: 35%; left: 20%; animation-delay: 2s; }
.network-node.node-4 { bottom: 20%; right: 10%; animation-delay: 3s; }
.network-node.node-5 { top: 45%; left: 45%; animation-delay: 2s; }
.network-node.node-6 { top: 65%; right: 35%; animation-delay: 1s; }

.network-connection {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3c72ce, transparent);
  animation: flow 6s ease-in-out infinite;
}

.network-connection.connection-1 {
  top: 17%;
  left: 11%;
  width: 120px;
  transform: rotate(25deg);
  animation-delay: 0s;
}

.network-connection.connection-2 {
  top: 27%;
  right: 17%;
  width: 100px;
  transform: rotate(-45deg);
  animation-delay: 2s;
}

.network-connection.connection-3 {
  bottom: 37%;
  left: 22%;
  width: 110px;
  transform: rotate(15deg);
  animation-delay: 4s;
}

.network-connection.connection-4 {
  bottom: 22%;
  right: 12%;
  width: 80px;
  transform: rotate(-30deg);
  animation-delay: 6s;
}

.network-connection.connection-5 {
  top: 47%;
  left: 47%;
  width: 90px;
  transform: rotate(60deg);
  animation-delay: 3s;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

@keyframes flow {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.6; }
}

/* Vision statement styling */
.vision-statement {
  background: #fff;
  border-radius: 15px;
  padding: 50px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  position: relative;
  border: 1px solid #f1f3f4;
}

.vision-icon {
  margin-bottom: 25px;
}

.vision-icon i {
  font-size: 48px;
  color: #496dc8;
}

.vision-text {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

/* Vision pillars */
.vision-pillars {
  margin-top: 60px;
}

.vision-pillar {
  text-align: center;
  padding: 25px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border: 1px solid #f1f3f4;
  height: auto;
  max-height: 280px;
}

.vision-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(99, 114, 255, 0.15);
}

.pillar-icon {
  margin-bottom: 15px;
}

.pillar-icon i {
  font-size: 28px;
  color: #496dc8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(99, 114, 255, 0.08);
  transition: all 0.3s ease;
}

.vision-pillar:hover .pillar-icon i {
  background: rgba(99, 114, 255, 0.15);
  transform: scale(1.05);
}

.vision-pillar h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}

.vision-pillar p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* Vision responsive design */
@media (max-width: 768px) {
  #vision {
    padding: 60px 0;
  }

  .vision-statement {
    padding: 35px 25px;
    margin-bottom: 35px;
  }

  .vision-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .vision-icon i {
    font-size: 40px;
  }

  .vision-pillars {
    margin-top: 40px;
  }

  .vision-pillar {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .pillar-icon i {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .vision-pillar h4 {
    font-size: 16px;
  }

  .vision-pillar p {
    font-size: 13px;
  }

  /* Hide network animation on mobile for cleaner look */
  .vision-network {
    display: none;
  }
}

@media (max-width: 480px) {
  .vision-statement {
    padding: 25px 20px;
  }

  .vision-text {
    font-size: 18px;
  }

  .vision-icon i {
    font-size: 36px;
  }
}

/* Modern About Vision Section */
#about-vision {
  padding: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.about-vision-modern {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f4ff 100%);
  position: relative;
}

/* Hero Section */
.about-hero {
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  min-height: 70vh;
  position: relative;
}

.about-hero-content {
  flex: 1;
  max-width: 600px;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(99, 114, 255, 0.1);
  border: 1px solid rgba(99, 114, 255, 0.2);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #496dc8;
  transition: all 0.3s ease;
}

.hero-badge:hover {
  background: rgba(99, 114, 255, 0.15);
  transform: translateY(-2px);
}

.hero-badge i {
  margin-right: 8px;
  font-size: 16px;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}

.gradient-text {
  background: #496dc8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero-description {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 40px;
  max-width: 550px;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #496dc8;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hero Visual Elements */
.about-hero-visual {
  flex: 1;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-elements {
  position: relative;
  width: 450px;
  height: 450px;
}

.float-element {
  position: absolute;
  width: 80px;
  height: auto;
  min-height: 80px;
  background: #3c72ce;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 10px 30px rgba(99, 114, 255, 0.3);
  animation: float 6s ease-in-out infinite;
  padding: 12px 8px;
  text-align: center;
}

.float-element.element-1 {
  top: 15%;
  left: 25%;
  animation-delay: 0.3s;
}

.float-element.element-2 {
  top: 1%;
  left: 70%;
  animation-delay: 0.1s;
}

.float-element.element-3 {
  bottom: -10%;
  left: 25%;
  animation-delay: 0.7s;
}

.float-element.element-4 {
  top: -4%;
  left: 70%;
  animation-delay: 0.2s;
}

.float-element i {
  font-size: 22px;
  margin-bottom: 6px;
}

.float-element p {
  font-size: 9px;
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}

.float-element-clickable {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.float-element-clickable:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 15px 40px rgba(60, 114, 206, 0.4);
}

.float-expand-hint {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}

.float-element-clickable:hover .float-expand-hint {
  opacity: 1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Capabilities Section */
.capabilities-section {
  padding: 60px 0 80px;
  background: #fff;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.section-header p {
  font-size: 16px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.capability-category {
  position: relative;
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.category-icon {
  width: 60px;
  height: 60px;
  background: #3c72ce;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 8px 25px rgba(99, 114, 255, 0.2);
}

.category-icon i {
  font-size: 24px;
  color: white;
}

.category-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.capability-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.capability-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(99, 114, 255, 0.05), transparent);
  transition: left 0.6s ease;
}

.capability-card:hover::before {
  left: 100%;
}

.capability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(99, 114, 255, 0.15);
  border-color: rgba(99, 114, 255, 0.2);
}

.card-icon {
  width: 40px;
  height: 40px;
  background: #3c72ce;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.capability-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
}

.card-icon i {
  font-size: 18px;
  color: white;
}

.card-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}

.card-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.card-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

.capability-card:hover .card-arrow {
  opacity: 1;
  transform: translateX(5px);
}

.card-arrow i {
  font-size: 16px;
  color: #496dc8;
}

/* Differentiators Section */
.differentiators-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.differentiators-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.differentiators-content {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.differentiators-text {
  flex: 1;
  max-width: 500px;
}

.differentiators-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3c72ce;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.differentiators-badge i {
  font-size: 16px;
}

.differentiators-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #333;
  font-family: "Raleway", sans-serif;
}

.differentiators-title .highlight {
  background: linear-gradient(45deg, #3c72ce 0%, #496dc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.differentiators-title .highlight-secondary {
  background: linear-gradient(45deg, #3c72ce 0%, #496dc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.differentiators-description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #666;
}

.differentiators-pillars-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.differentiator-pillar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid rgba(99, 114, 255, 0.1);
  transition: all 0.3s ease;
}

.differentiator-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(99, 114, 255, 0.1);
  border-color: rgba(99, 114, 255, 0.2);
}

.differentiator-pillar .pillar-icon {
  width: 60px;
  height: 60px;
  background: #3c72ce;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.differentiator-pillar .pillar-icon i {
  font-size: 28px;
  color: #fff;
}

.differentiator-pillar .pillar-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.differentiator-pillar .pillar-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

/* Responsive Design for Modern About Section */
@media (max-width: 1024px) {
  .capabilities-grid {
    gap: 40px;
  }

  .differentiators-content {
    flex-direction: column;
    gap: 50px;
  }

  .differentiators-text {
    max-width: 100%;
  }

  .differentiators-title {
    font-size: 36px;
  }

  .about-hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 0 60px;
  }

  .about-hero-visual {
    margin-top: 40px;
    height: 300px;
  }

  .floating-elements {
    display: none;
  }

  .float-element {
    display: none;
  }
}

@media (max-width: 768px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .differentiators-section {
    padding: 60px 0;
  }

  .differentiators-content {
    gap: 40px;
  }

  .differentiators-title {
    font-size: 28px;
  }

  .differentiators-description {
    font-size: 18px;
  }

  .differentiator-pillar {
    padding: 20px;
    gap: 15px;
  }

  .differentiator-pillar .pillar-icon {
    width: 50px;
    height: 50px;
  }

  .differentiator-pillar .pillar-icon i {
    font-size: 24px;
  }

  .differentiator-pillar .pillar-content h4 {
    font-size: 18px;
  }

  .differentiator-pillar .pillar-content p {
    font-size: 15px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-stats {
    gap: 30px;
    justify-content: center;
  }

  .stat-number {
    font-size: 28px;
  }

  .section-header h3 {
    font-size: 28px;
  }

  .section-header p {
    font-size: 16px;
  }

  .capability-card {
    padding: 25px;
  }

  .category-header {
    margin-bottom: 30px;
  }

  .category-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .category-icon i {
    font-size: 20px;
  }

  .category-header h4 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .stat-number {
    font-size: 24px;
  }

  .capabilities-section {
    padding: 60px 0 80px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .section-header h3 {
    font-size: 24px;
  }

  .capability-card {
    padding: 20px;
  }

  .card-content h5 {
    font-size: 16px;
  }

  .card-content p {
    font-size: 13px;
  }

  .about-hero-visual {
    height: 200px;
    margin-top: 30px;
  }

  .floating-elements {
    display: none;
  }

  .float-element {
    display: none;
  }
}

#about-vision .section-title {
  margin-bottom: 60px;
}

.about-vision-content {
  position: relative;
  z-index: 2;
}

/* Network visualization background for About */
.about-network {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.03;
}

/* About statement styling */
.about-statement {
  background: #fff;
  border-radius: 15px;
  padding: 50px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #f1f3f4;
}

.about-icon {
  margin-bottom: 25px;
}

.about-icon i {
  font-size: 48px;
  color: #496dc8;
}

.about-text {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

/* About services styling */
.about-services {
  margin-top: 10px;
}

.about-service-group {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f3f4;
  height: 28%;
  margin-bottom: 20px;
}

.about-service-group h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.about-service-group h4::after {
  position: absolute;
  content: "";
  background: #496dc8;
  height: 3px;
  width: 40px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-service-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: rgba(99, 114, 255, 0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid rgba(99, 114, 255, 0.05);
}

.about-service-item:hover {
  background: rgba(99, 114, 255, 0.05);
  border-color: rgba(99, 114, 255, 0.1);
  transform: translateX(5px);
}

.service-icon {
  margin-right: 12px;
  flex-shrink: 0;
}

.service-icon i {
  font-size: 16px;
  color: #496dc8;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.about-service-item span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* Flat service section styling - no elevation */
.about-service-section {
  padding: 20px 0;
  margin-bottom: 20px;
}

.about-service-section h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.about-service-section h4::after {
  position: absolute;
  content: "";
  background: #496dc8;
  height: 3px;
  width: 40px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-service-item-flat {
  display: flex;
  align-items: center;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.about-service-item-flat:hover {
  transform: translateX(5px);
}

.about-service-item-flat .service-icon {
  margin-right: 12px;
  flex-shrink: 0;
}

.about-service-item-flat .service-icon i {
  font-size: 16px;
  color: #496dc8;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.about-service-item-flat span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* About Vision responsive design */
@media (max-width: 768px) {
  #about-vision {
    padding: 60px 0;
  }

  .about-statement {
    padding: 35px 25px;
    margin-bottom: 35px;
  }

  .about-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .about-icon i {
    font-size: 40px;
  }

  .about-services {
    margin-top: 40px;
  }

  .about-service-group {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .about-service-group h4 {
    font-size: 16px;
  }

  .about-service-item span {
    font-size: 13px;
  }

  /* Hide network animation on mobile for cleaner look */
  .about-network {
    display: none;
  }
}

@media (max-width: 480px) {
  .about-statement {
    padding: 25px 20px;
  }

  .about-text {
    font-size: 18px;
  }

  .about-icon i {
    font-size: 36px;
  }

  .about-service-group {
    padding: 20px 15px;
  }

  .about-service-item {
    padding: 10px 12px;
  }

  .service-icon i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .about-service-section {
    padding: 15px 0;
  }

  .about-service-section h4 {
    font-size: 16px;
  }

  .about-service-item-flat {
    padding: 6px 0;
  }

  .about-service-item-flat span {
    font-size: 13px;
  }

  .about-service-item-flat .service-icon i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
/* Vision Section */
.vision-section {
  padding: 100px 0;
  background: #fff;
  color: #333;
  position: relative;
  overflow: hidden;
}

.vision-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.vision-content {
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 600px;
}

.vision-text {
  flex: 1;
  max-width: 600px;
}

.vision-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3c72ce;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.vision-badge i {
  font-size: 16px;
}

.vision-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #333;
}

.vision-title .highlight {
  background: linear-gradient(45deg, #3c72ce 0%, #496dc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vision-title .highlight-secondary {
  background: linear-gradient(45deg, #3c72ce 0%, #496dc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vision-description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #666;
  font-weight: 400;
}

.vision-pillars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vision-pillars-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}

.vision-pillar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.vision-pillar:hover {
  background: #fff;
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(60, 114, 206, 0.1);
}

.vision-pillar-clickable {
  cursor: pointer;
  position: relative;
}

.vision-pillar-clickable:hover {
  background: #fff;
  transform: translateX(10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(60, 114, 206, 0.15);
}

.pillar-expand-hint {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #3c72ce;
  font-size: 14px;
}

.vision-pillar-clickable:hover .pillar-expand-hint {
  opacity: 1;
}

.pillar-icon {
  width: 60px;
  height: 60px;
  background: #3c72ce;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pillar-icon i {
  font-size: 28px;
  color: #fff;
}

.pillar-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.pillar-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.vision-visual {
  flex: 1;
  position: relative;
  height: 500px;
}

.floating-elements-vision {
  position: relative;
  width: 100%;
  height: 100%;
}

.float-element-vision {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #3c72ce;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(60, 114, 206, 0.3);
  animation: float-vision 6s ease-in-out infinite;
}

.float-element-vision i {
  font-size: 32px;
  color: #fff;
}

.element-vision-1 {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}

.element-vision-2 {
  top: 30%;
  right: 10%;
  animation-delay: 1s;
}

.element-vision-3 {
  top: 60%;
  left: 10%;
  animation-delay: 2s;
}

.element-vision-4 {
  bottom: 20%;
  right: 25%;
  animation-delay: 3s;
}

.element-vision-5 {
  top: 45%;
  left: 45%;
  animation-delay: 4s;
}

@keyframes float-vision {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .vision-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .vision-title {
    font-size: 2.5rem;
  }

  .vision-pillars-right {
    max-width: 100%;
  }

  .floating-elements-vision {
    display: none;
  }

  .float-element-vision {
    display: none;
  }
}

/* Vision Modal Styles */
.vision-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: modalFadeIn 0.3s ease-out;
}

.vision-modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 700px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  animation: modalSlideIn 0.4s ease-out;
}

.vision-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.vision-modal-close:hover {
  background: #f5f5f5;
  color: #333;
  transform: scale(1.1);
}

.vision-modal-header {
  padding: 40px 40px 20px 40px;
  border-bottom: 1px solid #eee;
}

.vision-modal-header h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  background: linear-gradient(45deg, #3c72ce 0%, #496dc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Raleway", sans-serif;
}

.vision-modal-body {
  padding: 30px 40px 40px 40px;
}

.vision-modal-body p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  font-family: "Lato", sans-serif;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Mobile responsive modal */
@media (max-width: 768px) {
  .vision-modal-content {
    width: 95%;
    max-height: 85vh;
    border-radius: 15px;
  }

  .vision-modal-header {
    padding: 30px 25px 15px 25px;
  }

  .vision-modal-header h3 {
    font-size: 1.8rem;
  }

  .vision-modal-body {
    padding: 20px 25px 30px 25px;
  }

  .vision-modal-body p {
    font-size: 16px;
    line-height: 1.6;
  }

  .vision-modal-close {
    top: 15px;
    right: 15px;
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
}

/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}

#team .section-title h2::after {
  position: absolute;
  content: "";
  background: #496dc8;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}

/* Team Card Container */
.team-card {
  perspective: 1000px;
  height: 400px;
  margin-bottom: 30px;
}

.team-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.team-card:hover .team-card-inner {
  transform: rotateY(180deg);
}

.team-card-front, .team-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.team-card-front {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border: 1px solid rgba(99, 114, 255, 0.1);
}

.team-card-back {
  background: #3c72ce;
  color: white;
  transform: rotateY(180deg);
}

.team-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  filter: grayscale(20%);
  margin-bottom: 20px;
}

.team-info h4 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 10px 0 5px 0;
  font-family: "Raleway", sans-serif;
}

.team-role {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.team-description {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-description h4 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.team-role-back {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.team-bio {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .team-card {
    height: 350px;
    margin-bottom: 40px;
  }

  .team-img {
    width: 150px;
    height: 150px;
  }

  .team-info h4 {
    font-size: 20px;
  }

  .team-description h4 {
    font-size: 22px;
  }

  .team-bio {
    font-size: 13px;
  }
}

/* Approach Section */
#approach {
  padding: 100px 0;
  background: #fff;
}
#approach .section-title {
  margin-bottom: 60px;
}
#approach .approach-item {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}
#approach .approach-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#approach .approach-item i {
  font-size: 48px;
  color: #496dc8;
  margin-bottom: 20px;
}
#approach .approach-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
#approach .approach-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: #fff;
  color: #777;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: left;
  content: "";
  background: #496dc8;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#contact h3 {
  color: #333;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: #3c72ce;
  border: 2px solid transparent;
  color: #fff;
}
#contact .btn-custom:hover {
  background: transparent;
  border: 2px solid #6372ff;
  color: #6372ff;
}
#contact .btn-custom:disabled {
  background: #ccc;
  border: 2px solid #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}
#contact .btn-custom:disabled:hover {
  background: #ccc;
  border: 2px solid #ccc;
  color: #666;
  transform: none;
}

/* Alert Messages */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert i {
  margin-right: 8px;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: #333;
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid #e9ecef;
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #6372ff;
  color: #6372ff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #fff;
  background: #6372ff;
}

/* Contact Info Card Styles */
.contact-info-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid #e9ecef;
  text-align: center;
  transition: all 0.3s ease;
  height: auto;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-color: #6372ff;
}

.contact-info-card h3 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.contact-item {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.contact-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.contact-item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-item-header i.fa {
  font-size: 24px;
  color: #6372ff;
  margin-right: 0;
  margin-bottom: 8px;
  width: auto;
  text-align: center;
  display: block;
}

.contact-item-label {
  color: #666;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.contact-item-value {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding-left: 0;
  line-height: 1.4;
  font-weight: 500;
}

.social-section {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.social-section h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  color: #6372ff;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: #6372ff;
  color: #fff;
  border-color: #6372ff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Contact Form Container */
.contact-form-container {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Modern Input Styles */
.input-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 16px;
  z-index: 2;
  transition: all 0.3s ease;
}

.modern-input {
  background: #fff !important;
  border: 2px solid #dee2e6 !important;
  border-radius: 15px !important;
  padding: 18px 20px 18px 55px !important;
  font-size: 16px !important;
  color: #333 !important;
  transition: all 0.3s ease !important;
  height: auto !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.modern-input::placeholder {
  color: #6c757d !important;
  font-weight: 400;
}

.modern-input:focus {
  background: #fff !important;
  border-color: #6372ff !important;
  box-shadow: 0 0 0 3px rgba(99, 114, 255, 0.1) !important;
  outline: none !important;
  transform: translateY(-2px);
}

.modern-input:focus + .input-icon,
.input-wrapper:hover .input-icon {
  color: #6372ff;
  transform: translateY(-50%) scale(1.1);
}

/* Textarea Styles */
.textarea-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.textarea-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #6c757d;
  font-size: 16px;
  z-index: 2;
  transition: all 0.3s ease;
}

.modern-textarea {
  background: #fff !important;
  border: 2px solid #dee2e6 !important;
  border-radius: 15px !important;
  padding: 20px 20px 20px 55px !important;
  font-size: 16px !important;
  color: #333 !important;
  transition: all 0.3s ease !important;
  resize: vertical;
  min-height: 140px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.modern-textarea::placeholder {
  color: #6c757d !important;
  font-weight: 400;
}

.modern-textarea:focus {
  background: #fff !important;
  border-color: #6372ff !important;
  box-shadow: 0 0 0 3px rgba(99, 114, 255, 0.1) !important;
  outline: none !important;
  transform: translateY(-2px);
}

.modern-textarea:focus + .textarea-icon,
.textarea-wrapper:hover .textarea-icon {
  color: #6372ff;
  transform: scale(1.1);
}

/* Modern Submit Button */
.modern-submit {
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  border: 2px solid transparent !important;
  border-radius: 15px !important;
  padding: 18px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(99, 114, 255, 0.3);
}

.modern-submit i {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.modern-submit:hover {
  background: transparent !important;
  border-color: #6372ff !important;
  color: #6372ff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(99, 114, 255, 0.2);
}

.modern-submit:hover i {
  transform: translateX(5px);
}

/* Contact Info Row */
.contact-info-row {
  margin-top: 40px;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
    filter: grayscale(100%);
  }

  /* Contact Section Mobile Styles */
  .contact-form-container {
    padding: 25px;
    margin-bottom: 40px;
  }

  .contact-info-card {
    margin-bottom: 20px;
    padding: 20px;
    height: auto;
  }

  .input-wrapper,
  .textarea-wrapper {
    margin-bottom: 20px;
  }

  .modern-input,
  .modern-textarea {
    padding: 15px 15px 15px 45px !important;
    font-size: 15px !important;
  }

  .input-icon,
  .textarea-icon {
    left: 15px;
    font-size: 14px;
  }

  .modern-submit {
    padding: 15px 30px !important;
    font-size: 15px !important;
  }

  .contact-item-header i.fa {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .contact-item-value {
    font-size: 15px;
  }

  .social-links {
    gap: 10px;
  }

  .social-link {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .social-section h4 {
    font-size: 15px;
  }
}

/* Top title styles */
.intro .top-title {
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  animation: fadeInUp 1.2s ease-out 0.2s both;
}

/* Button container */
.button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Contact Us button (dark) */
.btn-contact {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  padding: 18px 35px;
  letter-spacing: 2px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 2px solid #333;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  animation: fadeInUp 1.2s ease-out 0.6s both;
  text-decoration: none;
  display: inline-block;
}
.btn-contact:hover,
.btn-contact:focus {
  color: #fff;
  background: #555;
  border-color: #555;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Explore Features button (white) */
.btn-explore {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #333;
  background: #fff;
  padding: 18px 35px;
  letter-spacing: 2px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  animation: fadeInUp 1.2s ease-out 0.7s both;
  text-decoration: none;
  display: inline-block;
}
.btn-explore:hover,
.btn-explore:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
  backdrop-filter: blur(10px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .intro .top-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .button-container {
    flex-direction: column;
    gap: 15px;
  }
  
  .btn-contact,
  .btn-explore {
    padding: 15px 30px;
    font-size: 13px;
  }
  
  header .intro-text {
    padding-top: 25vh;
    padding-bottom: 25vh;
  }
}

@media (max-width: 480px) {
  .intro .top-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
}



/* Navbar brand container */
.navbar-brand-container {
  display: flex;
  align-items: center;
  gap: 15px;
  float: left;
}

.navbar-status {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.5s ease;
  white-space: nowrap;
  margin-left: 10px;
}

#menu.navbar-default.navbar-scrolled .navbar-status {
  color: rgba(0, 0, 0, 0.5);
}

/* Responsive navbar adjustments */
@media (max-width: 768px) {
  .navbar-brand-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  
  .navbar-status {
    font-size: 9px;
    margin-left: 0;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .navbar-status {
    font-size: 8px;
  }
}
