html {font-size:calc(10px + (16 - 10)*((100vw - 1200px)/(1920 - 1200)));}

:root {
    --primary-color: #769990;
    --secondary-color: #E5E3DA;
    --third-color: #CDD0C5;
    --font16: 1rem;
    --font18: 1.125rem;
    --font20: 1.25rem;
    --font24: 1.5rem;
    --font40: 2.5rem;
    --font-first: 'DM Sans', sans-serif;
    --font-second: 'MarkforFITCH-Bold', sans-serif;
    --font-third: 'MarkforFITCH-Regular', sans-serif;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: var(--font-first);
    scroll-behavior: smooth;
}

@font-face {
    font-family: MarkforFITCH-Regular;
    src: url("assets/fonts/MarkforFITCH.woff2") format("woff2"), url("assets/fonts/MarkforFITCH.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MarkforFITCH-Bold;
    src: url("assets/fonts/MarkforFITCH-Bold.woff2") format("woff2"), url("assets/fonts/MarkforFITCH-Bold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
}

body img {
    width: 100%;
    height: 100%;
}

body .container {
    max-width: 83%;
    width: 83%;
    margin: auto;
}

.slick-track {
    height: auto !important;
    display: flex !important;
    align-items: flex-start;
}

body .slick-slide {
    height: auto !important;
    width: 100% !important;
}

/* Header */
header {
    padding: 2.138rem 0 1.688rem;
}

header .header-logo img {
    width: 16.641rem;
}

header .header-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-menu ul {
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0;
    margin: 0;
    gap: 5.5rem;
    margin-top: 0.4rem;
}

header .header-menu ul li {
    list-style: none;
    font-size: 1.688rem;
    font-family: var(--font-first);
    font-weight: 700;
    color: #000;
    transition: 0.2s linear;
    display: flex;
    align-items: center;
}

header .header-menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #606060;
    transition: 0.2s linear;
    font-family: var(--font-second);
}
header .header-menu ul li a:hover,
header .header-menu ul li:first-of-type a {
    color: #f47920;
}


/* Banner Section */
.main-banner .banner-item {
    position: relative;
    margin-bottom: -2px;
    z-index: 1;
}

.main-banner .banner-item .banner-text h1 span {
    display: block;
    font-family: var(--font-second);
    color: #f47920;
}

.main-banner .banner-item .banner-text {
    position: absolute;
    top: 5.8rem;
    width: 100%;
}

.main-banner .banner-item .banner-text h1 {
    font-size: var(--font40);
    max-width: 45rem;
    color: #fff;
    font-family: var(--font-third);
    text-transform: capitalize;
    margin: 0;
}

.main-banner .banner-item .banner-text h1 strong {
    font-family: var(--font-second);
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 3rem;
}

.main-banner .banner-item .banner-image {
    display: flex;
}

.main-banner .slick-dots {
    bottom: 3rem;
    left: 6.2rem;
    width: auto;
}

.main-banner .banner-slider {
    margin-bottom: 0 !important;
}

.main-banner .banner-slider .slick-dots li:not(:last-of-type) {
    margin-right: 1.6rem;
}

.main-banner .banner-slider .slick-dots li button,
.main-banner .banner-slider .slick-dots li {
    width: 7rem;
    height: 7rem;
    border-radius: 1rem;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main-banner .slick-dots li button::before {
    display: none;
}

.main-banner .banner-slider .slick-dots li img {
    transition: 0.2s linear;
    filter: brightness(0.8);
}

.main-banner .banner-slider .slick-dots li:hover img,
.main-banner .banner-slider .slick-dots li.slick-active img {
    filter: brightness(1);
}

.main-banner model-viewer {
    width: 100% !important;
    height: 100vh !important;
    background: linear-gradient(to bottom, #34433f 0%, #465b55 100%);
}

.main-banner .banner-image video {
    object-fit: cover;
}
.inspiring-stainless {
    background-color: #F4F4F4;
    padding-top: 5rem;
}
.inspiring-stainless .inspiring-items {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 3.2rem;
}
.inspiring-stainless .designs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 3.5rem;
}
.inspiring-stainless .item-left .item-image {
    max-width: 46.2rem;
    margin-left: -4.8rem;
    margin-top: 9.6rem;
}
.inspiring-stainless .item-left .section-title {
    max-width: 35rem;
}
.button, .mou-authenticator .mou-right .button {
    color: #fff;
    text-decoration: none;
    background-color: #F47920;
    font-family: var(--font-second);
    border-radius: 50px;
    padding: 0.9rem 2rem 1.2rem;
    font-size: 1.5rem;
    transition: 0.3s linear;
    display: inline-block;
}
.mou-authenticator .mou-right .button {
    background-color: #F38020;
    border: none;
    cursor: pointer;
}
.jsl-saathi {
    background: linear-gradient(255.64deg, #F4A930 2.62%, #F47920 97.38%);
    padding-bottom: 6.25rem;
    position: relative;
}
.jsl-saathi .saathi-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.jsl-saathi .saathi-coins {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
}
.jsl-saathi .qr-group, .jsl-saathi .store-buttons{
    display: flex;
    align-items: center;
    gap: 2.656rem;
}
.jsl-saathi .qr-group img, .jsl-saathi .store-buttons img {
    max-width: 10.172rem;
}
.jsl-saathi .store-buttons {
    margin-top: 1.25rem;
}

.jsl-saathi .saathi-left .section-title {
    font-size: 5rem;
    color: #fff;
    line-height: 1.2;
}
.jsl-saathi .saathi-left {
    padding-top: 3.813rem;
}
.jsl-saathi .saathi-left p {
    color: #fff;
    font-size: 2.5rem;
    font-family: var(--font-second);
    line-height: 1.1;
    margin: 0;
    margin-top: 3.2rem;
}
.jsl-saathi .saathi-center {
    margin-top: -5.2rem;
    margin-left: -8rem;
    max-width: 27.563rem;
}
.jsl-saathi .download-box {
    margin-top: 24.75rem;
}
.jsl-saathi .download-box .cta, .jsl-saathi .download-box .cta span {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 5rem;
    padding: 0.7rem 0;
    font-family: var(--font-second);
}
.jsl-saathi .download-box .cta span {
    color: #F47920;
}
.jsl-saathi .saathi-coins .coin-1 {
    width: 15.688rem;
    margin-top: -5.2rem;
}
.jsl-saathi .saathi-coins .coin-2 {
    width: 21.375rem;
    margin-top: 5rem;
}
.jsl-saathi .saathi-coins .coin-3 {
    width: 8.063rem;
    margin-top: 16rem;
}
.jsl-saathi .saathi-coins .coin-4 {
    width: 5rem;
    margin-top: 12.8rem;
    margin-right: 2.7rem;
}
.jsl-saathi .saathi-coins .coin-5 {
    width: 3.5rem;
    margin-top: 8rem;
    margin-right: -1rem;
}

.button:hover, .mou-authenticator .mou-right .button:hover {
    background-color: #E0DFDE;
    color: #F47920;
}
.inspiring-stainless .item-right .button {
    margin-bottom: 6.375rem;
}
.inspiring-stainless .designs-grid .design-item:nth-of-type(1) {
    margin-right: -4.563rem;
    position: relative;
    z-index: 1;
}
.inspiring-stainless .designs-grid .design-item:nth-of-type(2) {
    margin-right: -4.563rem;
    position: relative;
}
.inspiring-stainless .designs-grid .design-item:nth-of-type(3) {
    width: 21.5rem;
}
.inspiring-stainless .designs-grid .design-item p, .inspiring-stainless p.gallery-title {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-second);
    font-size: 1.25rem;
    margin-top: 0;
    margin-top: 2.4rem;
}
.inspiring-stainless .designs-grid .design-item {
    cursor: pointer;
}
.inspiring-stainless .item-right {
    position: relative;
}

.inspiring-stainless .design-gallery-popup {
    position: absolute;
    inset: 0;
    background: #F4F4F4;
    display: none;
    z-index: 9999;
    height: max-content;
    top: 10rem;
    padding: 2rem 0;
    min-height: 35rem;
}
.inspiring-stainless .design-gallery-popup.active {
  display: block;
}
.inspiring-stainless .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.inspiring-stainless .gallery-grid img {
  width: 100%;
  cursor: pointer;
}

/* IMAGE POPUP */
.inspiring-stainless .image-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.inspiring-stainless .image-popup.active {
  display: flex;
}
.inspiring-stainless .image-popup img {
    object-fit: contain;
    max-height: 90%;
}
.composition-section {
  padding: 6.25rem 0 9.375rem;
}
.composition-section .section-title {
    max-width: 20.5rem;
}
.composition-section .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7rem;
}
.composition-section .tabs {
  display: flex;
  gap: 15px;
}
.composition-section .tab-btn {
    padding: 1.1rem 3.6rem;
    border-radius: 50px;
    border: 2px solid #f47c20;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
    font-size: 1.25rem;
    font-family: var(--font-second);
}
.composition-section .tab-btn.active {
  background: #f47c20;
  color: #fff;
}
.composition-section .tab-btn:hover {
  background: #f47c20;
  color: #fff;
}
.composition-section .tab-content {
  position: relative;
}
.composition-section .tab-pane {
  opacity: 0;
  transition: 0.4s ease;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.composition-section .tab-pane.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.composition-section .tab-pane img {
  width: 100%;
}
.mou-authenticator {
    background-color: #F4F4F4;
    padding: 10rem 0 13.2rem;
}

.mou-authenticator .mou-items {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
}
.why_jindal {
    padding-top: 5.125rem;
}
.for-healthcare {
    position: relative;
}

.for-healthcare {
    display: grid;
    grid-template-columns: 37% auto;
    align-items: center;
}

.why_jindal .why_right {
    display: flex;
    align-items: start;
    margin-top: 1.8rem;
    gap: 8.5rem;
}

.why_jindal .why_right .why_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 100%;
    gap: 4rem 12rem;
    margin-top: 5rem;
}
.why_jindal .why_right .why-image {
    width: 100%;
    max-width: 25rem;
    display: flex;
    margin-top: 3rem;
    margin-left: -1rem;
}
.asli-stainless {
    padding-top: 5rem;
    background-color: #F4F4F4;
    padding-left: 10.1rem;
}
.asli-stainless .asr-image {
    display: flex;
    margin-top: 4rem;
    margin-left: -3.5rem;
}
.asli-stainless .asr-image img {
    width: 33.313rem;
}
.asli-stainless .asr-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
}
.asli-stainless h2.section-title {
    max-width: 38rem;
}
.asli-stainless .asr-pipes {
    display: flex;
justify-content: flex-end;
padding-bottom: 3rem;
margin-top: -7rem;
}
.asli-stainless .asr-pipes img {
    width: 70.7rem;
}
.asli-stainless .asr-items {
    position: relative;
}
.asli-stainless .asr-link {
    width: 17.875rem;
    height: 10.063rem;
    background: url('assets/images/cursor2.gif') no-repeat;
    background-size: cover;
    position: absolute;
}
.asli-stainless .link-second {
    top: 45.5%;
    left: 6%;
}
.asli-stainless .link-first {
    top: -2%;
    left: 15%;
}


.asr-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(130.52% 130.52% at 50% 50%, #FFFFFF 34.13%, #C9C9C9 69.23%); ;
  z-index: 9999;
  display: none;
  padding-left: 5.313rem;
  padding-top: 4.688rem;
}
.asr-popup .section-title {
    text-align: center;
    padding-right: 5.313rem;
}
.asr-popup.active {
  display: block;
}
.asr-popup .asr-tabs {
    margin-top: 6rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
.asr-popup .asr-close {
    font-size: 5.3rem;
    cursor: pointer;
    position: absolute;
    top: 0.8rem;
    right: 4rem;
    color: #F47920;
    font-weight: 200;
    line-height: 1;
}
.inspiring-stainless .gallery-close, .inspiring-stainless .image-close {
  font-size: 4rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #F47920;
  font-weight: 200;
  line-height: 1;
}
.inspiring-stainless .image-close {
    top: 1rem;
    right: 2rem;
}
.asr-popup .asr-tab {
    padding: 1rem 1.5rem;
    border: 2px solid #f37021;
    border-radius: 5rem;
    margin-right: 1.3rem;
    background: transparent;
    cursor: pointer;
    font-size: 1.5rem;
    font-family: var(--font-second);
    color: #f37021;
}
.asr-popup .asr-tab.active {
  background: #F47920;
  color: #fff;
}
.asr-popup .asr-view-switch {
    margin-top: 4.25rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    position: relative;
    z-index: 1;
}
.asr-popup .asr-view-switch p {
    font-size: 1.5rem;
    font-family: var(--font-second);
}
.asr-popup .view-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: var(--font-second);
  color: #f37021;
}
.asr-popup .view-btn[data-view="3d"] {
    font-size: 0;
    width: 6.25rem;
    height: 3.5rem;
    background: url('assets/images/360.png') no-repeat;
    background-size: cover;
}
.asr-popup .view-btn.active {
  display: none;
}
.asr-popup .asr-pane {
  display: none;
}
.asr-pane.active {
  display: block;
  position: relative;
}
.asr-popup .view {
  display: none;
}
.asr-popup .view.active {
  display: block;
  position: relative;
}
.asr-popup .view img {
  width: 100%;
}
.asr-popup .view-2d {
    width: 63.5rem;
    float: right;
}
.asr-popup .hotspot {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #f37021;
    border-radius: 1rem;
    outline: 1px solid #f37021;
    outline-offset: 0.7rem;
    cursor: pointer;
    transition: 0.4s linear;
}
.asr-popup .hotspot:hover {
    transform: scale(1.2);
}
.asr-hotspot-content {
    position: absolute;
    top: 3rem;
    left: 3rem;
    max-width: 22rem;
}
.asr-hotspot-content h3 {
    font-size: 1.8rem;
    margin: 0;
}


.asr-popup model-viewer {
    width: 100%;
    height: 88vh;
    margin-top: -14rem;
}
.why_jindal .why_right .why_items img,
.why-choose .choose-right .choose-grid .choose-icon img {
    object-fit: contain;
}
.why_jindal .why_right .why_items .flip-card:nth-of-type(1) .why_item img {
    width: 5.481rem;
    height: 9.105rem;
}
.why_jindal .why_right .why_items .flip-card:nth-of-type(2) .why_item img {
    width: 8.54rem;
    height: 10rem;
}
.why_jindal .why_right .why_items .flip-card:nth-of-type(3) .why_item img {
    width: 7.278rem;
    height: 8.633rem;
}

.why_jindal .why_right .why_items .flip-card:nth-of-type(4) .why_item img {
    width: 9.356rem;
    height: 7.493rem;
}

.why_jindal .why_right .why_items .flip-card:nth-of-type(5) .why_item img {
    width: 6.248rem;
    height: 7.245rem;
}

.why_jindal .why_right .why_items .flip-card:nth-of-type(6) .why_item img {
    width: 5.556rem;
    height: 7.543rem;
}

.why_jindal .why_right .why_items .why_item img {
    transition: transform 1.2s ease-in-out;
}

.why-choose .flip-card:nth-of-type(1) .choose-grid-item img {
    width: 9rem;
    height: 5.5rem;
}

.why-choose .flip-card:nth-of-type(3) .choose-grid-item img {
    width: 7.063rem;
    height: 7.375rem;
}

.why-choose .flip-card:nth-of-type(6) .choose-grid-item img {
    width: 8.313rem;
    height: 7.375rem;
}

.why-choose .flip-card:nth-of-type(8) .choose-grid-item img {
    width: 9.25rem;
    height: 7.25rem;
}

.why-choose .flip-card:nth-of-type(9) .choose-grid-item img {
    width: 7.25rem;
    height: 7.5rem;
}

.why-choose .flip-card:nth-of-type(11) .choose-grid-item img {
    width: 7.563rem;
    height: 7.563rem;
}

.why-choose .flip-card:nth-of-type(14) .choose-grid-item img {
    width: 10.313rem;
    height: 7.938rem;
}

.why-choose .flip-card:nth-of-type(16) .choose-grid-item img {
    width: 7.438rem;
    height: 7.375rem;
}

.why_jindal .why_right .why_items .why_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: 0.3s linear;
    height: 100%;
}
.choose-grid .flip-card {
    perspective: 60rem;
    margin-bottom: -1px;
    cursor: pointer;
}
.why_jindal .flip-card-inner,
.choose-grid .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.choose-grid .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.why_jindal .why_item_back,
.choose-grid .choose-grid-item-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    z-index: 2;
    background-color: var(--third-color);
}

.why_jindal .why_item_back p,
.choose-grid .choose-grid-item-back p {
    font-size: 1.15rem;
    text-align: center;
    padding: 0 2rem;
    font-weight: 400;
    line-height: 1.4;
}

h2.section-title {
    font-size: 3rem;
    margin: 0;
    font-family: var(--font-second);
}

.why_jindal h2.section-title {
    margin: 0;
    color: #000;
}

.why_jindal .why_item h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 1.2rem;
    font-family: var(--font-second);
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
}
.why_jindal .why_item .why_icon {
    min-height: 10.4rem;
}

/* For Healthcare Section */
.for-healthcare .health-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    padding-left: 10rem;
}

.for-healthcare .health-heading .section-title {
    color: var(--primary-color);
    line-height: 1.2;
}

.for-healthcare .section-title span {
    font-size: 3rem;
    margin: 0;
    font-family: var(--font-second);
    display: block;
    margin-bottom: 4rem;
    color: #000;
}

.for-healthcare .health-video {
    display: flex;
}

.for-healthcare .health-image img {
    height: 14.338rem;
    object-fit: contain;
    object-position: left;
}

.for-healthcare .health-icon:nth-of-type(1) .icon-image img {
    height: 7.202rem;
    object-fit: contain;
}
.for-healthcare .health-icon:nth-of-type(2) .icon-image img {
    height: 8.033rem;
    object-fit: contain;
}


.for-healthcare .health-icons {
    display: flex;
    gap: 2rem;
    margin-top: 3.2rem;
    text-align: center;
    margin-left: -0.7rem;
}
.for-healthcare .health-icon:nth-of-type(2) p{
    margin-top: 0.2rem;
}

.for-healthcare .health-icon {
    margin-top: 0.8rem;
}

.for-healthcare .health-right {
    display: flex;
    height: 100%;
    position: relative;
}

.for-healthcare .health-right .video-wrap {
    display: flex;
    align-items: center;
    min-height: 54rem;
    background-color: #000;
}

.for-healthcare .houseware {
    max-height: 57.2rem;
    object-fit: cover;
}

.for-healthcare .houseware-mobile {
    display: none;
}

.for-healthcare .health-image span {
    display: block;
    text-align: center;
    font-size: 1.55em;
    font-weight: 600;
    margin-top: 0.5rem;
    text-transform: uppercase;
    max-width: 13.2rem;
    font-family: var(--font-second);
}

.for-healthcare .health-icons p {
    margin: 0;
    font-family: var(--font-second);
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 1rem;
    max-width: 12rem;
}

.health-mobile {
    display: none;
}

/* Why Choose Section */
.why-choose .choose-right .choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.why-choose .choose-left {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 6.15rem;
    padding-right: 6.2rem;
    background-color: var(--third-color);
}

.why-choose .bg-second {
    background-color: #96C7BA;
}

.why-choose .bg-third {
    background-color: #96C7BA;
}

.why-choose .choose-icon {
    margin-top: 2.3rem;
    margin-bottom: 1.25rem;
}

.why-choose .icon-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: var(--font16);
    font-family: var(--font-second);
    margin-bottom: 2rem;
}

.why-choose .choose-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

/* Tab Section */
.tab-section {
    background-color: #FBF9F0;
    padding: 3.6rem 0 8rem;
}

.tab-section .tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
}

.tab-section .tabs .tab {
    font-size: 2.4rem;
    font-family: var(--font-second);
    color: var(--primary-color);
    padding: 1.7rem 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: var(--third-color);
    transition: 0.3s;
}

.tab-section .tabs .tab.active {
    color: #fff;
    background-color: var(--primary-color);
}

.tab-section .grades-area {
    display: flex;
    gap: 15rem;
    margin-top: 8rem;
    color: #000;
    align-items: center;
}

.tab-section .section-title {
    margin: 0;
    color: #000;
}

.tab-section .chart {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    position: relative;
}

.tab-section .chart::before {
    content: "";
    position: absolute;
    display: block;
    height: 120%;
    width: 1px;
    background-color: #000;
    left: 7.4rem;
    bottom: -2.5rem;
}

.tab-section .chart::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 90%;
    background-color: #000;
    bottom: -0.5rem;
    left: 5rem;
}

.tab-section .row {
    display: flex;
    align-items: center;
    grid-template-columns: 9rem 1fr 6rem;
    gap: 1rem;
}

.tab-section .label {
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
    width: 6.4rem;
}

.tab-section .bar {
    height: 2.55rem;
    background: #96C7BA;
    transition: width .5s ease-out;
}

.tab-section .value {
    font-weight: 400;
    color: #000;
    font-size: 1rem;
}

.bar.isPointOne {
    width: 0.3rem !important;
}

.tab-section .axis-titles span {
    position: absolute;
    text-transform: uppercase;
    font-family: var(--font-second);
    font-size: 1rem;
}

.tab-section .axis-titles span.x-title {
    bottom: -3rem;
    left: 36.2%;
}

.tab-section .axis-titles span.y-title {
    left: -4.8rem;
    top: 44.5%;
    transform: rotate(-90deg);
}

.tab-section .tabs {
    margin-top: 3.5rem;
}

.partners {
    padding: 5.925rem 0 6.8rem;
}

.partners .partner-grid {
    margin-top: 7.6rem;
}

.partners .slick-track {
    align-items: center;
}

.partners .partner-item {
    padding: 0 3rem;
}

.partners .partner-item img {
    height: 6rem;
    object-fit: contain;
    object-position: center;
}

/* Input box */
.mou-authenticator .input-box {
    display: flex;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    scale: 0.93;
    transform: translateY(-50%);
    transition: opacity .4s ease, transform .4s ease;
}

.mou-authenticator .input-box input {
    flex: 1;
    padding: 1rem;
    border: none;
    outline: none;
    font-size: 1rem;
    background: #F47920;
    color: #fff;
    border-radius: 30px 0 0 30px;
}

.mou-authenticator .input-box button {
    background: #fff;
    color: #F47920;
    padding: 0 1.6rem;
    cursor: pointer;
    margin: 0 !important;
    border: 0.4rem solid #F47920;
    font-size: 1.2rem;
    border-radius: 0 30px 30px 0;
}


.mou-authenticator .input-box button:hover {
    background-color: var(--third-color);
    color: #000;
}

.mou-authenticator .form-wrapper {
    position: relative;
    max-width: 36rem;
}

/* Active states */
.mou-authenticator .form-wrapper.active #MouNumber {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.93);
}

.mou-authenticator .form-wrapper.active .input-box {
    opacity: 1;
    pointer-events: auto;
    scale: 1;
}

/* MODAL */
.mou-authenticator .modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}

.mou-authenticator .modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.mou-authenticator .modal-content {
    background: #fff;
    padding: 2.5rem 1rem 2.3rem;
    width: 34%;
    text-align: center;
    transform: scale(.85);
    opacity: 0;
    transition: all .4s ease;
}

.mou-authenticator .modal.active .modal-content {
    transform: scale(1);
    opacity: 1;
}

.mou-authenticator .modal-content #icon {
    font-size: 0;
    width: 3rem;
    height: 3rem;
    margin: auto;
    background-size: cover;
}

.mou-authenticator .modal-content .error {
    background: url(assets/images/close-mark.svg) no-repeat;
}

.mou-authenticator .modal-content .success {
    background: url(assets/images/right-mark.svg) no-repeat;
}

.mou-authenticator .modal-content h3 {
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 1.25rem;
}

.mou-authenticator .modal-content .partner-link {
    color: #000;
    font-weight: 700;
    margin-top: 0.75rem;
}

.mou-authenticator .modal-content .partner-link a {
    color: #41BCBC;
    text-decoration: none;
}

.co-branding .branding-left {
    background-color: var(--primary-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10.625rem;
    padding-left: 6.15rem;
    padding-right: 4rem;
}

.partners-testimonials .testimonials-left {
    padding-left: 6.15rem;
}

.co-branding .branding-right {
    display: flex;
}

.co-branding .section-title {
    color: #fff !important;
    text-decoration: none;
}

.co-branding .section-title a {
    color: #fff !important;
    text-decoration: none;
}

.co-branding .title-upper {
    text-transform: uppercase;
    font-size: 2.2rem;
}

.co-branding .branding-left .title-upper span {
    font-size: var(--font24);
    display: block;
    font-family: var(--font-second);
    margin-bottom: 0.5rem;
}

.media-gallery {
    padding-top: 4rem;
    padding-bottom: 9rem;
}

.media-gallery .slick-slider {
    padding-left: 6rem;
    padding-right: 6rem;
}

.media-gallery .slick-prev::before,
.media-gallery .slick-next::before {
    content: '';
    display: block;
    width: 3.375rem !important;
    height: 5.75rem !important;
    background-size: cover;
    background: url('assets/images/media-arrow.png') no-repeat;
    background-size: cover;
    opacity: 1;
}
.media-gallery .slick-prev {
    left: -1rem;
    width: 3.375rem;
    height: 5.75rem;
}
.media-gallery .slick-next {
    right: -1rem;
    width: 3.375rem;
    height: 5.75rem;
}

.media-gallery .slick-next::before {
    background: url('assets/images/media-arrow.png') no-repeat;
    background-size: cover;
    transform: scaleX(-1);
}
.media-gallery .gallery-left {
    margin-bottom: 8rem;
}

.video-wrap video {
    width: 100%;
    height: 100%;
}

.media-gallery .gallery-item {
    margin: 0 0.938rem;
    max-height: 23.5rem;
}

footer {
    background-color: #000;
    padding: 1.9rem 0 1.6rem;
    width: 100%;
    float: left;
}

footer h3 {
    color: #fff;
    font-size: var(--font24);
    margin: 0;
    text-transform: capitalize;
}

footer .footer-social {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

footer .social-list {
    display: flex;
    align-items: flex-end;
    gap: 1.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footer-social ul li.facebook svg {
    width: 2.375rem;
    height: 2.375rem;
}

footer .footer-social ul li.instagram svg {
    width: 2.188rem;
    height: 2.188rem;
}

footer .footer-social ul li.linkedin svg {
    width: 2.375rem;
    height: 2.375rem;
}

body video {
    width: 100%;
}

.video-wrap {
    position: relative;
    width: 100%;
}

.video-wrap video {
    width: 100%;
    display: block;
    cursor: pointer;
}

.video-wrap .mute-toggle {
    position: absolute;
    top: 4.8rem;
    left: 3.2rem;
    width: 3.35rem;
    height: 3.35rem;
    background: url('assets/images/speaker.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.4;
    border: 2px solid #fff;
    border-radius: 50px;
}

.health-right .video-wrap .mute-toggle, .gallery-slider2 .video-wrap .mute-toggle {
    top: 2rem;
}

.video-wrap .mute-toggle::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    rotate: -45deg;
}

.video-wrap .mute-toggle.unmuted {
    opacity: 1;
    border: none;
}

.video-wrap .mute-toggle.unmuted::after {
    display: none;
}

.testimonial-item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 3.8rem;
    height: 3.8rem;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.25s ease;
}

.testimonial-item .play-btn.hidden {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
    pointer-events: none;
}

.testimonial-item .play-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    border-left: 1.1rem solid black;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
}

.testimonial-item video::-webkit-media-controls {
    display: none !important;
}

.testimonial-item video::-moz-media-controls {
    display: none !important;
}

.main-banner .img_wrapper .img_item {
    max-width: 18.4rem;
    margin: 1.5rem 0;
}

.main-banner .img_wrapper {
    margin-top: 3rem;
}

header .menu-toggle {
    display: none;
}

.partners-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding-bottom: 5rem;
}

.partners-list * {
    font-family: var(--font-third);
}

.partners-list .partner-item {
    background-color: #F7F7F7;
}

.partners-list .partner-item img {
    width: auto;
    height: auto;
}

.partners-list .partner-item .partner_name h4 {
    font-size: 1.2rem;
    margin: 0;
    padding: 0.8rem 2rem;
    color: #fff;
    background-color: var(--primary-color);
    font-family: var(--font-second);
}

.partners_color_bar {
    height: 4.4rem;
    background-color: var(--primary-color);
}

.partners-title {
    font-size: 2.6rem;
    max-width: 45%;
    color: var(--primary-color);
    margin: 0;
    padding: 3.5rem 0;
    letter-spacing: 1px;
}

.partners-list .partner-top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.1rem;
    padding: 0.6rem 1.5rem;
}

.partners-list ul {
    padding: 0;
    list-style: none;
}

.partners-list .partner-middle {
    margin: 0 1.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px dashed #7b7b7b;
}

.partners-list .partner-bottom {
    margin: 0 1.5rem;
    padding-bottom: 0.6rem;
}

.partners-list .owner-name {
    font-family: var(--font-second);
    font-size: 1.45rem;
    color: #4f675f;
    font-weight: 600;
    margin-bottom: 1rem;
}

.partners-list .mou-number {
    font-size: 1.15rem;
    background-color: #FFD9BF;
    color: #F47B24;
    width: fit-content;
    padding: 0.2rem 0.8rem;
    margin-top: 0.7rem;
    font-family: var(--font-second);
}

.partners-list .mou-number span {
    font-weight: 400;
}

.partners-list .other-info ul {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr auto;
    gap: 1.4rem 3rem;
    margin-top: 1.25rem;
}

.partners-list .other-info ul li:not(.email-id) {
    font-family: var(--font-second);
    color: #000;
    text-transform: capitalize;
}

.partners-list .other-info ul li span {
    font-weight: 400;
    display: block;
}

.partners-list .partner-top .right_content ul li {
    font-family: var(--font-second);
    color: #000;
}

.partners-list .partner-top .right_content ul:has(li:nth-of-type(3)) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0.2rem 0;
}

.partners-list .partner-item {
    position: relative;
}

.partners-list .partner-item:nth-of-type(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.75rem;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
}

.partners-list .partner-item:not(:last-child)::after {
    position: absolute;
    bottom: -1.75rem;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.partners-list .partner-top .right_content ul {
    min-height: 2.6rem;
}

/* Responsive CSS */
@media (max-width:1199px) {
    html {
        font-size: calc(7.2px + (11 - 8)*((100vw - 800px)/(1200 - 800)));
    }
}

@media (max-width:810px) {
    html {
        font-size: calc(6px + (8.5 - 7)*((100vw - 520px)/(800 - 520)));
    }

    body .container {
        max-width: 92.45%;
        width: 92.45%;
        margin: auto;
    }

    .why_jindal .why_left {
        padding-left: 4rem;
    }

    .why_jindal h2.section-title {
        padding-right: 2rem;
    }

    .why_jindal .why_item h4 {
        font-size: 1.2rem;
        margin-top: 3rem;
    }

    .for-healthcare .health-tag-title {
        padding: 1rem 1rem 0.8rem 4rem;
    }

    .for-healthcare .health-right {
        height: 100%;
    }

    .for-healthcare .health-right img {
        object-fit: cover;
    }

    .why-choose .choose-left {
        padding-left: 4rem;
        padding-right: 2.8rem;
    }

    .why-choose .choose-icon {
        margin: 2.45rem 0;
    }

    .why-choose .icon-title {
        font-size: 1.2rem;
    }

    .co-branding .branding-left {
        padding-left: 4rem;
        padding-right: 1rem;
    }

    .co-branding,
    .mou-authenticator,
    .partners-testimonials {
        grid-template-columns: 44% auto;
    }
    .partners-testimonials .slick-slider .slick-track {
        margin-left: 12.5rem;
    }

    .partners-testimonials .testimonials-left {
        padding-left: 4.15rem;
    }

    .partners-list {
        grid-template-columns: 1fr;
    }

    .partners-list .partner-item:nth-of-type(2n)::before {
        display: none;
    }

    .partners-title {
        padding: 2.8rem 0;
    }
}

@media (max-width:520px) {
    html {
        font-size: clamp(12px, 1.2vw, 16px);
    }

    body .container {
        max-width: 100%;
        width: 100%;
        padding: 0 1rem;
    }

    h2.section-title {
        font-size: 13px;
        line-height: 1.2;
    }

    header .header-menu ul li {
        font-size: 0.85rem;
        text-align: left;
    }

    header .header-menu {
        max-width: 68%;
        text-align: right;
    }

    header .header-logo img {
        max-width: 8.15rem;
    }

    header {
        padding: 1.6rem 0 0.8rem;
        position: relative;
    }

    .main-banner .banner-item .banner-text h1 {
        font-size: 1.15rem;
        max-width: 67%;
    }

    .main-banner .banner-item .banner-text {
        top: 3.513rem;
    }

    .main-banner .banner-item .banner-text h1 strong {
        font-size: 2rem;
        padding-right: 3.4rem;
    }

    .why_jindal,
    .why-choose {
        display: block;
    }

    .why_jindal h2.section-title {
        padding-right: 0;
    }

    .why_jindal .why_left {
        padding-left: 1.4rem;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .why_jindal .why_item h4 {
        font-size: 0.75rem;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.3rem;
        margin-bottom: 1rem;
    }
    .why_jindal .why_right .why_items .flip-card:nth-of-type(1) .why_item img {
        width: 40px;
        height: 50px;
    }

    .why_jindal .why_right .why_items .flip-card:nth-of-type(2) .why_item img {
        width: 50px;
        height: 50px;
    }

    .why_jindal .why_right .why_items .flip-card:nth-of-type(3) .why_item img {
        width: 45px;
        height: 48px;
    }

    .why_jindal .why_right .why_items .flip-card:nth-of-type(4) .why_item img {
        width: 50px;
        height: 45px;
    }

    .why_jindal .why_right .why_items .flip-card:nth-of-type(5) .why_item img {
        width: 45px;
        height: 46px;
    }

    .why_jindal .why_right .why_items .flip-card:nth-of-type(6) .why_item img {
        width: 60px;
        height: 47px;
    }

    .for-healthcare .health-heading,
    .for-healthcare .health-tag-subtitle {
        padding-left: 1.4rem;
        padding-right: 0;
    }

    .for-healthcare .health-tag-subtitle {
        font-size: 9px;
        padding-right: 1rem;
        margin-top: 0.6rem;
    }

    .for-healthcare .section-title span {
        font-size: 14px;
        margin: 0;
        margin-bottom: 0.6rem;
    }

    .for-healthcare .health-tag-title {
        padding: 2px 7px 3px 1.4rem;
        font-size: 10px;
        margin-top: 0.8rem;
    }

    .for-healthcare .health-left {
        padding: 0.3rem 0 1rem;
    }

    .for-healthcare .health-right {
        height: 100%;
    }

    .for-healthcare .houseware-mobile {
        display: block;
        object-fit: cover;
    }

    .for-healthcare .houseware {
        display: none;
    }

    .why-choose .choose-left {
        padding: 15px 1.4rem 12px;
    }

    .why-choose .choose-icon {
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }

    .why-choose .icon-title {
        font-size: 10px;
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .why-choose .flip-card:nth-of-type(1) .choose-grid-item img {
        width: 47px;
        height: 30px;
    }

    .why-choose .flip-card:nth-of-type(3) .choose-grid-item img {
        width: 35px;
        height: 37px;
    }

    .why-choose .flip-card:nth-of-type(6) .choose-grid-item img {
        width: 41px;
        height: 37px;
    }

    .why-choose .flip-card:nth-of-type(8) .choose-grid-item img {
        width: 45px;
        height: 35px;
    }

    .why-choose .flip-card:nth-of-type(9) .choose-grid-item img {
        width: 43px;
        height: 43px;
    }

    .why-choose .flip-card:nth-of-type(11) .choose-grid-item img {
        width: 39px;
        height: 38px;
    }

    .why-choose .flip-card:nth-of-type(14) .choose-grid-item img {
        width: 51px;
        height: 39px;
    }

    .why-choose .flip-card:nth-of-type(16) .choose-grid-item img {
        width: 37px;
        height: 36px;
    }

    .mou-authenticator .mou-right .button {
        font-size: 10px;
        padding: 6px 15px 7px;
        margin: 10px 0;
    }

    .mou-authenticator .mou-right p {
        font-size: 8px;
    }

    .partners {
        padding: 2.825rem 0;
    }

    .partners .partner-grid {
        margin-top: 2.4rem;
        margin-bottom: 0rem;
    }

    .co-branding .branding-left {
        gap: 5.325rem;
        padding-left: 1.4rem;
        padding-right: 0;
    }

    .co-branding,
    .partners-testimonials {
        grid-template-columns: 46% auto;
    }
    .co-branding .branding-right {
        height: 207px;
    }
    .co-branding .branding-right img {
        object-fit: cover;
    }
    .partners-testimonials .slick-slider .slick-track {
        margin-left: 7.5rem;
    }
    .co-branding .branding-left .title-upper {
        font-size: 12px;
    }
    .co-branding .branding-left .title-upper span {
        font-size: 10px;
    }
    footer {
        padding: 0.6rem 0 0.6rem;
    }
    footer h3 {
        font-size: 8px;
    }
    footer .footer-social ul li.facebook svg,
    footer .footer-social ul li.instagram svg,
    footer .footer-social ul li.linkedin svg {
        width: 9px;
        height: 9px;
    }

    footer .social-list {
        gap: 0.6rem;
    }

    footer .footer-social {
        gap: 1rem;
    }

    .tab-section .tabs .tab {
        font-size: 0.9rem;
        padding: 0.4rem 0.5rem 0.2rem;
        border-bottom: 0.2rem solid transparent;
    }

    .tab-section .grades-area {
        gap: 0.8rem;
        margin-top: 2.5rem;
    }

    .tab-section .label,
    .tab-section .value {
        width: 3.4rem;
        font-size: 0.65rem;
        margin-right: 0.2rem;
        font-family: var(--font-third);
    }

    .tab-section .chart::before {
        height: 116%;
        left: 6rem;
        bottom: -1.7rem;
    }

    .tab-section .chart img {
        width: 100%;
        height: 100%;
    }

    .tab-section {
        padding-top: 1.5rem;
        padding-bottom: 4rem;
        position: relative;
    }

    .tab-section .chart::after {
        width: 80%;
    }

    .tab-section .row {
        gap: 0.4rem;
    }

    .testimonial-item .play-btn {
        width: 3.3rem;
        height: 3.4rem;
    }

    .partners .partner-item {
        padding: 0 0.7rem;
    }

    .partners-testimonials .testimonials-left {
        padding-left: 1.4rem;
    }

    .testimonial-item .video-wrap .mute-toggle {
        top: 1.1rem;
        left: 0.6rem;
        width: 2.55rem;
        height: 2.55rem;
        border: 1px solid #fff;
    }

    .main-banner model-viewer {
        height: 65vh !important;
    }

    .main-banner .banner-slider .slick-dots li button,
    .main-banner .banner-slider .slick-dots li {
        width: 5rem;
        height: 5rem;
        border-radius: 0.7rem;
    }

    .main-banner .banner-slider .slick-dots li:not(:last-of-type) {
        margin-right: 0.95rem;
    }

    .main-banner .slick-dots {
        bottom: 0.8rem;
        left: 1.4rem;
    }
    .for-healthcare .health-image span {
        font-size: 0.75em;
        font-weight: 500;
        margin-top: 0;
        margin-left: 0.7rem;
        text-align: left;
    }
    .why_jindal .why_item_back p,
    .choose-grid .choose-grid-item-back p {
        font-size: 0.77rem;
        text-align: center;
        padding: 0 0.53rem;
        font-weight: 400;
        line-height: 1.2;
    }

    .tab-section .container>.section-title {
        margin-top: 0rem;
        margin-bottom: 1.2rem;
    }

    .tab-section .tabs {
        margin-top: 1.5rem;
    }

    .tab-section .container>.section-title br {
        display: none;
    }

    .for-healthcare .health-icons p {
        font-family: var(--font-third);
        font-size: 0.7rem;
        line-height: 1.3;
        max-width: 60px;
        margin-top: 0.4rem;
    }

    .co-branding .section-title {
        max-width: 170px;
    }

    .health-right img {
        display: none;
    }

    .health-right img.health-mobile {
        display: block;
        object-position: left;
    }

    .mou-authenticator {
        grid-template-columns: 35% auto;
    }

    .for-healthcare {
        position: relative;
        padding-top: 3.2rem;
    }

    .for-healthcare .health-heading {
        background-color: #F47920;
        padding-top: 1rem;
        padding-bottom: 1.2rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .for-healthcare .health-heading .section-title,
    .for-healthcare .section-title span {
        color: #fff;
        font-size: 13px;
    }

    .for-healthcare .section-title span {
        display: inline;
    }

    .for-healthcare .health-heading br {
        display: none;
    }

    .for-healthcare .health-image img {
        height: 5rem;
    }
    .for-healthcare .icon-image img {
        height: 3.1rem;
    }

    .for-healthcare .health-icon {
        margin-top: 0.5rem;
    }

    .tab-section .chart {
        padding-left: 2.1rem;
        gap: 0.25rem;
    }

    .tab-section .axis-titles span {
        font-family: var(--font-third);
        font-size: 8px;
    }

    .tab-section .axis-titles span.y-title {
        left: -0.8rem;
    }

    .tab-section .axis-titles span.x-title {
        bottom: -2rem;
        left: 35.2%;
    }

    .tab-section .bar {
        height: 1.55rem;
        max-width: 60% !important;
    }

    .mou-authenticator .input-box input {
        padding: 0.3rem 0rem 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .mou-authenticator .input-box button {
        border-width: 0.3rem;
        padding: 5px 12px;
    }

    .mou-authenticator .modal-content {
        width: 90%;
    }

    .main-banner .img_wrapper {
        margin-top: 1.2rem;
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 1.2rem;
    }

    .main-banner .img_wrapper .img_item {
        max-width: none;
        margin: 0;
    }

    .partners .partner-item img {
        height: 2rem;
    }

    header .menu-toggle {
        display: block;
        width: 1.5rem;
        height: 0.95rem;
        background: url(assets/images/toggle.svg) no-repeat;
        background-size: cover !important;
        border: none;
        padding: 0;
        outline: none;
        cursor: pointer;
    }

    header .menu-toggle.active {
        width: 1.7rem;
        height: 1.7rem;
        background: url(assets/images/toggle-cross.svg);
    }

    header .header-menu {
        position: absolute;
        top: 4.2rem;
        left: -110%;
        width: 100%;
        background-color: #EBEBEB;
        max-width: 100%;
        transition: 0.25s linear;
        z-index: 9;
        opacity: 0;
    }

    header .header-menu.active {
        left: 0;
        opacity: 1;
    }

    header .header-menu ul {
        display: block;
    }

    header .header-menu ul li {
        padding: 2.4rem 2rem;
    }

    header .header-menu ul li:not(:last-of-type) {
        border-bottom: 1px solid #B4B4B4;
    }

    .partners-title {
        font-size: 2.2rem;
        max-width: 100%;
        padding: 2.2rem 0;
        letter-spacing: 0;
    }

    .partners-list .partner-item img {
        max-width: 185px;
    }

    .partners-list .other-info ul {
        grid-template-columns: auto 1fr;
        gap: 1.2rem 3.4rem;
    }

    .partners-list {
        padding-bottom: 3rem;
    }

    .partners-list .partner-top .right_content ul:has(li:nth-of-type(3)) {
        grid-template-columns: 1fr 1fr;
    }

    .partners_color_bar {
        height: 3.4rem;
    }

    .partners-list .partner-item .partner_name h4 {
        padding: 0.6rem 1.8rem;
    }

    .for-healthcare .health-right .video-wrap {
        min-height: unset;
        object-position: center;
    }

    .health-right .video-wrap .mute-toggle, .gallery-slider2 .video-wrap .mute-toggle  {
        top: 0.6rem;
        left: 1rem;
        width: 3rem;
        height: 3rem;
    }
    .why_jindal {
        padding-top: 2.125rem;
    }
    .why_jindal .why_left {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .why_jindal .why_right .why-image {
        width: 100%;
        max-width: 9.8rem;
        display: flex;
        margin-top: 0;
        margin-left: 0;
    }
    .why_jindal .why_item .why_icon {
        min-height: 5.3rem;
    }
    .why_jindal .why_right .why_items {
        gap: 1.5rem 0;
        margin-top: 2.2rem;
        margin-bottom: 0.7rem;
    }
    .why_jindal .why_right {
        display: flex;
        align-items: end;
        margin-top: 0;
        gap: 0.8rem;
    }
    .main-banner .video-wrap .mute-toggle {
        top: 1.8rem;
        left: 1.2rem;
    }
    .asli-stainless {
        padding-top: 2.2rem;
        padding-left: 1rem;
    }
    .asli-stainless .asr-image {
        margin-top: 3rem;
        margin-left: 0;
    }
    .asli-stainless .asr-image img {
        width: 12rem;
    }
    .asli-stainless .asr-pipes img {
        width: 18rem;
    }
    .asli-stainless .asr-link {
        width: 9.175rem;
        height: 4.463rem;
    }
    .asli-stainless .asr-pipes {
        padding-bottom: 3.6rem;
        margin-top: 0;
    }
    .asli-stainless .link-first {
        top: -2%;
        left: 2rem;
    }
    .asli-stainless .link-second {
        top: 32.4%;
        left: -3%;
    }
    .for-healthcare .health-icons {
        margin-left: 0;
    }
    .for-healthcare .health-group {
        padding-left: 1rem;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .for-healthcare .health-icons {
        gap: 0.4rem;
        margin-top: 1.5rem;
    }
    .for-healthcare .health-icon:nth-of-type(1) .icon-image img {
        height: 2.8rem;
    }
    .for-healthcare .health-icon:nth-of-type(2) .icon-image img {
        height: 3rem;
    }
    .inspiring-stainless {
        padding-top: 3rem;
    }
    .inspiring-stainless .item-right .button {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
    .button, .mou-authenticator .mou-right .button {
        padding: 0.6rem 1.8rem 0.7rem;
        font-size: 1rem;
    }
    .inspiring-stainless .inspiring-items {
        display: block;
    }
    .inspiring-stainless .designs-grid .design-item, .inspiring-stainless .designs-grid .design-item:nth-of-type(3) {
        width: 13.5rem;
    }
    .inspiring-stainless .designs-grid .design-item p, .inspiring-stainless p.gallery-title {
        font-size: 1rem;
        margin-top: 0;
        margin-top: 1.8rem;
    }
    .inspiring-stainless .item-left .item-image {
        max-width: none;
        margin-left: 0;
        margin-top: 2.4rem;
        display: flex;
    }
    .inspiring-stainless .item-right {
        text-align: center;
    }
    .composition-section {
        padding: 3.2rem 0 3.2rem;
    } 
    .composition-section .top-bar {
        margin-bottom: 2.5rem;
    }
    .composition-section .top-bar, .composition-section .tabs {
        display: block;
    }
    .composition-section .tab-btn {
        padding: 0.55rem 1.45rem;
        border: 1px solid #f47c20;
        font-size: 1rem;
        margin-right: 0.4rem;
        margin-top: 0.7rem;
    }
    .mou-authenticator {
        padding: 3.2rem 0 5.2rem;
    }
    .mou-authenticator .mou-items {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jsl-saathi {
        padding-bottom: 1.4rem;
    }
    .jsl-saathi .saathi-left {
        padding-top: 2rem;
    }
    .jsl-saathi .saathi-left .section-title {
        font-size: 1.7rem;
        color: #fff;
        line-height: 1.1;
    }
    .jsl-saathi .saathi-left p {
        font-size: 0.8rem;
        line-height: 1.1;
        margin: 0;
        margin-top: 1.2rem;
    }
    .jsl-saathi .saathi-center {
        margin-top: -3.9rem;
        margin-left: 0;
        max-width: 9.5rem;
    }
    .jsl-saathi .download-box {
        margin-top: 4.6rem;
    }
.jsl-saathi .qr-group, .jsl-saathi .store-buttons {
    display: grid;
    align-items: center;
    gap: 0.85rem;
    grid-template-columns: 1fr 1fr;
}
    .jsl-saathi .store-buttons {
        margin-top: 0.5rem;
    }
    .jsl-saathi .download-box .cta, .jsl-saathi .download-box .cta span {
        font-size: 0.75rem;
        text-align: center;
        margin-top: 0.8rem;
        background-color: #fff;
        border-radius: 5rem;
        padding: 0.6rem 0 0.7rem;
        font-family: var(--font-second);
        line-height: 1.1;
    }
    .jsl-saathi .saathi-wrapper {
        gap: 0.6rem;
    }
    .jsl-saathi .saathi-coins .coin-1 {
        width: 2.7rem;
        margin-top: -0.8rem;
    }
    .jsl-saathi .saathi-coins .coin-2 {
        width: 3.3rem;
        margin-top: 0.2rem;
    }
.jsl-saathi .saathi-coins .coin-3 {
    width: 2.2rem;
    margin-top: 1.5rem;
    }
.jsl-saathi .saathi-coins .coin-4 {
    width: 2rem;
    margin-top: 0.6rem;
    margin-right: 0.2rem;
}
.jsl-saathi .saathi-coins .coin-5 {
    width: 1.8rem;
    margin-top: 0rem;
    margin-right: 0.8rem;
}
.media-gallery .slick-slider {
    padding-left: 2rem;
    padding-right: 2rem;
}
.media-gallery .slick-prev::before, .media-gallery .slick-next::before {
    width: 1.175rem !important;
    height: 2.05rem !important;
}
.media-gallery .gallery-item {
    margin: 0 0.5rem;
    max-height: 14.6rem;
}
.media-gallery {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
}
.media-gallery .gallery-left {
    margin-bottom: 1.6rem;
}
.media-gallery .slick-next {
    right: 0;
    width: 1.175rem;
    height: 2.05rem;
}
.media-gallery .slick-prev {
    left: 0;
    width: 1.175rem;
    height: 2.05rem;
}
.asr-popup {
  padding-left: 1rem;
  padding-top: 3.1rem;
}
.asr-popup .hotspot {
    width: 1rem;
    height: 1rem;
    outline-offset: 0.4rem;
}
.asr-popup .asr-tabs {
    margin-top: 3rem;
}
.asr-popup .asr-tab {
    padding: 0.8rem 1.8rem;
    border: 1px solid #f37021;
    margin-right: 0.6rem;
    font-size: 1.1rem;
}
.asr-popup .view-2d {
    width: 90%;
}
.asr-popup .asr-view-switch {
    margin-top: 2.6rem;
}
.asr-popup .view-btn[data-view="3d"] {
    width: 5.25rem;
    height: 2.9rem;
}
.asr-popup model-viewer {
    width: 100%;
    height: 45vh;
    margin-top: 0;
}
.asr-popup .section-title {
    padding-right: 1rem;
}
.asr-popup .asr-close {
    top: 0.3rem;
    right: 1.9rem;
}
.asr-hotspot-content {
    top: 18rem;
    left: 3rem;
    max-width: 25rem;
}
.inspiring-stainless .design-gallery-popup {
    top: 7rem;
    min-height: 25rem;
}
.inspiring-stainless .gallery-grid {
    gap: 1rem;
    margin-top: 2.8rem;
}
.inspiring-stainless .image-popup img {
    max-width: 90%;
}
}