* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: black;
  color: #fff;
}


.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: black;
  padding: 20px;
  position: relative;
  width: 1333px;
  left: 0px;
  transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 26px 50px 18px 50px;
}

.navbar li {
  margin-right: 20px;
  position: relative;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  color: #000;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 600px;
  padding: 10px;
}

.dropdown-menu .column {
  margin-bottom: 10px;
}

.dropdown-menu a {
  color: #000;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu a:hover {
  color: #ffaa17;
}

.navbar + .btn-book {
  position: absolute;
  right: 50px;
  top: 30px;
  background-color: #ffaa17;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  line-height: 30px;
  letter-spacing: 0.2px;
  padding: 12px 36px 12px 36px;
}

.navbar + .btn-book:hover {
  background-color: #ffaa17;
}

/*360 degree digital marketing*/
.degree-digital-marketing {
  padding: 50px;
  background-color: #fff;
}

.content-container-degree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.image img {
  max-width: 95%;
  height: 350px;
}

.text-content-degree {
  max-width: 50%;
}

.text-content-degree h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
  background-color: #fff;
}

.text-content-degree p {
  margin-top: 50px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000;
  background-color: #fff;
}

/* Responsive Design for Tablet View */
@media (max-width: 768px) {
  .content-container-degree {
      flex-direction: column; /* Stack content vertically on tablets */
      align-items: center; /* Center align items on smaller screens */
  }

  .text-content-degree {
      max-width: 90%; /* Expand text width on tablets */
      text-align: center; /* Center text on smaller screens */
  }

  .text-content-degree h1 {
      font-size: 1.8rem; /* Adjust heading size for tablet view */
  }

  .text-content-degree p {
      font-size: 1rem;
  }

  .image img {
       /* Adjust image width for tablet view */
      margin-left:-1000px!important;
  }
}

/* Responsive Design for Mobile View */
@media (max-width: 480px) {
  .content-container-degree {
      flex-direction: column; /* Stack content vertically on mobile */
      align-items: center; /* Center align items on mobile */
  }

  .text-content-degree {
      max-width: 100%; /* Full-width text on mobile */
      text-align: center; /* Center text on mobile */
  }

  .text-content-degree h1 {
      font-size: 1.6rem; /* Smaller heading size for mobile */
  }

  .text-content-degree p {
      font-size: 0.9rem; /* Slightly smaller paragraph text on mobile */
  }

  .image img {
      /*max-width: 90%;*/ /* Adjust image size to fit mobile screens */
      flex-direction: column;
      justify-content: center;
      height: auto;
      width: auto;
      margin-left: -500px;
      
  }
}

/* Award-winning section */
.award-winning {
  padding: 50px;
  background-color: #fff;
  text-align: center;
}

.text-content-award h1 {
  text-align: center;
  color: #000;
  margin-left: 300px;
  margin-right: 300px;
}
.text-content-award p{
  text-align: center;
  margin-left: 110px;
  margin-right: 100px;

}
/*.text-content-award p {
  text-align: center;
  color: #666;
  margin-left: 350px;
  margin-right: 350px;
  font-size: 15px;
}
  */


/* Responsive Design for Tablet View */
@media (max-width: 768px) {
  .text-content-award h1 {
      font-size: 1.8rem; /* Adjust font size for tablet view */
      margin: 10px 20px; /* Reduce margin for smaller screens */
  }

  .text-content-award p {
      font-size: 0.95rem; /* Adjust font size for better readability */
      margin: 10px 20px; /* Reduce margin for better alignment */
      max-width: 90%; /* Adjust width to fit tablet screen size */
  }
}

/* Responsive Design for Mobile View */
@media (max-width: 480px) {
  .text-content-award h1 {
      font-size: 1.6rem; /* Smaller font size for mobile */
      margin: 10px 15px; /* Further reduce margin */
  }

  .text-content-award p {
      font-size: 0.9rem; /* Smaller paragraph font size */
      margin: 10px 15px; /* Reduce margin for mobile view */
      max-width: 100%; /* Full width on mobile for better readability */
  }
}
/*--------performance marketing-----------*/
.performance-marketing {
  background-color: #fff;
  padding: 10px;
}

.content-container-performance {
  display: flex;
  justify-content: space-between;
  align-items: left;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.text-content-performance {
  color: black;
}

.text-content-performance h4 {
  margin-top: 50px;
}

.text-content-performance h1 {
  color: #000;
}

.image img {
  max-width: 95%;
  height: 350px;
}
/* Responsive Design for Tablet View */
@media (max-width: 768px) {
  .content-container-performance {
      flex-direction: column; /* Stack elements on top of each other */
      align-items: center; /* Center align for smaller screens */
  }

  .text-content-performance {
      max-width: 100%; /* Allow full width for text content */
      text-align: center; /* Center text for better layout */
  }

  .img {
      max-width: 100%; /* Full width for the image */
      margin-top: 20px; /* Add margin to separate from text */
  }

  .text-content-performance h1 {
      font-size: 2rem; /* Smaller font size for the heading */
  }

  .text-content-performance h4 {
      margin-top: 15px; /* Adjust margin for smaller screens */
  }
}

/* Responsive Design for Mobile View */
@media (max-width: 480px) {
  .text-content-performance h1 {
      font-size: 1.8rem; /* Smaller heading size for mobile */
  }

  .text-content-performance p {
      font-size: 0.9rem; /* Smaller paragraph font size */
  }

  .text-content-performance h4 {
      font-size: 1.2rem; /* Adjust size for subheading */
  }

  .img img {
      height: auto; /* Keep aspect ratio */
  }
}

/*-----------------pay per click management page */

.payperclick-section {
  background-color: white;
  padding: 50px;
}

.container-payperclick {
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
}

.container-payperclick h1 {
  font-size: 2rem;
  color: black;
  margin-bottom: 150px;
}

.content-payperclick {
  display: flexbox;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.card-payperclick {
  background-color: #fff;
  padding: 21px 35px 20px 35px;
  border-radius: 10px;
  width: 400px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
}

.card-payperclick:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.card-icon-payperclick img {
  width: 30px;
  margin-bottom: 10px;
}

.card-payperclick h2 {
  font-size: 1.5rem;
  color: #000;
  margin-top: -45px;
  margin-left: -50px;
}

.card-payperclick p {
  font-size: 1rem;
  color: #666;
  margin-left: 50px;
}

.ppcimage-section img {
  width: 600px;
  margin-top: -500px;
  border-radius: 10px;
  margin-left: 600px;
}

.ppc-advertising {
  padding: 50px 20px;
}

.ppc-advertising h1 {
  font-size: 2.5rem;
  color: #333;
  text-align: center;
}

.ppc-advertising p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1rem;
  color: #666;
  text-align: center;
}

.features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}


/* Responsive Design - Mobile View */
@media (max-width: 480px) {
  .content-payperclick {
    margin-top: -150px;
      flex-direction: column; /* Stack cards vertically on mobile */
      align-items: center; /* Center align cards */
  }

  .card-payperclick {
      width: 90%; /* Full width for mobile */
      max-width: 300px; /* Prevent cards from being too wide */
  }

  .ppcimage-section img {
      /*max-width: 90%;*/ /* Full-width image on mobile */
      flex-direction: column;
      justify-content: center;
      text-align: center;
      width: 600px;
  margin-top: 10px;
  border-radius: 10px;
  margin-left: -100px;

  }
.card-icon-payperclick{
  margin:50px

}
  .container-payperclick h1 {
    margin-top: -70PX;
      font-size: 1.6rem; /* Smaller heading size for mobile */
  }
  .card-icon-payperclick p{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/*---------------Have a new project in a min-----------------------------*/
.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: black;
  /* Dark background */
  color: #fff;
}

.contact-content {
  flex: 1;
  padding: 20px;
}

.contact-content h2 {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 15px;
}

.contact-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #ccc;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-icon {
  font-size: 1.5rem;
  color: #ffaa17;
}

.phone-number {
  font-size: 1.25rem;
  color: #ffaa17;
  text-decoration: none;
}

.or-text {
  font-size: 1.25rem;
  color: #fff;
}

.mail-button {
  background-color: blue;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.mail-button:hover {
  background-color: black;
}

.contact-image {
  flex: 1;
  padding-left: 20px;
}

.contact-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .contact-content {
    padding: 20px 0;
  }

  .contact-image {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact-content h2 {
    font-size: 1.8rem;
  }

  .phone-number {
    font-size: 1.1rem;
  }

  .or-text {
    font-size: 1rem;
  }

  .mail-button {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 480px) {
  .contact-content h2 {
    font-size: 1.5rem;
  }

  .phone-number {
    font-size: 1rem;
  }

  .mail-button {
    padding: 8px 12px;
  }

  .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}

/*-----------Social Media Gaining Traffic-----------------------*/

.marketing-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  background-color: #ffffff;
}

.marketing-content {
  flex: 1;
  max-width: 600px;
  margin-right: 20px;
}

.marketing-content h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}

.marketing-content p {
  font-size: 1rem;
  color: #666;
}

.image-cards {
  display: flex;
  gap: 20px;
  flex: 1;
  flex-wrap: wrap;
}

.sscard {
  position:relative;
  /*
  max-width: 250px;
  width: 100%;
  */
  margin-top: 250px;
  margin-right: 50px;
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(17, 10, 10, 0.2);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #4d79ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .marketing-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .marketing-content {
    margin: 0 0 20px 0;
    max-width: 100%;
  }

  .image-cards {
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .marketing-content h2 {
    font-size: 1.8rem;
  }

  .marketing-content p {
    font-size: 0.95rem;
  }

  .card {
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .marketing-content h2 {
    font-size: 1.5rem;
  }

  .marketing-content p {
    font-size: 0.9rem;
  }

  .card-label {
    font-size: 0.8rem;
    padding: 3px 7px;
  }

  .card {
    max-width: 180px;
  }
}

/*---------Social Media Is Important---------------*/

.importance-section {
  text-align: center;
  padding: 50px;
  background-color: #ffffff;
}

.importance-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.importance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  width: 1000px;
  margin-left: 200px;
}

.importance-item {
  text-align: center;
  width: 400px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  flex-wrap: wrap;
}
.importance-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.progress-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  background: conic-gradient(#ff6666 0% 75%, #f0f0f0 75% 100%);
}

.importance-item h3 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}

.importance-item p {
  font-size: 0.9rem;
  color: #666;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .importance-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .importance-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .importance-section h2 {
    font-size: 1.8rem;
  }

  .importance-item h3 {
    font-size: 1.1rem;
  }

  .importance-item p {
    font-size: 0.85rem;
  }

  .importance-grid {
    display: grid;
    
    gap: 40px;
    justify-items: center;
    width: 1000px;
    margin-left: 200px;
    flex-direction: column;
    margin-left: -300px;
  }
}

@media screen and (max-width: 480px) {
  .importance-section {
    padding: 30px 15px;
    flex-direction: column;
  }

  .importance-section h2 {
    font-size: 1.5rem;
  }

  .importance-item h3 {
    font-size: 1rem;
  }

  .importance-item p {
    font-size: 0.8rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 350px;
  }

  .progress-circle {
    width: 60px;
    height: 60px;
  }
}

/*---------Grow Your Brand---------------*/

.brand-presence-section {
  text-align: center;
  padding: 50px;
  background-color: black;
  /* Dark background color */
  color: #fff;
}

.brand-presence-section h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.card {
  background-color: #ffffff;
  width: 220px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Centers the icon vertically */
}

.card:hover {
  transform: translateX(-10px);
}

.card-icon {
  display: flex;
  justify-content: center;
  /* Centers the icon horizontally */
  align-items: center;
  /* Centers the icon vertically */
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.card-icon img {
  max-width: 100%;
  max-height: 100%;
}

.card h3 {
  color: #333333;
  font-size: 1rem;
  text-align: center;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .brand-presence-section h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .brand-presence-section {
    padding: 30px 15px;
  }

  .brand-presence-section h2 {
    font-size: 1.5rem;
  }

  .card {
    width: 90%;
  }
}

/*---------Elevate Your Website -------------------------*/

/* Container Section */
.egt-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}

/* Header Section */
.egt-header-section {
  max-width: 50%;
}

.egt-trust-badge {
  color: #ffaa17;
  font-weight: bold;
}

.egt-title {
  font-size: 36px;
  color: #000;
  margin: 10px 0;
}

.egt-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* Input Group Section */
.egt-input-wrapper {
  display: flex;
  margin-bottom: 20px;
}

.egt-input-url {
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 5px 0 0 5px;
  width: 300px;
}

.egt-analyze-button {
  padding: 10px 20px;
  background-color: #ffaa17;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.egt-analyze-button:hover {
  background-color: #ffaa17;
}

/* Contact Info */
.egt-contact-info {
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}

/* Illustration Section */
.egt-illustration-section {
  max-width: 45%;
}

.egt-illustration-image {
  max-width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .egt-container {
      flex-direction: column; /* Stack items vertically on smaller screens */
      align-items: center; /* Center items */
      padding: 20px; /* Reduce padding */
  }

  .egt-header-section {
      max-width: 100%; /* Allow full width */
      text-align: center; /* Center text */
  }

  .egt-title {
      font-size: 28px; /* Smaller font size for mobile */
  }

  .egt-description {
      font-size: 14px; /* Smaller font size for mobile */
  }

  .egt-input-url {
      width: 100%; /* Full width on smaller screens */
      margin-bottom: 10px; /* Spacing below the input */
  }

  .egt-input-wrapper {
      flex-direction: column; /* Stack input and button */
  }

  .egt-analyze-button {
      width: 100%; /* Full width button */
  }

  .egt-illustration-section {
      max-width: 100%; /* Full width for the illustration */
      text-align: center; /* Center image */
  }
}

@media (max-width: 480px) {
  .egt-title {
      font-size: 24px; /* Further reduce font size for very small screens */
  }

  .egt-description {
      font-size: 12px; /* Further reduce font size for very small screens */
  }
}

/*-------logo Slider------------------*/

/* Slider Container */

.egt-logo-slider {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f0f4ff;
  justify-content: center;
  align-items: center;
}

/* Slider Track */
.egt-slider-track {
  display: flex;
  animation: scroll 10s linear infinite;
}

/* Individual Slide */
.egt-slide {
  min-width: 200px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.egt-slide img {
  max-width: 100px;
  height: auto;
  filter: grayscale(100%);
  /* Optional style to match a grayscale appearance */
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*---------Business Marketing----------------------------------*/

/* Design Solutions Section */
.egt-design-solutions-section {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  max-width: 1200px;
  margin: 20px;

}

/* Image Container */
.egt-image-container {
  position: relative;
  width: 50%;
  margin-left: 150px;
}

.egt-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.egt-overlay-icons {
  position: absolute;
  top: 10%;
  left: 30%;
  width: 250px;
  height: 500px;
}

.egt-overlays-icon {
  width: 270px;
  height: 400px;
  margin: 10px;
}

.egt-play-button {
  width: 60px;
  height: 60px;
  background-color: #ffaa17;
  color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 300px;
  margin-left: -40px;
  font-size: 30px;
  }

/* Content Container */
.egt-content-container {
  padding: 40px;
  width: 50%;
  margin-left: 200px;
}

.egt-badge {
  background-color: #ffaa17;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.egt-title {
  font-size: 28px;
  color: #333;
  margin: 20px 0 10px;
  text-align: left;
}

.egt-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.egt-feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
  justify-content: left;
}

.egt-feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.egt-check-icon {
  color: #ffaa17;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 3px;
  color: #fff;
}

.egt-feature-list strong {
  color: #333;
  margin-right: 5px;
}

.egt-feature-list p {
  margin: 5px 0 0;
  color: #666;

}

/* Responsive Design */
@media (max-width: 768px) {
  .egt-image-container,
  .egt-content-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    margin-left: -150px;
    
  }

  .egt-title {
      font-size: 22px; 
      flex-direction: column;
      justify-content: center;
  }

  .egt-description {
      font-size: 14px; 
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }

  .egt-play-button {
      margin-top: 10px;
      margin-left: 0; 
  }

  .egt-overlay-icons {
      left: 5%; 
      width: 90%; /* Adjust width */
  }
}



/*--------Unique Selling Point----------------------------*/
.usp-section {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}

.usp-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.usp-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.usp-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  /* Initially hidden */
  transform: translateY(20px);
  /* Position for slide-in effect */
  animation: fadeInUp 0.8s ease-out forwards;
  /* Trigger animation */
}

.usp-item:nth-child(1) {
  animation-delay: 0.2s;
  /* Delay for the first item */
}

.usp-item:nth-child(2) {
  animation-delay: 0.4s;
  /* Delay for the second item */
}

.usp-item:nth-child(3) {
  animation-delay: 0.6s;
  /* Delay for the third item */
}

.usp-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.usp-text {
  padding: 15px;
}

.usp-text img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.usp-text h3 {
  font-size: 18px;
  font-weight: 600;
}


/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .usp-container {
    flex-direction: column;
    align-items: center;
  }

  .usp-item {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .usp-section h2 {
    font-size: 20px;
  }

  .usp-text h3 {
    font-size: 16px;
  }
}

/*------Benefits Ui/Ux------------------------*/

.benefits-section {
  text-align: center;
  padding: 40px 20px;
  background-image: url("https://highbizz.co/wp-content/uploads/2023/06/image-scaled.jpg");
  /* Replace with your background image file */
  background-size: cover;
  /* Make sure the image covers the entire section */
  background-position: center;
  /* Center the image */
  background-attachment: fixed;
  /* Optional: makes the background stay fixed when scrolling */
  background-repeat: no-repeat;
}

.benefits-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.benefits-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.benefit-item {
  background-color: #ffffff;
  /* Light background for each card */
  color: #333333;
  /* Dark text color */
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 200px;
  height: 350px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
  opacity: 0;
  /* Initially hidden */
  transform: translateY(20px);
  /* Initial position for animation */
  animation: fadeInUp 0.8s ease-out forwards;
  /* Apply animation */

}

.benefit-item:hover {
  transform: translateY(-10px);
  /* Hover effect */
}

/* Staggered animation delays */
.benefit-item:nth-child(1) {
  animation-delay: 0.2s;
}

.benefit-item:nth-child(2) {
  animation-delay: 0.4s;
}

.benefit-item:nth-child(3) {
  animation-delay: 0.6s;
}

.benefit-item:nth-child(4) {
  animation-delay: 0.8s;
}

.benefit-icon {
  background-color: #ffaa17;
  /* Icon background color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.benefit-icon img {
  width: 30px;
  height: 30px;
}

.benefit-item h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}

.benefit-item p {
  font-size: 14px;
  line-height: 1.6;
}

/* Keyframes for the animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .benefits-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .benefit-item {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .benefits-container {
    flex-direction: column;
    align-items: center;
  }

  .benefit-item {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .benefits-section h2 {
    font-size: 22px;
  }

  .benefit-item h3 {
    font-size: 16px;
  }

  .benefit-item p {
    font-size: 13px;
  }
}

/*--------Ui/Ux Question/Answers----------------------*/
.info-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
}

.image-section {
  flex: 1;
  min-width: 300px;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-section {
  flex: 1;
  padding: 40px;
}

.content-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.question {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  color: #333;
}

.answer {
  display: none;
  padding: 10px 0;
  font-size: 16px;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
  }

  .content-section {
    padding: 20px;
  }
}

/*--------Develop Business---- Team Section ---------------*/
.team-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: white;
}

.content-container {
  max-width: 600px;
}

.tag {
  display: inline-block;
  background-color: #ffaa17;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}

.team-section h2 {
  font-size: 28px;
  margin: 10px 0;
  color: #333;
  text-align: left;
}

p {
  color: #777;
  font-size: 16px;
}

.features {
  display: flex;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  text-align: center;
}

.feature-item img {
  width: 40px;
  margin-bottom: 10px;
}

.feature-item h3 {
  font-size: 18px;
  color: #333;
}

.creativity-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 300px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.creativity-box img {
  width: 40px;
  margin-bottom: 10px;
}

.creativity-box h4 {
  font-size: 16px;
  color: #333;
}

.creativity-box p {
  font-size: 14px;
  color: #555;
}

.rating span {
  color: #ffaa17;
  font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .team-section {
      padding: 20px; /* Reduced padding for mobile */
      flex-direction: column; /* Stack elements vertically */
  }

  .content-container {
      margin-bottom: 20px; /* Spacing below content container */
  }

  .features {
      flex-direction: column; /* Stack features vertically */
  }

  .feature-item {
      margin-right: 0; /* Remove right margin for stacking */
      margin-bottom: 20px;
      flex-direction: column; /* Add space between items */
  }

  .feature-item img {
      width: 30px; /* Smaller icon size for mobile */
  }

  .team-section h2 {
      font-size: 24px; /* Reduced font size for mobile */
  }

  p {
      font-size: 14px; /* Reduced paragraph font size */
  }
}

@media (max-width: 480px) {
  .team-section h2 {
      font-size: 20px; /* Further reduced font size for small screens */
  }

  p {
      font-size: 12px; /* Further reduced paragraph font size */
  }

  .creativity-box h4 {
      font-size: 14px; /* Smaller heading size */
  }

  .creativity-box p {
      font-size: 12px; /* Smaller paragraph size */
  }

  .rating span {
      font-size: 18px; /* Adjusted rating font size */
  }
  .creativity-box{
    margin-left: 300px;
    flex-direction: column;
  }
}

/*---------Why Choose Easy Grow Tech?--------------------------------*/
.why-choose-section {
  color: white;
  padding: 60px 20px;
  /* Padding for the section */
  background-color: #000;
  /* Matches the background from the image */
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  /* Aligning heading to the left */
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* Space between feature items */
}

.feature-itemy {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: #333333;
  /* Slightly darker background for feature items */
  border-radius: 8px;
  /* Rounded corners */
}

.icon {
  margin-right: 15px;
  /* Space between the icon and text */
}

.icon img {
  width: 28px;
  height: 28px;
  /* Size of the icon */
}

.feature-text h3 {
  font-size: 20px;
  margin: 0 0 8px 0;
  color: #ffaa17;
  /* Highlighted color for heading */
}

.feature-text p {
  margin: 0;
  color: #b0b3c0;
  /* Lighter color for paragraph text */
  font-size: 14px;
}

/* Responsive Design */

/* Tablet devices (width between 600px and 1024px) */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr;
    /* Stacked layout for tablets */
    gap: 20px;
  }

  h2 {
    font-size: 32px;
  }

  .feature-itemy {
    padding: 15px;
  }
}

/* Mobile devices (width up to 600px) */
@media (max-width: 600px) {
  .why-choose-section {
    padding: 40px 15px;
    /* Reduced padding for mobile */
  }

  h2 {
    font-size: 28px;
    text-align: center;
    /* Center-align heading for mobile */
  }

  .features-grid {
    grid-template-columns: 1fr;
    /* Single column layout for small screens */
    gap: 15px;
  }

  .feature-itemy {
    flex-direction: column;
    /* Vertical stacking of icon and text */
    align-items: center;
    /* Center-align on small screens */
    text-align: center;
    /* Center the text */
  }

  .icon {
    margin: 0 0 10px 0;
    /* Margin adjustment for mobile view */
  }

  .feature-text h3 {
    font-size: 18px;
  }

  .feature-text p {
    font-size: 13px;
  }
}

/*---------Stats Section------------------*/
/* Stats Section */
.stats-section {
  background-color: #0a0e27;
  /* Dark background color */
  margin-top: 30px;
  text-align: center;
}

.stats-background {
  background-image: url('background-image.png');
  /* Replace with your background image URL */
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.stats-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  color: white;
  text-align: center;
  margin: 15px;
}

.stat-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.stat-item h3 {
  font-size: 24px;
  margin: 5px 0;
}

.stat-item p {
  font-size: 14px;
  color: #b0b3c0;
}

/* Contact Section */
.contact-section {
  background-color: #000000;
  padding: 40px 20px;
  text-align: Right;
}

.contact-content {
  max-width: 800px;
  margin: 0 auto;
}

.contact-content h2 {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.contact-btn {
  background: linear-gradient(90deg, #ffaa17, #ff8c00);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: right;
  justify-content: right;

}

.contact-btn:hover {
  background: linear-gradient(90deg, #ff8c00);
}

/* Responsive Design */

/* Tablet devices (width between 600px and 1024px) */
@media (max-width: 1024px) {
  .stats-grid {
    flex-direction: column;
    align-items: center;
  }

  .stat-item {
    margin: 10px 0;
  }

  .contact-content h2 {
    font-size: 22px;
  }

  .contact-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
}

/* Mobile devices (width up to 600px) */
@media (max-width: 600px) {
  .stats-grid {
    flex-direction: column;
    align-items: center;
  }

  .stat-item img {
    width: 40px;
    height: 40px;
  }

  .stat-item h3 {
    font-size: 20px;
  }

  .stat-item p {
    font-size: 12px;
  }

  .contact-content h2 {
    font-size: 18px;
  }

  .contact-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/*--------------*/
.benefits-img-section {
  text-align: center;
  padding: 40px 20px;
  background-image: url("https://highbizz.co/wp-content/uploads/2023/06/representation-user-experience-interface-design-scaled.jpg");
  /* Replace with your background image file */
  background-size: cover;
  /* Make sure the image covers the entire section */
  background-position: center;
  /* Center the image */
  background-attachment: fixed;
  /* Optional: makes the background stay fixed when scrolling */
  background-repeat: no-repeat;
}

/*---------------*/

.benefits-img-img-section {
  text-align: center;
  padding: 40px 20px;
  background-image: url("https://highbizz.co/wp-content/uploads/2023/07/bitcoin-and-cryptocurrency-stock-market-exchange-c-2022-12-16-10-00-07-utc-scaled.jpg");
  /* Replace with your background image file */
  background-size: cover;
  /* Make sure the image covers the entire section */
  background-position: center;
  /* Center the image */
  background-attachment: fixed;
  /* Optional: makes the background stay fixed when scrolling */
  background-repeat: no-repeat;
}

.benefits-img-img-img-section {
  text-align: center;
  padding: 40px 20px;
  background-image: url("https://highbizz.co/wp-content/uploads/2023/07/image-4.png");
  /* Replace with your background image file */
  background-size: cover;
  /* Make sure the image covers the entire section */
  background-position: center;
  /* Center the image */
  background-attachment: fixed;
  /* Optional: makes the background stay fixed when scrolling */
  background-repeat: no-repeat;
}

/*-------------Conatct US----------------*/
.mycontact-section {
  padding: 50px;
  background-color: #fff;
  text-align: center;
}

.mycontact-section h1 {
  text-align: center;
  color: #000;
  margin-left: 350px;
  margin-right: 350px;
}

.mycontact-section p {
  text-align: center;
  color: #666;
  margin-left: 350px;
  margin-right: 350px;
  font-size: 15px;
}
/*
.mycontact-section {
  text-align: center;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}

.mycontact-section h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  justify-content: center;
  margin-left: 350px;
  margin-right: 350px;
}

.mycontact-section p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
  margin-left: 350px;
  margin-right: 350px;
}
*/
.contact-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #fff;
}

.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  width: 300px;
  padding: 20px;
  margin-left: 120px;
  margin-right: 120px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  
}

.card .icon {
  margin-bottom: 15px;
}

.card img {
  width: 40px;
  height: 40px;
}

.card h2 {
  font-size: 1.5em;
  color: #000;
  margin: 10px 0;
}

.card p {
  font-size: 1em;
  color: #777;
}

@media (max-width: 768px) {
  .mycontact-section {
    padding: 20px 10px; /* Reduce padding for better fit on small screens */
  }

  .mycontact-section h1,
  .mycontact-section p {
    margin: 5px; /* Reduce margins for better spacing on mobile */
  }
}

/*------help section-----------*/
.help-section {
  display: flex;
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  gap: 30px;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
  justify-content: center;
  text-align: center;
}

.help-text {
  max-width: 300px;
  border-left: 4px solid #ffaa17;
  padding-left: 15px;
  flex: 1;
}

.help-text h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #000;
}

.help-text p {
  font-size: 1em;
  color: #555;
}

.contact-form {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  flex: 1;
}

.contact-form h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #000;
}

.contact-form p {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

input[type="text"], 
input[type="email"], 
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

textarea {
  resize: none;
}

.submit-btn {
  background: linear-gradient(to right, #ffaa17, #ffaa17);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: linear-gradient(to right, #ffaa17, #ffaa17 );
}

/* Responsive Design */

/* For tablets (screen width up to 768px) */
@media (max-width: 768px) {
  .help-section {
      flex-direction: column; /* Stack items vertically */
      align-items: center;
  }

  .help-text, .contact-form {
      max-width: 100%; /* Make both sections full-width */
      text-align: center; /* Center text for better alignment */
  }

  .help-text {
      border-left: none; /* Remove left border for a cleaner look */
  }
}

/* For mobile devices (screen width up to 480px) */
@media (max-width: 480px) {
  .help-section {
      padding: 20px; /* Reduce padding on smaller screens */
  }

  .contact-form h3 {
      font-size: 1.2em; /* Slightly reduce font size for better fit */
  }

  .contact-form p, 
  .help-text p {
      font-size: 0.9em; /* Adjust font size for readability */
  }

  .submit-btn {
      padding: 10px 15px; /* Adjust button size */
  }
}




/* Subscribe section */
.subscribe-section {
  background-image: url('https://highbizz.co/wp-content/uploads/2020/12/social-media-marketing.jpg'); /* Replace with your background image URL */
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 1500px;
  padding: 50px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.email-section{
padding-top: 150px;
width: 1500px;
background-color: #fff;
}

.subscribe-section h2 {
  margin-left: 400px;
 
  font-size: 24px;
  text-align: center;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin-left: 400px;
}

.subscribe-form input[type="email"] {
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
}

.subscribe-form button {
  padding: 10px;
  background-color: #ffaa17;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.subscribe-form button:hover {
  background-color: #ffaa17;
}

/* Responsive design */
@media (min-width: 600px) {
  .subscribe-section h2 {
      font-size: 28px;
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }
}

@media (min-width: 900px) {
  .subscribe-section {
      flex-direction: row;
      justify-content: space-between;
  }

  .subscribe-form {
      flex-direction: row;
      align-items: center;
  }

  .subscribe-form input[type="email"] {
      margin: 0;
      margin-right: 10px;
      flex: 1;
  }
}

/*---Footer-------*/
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  height: auto;
}

.footer-container {
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  width: 22%;
  margin-bottom: 20px;
  height: 350px;
}

.logo-column {
  max-width: 250px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.social-links img {
  width: 25px;
  height: 25px;
}


.footer-column h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  color: #fff;
}

.footer-column ul li, .footer-column p {
  font-size: 18px;
  color: #ffffff!important;
  text-decoration: none;
  margin-bottom: 10px;
}



.footer-column ul {
  list-style: none;
}

.footer-column li a {
  color: #fff!important;
}

.footer-column ul li a:hover {
  color: #ffaa17;
}

.discover-more {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #ffaa17;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #444;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      width: auto;
      margin-left: 20PX;
  }

  .footer-column {
             text-align: center;
      overflow: hidden;
      flex-direction: column;
      justify-content: center;
      width: auto;
  }
}

.nav-link{
  color: #fff!important;
}
.dropdown-menu{
  padding-left: 20px!important;
  width: auto;
}
.navbar{
  width: auto!important;
  margin-top: -10px!important;
  
}
