/* ============ Industry Page (19-03-2026) ============ */

.industry-hero-section {
    background: #fff;
}

.industry-hero-section .common-title h1 {
    max-width: 80%;
}

.industry-hero-section p {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0px;
    max-width: 85%;
}

.industry-info-section {
    border-bottom: 0px;
}

.industry-info-section h2.title-new {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: unset;
    color: #2e2e2e;
    margin: 0px 0px 60px;
    padding: 0px;
}

.industry-tab-section {
    position: relative;
}

.industry-tab-section .nav-pills {
    margin: 0px 0px 30px;
    border-bottom: 3px solid rgba(238, 63, 89, 0.15);
    padding: 0;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

.industry-tab-section .nav-pills .nav-item {
    margin-bottom: -3px;
}

.industry-tab-section .nav-pills .nav-item .nav-link {
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 20px 30px;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    transition: all 0.5s ease-in-out;
}

.industry-tab-section .nav-pills .nav-item .nav-link:hover,
.industry-tab-section .nav-pills .nav-item .nav-link:focus {
    border-bottom: 3px solid #ee3f59;
    color: #ee3f59;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.industry-tab-section .nav-pills .nav-item .nav-link.active {
    border-bottom: 3px solid #ee3f59;
    color: #ee3f59;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.industry-tab-content {
    background: #041154;
    padding: 50px 50px;
    border-radius: 20px;
}

.industry-tab-content .industry-tab-details h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    leading-trim: CAP_HEIGHT;
    line-height: 40px;
    letter-spacing: 0%;
    color: #fbfbfb;
    margin: 0px 0px 20px;
}

.industry-tab-content .industry-tab-details p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
    margin: 0px 0px 20px;
}

.industry-tab-content .industry-tab-details .industry-tab-list {
    margin: 0px 0px 30px;
    padding: 0px 0px;
    list-style: none;
}

.industry-tab-content .industry-tab-details .industry-tab-list li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    position: relative;
    padding: 0px 0px 10px 30px;
}

.industry-tab-content .industry-tab-details .industry-tab-list li:before {
    content: "";
    background-image: url(../img/new-industry-page/industry-tab-list-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 2px;
}

.industry-tab-content .industry-tab-details .theme-btn-arrow {
    background: #fff;
    color: #222222;
    transition: all 0.5s ease-in-out;
}

.industry-tab-content .industry-tab-details .theme-btn-arrow:hover {
    background: linear-gradient(92.69deg, #ee3e5a 0, #f04d3c 100%);
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.industry-tab-content .industry-tab-details .industry-tab-number ul {
    display: flex;
    flex-flow: wrap;
    gap: 0px 41px;
    justify-content: space-between;
    /* align-items: center; */
}

.industry-tab-content .industry-tab-details .industry-tab-number ul li {
    width: 24.5%;
}

.industry-tab-content .industry-tab-details .industry-tab-number ul li h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 45px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ee3f59;
    margin-bottom: 20px;
}

.industry-tab-content .industry-tab-details .industry-tab-number ul li p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: normal;
    letter-spacing: 0;
}

.industry-tab-content .industry-tab-details .industry-tab-number ul li:first-child {
    width: 25%;
}

.industry-tab-content .industry-tab-details .industry-tab-number {
    margin-bottom: 30px;
}

.industry-fuel-growth-section {
    background-image: url(../img/new-industry-page/industry-fuel-growth-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 50px;
    position: relative;
    border-radius: 20px;
}

.industry-fuel-growth-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1f2854;
    margin-bottom: 20px;
}

.industry-fuel-growth-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    text-transform: unset;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.industry-fuel-growth-section .industry-fuel-growth-list {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 30px 30px;
    justify-content: center;
}

.industry-fuel-growth-section .industry-fuel-growth-list li {
    width: calc(100% - 69%);
}

.industry-fuel-growth-section .industry-fuel-growth-list .industry-fuel-growth-card {
    padding: 30px 30px;
    background: #fff;
    border: 1px solid #fdecee;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px #0000000d;
    height: 100%;
}

.industry-fuel-growth-section .industry-fuel-growth-list .industry-fuel-growth-card .industry-fuel-growth-icon {
    background: #ffeef2;
    border: 1px solid #ffeef2;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    margin-bottom: 30px;
}

.industry-fuel-growth-section .industry-fuel-growth-list .industry-fuel-growth-card h4 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    color: #1f2854;
    margin-bottom: 20px;
    min-height: 50px;
}

.industry-fuel-growth-section .industry-fuel-growth-list .industry-fuel-growth-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
    margin: 0px;
    text-transform: unset;
}

.industry-operational-section {
    padding: 0px 0px;
    position: relative;
}

.industry-operational-section .industry-operational-card {
    padding: 40px 40px;
    background: #ffffff;
    border: 6px solid #fff2f5;
    box-shadow: 0px 0px 22px 0px #fff0f4;
    border-radius: 20px;
}

.industry-operational-section .industry-operational-card hr {
    border-top: 1px solid #ffe5ea;
    opacity: 1;
    margin: 20px 0px;
}

.industry-operational-section .industry-operational-card h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: normal;
    color: #2e2e2e;
    margin-bottom: 25px;
    max-width: 100%;
}

.industry-operational-section .industry-operational-card h4 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    color: #2e2e2e;
    margin-bottom: 15px;
}

.industry-operational-section .industry-operational-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 30px;
    color: #2e2e2e;
}

.industry-operational-section .industry-operational-card .text-green {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 26px;
    color: #16a34a;
    display: block;
}

.industry-operational-section .industry-operational-card .industry-operational-list {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 0px 50px;
}

.industry-operational-section .industry-operational-card .industry-operational-list li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    color: #2e2e2e;
}

.industry-operational-section .industry-operational-card .industry-operational-list li strong {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2e2e2e;
}

.industry-operational-section .industry-operational-card .industry-operational-before {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 0px 30px;
}

.industry-operational-section .industry-operational-card .industry-operational-before li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: unset;
    padding: 0px 0px 15px 30px;
    position: relative;
    width: 30%;
}

.industry-operational-section .industry-operational-card .industry-operational-before li:before {
    content: "";
    background-image: url(../img/new-industry-page/operational-before-close-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

.industry-operational-section .industry-operational-card .industry-operational-after {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 0px 30px;
}

.industry-operational-section .industry-operational-card .industry-operational-after li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: unset;
    padding: 0px 0px 10px 30px;
    position: relative;
    width: 47%;
}

.industry-operational-section .industry-operational-card .industry-operational-after li:before {
    content: "";
    background-image: url(../img/new-industry-page/operational-after-true-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

.industry-operational-section .industry-operational-card .theme-btn-arrow {
    background: #1b2b7c;
    box-shadow: 0px 4px 8px 0px #22222240;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding: 12px 20px;
    border: 1px solid transparent;
}

.industry-operational-section .industry-operational-card .theme-btn-arrow img {
    margin-left: 15px;
}

.industry-operational-section .industry-operational-card .theme-btn-arrow:hover,
.industry-operational-section .industry-operational-card .theme-btn-arrow:focus {
    background: transparent;
    border: 1px solid #1b2b7c;
    color: #1b2b7c;
    transition: all 0.5s ease-in-out;
}

.industry-operational-section .industry-operational-card .theme-btn-arrow:hover img,
.industry-operational-section .industry-operational-card .theme-btn-arrow:focus img {
    filter: brightness(0) invert(0);
    transition: all 0.5s ease-in-out;
}

.industry-smarter-section {
    padding: 50px;
    position: relative;
    background: #f9f9f9;
    border-radius: 20px;
}

.industry-smarter-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    text-transform: unset;
    color: #1f2854;
    margin: 0px 0px 20px;
}

.industry-smarter-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    text-transform: unset;
    color: #2e2e2e;
    margin: 0px 0px 20px;
}

.industry-smarter-section .industry-smarter-list {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 30px 30px;
}

.industry-smarter-section .industry-smarter-list li {
    width: 31.5%;
}

.industry-smarter-section .industry-smarter-list .industry-smarter-card {
    background: #ffffff;
    border: 1px solid #fdecee;
    box-shadow: 0px 10px 10px 0px #0000000d;
    border-radius: 20px;
    padding: 30px 30px;
    height: 100%;
}

.industry-smarter-section .industry-smarter-list .industry-smarter-card h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1f2854;
    margin: 0px 0px 20px;
    min-height: 36px;
}

.industry-smarter-section .industry-smarter-list .industry-smarter-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
    margin: 0px 0px;
    text-transform: unset;
}

.industry-capabilities-sections {
    padding: 0px 0px;
    position: relative;
}

.industry-capabilities-sections .theme-btn-new {
    margin: 0px 0px 30px;
}

.industry-shaping-section {
    padding: 0px 0px 0px;
    position: relative;
}

.industry-shaping-section .title-new {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    color: #1f2854;
    padding: 0px 0px;
    margin: 0px 0px 20px;
    position: relative;
    text-transform: unset;
}

.industry-shaping-section .title-new:before {
    content: "";
    background-image: url(../img/new-industry-page/industry-title-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -30px;
    top: -20px;
}

.industry-shaping-section .fst-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 0px 0px 40px;
    margin: 0px 0px 20px;
}

.industry-shaping-section .shaping-tab-content h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 0px 0px;
    margin: 0px 0px 30px;
}

.industry-shaping-section .shaping-tab-content .shaping-content-img {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 30px;
}

.industry-shaping-section .shaping-tab-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 0px 0px;
    margin: 0px 0px 20px;
}

.industry-shaping-section .shaping-tab-content h4 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 0px 0px;
    margin: 0px 0px 20px;
}

.industry-shaping-section .shaping-tab-content ul.shaping-tab-list {
    margin: 0px 0px 40px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 20px 20px;
}

.industry-shaping-section .shaping-tab-content ul.shaping-tab-list li {
    width: 48%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 22px;
    letter-spacing: 0%;
    color: #2e2e2e;
    position: relative;
    padding: 0px 0px 0px 30px;
}

.industry-shaping-section .shaping-tab-content ul.shaping-tab-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 17px;
    width: 22px;
    background: url(../img/home-new/tick-ico.svg) no-repeat;
}

.industry-shaping-section .shaping-tab-content .theme-btn-new {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0px;
    justify-content: flex-start;
    font-size: 18px;
}

.industry-partner-section {
    padding: 0px 0px;
    position: relative;
}

.industry-partner-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: CAP_HEIGHT;
    line-height: 60px;
    letter-spacing: 0%;
    color: #2e2e2e;
    margin: 0px 0px 20px;
}

.industry-partner-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 28px;
    letter-spacing: 0%;
    color: #2e2e2e;
    margin: 0px 0px 20px;
}

.industry-partner-section .theme-btn-new {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(93.43deg, #ee3f59 41.9%, #f04d3c 133.36%);
    width: max-content;
    padding: 17px 20px;
    margin-left: auto;
    transition: all 0.5s ease-in-out;
}

.industry-partner-section .theme-btn-new img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.industry-partner-section .theme-btn-new:hover,
.industry-partner-section .theme-btn-new:focus {
    border: 1px solid #ef4059;
    color: #ef4059;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.industry-partner-section .theme-btn-new:hover img,
.industry-partner-section .theme-btn-new:focus img {
    filter: unset;
    transition: all 0.5s ease-in-out;
}

.industry-partner-section .industry-partner-list {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 30px 30px;
}

.industry-partner-section .industry-partner-list li {
    width: 48%;
}

.industry-partner-section .industry-partner-list .industry-partner-card {
    background: linear-gradient(180deg, #fff6f8 0%, #ffffff 63.5%);
    border: 1px solid #ffeaee;
    box-shadow: 0px 1px 25px 0px #0000001a;
    height: 100%;
    padding: 20px 30px 30px;
    border-radius: 12px;
}

.industry-partner-section .industry-partner-list .industry-partner-card h4 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    leading-trim: CAP_HEIGHT;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: unset;
    color: #2e2e2e;
    margin: 0px 0px 20px;
    padding: 0px 0px;
}

.industry-partner-section .industry-partner-list .industry-partner-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #2e2e2e;
    margin: 0px 0px 20px;
    padding: 0px 0px;
}

.industry-partner-section .industry-partner-list .industry-partner-card ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 15px 15px;
}

.industry-partner-section .industry-partner-list .industry-partner-card ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
    color: #2e2e2e;
    width: 48%;
    position: relative;
    padding-left: 30px;
}

.industry-partner-section .industry-partner-list .industry-partner-card ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 17px;
    width: 22px;
    background: url(../img/home-new/tick-ico.svg) no-repeat;
}

.industry-game-section {
    padding: 0px 0px 0px;
    position: relative;
}

.industry-game-section .industry-game-img {
    border-radius: 12px;
    overflow: hidden;
}

.industry-game-section .industry-game-img img {
    border-radius: 12px;
    overflow: hidden;
}

.industry-game-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: capitalize;
    color: #2e2e2e;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.industry-game-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 0px 0px;
    margin: 0px 0px 30px;
    max-width: 100%;
}

.industry-game-section .industry-game-list {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.industry-game-section .industry-game-list li {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.industry-game-section .industry-game-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 17px;
    width: 22px;
    background: url(../img/home-new/tick-ico.svg) no-repeat;
}

.industry-trailblazing-section {
    padding: 50px 50px;
    position: relative;
    background: #040c35;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    min-height: 700px;
    border-radius: 20px;
}

.industry-trailblazing-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    leading-trim: CAP_HEIGHT;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: unset;
    color: #ffffff;
    padding: 0px 0px;
    margin: 0px 0px 20px;
}

.industry-trailblazing-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: unset;
    color: #fff;
    padding: 0px 0px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.industry-trailblazing-section .industry-trailblazing-list {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 40px 30px;
    justify-content: center;
}

.industry-trailblazing-section .industry-trailblazing-list li {
    position: relative;
    padding-left: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #fff;
    width: 48%;
}

.industry-trailblazing-section .industry-trailblazing-list li strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #ee3f59;
    display: block;
}

.industry-trailblazing-section .industry-trailblazing-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 21px;
    width: 21px;
    background: url(../img/new-industry-page/industry-trailblazing-true-icon.svg) no-repeat;
}

.industry-trailblazing-section .theme-btn-new {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(93.43deg, #ee3f59 41.9%, #f04d3c 133.36%);
    width: max-content;
    padding: 17px 20px;
    margin: 50px auto 0px;
    transition: all 0.5s ease-in-out;
}

.industry-trailblazing-section .theme-btn-new img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.industry-trailblazing-section .theme-btn-new:hover,
.industry-trailblazing-section .theme-btn-new:focus {
    border: 1px solid #ef4059;
    color: #ef4059;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.industry-trailblazing-section .theme-btn-new:hover img,
.industry-trailblazing-section .theme-btn-new:focus img {
    filter: unset;
    transition: all 0.5s ease-in-out;
}

.industry-insights-section {
    padding: 0px 0px 0px;
    position: relative;
}

.industry-insights-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: CAP_HEIGHT;
    line-height: 40px;
    letter-spacing: 0%;
    color: #1f2854;
    padding: 0px 0px;
    margin: 0px 0px 10px;
}

.industry-insights-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2e2e2e;
    padding: 0px 0px;
    margin: 0px 0px 30px;
}

.industry-insights-section .theme-btn-new {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(93.43deg, #ee3f59 41.9%, #f04d3c 133.36%);
    width: max-content;
    padding: 17px 20px;
    margin: 0px 0px 0px auto;
    transition: all 0.5s ease-in-out;
}

.industry-insights-section .theme-btn-new img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.industry-insights-section .theme-btn-new:hover,
.industry-insights-section .theme-btn-new:focus {
    border: 1px solid #ef4059;
    color: #ef4059;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.industry-insights-section .theme-btn-new:hover img,
.industry-insights-section .theme-btn-new:focus img {
    filter: unset;
    transition: all 0.5s ease-in-out;
}

.industry-insights-section .industry-insights-card {
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px #1b2b7c33;
    border-radius: 16px;
}

.industry-insights-section .industry-insights-card .industry-insights-header {
    border-radius: 16px 16px 0px 0px;
}

.industry-insights-section .industry-insights-card .industry-insights-body {
    padding: 20px 30px 30px;
}

.industry-insights-section .industry-insights-card .industry-insights-body h4 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1b2b7c;
    padding: 0px 0px;
    margin: 0px 0px 20px;
}

.industry-insights-section .industry-insights-card .industry-insights-body p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2e2e2e;
    margin: 0px 0px;
    padding: 0px 0px;
}

.industry-journey-section {
    padding: 0px 0px 0px !important;
    position: relative;
}

.industry-journey-section h3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px !important;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize !important;
    color: #1f2854 !important;
    padding: 0px 0px;
    margin: 0px 0px 20px !important;
}

.industry-journey-section p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #2e2e2e;
    max-width: 55%;
    margin: 0px auto 40px;
}

.industry-journey-section .hiring-process-ul li span {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px !important;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1b2b7c !important;
    display: block;
    margin-bottom: 20px !important;
    padding: 0px !important;
}

.industry-journey-section .hiring-process-ul li p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    max-width: 100%;
    color: #2e2e2e;
    text-align: left;
    margin: 0px 0px !important;
}

.industry-journey-section .theme-btn-new {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(93.43deg, #ee3f59 41.9%, #f04d3c 133.36%);
    width: max-content;
    padding: 17px 20px;
    margin: 50px auto 0px;
    transition: all 0.5s ease-in-out;
}

.industry-journey-section .theme-btn-new img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.industry-journey-section .theme-btn-new:hover,
.industry-journey-section .theme-btn-new:focus {
    border: 1px solid #ef4059;
    color: #ef4059;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.industry-journey-section .theme-btn-new:hover img,
.industry-journey-section .theme-btn-new:focus img {
    filter: unset;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1800px) {
    .industry-tab-section .nav-pills .nav-item .nav-link {
        padding: 20px 20px;
    }
    .industry-tab-content {
        padding: 100px 60px;
    }
    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 31.5%;
    }
    .industry-smarter-section .industry-smarter-list li {
        width: 31.5%;
    }
    .industry-capabilities-sections {
        padding: 100px 20px;
    }
    .industry-shaping-section {
        padding: 0px 40px 0px;
    }
    .industry-hero-section .common-title h1,
    .industry-hero-section .common-title h2 {
        font-size: 38px;
        line-height: 52px;
    }
    .industry-tab-content .industry-tab-details h3 {
        font-size: 38px;
        line-height: 52px;
    }
    .industry-shaping-section .title-new {
        font-size: 32px;
    }
    .industry-fuel-growth-section {
        padding: 100px 0px;
    }
    .industry-operational-section {
        padding: 100px 0;
    }
    .industry-smarter-section {
        padding: 100px 10px;
    }
    .industry-partner-section h3 {
        line-height: 52px;
    }
    .industry-trailblazing-section h3 {
        font-size: 38px;
        line-height: 52px;
    }
    .industry-partner-section {
        padding: 100px 0px;
    }
    .industry-insights-section {
        padding: 100px 0px 50px;
    }
    .industry-trailblazing-section {
        padding: 100px 0;
    }

    .industry-operational-section .industry-operational-card h3 {
        max-width: 60%;
    }
}

@media (max-width: 1600px) {
    .industry-operational-section .industry-operational-card h3 {
        max-width: 65%;
    }

    .industry-partner-section .industry-partner-list li {
        width: 48%;
    }

    .industry-operational-section .industry-operational-card .industry-operational-before {
        gap: 0px 20px;
    }

    .industry-operational-section .industry-operational-card .industry-operational-after {
        gap: 0px 20px;
    }
}

@media (max-width: 1440px) {
    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        font-size: 14px;
    }
    .industry-partner-section h3 {
        line-height: 42px;
        font-size: 32px;
    }
    .industry-game-section h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .industry-operational-section .industry-operational-card h3 {
        max-width: 70%;
    }

    .industry-tab-content .industry-tab-details .industry-tab-number ul li:first-child {
        width: 37%;
    }

    .industry-partner-section .industry-partner-list li {
        width: 48%;
    }

    .industry-game-section p {
        margin: 0px 0px 30px;
    }

    .industry-game-section .industry-game-list li {
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .industry-hero-section .common-title h1,
    .industry-hero-section .common-title h2 {
        font-size: 34px;
        line-height: 50px;
    }
    .industry-info-section h2.title-new {
        font-size: 32px;
    }
    .industry-tab-section .nav-pills .nav-item .nav-link {
        padding: 20px 8px;
        font-size: 18px;
    }
    .industry-tab-content .industry-tab-details h3 {
        font-size: 32px;
        line-height: 44px;
    }
    .industry-fuel-growth-section h3 {
        font-size: 32px;
    }
    .industry-partner-section .industry-partner-list .industry-partner-card h4 {
        font-size: 26px;
        line-height: 40px;
    }
    .industry-insights-section .industry-insights-card .industry-insights-body h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .industry-journey-section .hiring-process-ul li span {
        font-size: 20px !important;
    }
    .industry-insights-section h3 {
        font-size: 32px;
    }
    .industry-trailblazing-section h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .industry-journey-section h3 {
        font-size: 32px !important;
    }

    .industry-operational-section .industry-operational-card h3 {
        max-width: 75%;
    }
}

@media (max-width: 1200px) {
    .industry-tab-section .nav-pills .nav-item .nav-link {
        padding: 20px 8px;
        font-size: 16px;
    }
    .industry-hero-section .common-title h1,
    .industry-hero-section .common-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .industry-info-section h2.title-new {
        font-size: 30px;
        line-height: 42px;
    }
    .industry-tab-content .industry-tab-details h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .industry-tab-content .industry-tab-details .industry-tab-number ul li:first-child {
        width: 30%;
    }
    .industry-fuel-growth-section h3 {
        font-size: 30px;
    }
    .industry-shaping-section .title-new {
        font-size: 30px;
    }
    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        font-size: 13px;
    }
    .industry-operational-section .industry-operational-card .theme-btn-arrow img {
        max-width: 12px;
    }
    .industry-smarter-section h3 {
        font-size: 30px;
    }
    .industry-shaping-section .title-new {
        line-height: normal;
    }
    .industry-operational-section .industry-operational-card .industry-operational-before li {
        width: 28.5%;
    }
}

@media (max-width: 1024px) {
    .industry-shaping-section .shaping-tab-content ul.shaping-tab-list li {
        width: 47%;
    }
    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 31%;
    }
    .industry-operational-section .industry-operational-card .industry-operational-after li {
        width: 46%;
    }
    .industry-tab-section .nav-pills .nav-item .nav-link {
        padding: 20px 0;
        font-size: 14px;
    }
    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        font-size: 10px;
    }
    .industry-smarter-section .industry-smarter-list li {
        width: 31%;
    }
    .industry-smarter-section .industry-smarter-list .industry-smarter-card h3 {
        line-height: normal;
    }
    .industry-hero-section p {
        margin: 20px 0px;
    }
}

@media (max-width: 992px) {
    .industry-tab-content .industry-tab-details h3 {
        padding-top: 20px;
    }
    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 47.5%;
    }
    .industry-smarter-section .industry-smarter-list li {
        width: 47.5%;
    }
    .industry-capabilities-sections .cus-row {
        padding: 60px 15px;
    }
    .industry-partner-section .industry-partner-list li {
        width: 47.7%;
    }
    .industry-partner-section .industry-partner-list .industry-partner-card ul li {
        width: 100%;
    }
    .industry-game-section h3 {
        padding-top: 30px;
    }
    .industry-game-section .industry-game-list li {
        margin-bottom: 20px;
    }
    .industry-trailblazing-section .industry-trailblazing-list li {
        width: 46%;
    }
    .industry-trailblazing-section p {
        max-width: 100%;
    }
    .industry-insights-section .theme-btn-new {
        margin: 0px 0px 30px auto;
    }
    .industry-insights-section .industry-insights-card .industry-insights-header img {
        width: 100%;
    }
    .industry-journey-section {
        padding: 100px 0px 0px !important;
    }
    .industry-journey-section p {
        max-width: 100%;
    }

    .industry-hero-section .common-title h1 {
        max-width: 100%;
    }

    .industry-hero-section p {
        max-width: 85%;
    }

    .industry-operational-section .industry-operational-card h3 {
        max-width: 100%;
    }

    .industry-game-section p {
        max-width: 100%;
    }

    .industry-operational-section .industry-operational-card .text-end {
        text-align: center !important;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        font-size: 16px;
        margin: 20px 0px;
        display: inline-block;
        width: max-content;
        padding: 0px 40px;
    }

    .round-shape-img {
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .industry-partner-section .theme-btn-new {
        margin: 0px auto 50px;
    }

    .industry-shaping-section .nav {
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .industry-hero-section .common-title h1,
    .industry-hero-section .common-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .industry-info-section h2.title-new {
        font-size: 26px;
        line-height: 38px;
    }
    .industry-tab-section .nav-pills {
        gap: 0;
    }
    .industry-tab-section .nav-pills .nav-item {
        width: 100%;
    }
    .industry-tab-section .nav-pills .nav-item .nav-link {
        font-size: 16px;
    }
    .industry-tab-content {
        padding: 60px 20px;
    }
    .industry-tab-content .industry-tab-details h3 {
        font-size: 26px;
        line-height: 38px;
    }
    .industry-tab-content .industry-tab-details .industry-tab-number ul li {
        width: 100% !important;
    }
    .industry-fuel-growth-section {
        padding: 50px 0px;
    }
    .industry-fuel-growth-section h3 {
        font-size: 26px;
    }
    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 100%;
    }
    .industry-operational-section {
        padding: 40px 0;
    }
    .industry-operational-section .industry-operational-card {
        padding: 40px 20px;
    }
    .industry-operational-section .industry-operational-card .industry-operational-before li {
        width: 100%;
    }
    .industry-operational-section .industry-operational-card .industry-operational-after li {
        width: 100%;
    }
    .industry-smarter-section {
        padding: 40px 10px;
    }
    .industry-smarter-section h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .industry-smarter-section .industry-smarter-list li {
        width: 100%;
    }
    .industry-capabilities-sections {
        padding: 40px 20px;
    }
    .industry-shaping-section .title-new {
        font-size: 26px;
    }
    .industry-shaping-section .shaping-tab-content ul.shaping-tab-list li {
        width: 100%;
    }
    .industry-shaping-section .shaping-tab-content h3 {
        font-size: 20px;
    }
    .industry-shaping-section .shaping-tab-content h4 {
        font-size: 20px;
    }
    .industry-partner-section h3 {
        line-height: 36px;
        font-size: 26px;
    }
    .industry-partner-section .industry-partner-list li {
        width: 100%;
    }
    .industry-partner-section .theme-btn-new {
        margin-bottom: 30px;
    }
    .industry-game-section h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .industry-trailblazing-section h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .industry-trailblazing-section .industry-trailblazing-list li {
        width: 100%;
    }
    .industry-partner-section .industry-partner-list .industry-partner-card h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .industry-insights-section h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .industry-journey-section h3 {
        font-size: 26px !important;
        line-height: 36px;
    }
    .industry-partner-section {
        padding: 50px 0px;
    }
    .industry-game-section {
        padding: 0px 0px 50px;
    }
    .industry-trailblazing-section {
        padding: 50px 0;
    }
    .industry-insights-section {
        padding: 50px 0px 50px;
    }
    .industry-journey-section {
        padding: 0 0px 0px !important;
    }
    .industry-operational-section .industry-operational-card h3 {
        font-size: 22px;
        line-height: normal;
    }

    .industry-tab-content .industry-tab-details .industry-tab-number ul {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .industry-faq-section .accordion-button:after,
    .industry-faq-section .accordion-button:not(.collapsed):after {
        right: -30px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        font-size: 16px;
        margin: 0 auto;
        margin: 20px 0px;
        display: block;
        width: 100%;
        padding: 0;
    }

    .industry-shaping-section {
        padding: 0px 0px 0px;
    }

    .industry-shaping-section .title-new:before {
        left: 0px;
    }

    .industry-insights-section .industry-insights-card {
        margin-bottom: 30px;
    }

    .industry-trailblazing-section .theme-btn-new {
        font-size: 15px;
        padding: 17px 15px;
        word-break: break-word;
        width: fit-content;
        text-align: center;
    }
}

/* ============ Industry Page (19-03-2026) ============ */

/* ============ Industry table Contents ============ */

html {
    scroll-behavior: smooth;
}

body {
    overflow: unset;
}

.page-template-e-commerce-industry {
    overflow: unset;
}

.industry-content-section {
    padding: 50px 0;
}

.content-section {
    padding: 100px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
}

.toc {
    border-left: 2px solid #ee3272;
    padding-left: 20px;
    margin-bottom: 30px;
    max-height: 400px;
    overflow: auto;
}

.toc a {
    display: block;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.toc a:hover {
    color: #f04d3c;
}

.toc a.active {
    color: #0b5fb8;
    font-weight: 700;
}

.call-box {
    background: #f5eccb;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.calendar {
    font-size: 32px;
}

html {
    scroll-behavior: smooth;
}

/*.content-section{
    scroll-margin-top:120px;
}*/

.toc a.active {
    color: #ee3272;
    font-weight: 700;
}

.industry-shaping-section .nav {
    width: 30%;
    padding: 20px;
    margin-top: -27px;
}

.industry-shaping-section .nav-pills .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 30px 20px 20px;
    margin-right: -50px;
}

.industry-shaping-section .tab-content {
    padding: 30px 30px 30px 30px;
}

@media (max-width: 1800px) {
    .industry-tab-content .industry-tab-details h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .industry-fuel-growth-section {
        padding: 50px 30px;
    }

    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 31%;
    }

    .industry-operational-section {
        padding: 0px 0;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        padding: 12px 12px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow img {
        margin-left: 10px;
        width: 12px;
        margin-right: 5px;
    }

    .industry-operational-section .industry-operational-card h3 {
        font-size: 20px;
        max-width: 100%;
    }

    .industry-smarter-section {
        padding: 30px 10px;
    }

    .industry-smarter-section .industry-smarter-list li {
        width: 31%;
    }

    .industry-capabilities-sections {
        padding: 0px 0px;
    }

    .industry-shaping-section {
        padding: 0px 0px 0px;
    }

    .industry-partner-section {
        padding: 0px 0px;
    }

    .industry-trailblazing-section {
        padding: 50px 0;
    }

    .industry-insights-section {
        padding: 0px 0px 0px;
    }

    .industry-journey-section p {
        max-width: 100%;
    }

    .industry-partner-section .industry-partner-list .industry-partner-card h4 {
        font-size: 20px;
        margin: 0px 0px 10px;
        line-height: 30px;
    }

    .industry-shaping-section .title-new {
        font-size: 28px;
    }

    .industry-shaping-section .shaping-tab-content h3 {
        font-size: 25px;
    }

    .industry-shaping-section .shaping-tab-content h4 {
        font-size: 22px;
    }

    .industry-shaping-section .shaping-tab-content .theme-btn-new {
        font-size: 16px;
    }

    .industry-partner-section h3 {
        font-size: 25px;
        line-height: 42px;
    }

    .industry-game-section h3 {
        font-size: 25px;
    }

    .industry-trailblazing-section h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .industry-insights-section .industry-insights-card {
        height: 100%;
    }

    .industry-operational-section .result-box-industry-page .text-end {
        padding: 0px 0px;
    }
}

@media (max-width: 1500px) {
    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        padding: 12px 10px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow img {
        margin-left: 5px;
        margin-right: 4px;
    }
}

@media (max-width: 1440px) {
    .industry-tab-content .industry-tab-details .industry-tab-number ul li:first-child {
        width: 32%;
    }

    .industry-tab-content .industry-tab-details .theme-btn-arrow {
        padding: 12px 20px;
    }
}

@media (max-width: 1400px) {
    .industry-tab-content .industry-tab-details .industry-tab-number ul li:first-child {
        width: 30%;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        padding: 12px 8px;
        font-size: 14px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow img {
        margin-left: 2px;
        margin-right: 2px;
    }

    .industry-partner-section .industry-partner-list .industry-partner-card ul li {
        width: 47%;
    }

    .industry-tab-content .industry-tab-details h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .industry-fuel-growth-section h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .industry-smarter-section h3 {
        font-size: 25px;
        margin: 0px 0px 10px;
    }

    .industry-capabilities-sections h2 {
        font-size: 25px;
    }

    .industry-shaping-section .title-new {
        font-size: 25px;
    }

    .industry-insights-section h3 {
        font-size: 25px;
    }

    .industry-journey-section h3 {
        font-size: 25px !important;
    }

    .industry-insights-section .industry-insights-card .industry-insights-body h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .industry-tab-content .industry-tab-details .theme-btn-arrow {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .industry-operational-section .result-box-industry-page .text-end {
        padding: 0px 0px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        width: auto;
    }

    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 48%;
    }

    .industry-smarter-section .industry-smarter-list li {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    .page-template-e-commerce-industry {
        overflow-x: unset !important;
    }

    .industry-tab-content .row {
        flex-flow: column;
    }

    .industry-tab-content .row .col-lg-6 {
        width: 100%;
    }

    .industry-tab-details {
        margin-top: 50px;
    }

    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 47%;
    }

    .industry-operational-card .row {
        flex-flow: column;
    }

    .industry-operational-card .row .col-lg-7,
    .industry-operational-card .row .col-lg-6 {
        width: 100%;
    }

    .industry-operational-card .row .col-lg-5,
    .industry-operational-card .row .col-lg-6 {
        width: 100%;
    }

    .industry-smarter-section .industry-smarter-list li {
        width: 47%;
    }

    .industry-partner-section .industry-partner-list li {
        width: 47%;
    }

    .industry-partner-section .industry-partner-list .industry-partner-card ul li {
        width: 100%;
    }

    .industry-game-section .row {
        flex-flow: column;
    }

    .industry-game-section .row .col-lg-6 {
        width: 100%;
    }

    .industry-game-section .industry-game-img {
        margin-bottom: 50px;
    }

    .industry-trailblazing-section .industry-trailblazing-list li {
        width: 47%;
    }

    .industry-insights-section .row:first-child {
        flex-flow: column;
    }

    .industry-insights-section .row .col-lg-10,
    .industry-insights-section .row .col-lg-2 {
        width: 100%;
    }

    .industry-insights-section .row {
        flex-flow: wrap;
        gap: 30px 0px;
    }

    .industry-insights-section .row .col-lg-4 {
        width: 50%;
    }

    .sidebar h2 {
        font-size: 25px;
        margin-bottom: 25px;
        font-weight: 700;
    }
}

@media (max-width: 992px) {
    .page-template-e-commerce-industry {
        overflow-x: hidden !important;
    }

    .sidebar {
        position: relative;
        top: 0;
        margin-top: 50px;
    }

    .industry-content-section .row:nth-child(1) {
        flex-flow: column-reverse;
    }

    .industry-tab-content .row,
    .industry-operational-card .row,
    .industry-smarter-section .row,
    .industry-capabilities-sections .row,
    .industry-partner-section .row,
    .industry-game-section .row,
    .industry-insights-section .row {
        flex-flow: wrap !important;
        gap: 0;
    }

    .industry-tab-content {
        padding: 50px 30px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        padding: 12px 20px;
        line-height: normal;
    }

    .industry-shaping-section .nav {
        width: 100%;
        padding: 20px;
        margin-top: -27px;
    }

    .industry-shaping-section .nav-pills .nav-link {
        margin-right: 0px;
    }

    .industry-game-section .industry-game-img {
        margin-bottom: 0px;
    }

    .industry-journey-section {
        padding: 0px 0px 0px !important;
    }

    .industry-operational-section .industry-operational-card .text-end {
        text-align: left !important;
    }

    .industry-partner-section .theme-btn-new {
        margin: 0px 0px 50px;
    }

    .industry-insights-section .theme-btn-new {
        margin-left: 0px;
    }

    .industry-insights-section .row {
        gap: 30px 0px;
    }
}

@media (max-width: 767px) {
    .industry-hero-section .theme-btn-arrow {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .industry-content-section {
        padding: 50px 0;
    }

    .content-section {
        padding: 50px 0;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .sidebar h2 {
        font-size: 28px;
    }

    .industry-tab-content .industry-tab-details .theme-btn-arrow {
        margin: 0 auto;
        justify-content: center;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .industry-fuel-growth-section .industry-fuel-growth-list li {
        width: 100%;
    }

    .industry-smarter-section .industry-smarter-list li {
        width: 100%;
    }

    .industry-partner-section .industry-partner-list li {
        width: 100%;
    }

    .industry-trailblazing-section .industry-trailblazing-list li {
        width: 100%;
    }

    .industry-insights-section .row .col-lg-4 {
        width: 100%;
    }

    .industry-insights-section .row {
        gap: 30px 0px;
    }
}

/* ============ Industry table Contents ============ */

/* ================= Industry Page CSS (22-07-26) ================= */

.healthcare-industry-section h2.title-new {
    text-transform: unset;
}

.no-capital-text {
    text-transform: unset !important;
}

.industry-faq-section .accordion-button {
    text-transform: unset;
}

.industry-hero-section .theme-btn-arrow {
    width: fit-content;
    border: 0;
}

.industry-tab-content .industry-tab-details .theme-btn-arrow {
    width: auto;
    border: 0;
}

.industry-operational-section .industry-operational-card .theme-btn-arrow {
    width: auto;
    padding: 0px 20px;
    border: 0;
}

.industry-capabilities-sections .theme-btn-new {
    background: transparent;
}

.industry-capabilities-sections .theme-btn-new:hover,
.industry-capabilities-sections .theme-btn-new:focus {
    background: #ef4059;
}

@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
    .industry-partner-section .industry-partner-list .industry-partner-card p {
        min-height: auto;
        margin: 0px 0px 20px;
    }

    .bg-ultralight-pink.our-vision-mission-section .hiring-process-ul li span {
        min-height: 40px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        padding: 0px 8px;
    }
}

@media (max-width: 1300px) {
    .industry-trailblazing-section .industry-trailblazing-list li strong {
        min-height: 50px;
    }
}

@media (max-width: 1024px) {
    .blue-bg .template-demo {
        flex-flow: wrap;
    }

    .industry-content-section .row {
        flex-flow: column-reverse;
    }

    .industry-insights-section .row {
        flex-flow: wrap;
    }

    .industry-content-section .row .col-lg-9,
    .industry-content-section .row .col-lg-3 {
        width: 100%;
    }

    .content-section .row {
        flex-flow: wrap;
    }

    .blog_news_new .blog-description .row {
        gap: 15px 0px;
    }

    .blog_news_new .blog-description .row .col-md-6 {
        width: 100%;
        justify-content: center;
    }

    .blog_news_new .blog-description .row .col-md-6 .theme-btn-new {
        margin: 0 auto;
        width: auto;
        display: flex;
    }

    .industry-partner-section .theme-btn-new,
    .industry-insights-section .theme-btn-new {
        margin: 0px 0px 20px;
    }

    .industry-insights-section p {
        margin: 0px 0px;
    }
}

@media (max-width: 992px) {
    .industry-partner-section .industry-partner-list .industry-partner-card h4 {
        min-height: auto;
    }

    .industry-partner-section .industry-partner-list .industry-partner-card p {
        min-height: auto;
        margin: 0px 0px 20px;
    }

    .bg-ultralight-pink.our-vision-mission-section .hiring-process-ul li span {
        min-height: auto;
    }

    .industry-shaping-section .nav-pills .nav-link {
        padding: 15px 12px;
        font-size: 14px;
    }

    .industry-operational-section .industry-operational-card .theme-btn-arrow {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .blue-bg .btn-social-icon {
        padding: 8px;
    }

    .blue-bg .btn-social-icon {
        min-width: 40px;
        height: 40px;
        width: 40px;
    }

    .blue-bg .btn-social-icon img {
        max-width: 25px;
    }

    .industry-fuel-growth-section .industry-fuel-growth-list .industry-fuel-growth-card h4 {
        min-height: auto;
    }

    .industry-trailblazing-section .industry-trailblazing-list li strong {
        min-height: auto;
    }
}

/* ================= Industry Page CSS (22-07-26) ================= */