/*--------------------AI CHATBOT HERO SECTION--------------------------*/
.second-offer .digi-btn {
  display: none;
}

.second-offer .intros__list .card::before {
  background: unset;
}

.meet-leaders-aside .meet-leaders-circle-wrap {
  display: none;
}

.second-offer .card {
  min-height: unset;
}

.second-offer .card p {
  font-size: 18px;
}

.second-offer .card h3 {
  font-size: 40px;
}

.second-offer .card p {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.second-offer .card {
  display: flex;
}

.second-offer .card .icon img {
  max-width: 115px;
  max-height: 115px;
}

.second-offer .card .contant-wrapper {
  margin-left: 60px;
}

.second-offer .card h3 {
  line-height: 40px;
}

.ai-chatbot-hero-section {
  background: url("/wp-content/themes/digimantra/asset/img/ai-chatbot-bg-2.png");
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 65px;
  /* padding-top: 100px; */
}

.ai-chatbot-hero-section .main-hero {
  position: relative;
  padding-bottom: 90px;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding-top: 100px;
}

.ai-chatbot-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.ai-chatbot-heading {
  font-size: 145.37px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2%;
}

.ai-chatbot-content .image2 {
  /* position: absolute; */
  /* bottom: 0; */
  max-width: 336px;
  margin-top: -110px;
  /* padding-top: 183px; */
}

.ai-chatbot-btm {
  display: flex;
  justify-content: space-between;
  margin-top: -180px;
  /* margin-left: 118px;
    margin-right: 67px; */
}

.ai-chatbot-btm-left h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 527px;
}

.ai-chatbot-btm-right p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ebebeb;
  margin-bottom: 28px;
  max-width: 486px;
}

.ai-chatbot-btm-right .digi-btn span {
  margin-left: 10px;
}

@media (max-width: 1400px) {
  .ai-chatbot-heading {
    font-size: 112px;
  }
}

@media (max-width: 1279px) {
  .ai-chatbot-hero-section {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  /* AI CHATBOT HERO SECTION */
  .ai-chatbot-heading {
    font-size: 68.74px;
  }

  /* .ai-chatbot-content .image2 {
        max-width: 178.57px;
        margin-top: -50px;
    } */
  .ai-chatbot-btm {
    margin-top: -100px;
  }

  .ai-chatbot-content .image2 {
    margin-top: -40px;
  }
}

/*--------------------AI CHATBOT HERO SECTION END--------------------------*/
/*-------------------------------------------------------------------------*/
/*--------------AI CHHATBOT COUNTER SECTION START--------------------------*/

/* WORKING GLOBALLY */
.ai-chatbot-counter {
  background-color: #030819;
}

.ai-chatbot-counter .digi-web-solutions-wrap {
  border-bottom: none;
}

/*-------------AI CHHATBOT COUNTER SECTION END---------------------*/
/*-----------------------------------------------------------------*/
/*--------------WHAT IF YOUR BUSINESS SECTION START----------------*/
.what-if-section {
  border-bottom: 1px solid var(--color-border);
  background-color: #030819;
}

.what-if-wrap {
  display: flex;
  padding-left: 117px;
  padding-right: 102px;
  gap: 46px;
  justify-content: space-between;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding-bottom: 133px;
}

.what-if-card {
  max-width: 921px;
}

.what-if-card h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  text-transform: uppercase;
}

.what-if-card p {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  color: #ebebeb;
  margin: 24px 0 40px 0;
}

.what-if-card .digi-btn {
  font-size: 16px;
}

.what-if-img img {
  max-width: 495px;
}

@media (max-width: 1200px) {
  .what-if-card h3 {
    font-size: 28px !important;
    line-height: 31px !important;
  }

  .what-if-card p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .what-if-img img {
    max-width: 495px;
    min-width: 261px;
    width: 100%;
  }

  .what-if-wrap {
    padding-block: 48px !important;
  }
}

/* --------------WHAT IF YOUR BUSINESS SECTION END-------------------- */
/*---------------------------------------------------------------------*/
/*-----------------------AI BOTS SECTION START-------------------------*/
.ai-bots-section {
  background: #030819;
  color: #fff;
  /* padding: 100px 60px; */
}

.ai-bots-sub-section {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding: 120px 116px 136px 116px;
}

.ai-bots-section .section-header {
  text-align: left;
  /* max-width: 800px; */
  margin-bottom: 60px;
}

.ai-bots-section .section-header h2 {
  font-size: 48px;
  /* color: #ffffff; */
  font-weight: 500;
  line-height: 58px;
  text-transform: uppercase;
}

.ai-bots-section .section-header p {
  margin-top: 28px;
}

.ai-bots-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 166px;
  /* flex-wrap: wrap; */
}

/* .ai-bots-image {
    flex: 1;
    text-align: center;
} */

.ai-bots-image img {
  /* width: 100%; */
  max-width: 495px;
  /* width: 495px; */
  min-width: 197px;
  border-radius: 15px;
  object-fit: contain;
}

.ai-bots-accordion {
  max-width: 761px;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-header {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  padding: 16px 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* .accordion-header::after {
    content: "";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
} */

.accordion-item.active .accordion-header {
  font-size: 40px;
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  /* padding: 0 0 15px 0; */
  color: #cccccc;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.accordion-item.active .accordion-content {
  display: block;
}

@media (max-width: 1200px) {
  .accordion-header {
    font-size: 16px;
    line-height: 19.11px;
  }

  .accordion-content {
    font-size: 16px;
    line-height: 19px;
  }

  .ai-bots-content {
    gap: 65px;
  }

  .ai-bots-image img {
    width: 100%;
  }

  .ai-bots-sub-section {
    padding-block: 48px;
  }

  .ai-bots-section .section-header h2 {
    font-size: 28px;
    line-height: 23.09px;
  }

  .ai-bots-section .section-header p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 11.15px;
  }

  .ai-bots-section .section-header {
    margin-bottom: 23.89px;
  }

  .accordion-item.active .accordion-header {
    font-size: 18px;
    line-height: 19.11px;
  }

  .accordion-item.active .accordion-content p {
    margin-bottom: 6.79px;
  }
}

/*-----------------------AI BOTS SECTION END-------------------------*/
/*-------------------------------------------------------------------*/
/*-----------------AI CHATBOT DEVELOPMENT SECTION START--------------*/
.ai-chatbot-dev-section {
  padding: 100px 20px;
  background-color: #040d2a;
}

.ai-chatbot-dev-heading {
  /* max-width: 1196px; */
  display: flex;
  justify-content: space-between;
}

.section-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 58px;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 24px;
  color: #cccccc;
  line-height: 34px;
  font-weight: 300;
  max-width: 1083px;
  margin-top: 20px;
}

.custom-arrows {
  align-self: end;
  display: flex;
  gap: 30px;
}

.custom-arrows .custom-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #adadad;
  cursor: pointer;
}

.custom-arrows .custom-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #adadad;
  cursor: pointer;
}

.progress-line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 56px auto 56px auto;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0%;
  background: #1f7fe7;
  border-radius: 2px;
}

.why-slider .card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  transition: transform 0.3s ease, background 0.3s ease;
  min-height: 400px;
  /* margin: 0 10px; */
  margin-right: 24px;
}

/* .why-slider .card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
} */

.card h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 12px;
}

.card p {
  color: #cccccc;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

@media (max-width: 1680px) {
  .card h3 {
    font-size: 20px;
  }

  .card p {
    font-size: 19px;
  }
}

@media (max-width: 1200px) {
  .section-title {
    font-size: 28px;
    line-height: 30px;
  }

  .section-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .card h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .card p {
    font-size: 14px;
    line-height: 16px;
  }

  .why-slider .card {
    min-height: 228px;
  }

  .ai-chatbot-dev-section {
    padding-block: 48px;
  }
}

@media (max-width: 1024px) {
  .why-slider .card {
    min-height: 324px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }

  .why-slider .card {
    margin: 0 5px;
    min-height: 228px;
  }

  .custom-arrows {
    display: none;
  }
}

/*-----------------AI CHATBOT DEVELOPMENT SECTION END--------------*/
/*-----------------------------------------------------------------*/
/*-----------------CHATBOT DEV SECTION START-----------------------*/

.chatbot-dev-offer {
  background-color: #040d2a;
  border-top: 1px solid #2c343c;
}

.chatbot-dev-container {
  display: flex;
  gap: 92px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.chatbot-dev-container .chatbot-dev-left {
  position: sticky;
}

.chatbot-dev-container .chatbot-dev-left .meet-leaders-aside {
  border-inline: none;
}

.chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
  padding-left: 0;
  padding-top: 120px;
}

.chatbot-dev-container .chatbot-dev-right {
  padding: 120px 0 120px 41px;
  border-left: 1px solid var(--color-border);
}

.chatbot-dev-container .chatbot-dev-right .card {
  display: flex;
  padding-block: 20px;
}

.meet-leaders-aside .digi-inline-btn {
  font-size: 12px;
}

.meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
  margin-top: 40px;
  margin-bottom: 45px;
}

@media (max-width: 1200px) {
  .second-offer h3 {
    font-size: 16px !important;
    line-height: 18.65px !important;
  }

  .second-offer p {
    font-size: 12px !important;
    line-height: 18.65px !important;
  }

  .chatbot-dev-container {
    gap: 68.09px;
  }

  .second-offer .card .icon img {
    width: 50px;
    height: 50px;
  }

  .chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
    padding-top: 48px;
  }

  .chatbot-dev-container .chatbot-dev-right {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .second-offer .card .contant-wrapper {
    margin-left: 17.62px;
  }
}

@media (max-width: 768px) {
  .meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .chatbot-dev-container .chatbot-dev-right {
    border-left: none;
    padding-left: 0;
  }

  .second-offer .card .contant-wrapper {
    margin-left: 18.02px;
  }

  .chatbot-dev-left .meet-leaders-aside .meet-leaders-heading-wrap {
    padding-bottom: 0;
  }
}

/*-----------------CHATBOT DEV SECTION END-----------------------*/
/*---------------------------------------------------------------*/
/*-------------------FAQ SECTION START---------------------------*/
.ai-chatbot-faq-section {
  background-color: #030819 !important;
}

.faq-section {
  background: rgba(8, 18, 28, 1);
  padding: 100px 80px;
}

.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-section .faq-icon {
  font-size: 16px;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.faq-section .faq-item.active .faq-icon {
  transform: rotate(0deg);
}

.faq-section .faq-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1680px;
  margin: auto;
  gap: 40px;
}

.faq-section .faq-left {
  flex: 1 1 35%;
}

.ai-chatbot-faq-left h2 {
  font-size: 48px !important;
  line-height: 58px;
  font-weight: 500;
  text-transform: uppercase;
}

.faq-section h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 58px;
  text-transform: uppercase;
  background: linear-gradient(
    100.61deg,
    #ffffff 30.32%,
    rgba(255, 255, 255, 0) 129.88%
  );
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 20px;
}

.faq-section p {
  font-size: 24px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 34px;
  color: #ccc;
  max-width: 1075.5px;
  margin-bottom: 40px;
}

.faq-section .ask-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #4db8ff;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 12px;
  text-decoration: none;
  width: fit-content;
  gap: 8px;
  text-transform: uppercase;
}

.faq-section .faq-left img {
  width: 100%;
  max-width: 421px;
  max-height: 530px;
  margin-top: 35px;
}

.faq-section .faq-right {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-section .faq-item {
  border-left: 1.5px solid #1a75db80;
  padding: 16px 0 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-section .faq-item.active {
  border-left: 1.5px solid #1a76db;
}

.faq-section .faq-question {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 34px;
}

.faq-section .faq-answer {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  color: #ccc;
  line-height: 24px;
  display: none;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.faq-section .faq-item.active .faq-answer {
  transform: translateY(0);
  display: block;
}

/* --- Responsive --- */

@media (max-width: 1279px) {
  .faq-section {
    padding: 32px 40px;
  }

  .faq-section .faq-container {
    flex-direction: column;
  }

  .faq-section .faq-container .faq-left .ask-btn {
    display: none;
  }

  .faq-section .faq-container .faq-left img {
    display: none;
  }
}

@media (max-width: 1024px) {
  .faq-section {
    padding: 32px 40px;
  }

  .faq-section .faq-container {
    gap: 56px;
  }

  .faq-section .faq-container .faq-left h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10.67px;
  }

  .faq-section .faq-container .faq-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .faq-section .faq-container .faq-right .faq-question {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .faq-section .faq-container .faq-right .faq-answer {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 40px 16px 64px 16px;
  }

  .faq-section .faq-container {
    gap: 48px;
  }

  .faq-section .faq-container .faq-left h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 22px;
  }

  .faq-section .faq-container .faq-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .faq-section .faq-container .faq-right .faq-question {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-section .faq-container .faq-right .faq-answer {
    line-height: 140%;
    font-weight: 300;
  }
}

/*---------------EXPLORE BOOKMARK SECTION---------------------*/
.digi-insights-section {
  padding-block: 50px;
}

.digi-insights-section {
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  padding-block: 0px;
  /* padding-top: 62.43px;
  padding-bottom: 108.5px; */
}

.side-border {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding-inline: 97px;
  padding-top: 62.7px;
  padding-bottom: 110px;
}

.top-border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.digi-insights-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.digi-insights-title {
  font-size: 26px;
  font-weight: 600;
}

.digi-view-all {
  font-size: 14px;
  text-decoration: none;
  color: #aaa;
  transition: color 0.3s;
}

.digi-view-all:hover {
  color: #fff;
}

/* Grid Layout */
.digi-insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.digi-insight-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  transition: transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.digi-insight-card:hover {
  transform: translateY(-5px);
}

.digi-insight-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-height: 400px;
}

.digi-insight-content {
  padding: 15px;
}

.digi-insight-category {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}

.digi-insight-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

/* Featured (middle) card spans 2 columns only on large screens */
.digi-insight-card.middle-card {
  grid-column: span 2;
}

.insight-wrapper {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 62.43px;
  padding-bottom: 108.5px;
}

.side-border {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.top-border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

/* Responsive breakpoints */

@media (max-width: 1680px) {
  .digi-insights-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .side-border {
    padding-inline: 32px;
  }
}

@media (min-width: 1240px) {
  .digi-insights-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1240px) {
  .digi-insights-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .digi-insight-card.middle-card {
    grid-column: span 1;
    /* fall back to normal */
  }

  .digi-insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .Explore-bookmark {
    padding-bottom: 0px;
  }

  .digi-insights-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .side-border {
    padding-inline: 25px;
  }
}

@media (max-width: 767px) {
  .digi-insights-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-border {
    padding-inline: 8px;
  }
}

@media (max-width: 600px) {
  .digi-insights-title {
    font-size: 20px;
  }

  .digi-insight-title {
    font-size: 14px;
  }

  .digi-insight-image {
    height: 160px;
  }

  .digi-insights-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 520px) {
  .digi-insights-grid:nth-of-type(1) {
    gap: 20px !important;
  }
}

.insights-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 81.43px 70px;
  /* border-top: 1px solid #0af;
      border-bottom: 1px solid #0af; */
  /* background: linear-gradient(to right, #0b0b0d, #000); */
}

.insights-title {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  max-width: 1162px;
  line-height: 100%;
}

.digi-insight-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*--------------------INDUSTRIES WE SERVE SECTION START----------------------*/
.Revolutionizing-industries {
  padding: 120px 0px 80px 0px;
  background-color: #02020d;
  text-align: center;
  border-top: 1px solid #2c343c;
}

.Revolutionizing-industries .Revolutionizing-industries-heading {
  max-width: 1253px;
  margin-bottom: 52px;
}

.Revolutionizing-industries .Revolutionizing-industries-heading h2 {
  text-align: left;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  max-width: 950px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.Revolutionizing-industries .Revolutionizing-industries-heading p {
  color: rgba(204, 204, 204, 1);
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: auto;
}

.Revolutionizing-industries .Revolutionizing-industries-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.Revolutionizing-industries .industry-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 543px;
  transition: transform 0.3s;
}

.Revolutionizing-industries .industry-card:hover {
  transform: translateY(-5px);
}

.Revolutionizing-industries .industry-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.Revolutionizing-industries .industry-card-img img {
  border-radius: 12px;
  border: 1px solid;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Description overlay (initially hidden below) */
.Revolutionizing-industries .industry-card-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* background: rgba(2, 2, 13, 0.85); */
  background: linear-gradient(
    179.88deg,
    rgba(0, 0, 0, 0) 0.1%,
    rgba(0, 0, 0, 0.660065) 74.95%,
    #000000 99.9%
  );
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  border-radius: 0 0 12px 12px;
  text-align: start;
}

/* On hover — slide text up and fade in */
.Revolutionizing-industries .industry-card:hover .industry-card-img p {
  transform: translateY(0);
  opacity: 1;
  text-align: left;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.5s ease;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content h4 {
  color: #030819;
}

.Revolutionizing-industries .industry-card-content {
  display: flex;
  padding: 22px 22px;
  justify-content: space-between;
  align-items: center;
  /* gap: 10px; */
  align-items: center;
  border: 0.5px solid #71767b;
  border-radius: 12px;
  min-height: 112px;
  background: #08121c;
  border-bottom: none;
}

.Revolutionizing-industries .industry-card-content h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.586px;
  margin: 0;
}

.Revolutionizing-industries .industry-card-content .digi-btn {
  display: none;
}

.Revolutionizing-industries
  .industry-card:hover
  .industry-card-content
  .digi-btn {
  display: block;
  background-color: #030819;
  width: 68px;
  height: 48px;
}

/* .Revolutionizing-industries .industry-card-content:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.5s ease;
} */

/* .Revolutionizing-industries .industry-card-content:hover h4 {
    color: #08121c;
} */

.Revolutionizing-industries .industry-card-content:hover p {
  color: #71767b;
}

@media (max-width: 1440px) {
  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    h4 {
    font-size: 24px;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .Revolutionizing-industries {
    padding: 60px 0px 80px 0px;
  }

  .Revolutionizing-industries .Revolutionizing-industries-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    h4 {
    font-size: 22px;
    line-height: 22px;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .Revolutionizing-industries {
    padding: 32px 0px;
  }

  .Revolutionizing-industries .Revolutionizing-industries-heading {
    margin-bottom: 26px;
    max-width: 688px;
  }

  .Revolutionizing-industries .Revolutionizing-industries-heading h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 11px;
    letter-spacing: 2px;
  }

  .Revolutionizing-industries .Revolutionizing-industries-heading p {
    font-size: 18px;
    line-height: 28px;
  }

  /* .Revolutionizing-industries .Revolutionizing-industries-cards {
        gap: 48px;
        grid-template-columns: repeat(1, 1fr);
    } */

  .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card {
    gap: 6px;
    border-radius: 4px;
    max-width: 100%;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content {
    padding: 22px 49px;
    border-radius: 12px;
    min-height: 105px;
    align-items: center;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .Revolutionizing-industries {
    padding: 32px 20px;
  }

  .Revolutionizing-industries .Revolutionizing-industries-heading h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 11px;
  }

  .Revolutionizing-industries .Revolutionizing-industries-heading p {
    font-size: 18px;
    line-height: 24px;
    /* max-width: 335px; */
  }

  .Revolutionizing-industries .Revolutionizing-industries-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14.81px;
  }

  .Revolutionizing-industries .industry-card-img img {
    width: 100%;
  }

  .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card {
    gap: 9px;
    max-width: 100%;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content {
    display: flex;
    padding: 12px 12px;
    min-height: 72px;
    align-items: center;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    h4 {
    font-size: 14px;
    line-height: 140%;
  }

  .Revolutionizing-industries
    .Revolutionizing-industries-cards
    .industry-card
    .industry-card-content
    p {
    font-size: 10px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .what-if-wrap {
    flex-direction: column;
  }

  .ai-chatbot-btm {
    flex-direction: column;
  }

  .ai-chatbot-heading {
    font-size: 32px;
  }

  .image2 {
    display: none;
  }
}

/* -----------------YOUR AI SECTION START--------------------- */
.ready-to-build {
  background: url("/wp-content/themes/digimantra/asset/img/bg-dot.png");
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 140px 0;
}

.keep-section {
  display: flex;
  align-items: stretch;
  min-height: 364px;
  position: relative;
  background: #222546;
  padding-block: 80px;
}

/* Vertical divider that touches top & bottom borders */

.keep-left,
.keep-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

/* keep content away from the line */
.keep-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  padding-left: 80px;
  gap: 73px;
}

.keep-email a {
  margin-left: 4.8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.keep-right {
  justify-content: center;
  padding-left: 40px;
  padding-right: 147px;
  text-align: left;
}

.keep-left h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(to right, #fff, #888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keep-right p {
  margin: 0 0 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #bbb;
}

.digi-btn {
  background: transparent;
  /* border:1px solid #0af; */
  color: #fff;
  padding: 12px 22px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.digi-btn:hover {
  background: #0af;
  color: #000;
}

/* Responsive: stack and hide the middle divider */
@media (max-width: 992px) {
  .keep-section {
    flex-direction: column;
    padding-block: 0;
  }

  .keep-section::before {
    display: none;
  }

  .keep-left,
  .keep-right {
    width: 100%;
    padding: 24px 16px;
    justify-content: center;
    /* text-align: center; */
  }

  .keep-left {
    gap: 16px;
    padding-top: 40px;
  }

  .keep-right {
    padding-bottom: 40px;
  }

  .keep-left h2 {
    font-size: 24px;
    line-height: 100%;
  }
}

@media (max-width: 767px) {
  .keep-section {
    min-height: auto;
  }

  .ready-to-build {
    padding: 40px 0 40px 0;
  }

  .keep-left,
  .keep-right {
    padding: 8px 20px;
  }

  .keep-left {
    padding-top: 40px;
  }

  .keep-right {
    padding-bottom: 40px;
  }

  /* .keep-left {
        display: block;
        flex: none;
    } */

  .keep-left h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }

  .keep-right {
    text-align: left;
  }

  .keep-right p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
}
