* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
            font-family: "TT Interphases";
            src: url("../fonts/TT\ Interphases.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
            font-display: swap;                
        }
    h1, h2, h3, h4, h5, h6 {
        
            font-weight: normal;
            font-style: normal;
            font-display: swap;
    }

/* When any dropdown is active */
.dropdown:hover .dropdown-toggle .fa-chevron-down,
.dropdown-menu.show ~ .dropdown-toggle .fa-chevron-down {
  transform: rotate(180deg);
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 0;
  padding: 0;
}

.card-link + .card-link {
  margin-left: 0;  
}

.card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}


.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 90%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6); 
}

.hero {
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 80px; /* align with logo */
    max-width: 700px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    
}
.responsive-video {
    width: 80%; 
    height: auto; 
    max-width: 600px; 
}

.hero h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 30px;
    margin-bottom: 50px;
}

.cta-button {
    background-color: #e63946;
    color: #ffffff;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #d62839;
}
.data-strategy {
    height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.data-strategy .content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 100%;
    padding: 0 40px; 
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.data-strategy .text {
    flex: 1;
    min-width: 400px;
}

.data-strategy .text h2 {
    font-size: 42px;
    margin-bottom: 20px;
    
    color: #222;
}

.data-strategy .text p {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.data-strategy .btn {
    display: inline-block;
    padding: 5px 5px;
    border: 2px solid #222;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.data-strategy .btn:hover {
    background-color: #f4f4f4;
}

.data-strategy .image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 700px;
}

.data-strategy .image img {
    width: 80%;
    max-width: 450px;
    border-radius: 15px;
    padding: 70 5px;
}

.connect-section {
  background-color: #f5f6fa;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}.connect-section {
  background-color: #f5f6fa;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.connect-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.connect-header {
  text-align: left;
  margin-bottom: 40px;
}

.connect-header h2 {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 10px;
}

.connect-header p {
  font-size: 2rem;
  color: #fffbfb;
}

.form-box {
  background-color: #111;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.form-box h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-box p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1rem;
}

form fieldset {
  border: none;
  margin-bottom: 20px;
}

form legend {
  display: none;
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
}

.btn.btn-primary {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin: 0 auto;
}

.btn.btn-primary:hover {
  background-color: #e0e0e0;
}

/* 🌐 Responsive Styles for Tablets & Mobile */
@media (max-width: 911px) {
  .connect-header {
    text-align: center;
  }

  .connect-header h2 {
    font-size: 2rem;
  }

  .connect-header p {
    font-size: 1rem;
  }

  .form-box {
    width: 100%;
    padding: 30px 20px;
  }

  .form-box h3 {
    font-size: 1.5rem;
  }

  .form-box p {
    font-size: 0.95rem;
  }

  .form-control {
    font-size: 1rem;
    padding: 12px;
  }

  .btn.btn-primary {
    width: 100%;
  }
}



.form-container {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 30px;
  border-radius: 2px;
  width: 100%;
  max-width: 950px;
  color: white;
  text-align: center;
}

.services {
  padding: 30px 40px;
  background-color: #ffffff;
  padding: 80px 19;
}

.services h2 {
  font-size: 40px;
  margin-bottom: 40px;
  
  text-align: left;
  padding-left: 40px
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
}

.card-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px; 
  justify-content: center;
  overflow: hidden;
}

.card {
      background-color: #f1f1f2;
      padding: 30px;
      border-radius: 2px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: auto;
      width: auto;
      flex: 0 0 400px;
    }

.card img {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 20px;
}

.card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.card ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.card ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

.btn-outline {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 18px;
  color: #000;
  transition: background-color 0.3s ease;
}

.btn-outline:hover {
  background-color: #e6e6e6;
}
.btn-container{
  margin-top: auto;
  padding: 0 20px 20px;
}
.arrow {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  padding: 10px;
  user-select: none;
}

.arrow:hover {
  color: #e63946;
}
.contact-section {
  background: url("../img/contact\ us-min.jpg") no-repeat center center/cover;
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-track {
  display: flex;
  gap: 35px; /* space between cards */
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* for Firefox */
  -ms-overflow-style: none;  /* for Internet Explorer and Edge */
}

.carousel-track::-webkit-scrollbar {
  display: none; /* hide scrollbar for Chrome, Safari, and Opera */
}

/* Video Section */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 90%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6); 
}

.hero {
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 80px;
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.responsive-video {
    width: 80%; 
    height: auto; 
    max-width: 600px; 
}

.hero h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 27px;
    margin-bottom: 50px;
}

.cta-button {
    background-color: #e63946;
    color: #ffffff;
    padding: 17px 37px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
}

.cta-button:hover {
    background-color: #d62839;
}

/* Data Strategy */
.data-strategy {
    height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.data-strategy .content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 100%;
    padding: 0 40px; 
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.data-strategy .text {
    flex: 1;
    min-width: 600px;
}

.data-strategy .text h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-style: normal;
    color: #111111;
}

.data-strategy .text p {
    font-size: 20px;
    line-height: 1.6;
    color: #0a0a0a;
    margin-bottom: 20px;
}

.data-strategy .btn {
    display: inline-block;
    padding: 5px 5px;
    border: 2px solid #222;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.data-strategy .btn:hover {
    background-color: #f4f4f4;
}

.data-strategy .image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 700px;
}

.data-strategy .image img {
    width: 80%;
    max-width: 450px;
    border-radius: 15px;
    padding: 70 5px;
}

/* Responsive Media Queries */


  @media (max-width: 768px) {
  .video-container {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 90%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6); 
}

.hero {
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 50px;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.responsive-video {
    width: 80%; 
    height: 50%; 
    max-width: 600px; 
}

.hero h2 {
    font-size: 30px;
    margin-bottom: 10px;    
}

.hero p {
  max-width: 300px;
    font-size: 16px;
    margin-bottom: 29px;
}

.cta-button {
    background-color: #e63946;
    color: #ffffff;
    padding: 11px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}

.cta-button:hover {
    background-color: #d62839;
}



  .data-strategy {
    height: auto;
    padding: 60px 20px;
  }

  .data-strategy .content {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .data-strategy .text,
  .data-strategy .image {
    min-width: unset;
    width: 100%;
    text-align: left;
  }

  .data-strategy .image {
    justify-content:center;
  }

  .data-strategy .text h2 {
    font-size: 10px;
  }

  .data-strategy .text p {
    font-size: 16px;
  }

  .services {
    padding: 30px 5px;
    
  }

  .card-container {
    flex-direction: column;
    gap: 20px;
    
  }

  .card {
    width: 90%;
    max-width: 90%;
  }

  .contact-section {
    height: auto;
    padding: 60px 20px;
  }

  .form-container {
    padding: 20px;
    width: 100%;
  }
}