


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  border-bottom: 1px solid #e5e5e5;
}

.logo {
  font-size: 22px;
  font-weight: bold;
}
.nav-links {
  margin-left: 40px;
 margin-right:auto;
}

.nav-links a {
  margin:12px 10px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
 
}

.nav-buttons button {
  margin-left: 12px;
}


.btn-primary {
  background: #2f7d32;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  color: #2f7d32;
  border: 1px solid #2f7d32;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}

.hero {
  display: flex;
  padding: 80px 60px;
  gap: 40px;
}

.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hero-left p {
  font-size: 16px;
  color: #555;
  max-width: 520px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-buttons button {
  margin-right: 15px;
}


.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 110px);
  gap: 15px;
  align-items: start;
}

.img-card {
  width: 110px;
  height: 110px;
  background: #ddd;
   object-fit: cover;
  border-radius: 20px;
}

.img-empty {
  width: 110px;
  height: 110px;
  background: transparent;
  border-radius: 20px;
}



.ubicos-delivers {
  padding: 90px 80px;
  background: #ffffff;
}

.delivers-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.delivers-left {
  max-width: 600px;
}

.delivers-left small {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6b7280;
}

.delivers-left h2 {
  font-size: 38px;
  margin: 12px 0 18px;
}

.delivers-left p {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

.deliver-stats {
  display: flex;
  gap: 50px;
  margin-top: 35px;
}

.stat h3 {
  font-size: 30px;
  font-weight: 700;
}

.stat span {
  font-size: 14px;
  color: #6b7280;
}

.delivers-right {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
}

.delivers-right img {
  width: 420px;
  transform: translateX(-140px); 
}



.core-capabilities {
  padding: 100px 80px;
  text-align: center;
}

.core-capabilities small {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6b7280;
}

.core-capabilities h2 {
  font-size: 36px;
  margin: 10px 0 70px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.capability-card {
  text-align: left;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e7f3ec;
  color: #2f7d32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.capability-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.capability-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}




.sales-works {
  padding: 110px 80px;
  text-align: center;
  background: #ffffff;
}

.section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2f7d32;
}

.sales-works h2 {
  font-size: 38px;
  margin: 18px 0 20px;
  line-height: 1.25;
}

.section-desc {
  max-width: 720px;
  margin: 0 auto 70px;
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

.sales-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.sales-card {
  text-align: left;
}

.sales-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}

.sales-card .step {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #2f7d32;
  margin-bottom: 8px;
}

.sales-card h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}





.growth-section {
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.15), rgba(107, 114, 128, 0.1));
  padding: 130px 110px;
  margin: 40px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.growth-container {
  display: flex;
  align-items: center;              
  justify-content: space-between;
  gap: 100px;
}

/* left side */
.growth-left {
  max-width: 600px;
}

.growth-left h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 22px;
  max-width: 580px;
}

.growth-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 26px;
}

.growth-points {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

.growth-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

.growth-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2f7d32;
  font-size: 14px;
}

.growth-btn {
  background: #2f7d32;
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

/* right side image */
.image-outer {
  position: relative;
  background: transparent;
  padding:16px;
  border-radius: 20px;
  border: 2px solid #d1d5db;
  display: inline-block;
}

/* inner image crd */
.image-inner {
  width: 320px;         
  height: 280px;         
  border-radius: 26px;
  overflow: hidden;
}

.image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* floating card */
.floating-ui {
  position: absolute;
  bottom:1px;
  left:1px;
  right: auto;
  transform: none;
  background: #ffffff;
  padding: 12px 16px;
  border-radius:15px 15px 15px 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.floating-ui span {
  color: #2f7d32;
  font-size: 16px;
}

.line {
  width: 110px;
  height: 8px;
  background: #e5e7eb;
  border-radius: 8px;
}

.line.short {
  width: 85px;
}



.logo-slider-container {
    background: white;
}

.slider {
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    width: max-content;                
    animation: scroll 30s linear infinite;
}

.slide {
    flex: 0 0 250px;                  
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
}


@keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ubicos-footer {
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  padding: 70px 0 30px;
  font-family: "Inter", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
}

.footer-brand h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 500;
  color: #000;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #6b6b6b;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #000;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 13px;
  color: #9a9a9a;
}

.footer-links a {
  font-size: 13px;
  color: #9a9a9a;
  margin-left: 20px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #000;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 500px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: span 1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-links a {
    margin: 0 10px;
  }
}

.ubicos-logo {
  height: 45px;   
  width: auto;   
}
