.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-4 p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 2.3 !important;
    color: var(--secondary-color);
}
.our_service {
    position: relative;
    height: 100vh !important;
}

/* =============================
   Responsive Footer Styling
============================= */
.footer-section {
  background-color: #f8f9fa;
  color: #212529;
  font-size: 0.95rem;
}

.footer-section h6 {
  font-weight: 600;
  font-size: 1rem;
}

.footer-logo img {
  max-width: 180px;
}

.footer-link {
  text-decoration: none;
  color: #6c757d;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease-in-out;
}

.footer-link:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.footer-social-link img {
  transition: transform 0.3s ease;
}

.footer-social-link:hover img {
  transform: scale(1.15);
}

.copy-right {
  font-size: 0.85rem;
}

/* Responsive Design Fixes */
@media (max-width: 767.98px) {
  .footer-section {
    text-align: center;
    padding-bottom: 2rem;
  }

  .footer-row {
    justify-content: center;
  }

  .footer-logo img {
    margin: 0 auto 10px;
  }

  .footer-section h6 {
    margin-top: 1rem;
  }

  .footer-section ul {
    padding-left: 0;
  }

  .copy-right {
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer-section {
    padding-top: 3rem;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 1px !important;
    padding-left: 1px !important;
    margin-right: auto;
    margin-left: auto;
}
.footer-section {
  width: 100%;
}


.consulting_child > h1,
.consulting_child > h2,
.consulting_child > h3,
.consulting_child > h4,
.consulting_child > h5,
.consulting_child > h6,
.consulting_child > p{
    color: #fff !important;
    text-align: center;
    line-height: 1.6 !important;
}
.consulting_child>h3{
  text-align: left !important;
}
.accordion-title{
    color: #fff !important;
}
.techTrendAbsolute > h1,
.techTrendAbsolute > h2,
.techTrendAbsolute > h3,
.techTrendAbsolute > h4,
.techTrendAbsolute > h5,
.techTrendAbsolute > h6,
.techTrendAbsolute > p{
    color: var(--secondary-color) !important;
    text-align: center;
}

/* ------------------- Tech Trends Section ------------------- */
.techTrendsSection {
  position: relative;
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.techTrendsBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.techTrendsContent {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.techTrendsTitle { font-size: 36px; color: var(--secondary-color); margin-bottom: 15px; }
.techTrendsSubtitle { font-size: 24px; margin-bottom: 10px; }
.techTrendsDescription { font-size: 16px; margin-bottom: 40px; color: #555; }

/* ------------------- Slider / Grid ------------------- */
.techTrendsSlider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 10px;
}

.techTrendsCard {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 350px;
  padding: 20px;
}

.techTrendsCardImg { position: relative; margin-bottom: 15px; }
.techTrendsCardImg img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; }
.techTrendsCardImg span {
  position: absolute; bottom: 10px; left: 10px;
  color: #fff; font-weight: 600; background: rgba(0,0,0,0.6);
  padding: 5px 0px; border-radius: 5px; font-size: 14px;
}
.techTrendsCard p { font-size: 14px; color: #333; margin-top: auto; }

/* ------------------- Tablet ------------------- */
@media (max-width: 1024px) and (min-width: 769px) {
  .techTrendsSlider { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .techTrendsTitle { font-size: 28px; }
  .techTrendsSubtitle { font-size: 20px; }
  .techTrendsDescription { font-size: 14px; }
  .techTrendsCard { min-height: 320px; }
  .techTrendsCardImg img { height: 160px; }
}

/* ------------------- Mobile Carousel (dots-only) ------------------- */
@media (max-width: 768px) {
  .techTrendsSlider {
    display: flex;
    overflow: hidden;
    position: relative;
  }

  .techTrendsCard {
    flex: 0 0 100%;
    max-width: 100%;
    transition: transform 0.5s ease;
    min-height: 300px;
  }

  .techTrendsCardImg img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }

  .techTrendsDots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }

  .techTrendsDot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #ccc; cursor: pointer;
  }

  .techTrendsDot.active {
    background: var(--secondary-color);
  }

  .techTrendsTitle { font-size: 24px; text-align: center !important;}
  .techTrendsSubtitle { font-size: 18px;  text-align: left !important;}
  .techTrendsDescription { font-size: 13px; color: var(--secondary-color) !important;  text-align:  left !important;}
  .service_absolute  h3, h4 {
    color: var(--secondary-color);
    text-align: center;
    font-weight: 500;
    font-size: 14px; 
    text-align: center !important;
    line-height: 1.6;
}
.whoWeText-p {
    color: #fff;
    font-size: 12px;
}

    .ourTeamText {
        top: 1%;
        bottom: 0;
        left: -22% !important;
        transform: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 1rem 1.5rem;
        text-align: center;
    }
    .ourTeamFigure figure:nth-of-type(1) {
    position: relative;
    overflow: hidden;
    /* display: none !important; */
}
.ourTeamFigure figure img {
    width: 100% !important;
    height: 108%;
    object-fit: fill !important;
    overflow: hidden;
    }
.pagination {
        flex-direction: row !important;
        gap: 12px;
    }
.ourServiceFigure-service h4{
        text-align: left !important;
        color: #fff !important;
    }
    .serviceCard figure {
        height: 80px !important;
    }
.footer-section p {
    margin-bottom: 0.5rem;
    padding: 10px;
}
.contactus {
    width: 100% !important;
}
.constactUsAbsolute{
    padding: 10px;
}
.my-5{
    display: none;
}
.iconStyle {
    background-color: var(--secondary-color);
    padding: 2px;
    border-radius: 8px;
    margin-left: 10px;
}
}

