/* Compact Header Toggle - SCSS Version */
.industryBanner {
  background-image: url("../images/oil-industry/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 90px);
}
@media (max-width: 768px) {
  .industryBanner {
    padding: 50px 0;
    min-height: auto;
    background-position: left;
  }
}
.industryBanner .bannerHead {
  max-width: 570px;
}
.industryBanner .bannerHead h1 {
  font-size: 45px;
  line-height: 55px;
}
@media screen and (max-width: 991px) {
  .industryBanner .bannerHead h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .industryBanner .bannerHead h1 {
    font-size: 26px;
  }
}
.industryBanner .bannerHeadingMain {
  gap: 18px 40px;
  max-width: 500px;
}
@media (max-width: 540px) {
  .industryBanner .bannerHeadingMain {
    gap: 15px;
  }
}
.industryBanner .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 540px) {
  .industryBanner .bannerHeadingMain .bannerHeadingContent {
    flex: 0 0 100%;
  }
}

.customSolutions {
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .customSolutions {
    padding: 40px 0px;
  }
}
.customSolutions .heading {
  max-width: 787px;
  text-align: center;
}
@media (max-width: 768px) {
  .customSolutions .heading {
    text-align: left;
  }
}
.customSolutions .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.customSolutions .customCard {
  background: #1a2944;
  border: 1px solid #1d293d;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (max-width: 768px) {
  .customSolutions .customCard {
    flex-direction: column;
    padding: 15px;
  }
}
.customSolutions .customCard .customCardHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}
.customSolutions .customCard .customCardHeader .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.customSolutions .customCard .customCardHeader .icon img {
  width: 24px;
}
.customSolutions .customCard .customCardHeader h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.customSolutions .customCard p {
  color: #fff;
}

.integrateBusiness {
  background-image: url("../images/oil-industry/cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
@media (max-width: 769px) {
  .integrateBusiness {
    padding: 40px 0px;
  }
}
.integrateBusiness .integrateContent {
  text-align: center;
}
.integrateBusiness .integrateContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}
.integrateBusiness .integrateContent p {
  padding: 14px 0px 30px;
}

.servicesIndustry {
  background-color: #0a1628;
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .servicesIndustry {
    padding: 40px 0px;
  }
}
.servicesIndustry .heading {
  max-width: 787px;
  text-align: center;
}
@media (max-width: 768px) {
  .servicesIndustry .heading {
    text-align: left;
  }
}
.servicesIndustry .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.servicesIndustry .industryCard {
  background: linear-gradient(135deg, #0f172b 0%, #1d293d 100%);
  border: 1px solid #314158;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .servicesIndustry .industryCard {
    padding: 15px;
  }
}
.servicesIndustry .industryCard .industryContent {
  display: flex;
  align-items: center;
  gap: 12px;
}
.servicesIndustry .industryCard .industryContent .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.servicesIndustry .industryCard .industryContent .icon img {
  width: 24px;
}
.servicesIndustry .industryCard .industryContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.servicesIndustry .industryCard .industryContent h3 a {
  color: #fff;
  text-decoration: underline;
}
.servicesIndustry .industryCard .industryContent h3 a:hover {
  color: #007bff;
}
.servicesIndustry .industryCard p {
  color: #fff;
}

.integrateApplications {
  background-color: #0a1628;
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .integrateApplications {
    padding: 40px 0px;
  }
}
.integrateApplications .heading {
  max-width: 898px;
  text-align: center;
}
@media (max-width: 768px) {
  .integrateApplications .heading {
    text-align: left;
  }
}
.integrateApplications .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.integrateApplications .integrateCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 32px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .integrateApplications .integrateCard {
    align-items: flex-start;
    text-align: left;
  }
}
.integrateApplications .integrateCard .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.integrateApplications .integrateCard .icon img {
  width: 24px;
}
.integrateApplications .integrateCard .integrateContent {
  padding-top: 16px;
}
.integrateApplications .integrateCard .integrateContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 5px;
}
.integrateApplications .integrateCard .integrateContent p {
  color: #000000;
}

.operationalImpact {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .operationalImpact {
    padding: 40px 0px;
  }
}
.operationalImpact .cardForm .step-pill {
  font-size: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #0b1220;
}
.operationalImpact .cardForm .btn-light {
  color: #000000;
  border: 1px solid #e0e0e0;
}
.operationalImpact .cardForm .btn-light[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.operationalImpact .cardForm .btn-primary {
  color: #fff !important;
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  padding: 5px 33px;
  font-size: 15px;
  border-radius: 8px;
}
.operationalImpact .cardForm .step-card {
  max-width: 760px;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.operationalImpact .cardForm .skip-btn {
  color: #111827;
  text-decoration: underline;
}
.operationalImpact .cardForm .question {
  font-size: 22px;
  line-height: 1.3;
}
.operationalImpact .cardForm .option-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.operationalImpact .cardForm .option-card input {
  display: none;
}
.operationalImpact .cardForm .option-card span {
  font-size: 16px;
  color: #0b1220;
}
.operationalImpact .cardForm .option-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.05);
}
.operationalImpact .cardForm .option-card:has(input:checked) {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.1);
}
.operationalImpact .cardForm .option-card:has(input:checked) span {
  color: #1d4ed8;
  font-weight: 600;
}
.operationalImpact .cardForm .other-input {
  border: 0;
  border-bottom: 2px solid #0b1220;
  border-radius: 0;
}
.operationalImpact .cardForm .other-input:disabled {
  border-bottom-color: #cbd5e1;
}
.operationalImpact .cardForm .other-input:focus {
  box-shadow: none;
  border-color: #1d4ed8;
}
.operationalImpact .cardForm .progress-bar {
  background-color: #1d4ed8;
}
@media (max-width: 520px) {
  .operationalImpact .cardForm .question {
    font-size: 20px;
  }
}
.operationalImpact .cardForm .openPopupBtn {
  color: #fff !important;
  background-color: #1d4ed8;
  opacity: 1 !important;
}
.operationalImpact .whyChooseForm {
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: #162f65;
}
@media (max-width: 769px) {
  .operationalImpact .whyChooseForm {
    display: none;
  }
}
@media (max-width: 576px) {
  .operationalImpact .whyChooseForm {
    padding: 20px;
  }
}
.operationalImpact .whyChooseForm .row {
  margin-right: -8px;
  margin-left: -8px;
}
.operationalImpact .whyChooseForm .row > div {
  padding: 0 8px;
}
.operationalImpact .whyChooseForm h3 {
  font-size: 28px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  margin-bottom: 15px;
}
.operationalImpact .whyChooseForm .contactForm {
  margin-bottom: 25px;
  position: relative;
}
.operationalImpact .whyChooseForm .contactForm label.error {
  color: #ff6b6b;
  font-size: 12px;
  position: absolute;
  top: 100%;
}
.operationalImpact .whyChooseForm .contactForm .form-control {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 17px 12px;
  font-size: 14px;
  color: #fff;
  height: auto;
  border: none;
}
.operationalImpact .whyChooseForm .contactForm .form-control::placeholder {
  color: rgba(204, 204, 204, 0.6980392157);
}
.operationalImpact .whyChooseForm .contactForm .form-control:focus {
  border-color: #007bff;
  box-shadow: none;
}
.operationalImpact .whyChooseForm .contactForm.phoneNumber {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.operationalImpact .whyChooseForm .contactForm.phoneNumber span {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.operationalImpact .whyChooseForm .contactForm.phoneNumber .form-control {
  background: transparent;
}
.operationalImpact .whyChooseForm .contactForm select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.operationalImpact .whyChooseForm .contactForm select.form-control option {
  background: #1a2744;
  color: #fff;
  padding: 10px;
}
.operationalImpact .whyChooseForm .contactForm textarea.form-control {
  min-height: 120px;
  resize: none;
}
.operationalImpact .whyChooseForm .contactForm .btn.siteBtn {
  width: 100%;
  background: #007bff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-family: "RedHatDisplay-Bold";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.operationalImpact .whyChooseForm .contactForm .btn.siteBtn:hover {
  background: #0062cc;
}

.experimentsDeliveries {
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .experimentsDeliveries {
    padding: 40px 0px;
  }
}
.experimentsDeliveries .heading {
  max-width: 787px;
  text-align: center;
}
.experimentsDeliveries .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.experimentsDeliveries .experimentsCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 768px) {
  .experimentsDeliveries .experimentsCard {
    padding: 15px;
  }
}
.experimentsDeliveries .experimentsCard .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.experimentsDeliveries .experimentsCard .icon img {
  width: 24px;
}
.experimentsDeliveries .experimentsCard .experimentsContent {
  padding-top: 16px;
}
.experimentsDeliveries .experimentsCard .experimentsContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 5px;
}
.experimentsDeliveries .experimentsCard .experimentsContent p {
  color: #000000;
}
.experimentsDeliveries .experimentsCard .experimentsContent .customBtn {
  border: 1px solid rgba(43, 127, 255, 0.3019607843);
  margin-top: 24px;
  font-family: "RedHatDisplay-Regular";
  border-radius: 8px;
  color: #155dfc !important;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
}

.tech {
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .tech {
    padding: 40px 0px;
  }
}
.tech .heading {
  max-width: 787px;
  text-align: center;
}
.tech .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.tech .techWrapper {
  height: 100%;
  background: rgba(15, 23, 43, 0.6);
  border: 1px solid rgba(49, 65, 88, 0.5019607843);
  border-radius: 14px;
  padding: 25px;
}
.tech .techWrapper h3 {
  color: #51a2ff;
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 16px;
}
.tech .techWrapper .techNames {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  cursor: default;
}
.tech .techWrapper .techNames li {
  background: rgba(29, 41, 61, 0.8);
  border: 1px solid rgba(49, 65, 88, 0.5019607843);
  border-radius: 33px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #d1d5dc;
  transition: all 0.2s ease;
}
.tech .techWrapper .techNames li:hover {
  border-color: #007bff;
  color: #007bff;
  transform: scale(1.05);
}

.chooseIntelligence {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .chooseIntelligence {
    padding: 40px 0px;
  }
}
.chooseIntelligence .heading {
  max-width: 787px;
  text-align: center;
}
.chooseIntelligence .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.chooseIntelligence .chooseCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .chooseIntelligence .chooseCard {
    padding: 15px;
  }
}
.chooseIntelligence .chooseCard .chooseContent {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.chooseIntelligence .chooseCard .chooseContent .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.chooseIntelligence .chooseCard .chooseContent .icon img {
  width: 24px;
}
.chooseIntelligence .chooseCard .chooseContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
}
.chooseIntelligence .chooseCard p {
  color: #000000;
}

.intelligenceBusiness {
  background-image: url("../images/oil-industry/cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
@media (max-width: 769px) {
  .intelligenceBusiness {
    padding: 40px 0px;
  }
}
.intelligenceBusiness .intelligenceContent {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.intelligenceBusiness .intelligenceContent h2 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
}
.intelligenceBusiness .intelligenceContent .demoCard {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 769px) {
  .intelligenceBusiness .intelligenceContent .demoCard {
    margin-top: 20px;
  }
}
@media (max-width: 410px) {
  .intelligenceBusiness .intelligenceContent .demoCard {
    flex-wrap: wrap;
  }
}
.intelligenceBusiness .intelligenceContent .demoCard .primaryBtn {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 28px;
  padding: 10px 20px;
}
@media (max-width: 769px) {
  .intelligenceBusiness .intelligenceContent .demoCard .primaryBtn {
    font-size: 14px;
  }
}

/*# sourceMappingURL=ai-in-oil-and-gas.css.map */
