.servicesSectionHeader {
  background-image: url("../Images/services/serviceBgSec1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.servicesSectionHeader div {
  height: 80%;
  gap: 1rem;
}
.servicesHeaderText p:first-child {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.servicesHeaderText p:last-child {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

.servicesHeaderDescription {
  font-weight: 300;
  font-size: 22px;
  width: 1067px;
}

.mainAddarPan,
.mainBankGSIT,
.mainVoterPassport {
  background-image: url("../Images/services/serviceBgSec2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 930px;
  background-position: top;
}

.mainHeaderAddarPan,
.mainHeaderBankGSIT,
.mainHeaderVoterPassport {
  /* padding: 24px 80px; */
  height: 80%;
}

.headerAadhaar,
.headerPan,
.headerBank,
.headerGSIT,
.headerVoter,
.headerPassport {
  width: 100%;
}

.headerAadhaarImage {
  background-image: url("../Images/services/Aadhaarimg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 507px;
  height: 299px;
  box-shadow: -1px 5px 150px -10px #00aa6c8a;
  border-radius: 29px;
}
.headerPanImage {
  background-image: url("../Images/services/panImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 507px;
  height: 299px;
  box-shadow: -1px 5px 150px -10px #00aa6c8a;
  border-radius: 29px;
}
.headerBankImage {
  background-image: url("../Images/services/bankImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 503px;
  height: 422px;
  box-shadow: -1px 5px 150px -10px #00aa6c8a;
  border-radius: 29px;
}
.headerGSITImage {
  background-image: url("../Images/services/GISTImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 482px;
  height: 401px;
  box-shadow: -1px 5px 150px -10px #00aa6c8a;
  border-radius: 29px;
}
.headerVoterImage {
  background-image: url("../Images/services/bankImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 503px;
  height: 422px;
  box-shadow: -1px 5px 150px -10px #00aa6c8a;
  border-radius: 29px;
}
.headerPassportImage {
  background-image: url("../Images/services/GISTImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 482px;
  height: 401px;
  box-shadow: -1px 5px 150px -10px #00aa6c8a;
  border-radius: 29px;
}

.headerAadhaarText,
.headerPanText,
.headerBankText,
.headerGSITText,
.headerVoterText,
.headerPassportText {
  width: 445px;
}
.headerAadhaarText p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-align: start;
}
.headerAadhaarText p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-align: start;
}
.headerPanText p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-align: start;
}
.headerPanText p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-align: start;
}
.headerBankText p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-align: start;
}
.headerBankText p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-align: start;
}
.headerGSITText p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-align: start;
}
.headerGSITText p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-align: start;
}
.headerVoterText p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-align: start;
}
.headerVoterText p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-align: start;
}
.headerPassportText p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-align: start;
}
.headerPassportText p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #535353;
  text-align: start;
}
.mainKeyFeatures {
  background-image: url("../Images/services/mainServiceSec3.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1348px;
}
.keyFeaturesHeader {
  padding: 24px 80px;
  height: 100%;
}
.keyFeaturesText p:first-child {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}
.keyFeaturesText p:last-child {
  font-weight: 700;
  font-size: 36px;
  color: #01989b;
}

.mainServiceCard {
  gap: 50px 10px;
}

.serviceCard {
  width: 378px;
  height: 419px;
  border-radius: 25px;
  background: #ffffff;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-clip: padding-box;
  position: relative;
  /* border: 1px solid #01989B; */
}
.serviceCard::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* thickness of the border */
  border-radius: 25px;
  border-width: 1px;
  background: linear-gradient(180deg, #01989b 0%, #00aa6c 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.realTimeCard div:first-child {
  background-image: url("../Images/services/real-time.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 76px;
}
.apiIntegrationCard div:first-child {
  background-image: url("../Images/services/secure-api.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 76px;
}
.govComplianceCard div:first-child {
  background-image: url("../Images/services/compliance.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 76px;
}
.fraudDashboardCard div:first-child {
  background-image: url("../Images/services/dashboard.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 76px;
}
.detectionCard div:first-child {
  background-image: url("../Images/services/fraud-detection.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 76px;
}

.realTimeCard div:last-child p:first-child,
.apiIntegrationCard div:last-child p:first-child,
.govComplianceCard div:last-child p:first-child,
.dovCoverageCard div:last-child p:first-child,
.fraudDashboardCard div:last-child p:first-child,
.detectionCard div:last-child p:first-child {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #01989b;
  margin-bottom: 10px;
}
.realTimeCard div:last-child p:last-child,
.apiIntegrationCard div:last-child p:last-child,
.govComplianceCard div:last-child p:last-child,
.dovCoverageCard div:last-child p:last-child,
.fraudDashboardCard div:last-child p:last-child,
.detectionCard div:last-child p:last-child {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.mainFooterImg {
  background-image: url("../Images/services/footerImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 399px;
  width: 100%;
}

.mainFooterImg div {
  height: 100%;
}
.mainFooterImg div p {
  font-weight: 700;
  font-size: 38px;
  color: #ffffff;
}
.mainFooterImg div button {
  width: 223px;
  height: 56px;
  border-radius: 12px;
  opacity: 1;
  background: linear-gradient(89.79deg, #018147 2.82%, #008c9a 98%);
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

.servicesSectionHeader,
.mainsection2,
.mainKeyFeatures,
.mainFooterImg,
.mainAddarPan,
.mainBankGSIT,
.mainVoterPassport {
  width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 300px) {
  .servicesSectionHeader {
    background-image: url("../Images/services/mainServiceSec1Mob.png");
  }
  .servicesSectionHeader div {
    height: 60%;
    gap: 0.5rem;
  }
  .servicesHeaderText p:first-child {
    font-weight: 700;
    font-size: 24px;
  }
  .servicesHeaderText p:last-child {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
  }
  .servicesHeaderDescription {
    font-weight: 400;
    font-size: 16px;
    width: 90%;
  }
  .headerAadhaar,
  .headerPan,
  .headerBank,
  .headerGSIT,
  .headerVoter,
  .headerPassport {
    flex-direction: column;
    gap: 2rem;
  }
  .mainAddarPan,
  .mainBankGSIT,
  .mainVoterPassport {
    height: 100%;
  }
  .mainHeaderAddarPan,
  .mainHeaderBankGSIT,
  .mainHeaderVoterPassport {
    /* padding: 24px 80px; */
    height: auto;
    gap: 5rem;
  }
  .headerPan,
  .headerGSIT,
  .headerPassport {
    flex-direction: column-reverse;
  }

  .mainsection2 {
    gap: 5rem;
    height: 100%;
    padding-bottom: 25px;
  }
  .headerAadhaarImage,
  .headerPanImage,
  .headerBankImage,
  .headerGSITImage,
  .headerVoterImage,
  .headerPassportImage {
    width: 303px;
    height: 214px;
    box-shadow: 6px 7px 150px -50px #00aa6c8a;
  }
  .mainKeyFeatures {
    height: 100%;
  }
  .keyFeaturesHeader {
    padding: 24px;
    height: 100%;
    gap: 3rem;
  }
  .keyFeaturesText p:first-child,
  .keyFeaturesText p:last-child {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
  }
  .mainServiceCard {
    gap: 20px 10px;
  }
  .serviceCard {
    width: 260px;
    height: 280px;
    padding: 1rem;
  }
  .realTimeCard div:first-child,
  .apiIntegrationCard div:first-child,
  .govComplianceCard div:first-child,
  .fraudDashboardCard div:first-child,
  .detectionCard div:first-child {
    width: 34px;
    height: 34px;
  }

  .realTimeCard div:last-child p:first-child,
  .apiIntegrationCard div:last-child p:first-child,
  .govComplianceCard div:last-child p:first-child,
  .dovCoverageCard div:last-child p:first-child,
  .fraudDashboardCard div:last-child p:first-child,
  .detectionCard div:last-child p:first-child {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
  }
  .realTimeCard div:last-child p:last-child,
  .apiIntegrationCard div:last-child p:last-child,
  .govComplianceCard div:last-child p:last-child,
  .dovCoverageCard div:last-child p:last-child,
  .fraudDashboardCard div:last-child p:last-child,
  .detectionCard div:last-child p:last-child {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
  }
  .mainFooterImg {
    background-image: url("../Images/services/mainSeriveSec3Mob.png");
    height: 399px;
    width: 100%;
  }
  .mainFooterImg div p {
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
  }
  .mainFooterImg div button {
    width: 163px;
    height: 36px;
    font-size: 19px;
  }

  .headerAadhaarImage {
    background-image: url("../Images/services/aadaarMobImg.png");
  }

  .headerPanImage {
    background-image: url("../Images/services/panMobImg.png");
  }

  .headerBankImage {
    background-image: url("../Images/services/bankMobImg.png");
  }
  .headerGSITImage {
    background-image: url("../Images/services/GISTMobImg.png");
  }
  .headerVoterImage {
    background-image: url("../Images/services/voterMobImg.png");
  }
  .headerPassportImage {
    background-image: url("../Images/services/passportMobImg.png");
  }

  .headerAadhaarText,
  .headerPanText,
  .headerBankText,
  .headerGSITText,
  .headerVoterText,
  .headerPassportText {
    width: 100%;
    padding: 20px;
  }
  .servicesSectionHeader,
  .mainsection2,
  .mainKeyFeatures,
  .mainFooterImg {
    max-width: 1440px;
  }
}


