/* ---------------------- */
/* Global / Common Styles */
/* ---------------------- */

body {
  font-family: "Barlow", serif !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  padding: 60px 0;
}

a {
  text-decoration: none !important;
}
section {
  padding: 100px 0;
  min-height: auto;
}

.main-color-font {
  color: #28b0c4 !important;
}

.display-card {
  background: #fff;
  box-shadow: 0 5px 5px rgba(82, 63, 105, 0.05);
  padding: 1.5rem;
}

.display-card h4 {
  color: #28b0c4;
  font-weight: 600;
}

.social-links i {
  font-size: 25px;
}

/* Scroll Indicator */
.scroll-indicator {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  color: #fff;
  writing-mode: vertical-lr;
  background-color: #28b0c4;
  padding: 10px 6px;
  font-size: 0.9rem;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
}

/* ---------------------- */
/* Navbar */
/* ---------------------- */

.navbar {
  padding: 20px 0;
}

.logo-img {
  height: 60px;
}

/* ---------------------- */
/* Home Section */
/* ---------------------- */

#home {
  height: 85vh;
}

.home-container {
  background: url("./assets/images/home.jpg") center/cover no-repeat;
  width: 100%;
  height: 85vh;
  display: flex;
  align-items: center;
  padding: 80px;
  filter: grayscale(50%);
  position: relative;
  animation: horizontalMove 50s ease infinite;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.content {
  z-index: 2;
  max-width: 600px;
}

.content h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.content button {
  border: 1px solid #fff;
  background: transparent;
  padding: 0.8rem 1.5rem;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s ease;
}

.content button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Home Mobile Styles */
@media (max-width: 600px) {
  
  .home-container {
    padding: 40px 20px;
    height: 85vh;
    background-position: center;
    animation: none;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content button {
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
  }
}

/* ---------------------- */
/* About Section */
/* ---------------------- */

.about-container {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 20px;
}

.container-image {
  flex: 1;
  height: 60vh;
  background: url("./assets/images/about.jpg") center/cover no-repeat;
  filter: grayscale(60%);
  border-radius: 10px;
}

.container-text {
  flex: 1;
  padding: 10px;
}

.container-text h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.container-text span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 80px 0;
  padding: 0 20px;
}

.feature {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.08);
}

.feature h2 {
  font-size: 1.4rem;
  color: #28b0c4;
  margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .container-image {
    height: 40vh;
  }

  .features {
    grid-template-columns: 1fr;
  }
}

/* ---------------------- */
/* Portfolio Cards */
/* ---------------------- */


.solutions-section {
  background: #f9fbfc;
}

.solution-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.solution-card img {
  width: 100%;
  padding: 24px;
  transition: transform 0.4s ease;
}

.solution-card:hover img {
  transform: scale(1.05);
}

.solution-content {
  padding: 0 24px 28px;
}

.solution-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  color: #222;
}

.solution-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.solution-tags span {
  background: rgba(40,176,196,0.12);
  color: #28b0c4;
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.solution-btn {
  margin-top: 12px;
  background: transparent;
  border: 1px solid #28b0c4;
  color: #28b0c4;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.solution-card:hover .solution-btn {
  background: #28b0c4;
  color: #fff;
}


/* service */



/* TESTIMONIALS */
.testimonials-section {
  padding: 80px 20px;
  text-align: center;
  background: #f7f9fe;
}

.testimonials-section h2 {
  font-size: 34px;
  margin-bottom: 35px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.testimonial-card .message {
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.testimonial-card h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.role {
  font-size: 14px;
  opacity: 0.7;
}
.stats-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 10px 0;
}

.counter {
  color: #28b0c4;
}
/* ---------------------- */
/* Contact Form */
/* ---------------------- */

.contact-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.contact-form:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.form-field label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #28b0c4;
}

.form-field input,
.form-field textarea {
  padding: 12px 14px;
  border: 1.5px solid #dadada;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: 0.25s ease;
  background-color: #fafafa;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #28b0c4;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(58, 108, 244, 0.15);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit Button */
.send-btn {
  width: 100%;
  padding: 14px;
  background: #28b0c4;
  border: none;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.send-btn:hover {
  transform: translateY(-2px);

}

/* Contact list container */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 1rem;
  color: #333;
}

.contact-item i {
  font-size: 22px;
  color: #28b0c4; /* main theme color */
  margin-right: 12px;
}

/* Contact links */
.contact-item a {
  color: #333;
  transition: 0.3s ease;
}

.contact-item a:hover {
  color: #28b0c4;
}

/* Social Icons Row */
.social-row {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}

.social-row a i {
  font-size: 26px;
  transition: 0.3s ease;
}

.social-row a:hover i {
  color: #157e8e; /* darker hover shade of theme color */
  transform: translateY(-3px);
}

/* Mobile optimization */
@media (max-width: 600px) {
  .contact-item {
    font-size: 0.95rem;
  }

  .contact-item i {
    font-size: 20px;
  }

  .social-row {
    gap: 14px;
  }

  .social-row a i {
    font-size: 24px;
  }
}

/* slider */

.logo-slider-gsap {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

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

.logo-wrapper img {
  width: 160px;
  opacity: 0.85;
  transition: 0.3s ease;
}

.logo-wrapper img:hover {
  transform: scale(1.12);
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-wrapper img {
    width: 120px;
    gap: 40px;
  }
}


/* ---------------------- */
/* Footer */
/* ---------------------- */

.footer-bg {
  background-color: #28b0c4;
  padding: 20px 0;
  text-align: center;
}

/* ---------------------- */
/* Custom Cursor (kept) */
/* ---------------------- */

.cursor {
  width: 5px;
  height: 5px;
  border: 10px solid #28b0c4;
  border-radius: 50%;
  position: absolute;
  transition: 200ms ease-out;
  animation: cursor-animate 550ms infinite alternate;
  z-index: 1000;
}

.cursor::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  animation: cursor-animate-2 550ms infinite alternate;
}

@keyframes cursor-animate {
  from { transform: scale(1); }
  to { transform: scale(1.5); }
}

@keyframes cursor-animate-2 {
  from { transform: scale(1); }
  to { transform: scale(0.3); }
}

@keyframes cursor-animate-3 {
  0% { transform: scale(1); }
  50% { transform: scale(3); }
  100% { transform: scale(1); opacity: 0; }
}




/* animations */
/* Floating hero element */
.hero-float {
  animation: floatHero 6s ease-in-out infinite;
}

@keyframes floatHero {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-18px); }
  100% { transform: translateY(0px); }
}

/* Applied on animated sections */
.section-wave {
  position: relative;
}

.section-wave-bottom:after,
.section-wave-top:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-wave-top:before {
  top: -79px;
  background-image: url('data:image/svg+xml;utf8,\
  <svg width="100%" height="80" xmlns="http://www.w3.org/2000/svg">\
  <path d="M0 40 C 150 0, 350 80, 500 40 L 500 80 L 0 80 Z" fill="%23ffffff"/>\
  </svg>');
}

.section-wave-bottom:after {
  bottom: -79px;
  background-image: url('data:image/svg+xml;utf8,\
  <svg width="100%" height="80" xmlns="http://www.w3.org/2000/svg">\
  <path d="M0 40 C 150 80, 350 0, 500 40 L 500 0 L 0 0 Z" fill="%23ffffff"/>\
  </svg>');
}


