@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");

body {
  font-family: Arial, sans-serif;
  background-color: #033067;
  color: white;
}


.breadcrumb-nav {
  /* background-color: #f8f9fa; */
  padding: 10px 20px;
  margin-bottom: 20px; /* Space below breadcrumb */
  border-radius: 5px; /* Optional rounded corners */
}

.breadcrumb {
  list-style: none; /* No default list style */
  padding: 0;
  margin: 0;
  display: flex; /* Align items in a row */
}

.breadcrumb-item {
  margin-right: 10px; /* Space between items */
  background-color: NONE;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  margin-right: 10px; /* Space before separator */
}

.breadcrumb-item a {
  text-decoration: none;
  color: #007bff; /* Bootstrap primary link color */
}

.breadcrumb-item a:hover {
  text-decoration: underline; /* Underline on hover */
}

.breadcrumb-item.active {
  color: #6c757d; /* Grey color for the active item */
}


.logo-img {
  width: 50px;
  height: auto;
}

.card {
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 200px; /* Adjust as needed */
  object-fit: cover;
}

.card-body {
  background-color: #f8f9fa;
}

.header {
  font-weight: bold;
  padding: 5px 0;
}

a {
  text-decoration: none;
  padding: 10px;
  display: block;
}

a:hover {
  /* background-color: #f0f0f0; */
  color: black;
}

.card-text {
  font-size: 14px;
  color: #333;
}

.btn-danger {
  background-color: red;
  border: none;
}
 .cta-button{
  margin-top: 42px;
 }

.client-stories {
  /* background-color: #000; */
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.client-stories h2 {
  color: #ff0;
  font-size: 28px;
  margin-bottom: 40px;
}

.stories-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.story-item {
  width: 30%;
  margin-bottom: 40px;
  padding: 20px;
  /* background-color: #111; */
  border-radius: 10px;
  text-align: center;
}

.story-item p {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Roboto", Sans-serif;
  margin-bottom: -2px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.studio-content {
  max-width: 50%;
  color: #fff;
}

.studio-content h2 {
  color: #ff0;
  font-size: 36px;
  margin-bottom: 20px;
}

.studio-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.contact-button :hover{
  background-color:green;
  color:black;
}

.studio-image {
  max-width: 45%;
}

.studio-image img {
  width: 100%;
  border-radius: 10px;
}

.d2c-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.d2c-content {
  max-width: 50%;
  color: #fff;
}

.d2c-content h2 {
  color: #ff0;
  font-size: 36px;
  margin-bottom: 20px;
}

.d2c-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.digital-marketing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.digital-marketing-content {
  max-width: 50%;
  color: #fff;
}

.digital-marketing-content h2 {
  color: #ff0;
  font-size: 36px;
  margin-bottom: 20px;
}

.digital-marketing-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.contact-button:hover{
  background-color: green;
  color: black;
}

.digital-marketing-image {
  max-width: 45%;
}

.digital-marketing-image img {
  width: 100%;
  border-radius: 10px;
}



.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.d2c-image {
  max-width: 45%;
}

.d2c-image img {
  width: 100%;
  border-radius: 10px;
}

.technology-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.technology-content {
  max-width: 50%;
  color: #fff;
}

.technology-content h2 {
  color: #ff0;
  font-size: 36px;
  margin-bottom: 20px;
}

.technology-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.technology-image {
  max-width: 45%;
}

.technology-image img {
  width: 100%;
  border-radius: 10px;
}

.business-support-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.business-support-content {
  max-width: 50%;
  color: #fff;
}

.business-support-content h2 {
  color: #ff0;
  font-size: 36px;
  margin-bottom: 20px;
}

.business-support-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.business-support-image {
  max-width: 45%;
}

.business-support-image img {
  width: 100%;
  border-radius: 10px;
}



.staffing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.staffing-content {
  max-width: 50%;
  color: #fff;
}

.staffing-content h2 {
  color: #ff0;
  font-size: 36px;
  margin-bottom: 20px;
}

.staffing-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.staffing-image {
  max-width: 45%;
}

.staffing-image img {
  width: 100%;
  border-radius: 10px;
}

.form-container {
  padding: 50px 20px;
}

.form-heading {
  font-size: 28px;
  color: #ffff00;
  font-weight: bold;
}

.form-subheading {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.form-label {
  font-weight: bold;
  color: #fff;
}

.submit-btn {
  background-color: #e30613;
  color: #fff;
  font-weight: bold;
}

.submit-btn:hover {
  background-color:green;
  color: #000;
}

.form-control {
  background-color: #fff;
  color: #000;
}

.container {
  text-align: center;
}

.form-box {
  background-color: #1e1e1e;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  max-width: 400px;
  width: 100%;
}

h2 {
  color: #f0e638;
  font-size: 1.2em;
  margin-bottom: 10px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #fff;
}

label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  font-weight: bold;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  color: #fff;
}

#find-us h2 {
  font-size: 24px;
  font-weight: bold;
  color:  #DDF903;
}

.find-us-container {
  text-align: center;
  color: yellow;
  padding: 20px;
}

.find-us-container h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffff00; /* Yellow color */
  margin-left:-73px;
}
/* General styles */
.container-1 {
  padding: 20px; /* Adjust padding as needed */
}




.text-animation-container {
  /* Make sure the animated text container is centered */
  text-align: center;
}



.find-us-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.map-and-info {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 269px;
}

.map-container iframe {
  width: 500px;
  height: 400px;
  border: 0;
  margin-left: 120px;}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #888;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #e4002b;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #c20025;
}
.client-logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
}

.client-name {
  font-size: 18px;
  color: #ff0;
  font-weight: bold;
}

.client-position {
  font-size: 14px;
  color: #aaa;
}






/* Mobile menu */
.mobile-menu {
    display: none;
    flex-direction: column;
  }
 

  a {
    text-decoration: none;
    padding: 0px;
    display: block;
}
  
   
  .w-100{
    width: 10%;
    margin-left: 40px;
  }
  
  .inquiry-btn {
    background-color: #0056B3;
    color:white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .inquiry-btn :hover {
    background-color: #0056B3;
    color:white;
   
  }
    
  .faq-section {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

h2 {
    text-align: center;
    color: #ff0;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.faq-question {
    width: 100%;
    background: linear-gradient(354deg, #499aa936, #dee6e973);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #222;
    padding: 0 15px;
}

.faq-answer p {
    padding: 15px 0;
    margin: 0;
}

.plus {
    font-size: 24px;
}

.faq-item.active .faq-answer {
    max-height: 100px;
}

.faq-item.active .plus {
    transform: rotate(45deg);
}
  
  h2 {
    font-size: 24px;
    color: white;
  }
  
  p {
    font-size: 17px;
    color: #ddd;
}
  
  .btn-danger {
    background-color: red;
    border: none;
  }
  .card-text h6{
    font-size: 18px;
  }
  .card-text-1{
    font-weight: bold;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
  }
 
  /* Styles for the "Team" section */
.team-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #d6ff3b; /* Neon greenish yellow color */
  margin-left: -9%;
}

.team-text {
  color: #fff; /* White text */
  font-size: 1.1rem;
  line-height: 1.6;
  /* margin-left: 54px; */
}

.team-image {
  max-width: 81%;
  height: auto;
  border-radius: 10px;
}

/* Spacing */
.section-padding {
  padding: 3rem 0;
}

/* General styles for image, name, and title */
.team-founder-img {
  max-width: 70%;
  border: 5px solid #000;
}

.founder-title {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.section-padding {
  padding: 3rem 0;
}

/* Styles for animated text */
.text-animation-container {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-text {
  /* font-size: 2rem; */
  /* font-weight: bold; */
  /* text-align: center; */
  color: #d6d6d6; /* Light gray text */
  opacity: 0; /* Start hidden */
  transform: translateX(-50px); /* Start off to the left */
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out; /* Smooth fade-in and move in */
}





  .carousel-control-prev-icon{
    margin-left: -180px;
  }
 
  .carousel-control-next-icon {
    margin-right: -88%;
  }
  
  
   
  .main-content {
    text-align: center;
    padding: 100px 20px;
}

h1 {
    font-size: 3rem;
    color: #fff;
}

h1 span {
    color: #d2ff00;
    font-weight: bold;
}

/* Contact Form Section */
.content-form {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  .content-form h6{
    color: #d8ff00;
  }

  /* Form Input Styles */
.strategy-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .strategy-form label {
    text-align: left;
    font-size: 14px;
    margin-bottom: -21px;
  }
  .strategy-form input {
    padding: 12px;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
  }
  
  .strategy-form span {
    color: red;
  }
  /* Submit button */
.submit-button {
    background-color: #e60000;
    color: #fff;
    padding: 12px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-button:hover {
    background-color: yellowgreen;
  }
  /* sample */
  .content-wrapper {
     max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  

.section-heading {
    color: #ffec00; /* Bright yellow for the headings */
    font-size: 24px;
    margin-bottom: 20px;
}

.section-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}
/* Container for the boxes */
.box-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

/* Style for each box */
.box {
  border: 2px solid #333;
  padding: 20px;
  width: 643px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.box h2 {
  margin-top: 0;
  color: #333;
  font-size: xx-large;
}

.box p {
  color: #666;
}


.text-highlight-red {
    color: #ff0000; /* Red text for emphasis */
}

.section-intro, .section-impact {
    margin-bottom: 50px;
}

.impact-container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.impact-number {
    font-size: 40px;
    font-weight: bold;
}


.book-call-button {
  background-color: #f00;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 22%;
  margin-left: 41%;
}

.book-call-button:hover {
  background-color:green;
}
.contact-info {
  max-width: 300px;
}

.contact-info h3, .contact-info p {
  margin-bottom: 10px;
  color: white; /* Ensure text color is white */
}
  
.contact-info p1 {
  margin-bottom: 10px;
  color: white; /* Ensure text color is white */
  margin-right: -261px;
      margin-left: -263px;
}
/* Contact information styling */
/* .contact-info {
  color: white;
  margin-right: 311px;
} */


.contact-info a {
  color: white; /* Link color white */
  text-decoration: none;
}

.contact-info a:hover {
  color: #ff0000; /* Hover color for links */
}





.span{
  color: red;
}
.social-icons img {
  width: 30px;
}






.a {
  text-decoration: none;
  /* padding: 10px; */
  display: block;
}

.h2{
  color: #DDF903;
}

@media screen and (max-width: 768px) {
  
        .social-icons {
          gap: 5px; /* Reduce gap between icons */
        }
      
        .social-icons img {
          width: 25px; /* Reduce the size of the icons on mobile for better layout */
        }
        .box-container {
          flex-direction: column;
          align-items: center;
        }
      
        .box {
          width: 120%;
          max-width: 333px;
        }
 }



  @media screen and (max-width: 768px) {
    

     .contact-info{
      color: white;
      text-decoration: none;
     }
     
     .book-call-button {
      background-color: #f00;
      color: #fff;
      padding: 12px 24px;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      width: 100%;
      margin-left: 3%;
      text-align: center;
       }
     
     .inquiry-section{
      display: none;
     }
     .impact-number {
      font-size: 24px; /* Adjust the font size for smaller screens */
      }
    .stories-container {
      flex-direction: column;
      align-items: center;
     }
     .map-container iframe {
      width: 305px;
      height: 250px;
      margin-left: -147px;
     }
    .inquiry-btn {
    display: none;
    }
   .map-container {
      margin-left: 161px;
   }
    /* .contact-info p {
    
    margin-left: 20px;
    margin-right: -76px;
} */
/* .contact-info{
  margin-left: 20px;
    margin-right: -76px;
} */
   .contact-info p1 {
    margin-left: 20px;
    margin-right: 12px;
   }

   .story-item {
      width: 80%;
    }
   
    
     
     
      .inquiry-btn {
        display: none;
      }
      .map-and-info {
        display: flex;
        /* justify-content: space-between; */
        align-items: flex-start;
        flex-wrap: wrap;
        /* gap: 269px; */
      }
      
      
        h1 {
            font-size: 1.8rem;
        }
    
        h1 span {
            font-size: 1.8rem;
        }
    
        p, .specialization {
            font-size: 0.85rem;
        }
    
        .demo-form input {
            width: 95%;
            font-size: 0.9rem;
        }
    
        .demo-form button {
            width: 95%;
            font-size: 0.9rem;
        }
        .studio-section {
          flex-direction: column;
          text-align: center;
      }
    
      .studio-content {
          max-width: 100%;
          margin-bottom: 20px;
      }
       
    
      .studio-image {
          max-width: 100%;
      }
      .d2c-section {
        flex-direction: column;
        text-align: center;
    }
  
    .d2c-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
  
    .d2c-image {
        max-width: 100%;
    }
    .digital-marketing-section {
      flex-direction: column;
      text-align: center;
  }

  .digital-marketing-content {
      max-width: 100%;
      margin-bottom: 20px;
  }

  .digital-marketing-image {
      max-width: 100%;
  }
  .technology-section {
    flex-direction: column;
    text-align: center;
}
.animated-text {
    font-size: 1.5rem; /* Slightly smaller text for mobile */
    transform: translateX(-30px); /* Adjust the starting position */
  }


.technology-content {
    max-width: 100%;
    margin-bottom: 20px;
}

.technology-image {
    max-width: 100%;
}
.business-support-section {
  flex-direction: column;
  text-align: center;
}

.business-support-content {
  max-width: 100%;
  margin-bottom: 20px;
}

.business-support-image {
  max-width: 100%;
}
.business-support-section {
  flex-direction: column;
  text-align: center;
}

.business-support-content {
  max-width: 100%;
  margin-bottom: 20px;
}

.business-support-image {
  max-width: 100%;
}
.staffing-section {
  flex-direction: column;
  text-align: center;
}

.staffing-content {
  max-width: 100%;
  margin-bottom: 20px;
}

.staffing-image {
  max-width: 100%;
}

 

 
    /* Mobile view styles */
  
    .container-1 {
        flex-direction: column; /* Stack items vertically on small screens */
        text-align: center;
    }
  
    .col-md-6 {
        width: 100%; /* Make columns full width */
        margin-bottom: 20px; /* Add space between stacked columns */
    }
  
    .team-founder-img {
        max-width: 100%; /* Ensure image scales properly */
        height: auto; /* Maintain aspect ratio */
    }
  
    .text-animation-container {
        padding: 0 15px; /* Add padding for better spacing on small screens */
    }
  
}

    