/* common-section */
.mb-8 {
  margin-bottom: 32px;
}

.fs-13 {
  font-size: 52px;
}

.sec-text-clr {
  color: #d9e6e8;
}
.pt-12 {
  padding-top: 48px;
}
.gap-6 {
  gap: 24px;
}
.p-top-4 {
  padding-top: 16px;
}
.p-32 {
  padding: 32px;
}

.small-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111827;
}

.learn-more-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background: #000;
  border-radius: 50px;
  color: white;
  padding: 16px 30px;
  text-align: center;
}

.contact-us-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid gray;
  color: black;
  padding: 16px 30px;
  text-align: center;
}

.bg-primary-1 {
  background-color: #ebf2f3;
}
/* hero section */

.hero-section .banner-bg {
  background-position: bottom;
  height: calc(100vh - 94px);
  padding: 150px 0 0 0;
}

.hero-section .head-text {
  width: 618px;
}
.hero-bottom-section {
  padding: 48px 16px 150px 16px;
}

.hero-bottom-section .grid-section {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 24px;
  width: 320px;
}

.hero-bottom-section .grid-section p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* our services css */
.our-services {
  padding: 0px 112px 150px;
}

.our-services h4,
.value-added-sols h4,
.technology-section h4 {
  color: #44858f;
  font-weight: 600;
  line-height: 20px;
}

.our-services h2,
.value-added-sols h2,
.market-updates h2 {
  padding-top: 24px;
  padding-bottom: 32px;
  color: #111827;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
}
.our-services h2 {
  padding-bottom: 64px;
}

.services-grid-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding-bottom: 64px;
  margin: 0 auto;
  max-width: max-content;
}
.services-grid-section .first-section,
.services-grid-section .second-section,
.services-grid-section .third-section,
.services-grid-section .forth-section {
  max-width: 480px;
}

.services-grid-section > div img {
  height: 280px;
}

.service-grid-desc {
  background-color: #f5f9f9;
  height: calc(100% - 280px);
}

.service-grid-desc-p {
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.services-title {
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
}

/* value added solutions css */
.value-added-sols {
  padding: 0 112px;
}
.value-added-sols h2 {
  max-width: 624px;
  padding-bottom: 64px;
}
.value-added-sols .value-added-sol-desc {
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #374151;
}
.value-added-parts {
  padding-bottom: 64px;
}
.value-added-parts .services-title {
  padding-top: 32px;
}

/* collaborate section css */
.collaborate-section {
  background-color: #f9fafb;
  margin: 150px 0;
}
.collaborate-section .primary-section {
  padding: 100px 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collaborate-section .primary-section p {
  padding-bottom: 64px;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  max-width: 630px;
}
.partner-images {
  display: flex;
  gap: 64px;
  overflow-x: scroll;
}


.partner-images::-webkit-scrollbar {
  display: none;
}

/* market updates css*/
.market-updates {
  padding: 0 112px;
}
.market-updates h4 {
  color: #44858f;
}
.market-update-card {
  background-color: #f5f9f9;
  padding: 32px 40px;
  height: fit-content;
  max-width: 480px;
  margin-left: -140px;
}
.market-update-card img {
  margin-right: 12px;
}

.market-update-card button {
  background-color: transparent;
  border: none;
}
.market-update-card .read-full-article {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #111827;
}

/* technology section css */
.technology-section {
  padding: 150px 112px;
}

.technology-section .first-section {
  background-color: #ebf2f3;
  padding: 48px 64px;
  display: flex;
  gap: 100px;
}
.technology-section h2 {
  padding: 24px 0 32px;
  letter-spacing: -0.02em;
}

.technology-section .second-section {
  background-color: #ebf2f3;
  padding: 48px 64px;
  display: flex;
  gap: 100px;
  border: 1px solid red;
}

.technology-section .web-service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-technology {
  padding-top: 24px;
}
.our-technology .services-title {
  padding-top: 32px;
}
.our-technology div {
  width: 100%;
}
.our-technology .services-title {
  padding-top: 32px;
}
.technology-section .tech-btns {
  gap: 12px;
}
.our-technology div {
  padding: 32px 24px;
}

.technology-section .first-section .tech-image {
  width: 40%;
}

/* integration section */

.integrations-section {
  padding: 182px 112px;
  background-color: #005d69;
  clip-path: polygon(
    37% 0,
    68% 4%,
    100% 0,
    100% 96%,
    70% 100%,
    30% 97%,
    0 100%,
    0% 5%
  );
}
.integrations-section .upper-section {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.integrations-section h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 64px;
  font-size: 40px;
  max-width: 624px;
}

.integrations-section h4 {
  color: #b2cdd0;
  line-height: 20px;
  letter-spacing: 1px;
}

.icon-card {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 6px;
}

.icon-card img {
  max-width: 100%;
  max-height: 100%;
}

.contactus-card-section {
  width: 800px;
  background-color: #008993;
  margin-top: 150px;
  padding: 64px 48px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactus-card-section h4 {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 572px;
}
.contact-us-today-btn {
  background: #ffed50;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid #ffed50;
  color: black;
  padding: 16px 30px;
}
.integration-grid-section {
  display: none;
}
.integration-grid-section .grid-second-section div {
  max-width: fit-content;
}

@media only screen and (max-width: 1201px) {
  .technology-section .first-section {
    justify-content: space-between;
    gap: 20px;
  }
  .technology-section .first-section .tech-image {
    width: 50%;
  }
  .technology-section .tech-btns {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .hero-section .head-text h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .main-wrapper {
    padding-top: 64px;
  }
  .hero-section .banner-bg {
    height: calc(100vh - 85px);
  }
  .value-added-parts {
    flex-wrap: wrap;
  }
  .value-added-parts div {
    width: 100%;
  }
  .our-technology {
    margin-top: 24px;
  }
  /* market updates css */
  .image-card-section {
    flex-direction: column;
    gap: 64px;
  }
  .market-update-card {
    margin: 0;
    padding: 40px 24px;
    min-width: 100%;
  }
  .market-updates .text-md {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-section .banner-bg {
    background-image: url("../images/mobile-hero-banner.png") !important;
    padding-top: 100px;
    height: 60vh;
  }
  .hero-section .banner-bg .head-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .hero-bottom-section {
    flex-wrap: wrap;
    padding: 48px 16px 148px 16px;
    gap: 32px;
  }
  .hero-bottom-section .grid-section {
    width: 100%;
  }

  /* small-screen - our services */
  .our-services {
    padding: 0px 16px 100px;
  }
  .our-services h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }

  .services-grid-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    max-width: 100%;
  }
  .services-grid-section .first-section,
  .services-grid-section .second-section,
  .services-grid-section .third-section,
  .services-grid-section .forth-section {
    max-width: 100%;
  }
  .services-grid-section > div img {
    width: 100%;
  }
  .services-grid-section .service-grid-desc {
    padding: 32px 24px;
  }
  .value-added-sols {
    padding: 0 16px;
  }

  .value-added-sols h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }

  /* small-screen - collaborating partners */
  .collaborate-section {
    margin: 100px 0;
  }

  .collaborate-section .primary-section {
    padding: 64px 0px;
  }
  .collaborate-section .primary-section p {
    padding: 0 16px 48px;
    font-size: 20px;
    line-height: 28px;
  }
  .collaborate-section img {
    height: 38px;
  }
  .collaborate-section .partner-images {
    width: max-content;
    gap: 32px;
    animation: scroll 10s linear infinite;
    overflow-x: visible;
  }
  .partner-imgs-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  /* Scrolling Animation */
  @keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
  }
  
  /* market updates css */
  .market-updates {
    padding: 0 16px;
    margin-bottom: 100px;
  }
  .market-updates h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .market-updates .image-card-section .market-tower-image {
    width: 295px;
  }

  /* technology section */
  .technology-section {
    padding: 100px 16px;
    background-color: #ebf2f3;
  }
  .technology-section .first-section {
    padding: 0 0 64px 0;
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
  .our-technology {
    flex-direction: column;
  }
  .our-technology {
    margin-top: 0;
    padding-top: 0;
  }
  .our-technology div {
    padding: 0 24px;
  }
  .mobile-tech-btns {
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    gap: 12px;
  }
  .mobile-tech-btns .outline-secondary img {
    display: none;
  }
  .technology-section h2 {
    letter-spacing: -0.02em;
  }
  

  /* .technology-text-container {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  } */

  .tech-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-section .first-section .tech-image {
    width: 295px;
  }

  /* small screen-integration section */
  .integrations-section {
    margin-top: 100px;
    padding: 113px 16px;
    clip-path: polygon(
      18% 0,
      65% 1%,
      100% 0,
      100% 99%,
      68% 100%,
      23% 99%,
      0 100%,
      0% 1%
    );
  }
  .integrations-section h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .contactus-card-section {
    margin-top: 100px;
    padding: 56px 12px;
    overflow: hidden;
  }
  .integrations-section .contactus-card-section h4 {
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 28px;
  }
  /*
  .integrations-section .contactus-card-section img {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  */
  .integrations-section .contactus-card-section .boxShadow1-img,
  .integrations-section .contactus-card-right-img {
    display: none;
  }

  .integrations-section .contactus-card-section .boxShadow1-img-mob{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .mobile-integration-grid-section,
  .mobile-integration-grid-section .first-section,
  .mobile-integration-grid-section .second-section,
  .mobile-integration-grid-section .third-section {
    gap: 6px;
  }
  .mobile-integration-grid-section img {
    height: 58px;
    width: 58px;
  }
  
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .market-updates .market-tower-image {
    width: 70%;
  }
  .market-update-card {
    /* padding: 20px 24px; */
  }
  .market-update-card {
    min-width: 480px;
  }
}

@media only screen and (max-width: 576px) {
  .services-grid-section > div img {
    height: 200px;
  }
  .service-grid-desc {
    height: calc(100% - 200px);
  }
}

@media (min-width: 1199px) and (max-width: 1249px){
.header-menu{
  gap: 20px !important;
}

  .header-menu .header-menu-item a{
    font-size: 14px;
  }

  .footer-menu ul{
    gap: 20px !important;
  }

  .footer-main-section li a{
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1078px){
  .header-menu{
  gap: 12px !important;
}

  .header-menu .header-menu-item a{
    font-size: 14px;
  }
  
}
