body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    background: #fff;
    color: #000;

}
.header{
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: white;
    align-items: center;
}
.logo  img {
    height: 40px;
}


.socials img{
    width: 24px;
    margin-left: 12px;

}
.hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 30px;
    flex-wrap: wrap;
}
.hero {
  width: 100vw;                  
  height: 70vh;
  background-position: center bottom;
    position: relative;
    background-image: url('https://www.tecraslogistic.com/images/dostavka-gruzov.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 60px 30px;
    color: rgb(250, 249, 249); 
}
.hero-content {
  display: flex;
  justify-content: space-between;
}



.hero-text{
    font-size: 36px;
    margin-bottom: 20px;

}
.hero-text h1{
    font-size: 36px;
    margin-bottom: 20px;
}
.hero-text h1 span{
    color: white;

}
.hero-text p{
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
}
.cta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cta button {
    background-color: #ad1212;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.cta button:hover {
  background-color: #003f99;
}

.phone {
  font-weight: bold;
  color: white;
}

.hero-img img {
  width: 120%;
  max-width: 1000px;
}


.partners {
  padding: 50px 30px;
  background-color: #fff;
  text-align: center;
}
.partners {
  background: linear-gradient(to bottom, #007bff, #002c5f); 
  padding: 60px 30px;
  text-align: center;
  color: white; 
}

.partners h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #f0f1f3;
}


.selectors {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.selectors select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}


.partner-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  
}

.partner-card {
  background-color: white;
  border: 1px solid #f6f7f8;
  border-radius: 12px;
  padding: 10px;
  width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 text-align: center;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.partner-card h3 {
  color: #0d0e0f;
  margin-bottom: 8px;
}

.partner-card p {
  margin: 4px 0;
  color: #333;
}

.social-icons a img {
  width: 24px;
  margin-right: 10px;
  transition: transform 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.2);
}

.track {
  padding: 50px 30px;
  text-align: center;
  background-color: #f0f7ff;
}

.track h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.track form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.track input {
  padding: 10px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.track button {
  background-color: #0055cc;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
}

.track button:hover {
  background-color: #003f99;
}

.error-text {
  color: red;
  font-size: 14px;
}

.result-box {
  margin-top: 20px;
  color: #0055cc;
  font-size: 16px;
}



.benefits {
  padding: 50px 30px;
  background-color: #f5faff;
  text-align: center; 
}

.benefit-item img {
  width: 40px;
  height: 40px;
    
}
.benefit-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap; 
  overflow-x: auto;   
  padding: 0 15px;
}

.benefit-item {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 200px;
  min-width: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  text-align: center;
}


.cta-partner {
  background: linear-gradient(to bottom, #007bff, #002c5f); 
 
  color: white;
  padding: 60px 30px;
  text-align: center;
}

.cta-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.cta-text {
  max-width: 400px;
  text-align: left;
}

.cta-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.cta-text p {
  margin-bottom: 20px;
  font-size: 16px;
}

.cta-text button {
  background-color: white;
  color: #0055cc;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.cta-image img {
  max-width: 350px;
  border-radius: 10px;
}


.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-card {
  background-color: white;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  width: 250px;
  text-align: center;
}

.service-card img {
  width: 40px;
  margin-bottom: 10px;
}

.service-card h3 {
  color: #0055cc;
  margin-bottom: 5px;
}

.service-card p {
  font-size: 14px;
  color: #555;
}


.footer {
  background-color: #f8fbff;
  border-top: 1px solid #e0eaf3;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #2a3f5f;
}


.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-logo img {
  height: 50px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-nav a {
  color: #1c3c60;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #005fa3;
}

.footer-socials a img {
  width: 24px;
  margin-left: 12px;
  transition: transform 0.3s ease;
}

.footer-socials a img:hover {
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #7a8ca5;
}


@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer-socials {
    margin-top: 10px;
  }
}

#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  background-color: #0077cc;
  color: white;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#scrollTopBtn.show {
  opacity: 1;
}

#scrollTopBtn:hover {
  background-color: #005fa3;
}

