* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #fff;
}

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;   /* FIXED */
  font-size: 18px;     /* FIXED */
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo img {
  width: 22px;
  height: 22px;
}

nav a {
  margin: 0 10px;   /* FIXED */
  text-decoration: none;
  color: black;
}

.btn-outline {
  padding: 8px 16px; /* FIXED */
  border: 2px solid black;
  background: transparent;
  border-radius: 8px;
}

/* Hero Section */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;   /* FIXED */
}

.hero-text {
  width: 50%;
}

.hero-text h1 {
  font-size: 40px;   /* FIXED */
  margin-bottom: 15px;
}

.hero-text p {
  margin-bottom: 15px;
}

.btn-dark {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  background: black;
  color: white;
}

.hero-img img {
  width: 420px;   /* FIXED */
  height: auto;
}

/* Brands */
.brands {
  display: flex;
  justify-content: space-evenly;
  padding: 25px 20px; /* FIXED */
  font-size: 18px;
}

.brands span {
  background-color: rgba(255, 234, 234, 0.5); /* FIXED */
  border-radius: 8px;
  padding: 6px 12px;  /* FIXED */
}


/* Services */
.services {
  padding: 40px;
}

.services h2 span {
  background: #baff3b;
  padding: 5px 15px;
  border-radius: 5px;
}

.services p {
  margin: 20px 0;
  color: #555;
}

/* Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.card {
  border: 2px solid black;
  padding: 30px;
  border-radius: 20px;
  min-height: 180px;
}

.card span {
  background: #baff3b;
  padding: 5px 10px;
  border-radius: 5px;

}

.card p {
  margin-top: 60px;
  font-weight: bold;
  padding-top: 20%;
}

.card img {
  float: right;
}

.green {
  background: #baff3b;
}

.dark {
  background: #111;
  color: white;
}

.dark span {
  background: #baff3b;
  color: black;
}

/* HERO */
.hero-section {
  width: 80%;
  height: 400px;
  background-color: #e3e0e0;
  margin-left: 10%;
  padding: 4%;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px;
}

.hero-left {
  width: 70%;
}

.hero-left h1 {
  width: 90%;
  font-size: 32px;

}

.hero-left p {
  width: 70%;
  padding-top: 10px;
}

.section {
  margin: 50px;
  margin-left: 12%;
  width: 90%;
}

.hero-left img {
  position: relative;
  left: 80%;
  bottom: 90px;
  width: 50%;

}

.hero-section button {
  width: 40%;
  height: 30px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  position: relative;
  bottom: 100px;
  right: 50%;
  box-shadow: 2px 2px 2px 2px #ba3c3c;
}

.hero-section button:hover {
  background-color: greenyellow;
  width: 30%;
  height: 50px;
  box-shadow: 2px 2px 2px 2px #000;
}

/* SECTION */


.tag {
  background: #b5ff5c;
  padding: 5px 15px;
  border-radius: 8px;
  font-weight: bold;

}

.subtitle {
  margin-top: 10px;
  color: #555;
  font-size: 22px;
}

/* CASE STUDIES */
.case-box {
  width: 80%;
  height: 300px;
  background: #111;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  margin: 20px;
  margin-left: 10%;
}

.case {
  width: 30%;
}

.case a {
  color: #b5ff5c;
  text-decoration: none;
  display: block;
  margin-top: 15px;
}

.divider {
  width: 1px;
  background: #444;
}

.process {
  border: solid;
  border-radius: 20px;
  box-shadow: 2px 2px 2px black;
  width: 95%;
  height: 180px;
  background-color: #b5ff5c;
  margin: 25px;
  padding: 30px;
  position: relative;
  left: 10%;
  width: 80%;
}

.process i {
  float: right;
  font-size: 32px;

}

.process p {
  margin-top: 20px;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #111;
  margin-top: 20px;
}

.process-1 {
  width: 80%;
  background-color: #faf6f6;
  border: solid;
  margin: 25px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #111;
  position: relative;
  left: 10%;
}

.process-1 h2 {
  font-size: 32px;

}

.process-1 span {
  font-size: 20px;
  padding-left: 8px;
}

.process-1 i {
  position: absolute;
  left: 90%;
}

.process-2 {
  width: 80%;
  background-color: #faf6f6;
  border: solid;
  margin: 25px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #111;
  position: relative;
  left: 10%;

}

.process-2 h2 {
  font-size: 32px;

}

.process-2 span {
  font-size: 20px;
  padding-left: 8px;
}

.process-2 i {
  position: absolute;
  left: 90%;
}

.process-3 {
  width: 80%;
  background-color: #faf6f6;
  border: solid;
  margin: 25px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #111;
  position: relative;
  left: 10%;
}

.process-3 h2 {
  font-size: 32px;

}

.process-3 span {
  font-size: 20px;
  padding-left: 8px;
}

.process-3 i {
  position: absolute;
  left: 90%;
}

.process-4 {
  width: 80%;
  background-color: #faf6f6;
  border: solid;
  margin: 25px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #111;
  position: relative;
  left: 10%;
}

.process-4 h2 {
  font-size: 32px;

}

.process-4 span {
  font-size: 20px;
  padding-left: 8px;
}

.process-4 i {
  position: absolute;
  left: 90%;
}

.process-5 {
  width: 80%;
  background-color: #faf6f6;
  border: solid;
  margin: 25px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #111;
  position: relative;
  left: 10%;
}

.process-5 h2 {
  font-size: 32px;

}

.process-5 span {
  font-size: 20px;
  padding-left: 8px;
}

.process-5 i {
  position: absolute;
  left: 90%;
}


.team {
  padding: 60px 80px;
}

.team-header {
  margin-bottom: 40px;
}

.badge {
  background: #b6ff65;
  padding: 6px 16px;
  font-weight: bold;
  border-radius: 4px;
}

.team-header p {
  margin-top: 15px;
  color: #555;
  font-size: 15px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  position: relative;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
}

.linkedin {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #000;
  color: #b6ff65;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
}

.avatar {
  width: 70px;
  height: 70px;
  background: #b6ff65;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.avatar img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #b6ff65;
  color: #d4cbcb;

}

.team-card h3 {
  font-size: 16px;
  font-weight: bold;
}

.team-card h4 {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

.team-card hr {
  margin-bottom: 15px;
}

.team-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.btn-wrap {
  text-align: right;
  margin-top: 40px;
}

.btn-wrap button {
  background: #090404;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.btn-wrap button:hover{
  background-color: #0d9be3;
  color: #000;
  font-size: 17px;
  box-shadow: 2px 2px 2px 2px black;

}


.testimonial-section {
  width: 90%;
  margin: 40px auto;
 
}

.top-text {
  margin-bottom: 25px;
}

.label {
  background: #b6e200;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: bold;
}

.top-text p {
  margin-top: 10px;
  color: #666;
}



.faded {
  opacity: 0.4;
}

.main-container {
    width: 100%;
    max-width: 1200px;
    overflow: hidden; 
    background-color: #191A23;
    display: flex;
    justify-content: center;
    align-items: center;
     border-radius: 20px;
     box-shadow: 2px 2px 2px 2px #0d9be3;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 20px;
}

.card {
    min-width: 550px;
    max-width: 600px;
    transition: 0.3s;
}

.speech-bubble {
    border: 1.5px solid #B9FF66; /* Exact Brand Green */
    border-radius: 45px;
    padding: 40px;
    position: relative;
    background: transparent;
}

.speech-bubble p {
    color: white;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* The Tail of the bubble */
.bubble-tail {
    position: absolute;
    bottom: -1px;
    left: 60px;
    width: 30px;
    height: 30px;
    background: #191A23;
    border-right: 1.5px solid #B9FF66;
    border-bottom: 1.5px solid #B9FF66;
    transform: translateY(50%) rotate(45deg);
}

.author-info {
    margin-top: 40px;
    padding-left: 70px;
}

.author-info h4 {
    color: #B9FF66;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.author-info p {
    color: white;
    margin: 5px 0 0;
    font-size: 14px;
}

/* Side cards effect (cut off like in image) */
.side-card {
    opacity: 0.5;
}

/* Controls & Dots */
.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

.nav-arrow {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.pagination-dots {
    display: flex;
    gap: 12px;
}

.star-dot {
    width: 12px;
    height: 12px;
    background-color: white;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    /* This clip-path makes the exact star/diamond shape */
}

.star-dot.active {
    background-color: #B9FF66;
}
.bottom-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  bottom: 60px;
}



.contact-section {
  width: 90%;
  margin: 40px auto;
}

.contact-header .tag {
  background: #b6e200;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: bold;
}

.contact-header p {
  margin-top: 10px;
  color: #666;
}

.contact-container {
  width: 100%;
  height: 400px;
  background-color: #d7d7d7;
  padding: 29px;
  margin-bottom: 70px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px;
}

.contact-form-wrapper {
  width: 200px;
  height: 300px;
}

.input-group input {
  width: 200%;
  height: 25px;
  border-radius: 10px;
  padding: 15px;
}

.input-mess textarea {
  width: 200%;
  height: 80px;
  border-radius: 10px;
  padding: 10px;
}

.input-mess {
  padding: 10px;
}

.input-group {
  padding: 10px;
}

.send-btn {
  background-color: #000;
  color: #f2f2f2;
  width: 180%;
  height: 35px;
  border-radius: 10px;
  position: relative;
  left: 10px;
  box-shadow: 2px 2px 2px 2px #ffc228b9;


}

.send-btn:hover {
  background-color: #4b15d5;
  width: 100%;
}

.contact-image {
  position: relative;
  left: 87.7%;
  bottom: 95%;
}




.footer {
  background-color: #191a23;
  color: white;
  padding: 40px 60px;
  border-radius: 40px 40px 0 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top Section */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.logo {
  font-size: 24px;
  display: flex;
  align-items: center;
}

.logo-icon {
  margin-right: 10px;
}

.footer-nav a {
  color: white;
  text-decoration: underline;
  margin: 0 15px;
  font-size: 14px;
}

.social-links a {
  color: #191a23;
  background-color: white;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 10px;
  text-decoration: none;
  font-size: 14px;
}

/* Middle Section */
.footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.contact-label {
  background-color: #b9ff66;
  /* Lime green color */
  color: black;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}

/* Newsletter Box */
.newsletter-box {
  background-color: #292a32;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  gap: 15px;
}

.email-input {
  background: transparent;
  border: 1px solid white;
  border-radius: 10px;
  padding: 12px 20px;
  color: white;
  width: 250px;
}

.subscribe-btn {
  background-color: #b9ff66;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 2px 2px #0d9be3
}
.subscribe-btn:hover{
  background-color: #ecf5fa;
  box-shadow:2px 2px 2px 2px  #13df0f;
}

/* Bottom Section */
.divider {
  border: 0;
  border-top: 1px solid #444;
  margin-bottom: 20px;
}

.footer-bottom {
  font-size: 13px;
}

.footer-bottom a {
  color: white;
  margin-left: 20px;
}

.h {
  height: 0.5px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10PX;
}

/* Responsive for Mobile */
@media (max-width: 768px) {

  .footer-top,
  .footer-middle,
  .newsletter-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav a {
    margin: 0;
  }
}