body {
  /*background-color: #121217;*/
  color: #444448;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a{
  text-decoration: none;
}
.header-bg{
  background-color: rgba(12, 18, 32, 0.75);
  backdrop-filter: blur(2px); /* Optional: modern glass effect */
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* subtle separation */
}
.navbar-expand-lg{
  padding-top: 20px;
}

.dropdown-menu{
  background-color: rgba(12, 18, 32, 0.90); /* Unique dark blue-charcoal */
}
.navbar-toggler{
  padding: 0;
  border: unset;
  color: #25aae1;
}
.navbar-toggler:focus{
  box-shadow: unset;
}
.dropdown-divider{
  margin: 1px 0;
  border-top: 1px solid white !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #25aae1 !important;
  background-color: unset !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #25aae1 !important;
  background-color: unset !important;
}
.dropdown-item{
  color: #fff;
}
.navbar-toggler-icon {
  width: 50px;  
  height: 50px;
  background: url("../images/menu-icon.svg");
}
.dropdown-item:hover{
  color: #25aae1;
  transition: all .3s;
}
.nav-link {
  color: #fff !important;
  margin: 0 .5rem;
  font-size: 19px;
}
.nav-link:hover{
  color: #25aae1 !important;
}
.nav-link.active {
  color: #25aae1 !important;
}
.btn-start {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .375rem .75rem;
  border: 1px solid #b26cff;
  color: #fff;
  background: transparent;
}
.btn-start .dot {
  width: 8px;
  height: 8px;
  background: #b26cff;
  border-radius: 50%;
}
.navbar-brand img {
  height: 60px;
}
.navbar-brand{
  padding: 0;
  margin-left: -12px;
}

/* Show dropdown on hover */
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Prevent link from being permanently active on click */
.navbar .dropdown > .dropdown-toggle:active {
  
}
.dropdown-item{
  white-space: unset !important;
  padding: 2px 10px !important;
}
.octo-drop{
  left: 240px !important;
  top: -9px;
  width: 300px;
}
.octo-mobile{
  width: 100%;
}
.ins-drop{
  display: none;
}
.ins-drop{
  color: black !important;
  padding: 0 9px;
}
.ins-drop li a{
  color: white; !important;
}
.ins-drop li a:hover{
  color: #25aae1 !important;
}


/*footer*/
footer ul li {
  padding: 4px 0;
}
footer h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem;
}
footer a.btn-danger {
  color: #fff;
  background: #fa0f00;
}
footer a.btn-danger:hover {
  opacity: .9;
}
footer a i {
  font-size: 1.25rem;
}
.adobe-icon{
   text-align: center;
}
.footer-links{
  text-align: center;
}
.adobe-icon img {
  transition: transform 0.3s ease;
}
.media-btn{
  padding: 6px 10px !important;
  font-size: 13px !important;
}

.animated-btn {
  position: relative;
  padding: 12px 30px;
  font-size: 18px;
  color: #fff;
  background: #25aae1;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
}
.list-unstyled li a{
  color: #f8f9fa;
}

.list-unstyled li a:hover{
  color: #25aae1;
  transition: all .3s;
}

/* Common pseudo-element styling */
.animated-btn::before,
.animated-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s;
}

/* Top bar */
.animated-btn::before {
  top: 0;
  left: 0;
}

/* Bottom bar */
.animated-btn::after {
  bottom: 0;
  left: 0;
}

/* Hover triggers animation */
.animated-btn:hover {
  background: #2889a9;
}

.animated-btn:hover::before,
.animated-btn:hover::after {
  transform: scaleX(1);
}

/* 1 section */

/* Left content */
/* Small purple circle + text line wrapper top */
.top-line {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
}
.top-line .small-purple-circle {
  width: 16px;
  height: 16px;
  background: #25aae1;
  border-radius: 50%;
  flex-shrink: 0;
}
.top-line .small-purple-circle.accent {
  margin-left: -0.9rem;
  margin-right: 0.5rem;
}
.horizontal-line {
  flex-shrink: 0;
  width: 25px;
  height: 2px;
  background: #000;
  margin-right: 0.5rem;
}
/* Heading */
.hero-heading {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.1;
  user-select: none;
  margin-bottom: 10px;
  color: #000;
}
.hero-heading span {
  color: #25aae1;
}
.lead {
  color: #444448;
  font-weight: 400;
}

/* Get started line*/

.btn-container {
  display: inline-block;
  position: relative;
}
  
.contact-btn {
  position: relative;
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
  background: #25aae1;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 12px 30px rgba(106, 17, 203, 0.35);
}

/* Text stays on top */
.contact-btn span {
  position: relative;
  z-index: 2;
}

/* Glowing wave */
.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transition: 0.6s;
}

/* Ripple glow circle */
.contact-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.35);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

/* Hover Effects */
.contact-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 45px rgba(37,170,225,0.55);
}


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

.contact-btn:hover::after {
  width: 300px;
  height: 300px;
}

/* Click animation */
.contact-btn:active {
  transform: scale(0.96);
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(37,170,225,0.6); /* #25aae1 */
  }
  70% {
    box-shadow: 0 0 0 22px rgba(37,170,225,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37,170,225,0);
  }
}


.contact-btn {
  animation: pulseGlow 2.5s infinite;
}        

/* Get started line end*/

/* Right circle image with small purple circles */
.hero-right{
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.hero-right img {
  margin: 0 auto;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  filter: contrast(1.3) saturate(1.2);
}
.dot-purple-large {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #25aae1;
  border-radius: 50%;
  box-shadow: 0 0 10px #a100ff88;
  pointer-events: none;
}

/* Paragraph styling */
/* Stats style */
.stats-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #25aae1;
}

.stats-label {
  color: #9999a5;
  font-weight: 700;
}

/* Small horizontal line to left of dot */

/* Container for the text side */
.content-side {
  
}

/* Center vertically in col */
.align-center-md {
  display: flex;
  align-items: center;
  height: 100%;
}


/*form star css*/

/*form css*/

.left-panel {
  border: 1px solid #25aae1;
  padding: 1.5rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.left-panel h4 {
  margin: 0;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  color: #000;
}

.left-panel p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444448;
  margin: 0;
}

.left-panel img {
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
  border-radius: 0.25rem;
  box-shadow:0 0 10px #25aae1, 0 0 30px #25aae1;
}

.contact-info {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #ccc;
}

.contact-info strong {
  font-weight: 600;
}

/* Right Panel */

.right-panel {

}
.right-panel h4 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  color: #fff;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem 2.5rem;
}

form label {
  position: relative;
  font-size: 0.9rem;
  color: #aaa;
}

form input[type="text"],
form input[type="email"] {
  width: 100%;
  padding: 0.8rem 0.4rem 0.3rem 0.4rem;
  margin-top: 0.3rem;
  font-size: 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #25aae1;
  color: #000;
  transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="email"]:focus {
  outline: none;
  border-bottom-color: #25aae1;
  color: #000;
}

form textarea {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 110px;
  padding: 0.8rem 0.6rem;
  font-size: 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #25aae1;
  color: #eee;
  resize: vertical;
  margin-top: 0.3rem;
  transition: border-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

form textarea:focus {
  outline: none;
  border-bottom-color: #25aae1;
  color: #fff;
}

.btn-submit {
  border: none;
  background-color: transparent;
}

.container-form {
  margin: 0;
}

/*form end*/

/*card css start*/
.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 3rem 2rem;
}
.card {
  border: 2px solid #25aae1;
  padding: 2.5rem 2rem 2rem 2rem;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(176, 38, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all .4s;
}
.card:hover{
  border: 2px solid #fdbf68;
  transform: translateY(-8px);
}
.icon-container {
  background: #25aae1;
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: 0.5rem;
  position: absolute;
  top: -25px;
  left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.card p {
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.925rem;
  color: #444448;
}

/* Illustration container */
.illustration {
  display: flex;
  justify-content: center;
}
.illustration img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 15px #25aae1;
  padding: 12px;
}

/* Content area */
.content {
  color: #e0e0e0;
}

/* Subtle label with icon and line */
.label {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #b0b0b8;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background: #666;
  margin-right:0.75em;
  vertical-align: middle;
}
.label .purple-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #25aae1;
  border-radius: 50%;
  margin-right: 0.5em;
  box-shadow: 0 0 6px #25aae1;
  vertical-align: middle;
}

/* Headline */
.content h2 {
  font-size: 2.35rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  color: white;
}

/* Paragraph text */
.content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  color: #c1c1c9;
}

/* Get a Quote call-to-action with line & purple dot */
.cta {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  position: relative;
  width: max-content;
}
.cta::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #666;
  margin-right: 0.8em;
  display: inline-block;
  vertical-align: middle;
}
.cta .purple-dot {
  width: 10px;
  height: 10px;
  background: #25aae1;
  border-radius: 50%;
  margin-right: 0.5em;
  box-shadow: 0 0 8px #25aae1;
  vertical-align: middle;
}
  /*Illustration end*/
/* Responsive */

@media (min-width: 991px) {
  .container{
    max-width: 1140px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -85px;
  }
  .right-panel{
    padding: 0 0 0 3rem;
  }
  .hero-right img {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 940px) {
  form {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  
}
  /* Responsive adjustments */

@media (max-width: 992px) {
  .lead{
    font-size: 16px;
  }
  .hero-right {
    max-width: 100%;
    border-radius: 1rem;
    padding-top: 2rem;
  }
  .hero-heading {
    font-size: 1.5rem;
  }
  .stats-number{
    font-size: 2.5rem;
  }
  .dot-purple-large.left-15 {
    top: 35%;
    left: 30%;
    width: 40px;
    height: 40px;
  }
  .dot-purple-large.top-right {
    top: 10%;
    right: 10%;
    width: 36px;
    height: 36px;
  }
  .left-panel{
    text-align: center;
  }
  .social-links{
    justify-content: center;
  }
  .image-side{
    text-align: center;
  }
  .hero-right img {
    border-radius: unset;
    width: 100%;
  }
  .footer-links-md{
    text-align: center;
  }
}
/* Responsive tweaks */
@media (max-width: 639px) {
  .illustration img {
    width: 260px;
  }
  .content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .content p {
    max-width: 100%;
    font-size: 0.9rem;
  }
  .cta {
    font-size: 0.95rem;
  }
  .stats-number{
    font-size: 2rem;
  }
  .stats-label{
    font-size: 12px;
  }
  .navbar-brand img{
    height: 50px;
  }
  .top-line{
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  footer .d-flex { 
    flex-direction: column; text-align: center;
 }
  footer .d-flex small {
    margin-bottom: .75rem; 
  }
  .elementor-widget-image{
    text-align: center;
  }
  .right-panel h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .left-panel h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .right-panel h4 {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
  .left-panel h4 {
    font-size: 2.1rem;
  }
}