.footer-brand {
    margin-bottom: 30px;
    padding-top: 20px;
}
.data-cta-section {
  width: 90%;
  min-height: 190px;
  padding: 0px 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #37588f;
  text-align: center;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 40px;
}
section.data-cta-section {
    margin: auto;
}
section.data-cta-wrapper {
    padding: 0px 0px 40px;
}
/* Existing container restrictions remove */
.data-cta-section .data-cta-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}

.data-cta-section h2 {
  margin-bottom: 20px !important;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1px;
  white-space: nowrap;
  margin: auto;
}

.data-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin:auto;
}

.data-cta-buttons .data-btn {
  width: 180px;
  min-height: 54px;
  padding: 18px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.data-btn-light {
  background: #ffffff;
  color: #37588f;
}

.data-btn-outline {
  background: transparent;
  color: #ffffff;
}

.data-btn-light:hover {
  background: transparent;
  color: #ffffff;
}

.data-btn-outline:hover {
  background: #ffffff;
  color: #37588f;
}

/* Important: parent container spacing remove */
.data-cta-section.container,
.data-cta-section.container2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* Tablet */
@media (max-width: 1100px) {
  .data-cta-section h2 {
    white-space: normal;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .data-cta-section {
    min-height: auto;
    padding: 30px 20px;
  }
  .cta-outer {
    padding: 30px 60px !important;
}

  .data-cta-section h2 {
    margin-bottom: 30px;
    font-size: 34px;
    white-space: normal !important;
  }

  .data-cta-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .data-cta-buttons .data-btn {
    width: 100%;
    max-width: 260px;
  }
}

.container.text-white.content h1 {
    justify-content: center;
}
.container.text-white.content::after{
  display:none ;
}
.navbar {
    background: #00000017;
    padding: 12px 0;
    transition: all 0.3s ease;
}
.hero, .banner, section:first-of-type {
    padding-top: 20px;
}
.box-new p {
    text-align: left;
}
.box-new strong {
    font-size: 30px;
    line-height: 62px;
    font-weight: 500;
}
.regulatory-list li {
    text-align: left;
}
.powerbtn {
    display: flex;
    gap: 20px;
}
p.learn {
    text-align: left;
}
p.learn1 {
    text-align: left;
    font-weight: 600;
    margin: -20px 0 40px;
}
h1.headings {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    text-align: start;
}
section.hero.position-relative {
    height: 70vh;
}
.container.text-white.content {
    margin-top: -0px !important;
}

.overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #030a19db !important;
    mix-blend-mode: multiply;
}
.hero {
  height: 85vh;
  position: relative;
  overflow: hidden;
}
.column {
    display: grid;
    gap: 20px;
    grid-template-columns: 30% 70%;
    justify-content: center;
    align-items: end;
}
.power-btn {
  display: block;
  width: fit-content;
  margin: 30px auto 36px;
  padding: 6px 45px;
  border: 2px solid rgb(255 255 255 / 24%);
  border-radius: 12px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  background: #4081cb;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.2s;
}

/* .power-btn:hover {
  background: rgba(255, 255, 255, 0.1);
} */
section.alltabs-wrapper {
    background: #fff;
    padding-top: 30px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px !important;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
  padding-bottom: 40px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
  margin-bottom: 40px;
}

.tab {
  cursor: pointer;
  background: transparent;
  border: 1.5px solid #37588f;
  color: #37588f;
  border-radius: 30px;
  padding: 7px 31px;
  font-size: 15px;
  transition: all 0.2s;
  white-space: nowrap;
  font-family: 'Manrope', sans-serif;
}

.tab:hover {
  border-color: #37588f;
  color: #37588f;
}

.tab.active {
  background: #37588f;
  color: #fff;
  border-color: #37588f;
  font-weight: 600;
}

.tabinside {
  position: relative;
  background-image: url('../../images/restart_2026/services\ bg.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-radius: 50px;
  padding: 30px 30px 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.tabinside::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0319;
  pointer-events: none;
  z-index: 1;
  border-radius: 50px;
}

.tabinside>* {
  position: relative;
  z-index: 2;
  /* ← content hamesha upar */
}

.panel-title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-align: start;
  color: #000;
}

p.panel-desc {
  font-size: 18px;
  color: #ffffff;
}

p.tagline {
  font-size: 23px;
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.rp-item1{
    grid-column: 1 / -1;
    width: 100%;
}
.rp-item1 {
    display: flex;
    border: 2px solid #e2e2e2;
    padding: 30px !important;
    border-radius: 20px;
    align-items: center;
    gap: 30px;
}
.label-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px !important;
  margin-bottom: 36px;
  width: 100%;
}

.lc-title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}

.lc-desc {
  font-size: 18px;
  font-weight: 300;
}

.label-card {
  background: #37588f !important;
  border-radius: 0px !important;
  padding: 10px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: start;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.img-card img {
  vertical-align: middle;
  width: 100%;
  height: 226px;
  object-fit: cover;
}

.img-card svg {
  width: 80%;
  height: 80%;
  opacity: 0.7;
}

.label-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}

.label-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.label-card .title {
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin-bottom: 4px;
}

.label-card .desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.subscribe-bar {
    background: #dbe7f8 !important;
}
.subscribe-bar {
  background-image: url(../../images/restart_2026/subbtn\ bg.png);
  width: 100%;
  /* height: 150px; */
  background-position: 79%;
  object-fit: contain;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  width: 96%;
}

.subscribe-bar span {
  font-size: 14.5px;
  color: #1a2a1a;
  font-weight: 500;
  flex: 1;
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 55%;
}

.input-wrap input {
  width: 100%;
  padding: 11px 130px 11px 16px;
  border-radius: 10px;
  height: 46px;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgb(168 181 168);
  outline: none;
  font-size: 14px;
}

/* Button floats inside input on the right */
.sub-btn {
  position: absolute;
  right: 6px;
  top: 49%;
  transform: translateY(-50%);
  height: 38px;
  background: #37588f;
  border-radius: 8px;
  color: #fff;
  width: 30%;
  text-align: start;
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  border: none;
  /* box-shadow: 0 3px 02px rgb(66 169 66 / 42%), inset 0 1px 0 rgb(71 153 50); */
}

.subscribe-bar span {
  font-size: 18.5px;
  color: #000000;
  font-weight: 500;
  flex: 1;
  text-align: start;
}

.sub-btn:active {
  background: #000000;
  /* keep centered while scaling */
}

.error-msg {
  color: #c0392b;
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.sub-btn .arrow-circle {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
  position: absolute;
  top: 18%;
  left: 80%;
}

.rp-section h2 {
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 34px 6px;
}
.rp-item:last-child {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
}
.rp-card {
    position: relative;
    background: #ffffff;
    border-radius: 0px;
    padding: 0px 0 110px;
    overflow: hidden;
    text-align: start;
}
.rp-item {
    display: flex;
    align-items: start;
    gap: 32%;
    flex-direction: column;
}
.rp-item {
    border: 2px solid #e3e3e3;
    position: relative;
    padding: 20px !important;
    min-height: 400px;
    border-radius: 20px;
    /* border-bottom: 1px solid #000; */
    padding: 20px 0;
    transition: min-height .55s cubic-bezier(.22, .61, .36, 1);
}

.rp-item.active {
  min-height: 150px;
}

.rp-item:hover {
  min-height: 192px;
}

.rp-copy {
  width: 100%;
  max-width: 100%;
  font-family: 'Manrope', sans-serif;
  position: relative;
  z-index: 3;
}
a.rp-btn2 {
    background: #4081cb;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 30px;
    position: absolute;
    bottom: -40px;
    left: 47%;
    transition: 0.2s;
}
a.rp-btn2:hover{
  background: #54c17b;
  color: #fff;
}
a.rp-btn {
    background: #4081cb;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 30px;
    position: absolute;
    bottom: 65px;
    left: 43%;
    transition: 0.2s;
}
a.rp-btn:hover{
  background: #54c17b;
  color: #fff;
}
/* ✅ h3 fixed height ਹਟਾਈ — roll-link ਖੁਦ clip ਕਰੇਗਾ */
.rp-copy h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  height: 30px;
  /* ← ਇਹ fixed px ਵਿੱਚ ਹੋਣਾ ਚਾਹੀਦਾ */
  line-height: 30px;
  /* ← height ਦੇ ਬਰਾਬਰ */
  overflow: hidden;
  /* ← h3 ਤੇ overflow hidden */
}

.rp-item.active .rp-copy h3 {
  color: #fff;
  font-weight: 700;
}

.rp-copy p {
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  margin: 10px 0 0;
  opacity: 1;
}

.rp-item:not(.active) .rp-copy p {
  opacity: 1;
  transform: translateY(18px);
  transition:
    opacity .55s cubic-bezier(.22, .61, .36, 1),
    transform .55s cubic-bezier(.22, .61, .36, 1);
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  pointer-events: none;
}

/* .rp-item:not(.active):hover .rp-copy p {
  opacity: 1;
  transform: translateY(0);
} */
.rp-item.active {
    gap: 5%;
}
.column h3 {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
}
.rp-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: opacity .65s cubic-bezier(.22, .61, .36, 1),
    transform .65s cubic-bezier(.22, .61, .36, 1);
    pointer-events: none;
    z-index: 5;
    will-change: transform;
    padding: 0;
}

.rp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #d0d0d0;
  border-radius:20px;
}

.rp-item.active .rp-img {
  opacity: 1;
  transform: translateX(0) scale(1);
      height: 185px;
}

/* .rp-item:hover .rp-img {
  opacity: 1;
  transform: translateX(0) scale(1);
} */

.rp-card:has(.rp-item:not(.active):hover) .rp-item.active .rp-img {
  opacity: 1;
  /* transform: translateX(30px) scale(.96); */
}
.rp-card {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.rp-card > a {
  color: inherit;
  text-decoration: none;
}

.roll-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.roll-inner span {
  display: block;
  white-space: nowrap;
  height: 30px;
  /* h3 height ਦੇ ਬਰਾਬਰ */
  line-height: 30px;
  flex-shrink: 0;
}

.roll-inner span:first-child {
  color: #000;
}

.roll-inner span:last-child {
  color: #000;
}

.rp-item.active .roll-inner span:first-child {
  color: #000;
  font-weight: 700;
}

.rp-item:hover .roll-inner {
  transform: translateY(-50%);
}

.custom-grids {
  display: grid;
  justify-content: space-between;
  gap: 10px;
  grid-auto-flow: row;
}

h3 {
  font-size: 20px;
  color: #ffffff;
  text-align: start;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 20px;
}

p.para {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
  text-align: start;
}

.card {
  padding: 0px;
  background-color: transparent;
  border-radius: 30px 0px;
  border: none;
}

.section-wrapper {
  padding: 20px 60px 60px;
  background: url("../../images/restart_2026/custom power.jpg") center center/cover no-repeat;
  border-radius: 50px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(10px);
}
.section-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    to bottom,
    rgba(39, 52, 73, 0.6) -50%, /* fix color */
    #0a2251 90%
  );
    z-index: 1;
    border-radius: 50px;
}

/* Content overlay ton upper */
.section-wrapper > *{
    position: relative;
    z-index: 2;
}
.panel-title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: start;
}
.img-card img {
    border-radius: 10px !important;
}
.label-card {
    border-radius: 10px !important;
    margin-top: 20px;
}
.box-new {
  padding: 10px 30px;
    background-color: #0a0319;
    border-radius: 20px;
    position: relative;

}
.rp-item:last-child h3 {
    margin-top: 20px !important;
}
.rp-item:last-child p {
    padding-top: 30px;
}
.box-new .para {
  color: #ffff;
  font-size: 18px;
  font-weight: 300;
  padding-right: 64px;
}

@media(max-width:1024px) {
  .content {
    top: 22% !important;
}
.content p {
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    padding-top: 10px;
    width: 90%;
}
h1.headings {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 38px !important;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
section.cta-outer.container {
    border-radius: 0;

}
/* .container {
    max-width: 100% !important;
    padding: 0 0px;
} */
.column {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1,1fr);
    justify-content: center;
    align-items: end;
}
.section-wrapper::before{
  border-radius: 20px
}
.rp-card {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.rp-item:last-child {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: left;
}
a.rp-btn{
  left:40%;
}

  h1.headings {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
  }

  .content {
    position: relative;
    z-index: 1;
    color: var(--white);
    top: 38%;
    transform: translateY(-50%);
    text-align: center;
  }

  .tab {
    padding: 7px 12px;
    font-size: 14px;
  }

  .tabs {
    gap: 15px;

  }

  .tabinside {
    padding: 25px;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }

  .img-card img {
    vertical-align: middle;
    width: 100%;
    height: 126px;
    object-fit: cover;
  }

  .lc-title {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
  }
  .data-cta-section h2 {
    margin-bottom: 20px !important;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1px;
    white-space: nowrap;
    margin: auto;
}
.cta-outer {
    padding: 0px 60px;

}

  .lc-desc {
    font-size: 13px;
    font-weight: 300;
  }

  p.panel-desc {
    font-size: 16px;
  }

  .subscribe-bar span {
    font-size: 15.5px;
    color: #000000;
    font-weight: 500;
    flex: 1;
    text-align: start;
  }

  .sub-btn {
    position: absolute;
    right: 7px;
    top: 49%;
    transform: translateY(-50%);
    height: 33px;
    background: #37588f;
    border-radius: 11px;
    color: #fff;
    width: 45%;
    text-align: start;
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    border: none;
    box-shadow: 0 3px 02px rgb(66 169 66 / 42%), inset 0 1px 0 rgb(71 153 50);
  }

  .rp-copy h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.60);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }

  .custom-grids {
    display: grid;
    justify-content: space-between;
    gap: 26px;
    grid-auto-flow: row;
  }

  .card {
    /* padding: 13px 27px 21px 24px; */
    padding: 0px;

    border-radius: 20px 0px;
  }
a.rp-btn2 {
    background: #4081cb;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    transition: 0.2s;
}
  .section-wrapper {
    padding: 34px;
  }
.tabs {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
  .box-new .para {
    color: #ffff;
    font-size: 16px;
    font-weight: 300;
    /* padding-right: 64px; */
  }

  .box-new {
    padding: 28px;

    border-radius: 20px;
  }

  .power-btn {
    padding: 6px 45px;
  }

  .label-card {
    padding: 15px 11px !important;

  }

  .section-wrapper {
    border-radius: 20px;

  }

  .panel-title {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: start;
  }

  p.tagline {
    font-size: 18px;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
  }
}





/* ✅ Responsive */
@media(max-width:767px) {
  .container.text-white.content {
    margin-left: 0px;
    margin-top: -10px !important;
}
.powerbtn {
    margin-top: 20px;
}
  h1.headings {
    font-size: 21px !important;
    font-weight: 500;
    line-height: 38px !important;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    width: 80%;
}
.content p {
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    padding-top: 10px;
    width: 90%;
    margin: 0;
}
section.hero.position-relative {
    height: 80vh;
}
.data-cta-section h2 {
    margin-bottom: 20px !important;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
    margin: auto;
}
.data-cta-buttons .data-btn {
    width: 180px;
    min-height: 50px;
    padding: 8px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

  .power-btn {
    padding: 6px 45px;
    font-size: 16px;
    margin: 0px auto;
  }

  .hero {
    height: 73vh;
    position: relative;
    overflow: hidden;
  }

  .tab {
    padding: 7px 8px;
    font-size: 12px;
  }
.box-new {
    padding: 20px 20px 50px;
    border-radius: 20px;
}
  .panel-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 16px;
    grid-auto-flow: row;
  }

  .img-card img {
    vertical-align: middle;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .label-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 8px;
  }

  .subscribe-bar {
    display: none;
  }

  .section-wrapper {
    padding: 20px;
    padding-bottom: 80px;
  }
a.rp-btn2 {

    bottom: -50px;

}
  p.para {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 10px;
    text-align: start;
    margin-bottom: -20px
   }
   .column h3{
    padding:0px
   }

  /* .rp-item:not(.active) .rp-copy p {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity .55s cubic-bezier(.22, .61, .36, 1),
      transform .55s cubic-bezier(.22, .61, .36, 1);
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    pointer-events: none;
  } */

  .rp-section h2 {
    font-size: 24px;
    margin: 0 0 22px;
  }

  .rp-card {
    padding: 20px 16px 80px;
    border-radius: 20px;
  }
  .content {
    padding: 0;
}
.tabinside {
    border-radius: 20px;
}
p.panel-desc {
    font-size: 14px;
}
.column h3 {
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
}
a.rp-btn {
    left: 4%;
}
  .rp-item {
    position: relative;
    overflow: hidden;
    padding: 14px 0;
    min-height: 51px !important;
    transition: all .45s ease;
  }
.rp-item {
    display: flex;
    flex-direction: column;
}
  /* CLOSED ITEMS */
.rp-item {
  height: 347px;
  transition: none !important;
  animation: none !important;
}

.rp-item:hover {
  height: 347px;
}

.rp-item .roll-inner {
  transform: none !important;
  transition: none !important;
}

  .rp-copy {
    width: 100%;
    max-width: 100%;
  }

  .rp-copy h3 {
    font-size: 17px;
    line-height: 24px;
    height: 24px;
    margin: 0;
  }

  .roll-inner span {
    height: 24px;
    line-height: 24px;
  }

  /* TEXT */
  .rp-copy p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* IMAGE */
  .rp-img {
    position: relative !important;
    top: auto !important;
    right: auto !important;

    width: 100%;
    height: 180px;

    margin-top: 16px;

    border-radius: 14px;

    opacity: 1 !important;
    transform: none !important;
  }

  .rp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }
.box-new .para {
    color: #ffff;
    font-size: 16px;
    font-weight: 300;
    padding-right: 0px;
}
}
@media(max-width:376px){
  section.hero.position-relative {
    height: 95vh;
}
.powerbtn {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.container.text-white.content {
    margin-left: 0px;
    margin-top: -50px !important;
}
}
@media(max-width:321px){
  section.hero.position-relative {
    height: 97vh;
}
.powerbtn {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.container.text-white.content {
    margin-left: 0px;
    margin-top: -50px !important;
}
}
