.bg-curved-2 {
    padding-bottom: 100px;
}
.product-section.bg-curved {
    padding-top: 100px;
}
.brands-banner {
  background: linear-gradient(180deg, rgba(42, 52, 94, 0.8), rgba(42, 52, 94, 0.8)), 
              url(../images/brand-banner.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-title {
  font-family: 'Futura Hv BT', sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-section {
 /* Dark blue background */
  color: #ffffff;
  padding: 50px 0;
  position: relative;
  
}
.product-section:nth-child(odd){
  background-image: url(https://trdp.technocravers.com/wp-content/uploads/2025/08/Vector-107.png);
    background-size: 800px;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-curved::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://trdp.technocravers.com/wp-content/uploads/2025/08/Vector-107.png);
    background-size: 800px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.product-section.bg-curved-2{
  padding-bottom: 100px;
}

.bg-curved::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/curve-bg.png') no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.bg-curved-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/curve-bg-2.png') no-repeat bottom center;
  background-size: cover;
  z-index: 1;
}
.bg-dark-blue{
  margin-top: 0;
  margin-bottom: 0;
  background-color: #2A345E; /* Dark blue color */
}
.product-section .container {
  position: relative;
  z-index: 2;
}

.product-intro {
      max-width: 935px;
    margin: auto;
  font-family: Futura Md BT;
font-weight: 400;
font-size: 18px;
line-height: 29px;
letter-spacing: 0%;
text-align: center;
  color: #2A345E;
}

.product-title {
      font-family: Mangro;
    font-weight: 400;
    font-size: 56px;
  color: #fff; /* Golden color */
  margin-bottom: 20px;
}

.product-description {
  font-family: 'Futura Bk BT';
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}

.product-details {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  font-family: Futura Md BT;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
  color: #ffffff;
}

.product-details li {
  font-family: Futura Md BT;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
  color: #ffffff;
}

.product-overview-title {
  font-family: Futura Md BT;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
text-align: justify;
  color: #FFD700; /* Golden color */
  margin-bottom: 10px;
}

.product-overview {
  font-family: Futura Md BT;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
  text-align: justify;
  color: #ffffff;
  margin-bottom: 20px;
}

.product-links .product-link {
  font-family: 'Futura Md BT', sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.product-links .product-link i {
  margin-right: 5px;
  color: #FFD700; /* Golden color */
}

.product-links .fa-youtube{
  color: #ffffff !important;
    width: 30px;
    height: 30px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-image {
  width: 100%;
  height: auto;
  display: block;  max-width: 360px;
}
.down-btn{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  bottom: -120px;
  left: calc(50% - 25px);
  background-image: url(../images/carret-down.png);
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 50%;
  overflow: hidden;
  cursor: pointer;
}
.down-btn::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #B7282C;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  transition: all .3s ease-in-out;
}
.down-btn:hover:before{
  background-color: #B7282C;
}

.more-brand-title{
  font-family: Mangro;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  color: #2A345E;
}

.brand-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brand-track {
    display: flex;
    gap: 120px;
    padding: 15px;
    animation: slide 10s linear infinite;
}

.brand-card {
  flex: 0 0 25%; /* 4 cards visible at a time */
  max-width: 164px;
  height: 148px;
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.brand-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-card:hover {
  transform: scale(1.1);
}

/* Animation for sliding */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.brand-video-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.brand-video-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.brand-video-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.brand-video-card .play-button:hover {
  background-color: rgba(255, 0, 0, 1);
}

.brand-video-card:hover {
  transform: scale(1.05);
}
.explore_btn{
  color: #2A345E;
  font-family: Futura Bk BT;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.explore_btn:hover{
  color: #2A345E;
}
@media (max-width: 768px) {
  .product-intro {
    text-align: justify;
  }
  
}
@media (max-width: 576px) {
  .product-intro,.product-section p,.product-section li {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }
  .brands-title {
    font-size: 36px;
  }
  .brands-banner {
        height: 450px;
        background: linear-gradient(180deg, rgba(42, 52, 94, 0.8), rgba(42, 52, 94, 0.8)), url(../images/bannerbrand.jpg) no-repeat center center;
        background-size: contain;
        background-size: cover;
   }
  .bg-curved::before,.bg-curved-2::before{
    background-size: 160% 100%;
  }
  .product-title{
    font-family: Mangro;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }
  .product-description{
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: justify;

  }
}
@media (max-width: 376px) {
   .brands-banner {
        height: 350px;
   }
}