@charset "UTF-8";



/* CSS Reset */

*,

*::before,

*::after {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}



html {

  font-size: 100%;

  /* Base font size */

  scroll-behavior: smooth;

  /* Smooth scrolling */

}



body {

  line-height: 1.5;

  -webkit-text-size-adjust: 100%;

  overflow-x: hidden;

  /* Disable text inflation on mobile */

}



img {

  max-width: 100%;

  display: block;

}





:root {

  font-family: "Open Sans", sans-serif;

  --open-sans-bold: "Open Sans", sans-serif;

  --open-sans-light: "Open Sans", sans-serif;

  --open-sans-regular: "Open Sans", sans-serif;

  --outline-heading: 114px;

  --first-heading: 90px;

  --second-heading: 72px;

  --third-heading: 60px;

  --fourth-heading: 40px;

  --fifth-heading: 36px;

  --sixth-heading: 32px;

  --merchant-num: 80px;

  --merchant-btn: 30px;

  --icon-txt: 22px;

  --btn-txt: 22px;

  --nav-btn-txt: 17px;

  --hdr-nav-txt: 16px;

  --card-para: 18px;

  --card-pills: 18px;

  --big-para: 18px;

  --ftr-contact-heading: 16px;

  --ftr-nav-txt: 14px;

  --pills-txt: 14px;

  --color-white: #fff;

  --color-yellow: #FFDE01;

  --color-light-yellow: #FFE366;

  --color-black: #000;

  --color-red: #EE2328;

  --color-light-grey: #f2f2f2;

  --bg-gradient-red: linear-gradient(to bottom, #d81b1b, #f7a099);

  --bg-gradient-yellow: linear-gradient(to bottom, #a46101 0%, #f1a100 100%);

  --bg-gradient-grey: linear-gradient(180deg, #23252b 0%, #4f5258 100%);

  --bg-btn-gradient-red: linear-gradient(to bottom,

      #ba1310 0%,

      #ba2b19 50%,

      #c75427 100%);

































}

















/* Add more base styles for typography, links, lists, etc. */

@media (min-width: 1699px) {



  .container {

    width: 1600px;

    max-width: 1600px;

  }

}



.mob-show {

  display: none;

}



figure {

  margin: 0 0 0;

}



header {

  width: 100%;

  padding: 20px 0;

}



.right-header-box {

  width: 100%;

  margin-top: 38px;

}



.right-header-box ul {

  list-style-type: none;

  padding: 0;

  margin: 0;

  float: right;
  display: flex;
  align-items: center;

}



.right-header-box ul li {

  display: inline-block;

  padding: 0 10px;

  border-right: 1px solid #EFEEED;

}



.right-header-box ul li:last-child {

  border-right: none;

}



.right-header-box ul li input {

  width: 90px;

  height: 40px;

  border-radius: 25px;

  background-color: black;

  color: #fff;

  padding: 0 0 0 10px;

  line-height: 40px;

  font-size: 14px;

}



.search-icon {

  position: absolute;

  top: 10px;

  right: 20px;

}



.menu-box {

  width: 310px;

  height: 48px;

  border-radius: 25px;

  background-color: var(--color-light-grey);

  /* padding: 2px 0; */
  border: 1px solid #f2f2f2 !important;
  display: flex;

  margin-top: 30px;

  margin-left: 80px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */

}



.menu-box .personal-drop-tp {

  width: 48.5%;

  height: 100%;

  background-color: var(--color-white);

  border-radius: 25px;

  text-align: center;

  line-height: 46px;

  /* margin-left: 1%; */

  color: var(--color-black);

  font-family: var(--open-sans-regular);

  font-size: var(--nav-btn-txt);

  text-decoration: none;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  cursor: pointer;

}

header .menu-box .personal-drop-tp {
  width: 50%;
}

/* Hover states and dynamic shifting of active tab */
.menu-box .personal-drop-tp:hover {
  background-color: var(--color-white) !important;
}

.menu-box .personal-drop-tp:hover>a {
  color: var(--color-red) !important;
  font-weight: 700 !important;
}

.menu-box:has(.personal-drop-tp:hover) .personal-drop-tp:not(:hover) {
  background-color: #f2f2f2 !important;
}

.menu-box:has(.personal-drop-tp:hover) .personal-drop-tp:not(:hover)>a {
  color: black !important;
  font-weight: 400 !important;
}



.drop-down {

  width: 793px;

  /* height: 628px; */
  height: 530px;
  position: absolute;

  top: 99%;

  left: 0;

  visibility: hidden;

  opacity: 0;

  transition: all 0.5s;

  z-index: 9;

  padding: 22px 0;

  /* overflow-y: hidden; */
  overflow: visible;



}





.menu-box .personal-drop-tp:hover .drop-down {

  visibility: visible;

  opacity: 1;



}











.menu-box .personal-drop {

  height: 100%;

  border-radius: 25px;

  text-align: center;

  line-height: 46px;

  /* margin-left: 1%; */

  font-family: var(--open-sans-regular);

  font-size: var(--nav-btn-txt);

  position: relative;

  text-decoration: none;

  cursor: pointer;

  width: auto;

  padding: 0 16px;

  font-weight: 400;

}

.menu-box .personal-drop span {

  display: inline;

}







.drp-cont-bx {

  width: 100%;

  height: 100%;

  background: var(--color-white);

  border-radius: 0 0 15px 15px;

  /* box-shadow: 0px 8px 6px 4px rgba(0, 0, 0, 0.3); */
  box-shadow: 0px 10px 20px 12px rgb(0 0 0 / 14%);
  position: relative;

}



.lft-lv1-nav {

  width: 49.7%;

  display: inline-block;

  float: left;

  background: var(--color-light-grey);

  /* height: 583px; */
  height: 486px;
  border-radius: 0 0 0 15px;

}



.lft-lv1-nav ul {

  list-style-type: none;

  padding: 25px;

  margin: 0;

}



.lft-lv1-nav ul li a {

  display: block;

  padding: 5px 20px 5px 30px;

  border-radius: 10px;

  color: var(--color-black);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-weight: 700;

  font-size: var(--hdr-nav-txt);

  text-decoration: none;

  text-transform: uppercase;

  text-align: start;
  transition: all 0.5s;

}



.lft-lv1-nav ul li a:hover {

  background-color: var(--color-white) !important;
  color: var(--color-red);

}



.lft-lv1-nav ul li a span {

  display: inline-block !important;

}









.rgt-lv2-nav {

  width: 49.7%;

  /* height: 575px; */
  height: 460px;
  display: inline-block;

  background-color: var(--color-white);

  overflow-y: auto;

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 0;
  /* left: 49%; */
  left: 50%;

}



.rgt-lv2-nav ul {

  list-style-type: none;

  padding: 25px;

  margin: 0;

}



.rgt-lv2-nav ul li a {

  display: block;

  padding: 0 20px 0 30px;

  border-radius: 10px;

  color: var(--color-black);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--ftr-contact-heading);

  font-weight: 700;

  text-decoration: none;

  text-transform: uppercase;

  text-align: start;

  line-height: 2.3;

  transition: all 0.5s;

}



.rgt-lv2-nav ul li a:hover {

  color: var(--color-red);

  margin-left: 5px;

}



.js-hover .active {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



.d-nav-heading {

  padding: 20px 20px 0 30px;

  border-radius: 10px;

  color: var(--color-red);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--ftr-contact-heading);

  font-weight: 700;

  text-decoration: none;

  text-transform: uppercase;

  text-align: start;

}







.rgt-lv2-nav::-webkit-scrollbar {

  width: 5px;

  height: 577px;

}



/* Scrollbar track */

.rgt-lv2-nav::-webkit-scrollbar-track {

  background: #f1f1f1;

  border-radius: 5px;

}



/* Scrollbar thumb */

.rgt-lv2-nav::-webkit-scrollbar-thumb {

  background: var(--bg-gradient-yellow);

  border-radius: 5px;

}



/* Thumb on hover */

.rgt-lv2-nav::-webkit-scrollbar-thumb:hover {

  background: #555;

}











.menu-box .business-drop-tp {

  width: 49%;

  height: 100%;

  border-radius: 25px;

  text-align: center;

  line-height: 46px;

  margin-left: 1%;

  color: var(--color-black);

  font-family: var(--open-sans-regular);

  font-size: var(--nav-btn-txt);

  text-decoration: none;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: all 0.5s;

}

.menu-box .business-drop-tp:hover {

  color: var(--color-red);

}





.menu-box .business-drop {

  display: flex;

  justify-content: center;

  align-items: center;

  transition: all 0.5s;

  white-space: nowrap;

  height: 100%;

  /* background-color: var(--color-white); */

  border-radius: 25px;

  text-align: center;

  line-height: 46px;

  /* margin-left: 1%; */

  color: var(--color-black);

  font-family: var(--open-sans-regular);

  font-size: var(--nav-btn-txt);

  text-decoration: none;

  width: auto;

  padding: 0 16px;

}









.menu-box .business-drop:hover {

  color: var(--color-red);

}

.mob-show .menu-box .active-main-menu {
  background-color: var(--color-white) !important;
}



.banner-box {

  width: 100%;

  border-radius: 25px;

}



.banner-box .swiper {

  width: 100%;

  height: 100%;

  padding-bottom: 50px;

}



.banner-box .swiper-slide {

  text-align: center;

  font-size: 18px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.swiper-slide img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.banner-box .swiper-btns-bx {

  width: 100px;

  position: relative;

  margin: 60px auto 0;

}



/* .banner-box .swiper.mbSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

  padding-bottom: 50px;

} */



.banner-box .swiper-button-next,

.swiper-button-prev {



  border: 1px solid #ccc;

  border-radius: 25px;

  width: 40px !important;

  height: 40px !important;

  text-align: center;

}



.banner-box .swiper-navigation-icon {

  display: none;

}



.banner-left-box {

  background: radial-gradient(circle at center, #ed5550 0%, #e44a46 40%, #d1100e 100%);

  min-height: 644px;

  border-radius: 25px 0 0 25px;

  padding: 75px 50px 25px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.banner-right-box {

  background: radial-gradient(circle at center, #f2a521 0%, #e0951a 45%, #b8740a 100%);

  min-height: 644px;

  border-radius: 0 25px 25px 0;

  position: relative;

  display: flex;

  justify-content: center;

  overflow-y: hidden;

}



.banner-right-box img {

  position: absolute;

  bottom: 0;

  width: auto;

  max-height: 625px;

}



.biggest-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--first-heading);

  color: var(--color-white);

  line-height: 0.9;
  text-transform: uppercase;

}



.main-banner-detail-txt {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--fifth-heading);

  color: var(--color-yellow);

  text-transform: uppercase;

  line-height: 1;

  width: 80%;

  margin-left: 10%;

}

.banner-txt-hgt {

  height: 404px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.download-box {

  width: 100%;

  margin-top: 50px;

}



.download-box p {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--big-para);

  color: var(--color-white);

  text-transform: uppercase;

  line-height: 1;

  margin: 0;

  text-align: center;

}



.download-box a {

  display: inline-block;

  padding: 10px 5px 0;

}



.download-box a img {

  width: auto;
  height: auto;

}



.cards-section {

  width: 100%;

  /* margin: 0 0 50px; */
  margin: 30px 0 50px;

}



.card-box {

  width: 100%;

  min-height: 475px;

  border-radius: 10px;

  padding: 25px 20px;

}



.red-gradient {

  background: var(--bg-gradient-red);

}



.yellow-gradient {

  background: var(--bg-gradient-yellow);

}



.grey-gradient {

  background: var(--bg-gradient-grey);

}



.card-heading {

  width: 80%;

  min-height: 80px;

  font-size: var(--fifth-heading);

  display: inline-block;

  line-height: 1;

  font-family: var(--open-sans-bold);

  font-weight: 700;
  text-transform: uppercase;

}



.card-box button {

  width: 20%;

  display: inline-block;

  float: right;

  background: transparent;

  border: none;

  text-align: right;

  text-align: -webkit-right;

}



.card-box button img {

  width: auto;

  transition: all 0.5s;

}



.card-box button img:hover {

  background-color: var(--color-black);

}



.txt-white {

  color: var(--color-white);

}



.pills-box {

  width: 100%;

  min-height: 300px;

}



.pills-box a {

  display: inline-block;

  padding: 5px 8px 5px;

  border: 1px solid var(--color-yellow);

  border-radius: 20px;

  color: var(--color-white);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--pills-txt);

  text-decoration: none;

  margin-top: 10px;

  line-height: 1;

  transition: all 0.5s; margin-right: 5px;

}



.pills-box a:hover {

  background-color: var(--color-yellow);

  color: var(--color-black);

}



.card-box p {

  color: var(--color-white);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--card-para);

  line-height: 1.3;
  min-height: 48px;
  margin-top: 10px;
  margin-bottom: 0;

}



.txt-yellow {

  color: var(--color-yellow);

}



.txt-red {

  color: var(--color-red);

}



.txt-light-yellow {

  color: var(--color-light-yellow);

}



.txt-black {

  color: var(--color-black) !important;

}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.bigger-p {
  font-size: 28px !important;
}

.active-main-menu {
  color: var(--color-red) !important;
  font-weight: 700 !important;
}

.section-heading {

  width: 100%;

  color: var(--color-black);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--second-heading);

  line-height: 1;

  text-transform: uppercase;

  text-align: center;

}



.choose-section {

  width: 100%;

  height: 626px;

  margin: 50px 0;

  border-radius: 25px;

  background: radial-gradient(circle at center,

      #4a4e54 0%,

      #2c2f33 60%,

      #1e2024 100%);

  display: flex;

  justify-content: center;

}



.choose-section .bg-image {

  width: 100%;

  height: 626px;

  background-image: url(../images/jc-moon.png);

  background-position: 55% center;

  background-repeat: no-repeat;

  display: flex;

}



.million-txt-bx {

  width: 1120px;

  display: flex;

  justify-content: center;

  flex-direction: column;

  text-align: center;

  margin: auto;

}



.million-txt-bx img {

  width: auto;

}



.million-txt-bx .choose-jc-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--outline-heading);

  color: var(--color-red);

  text-transform: uppercase;

  -webkit-text-stroke: 0.5px var(--color-white);

  margin: 0;

  padding: 0;

  line-height: 0.9;

}



.million-txt-bx p {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--fourth-heading);

  color: var(--color-white);

  text-transform: uppercase;

  margin: 20px 0 0 0;

  padding: 0;

  line-height: 0.9;

}



.get-debit-card-section {



  width: 100%;

  margin: 50px 0;

  display: flex;





}



.get-debit-card-section p {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--sixth-heading);

  text-align: center;

  line-height: 1;

  text-transform: uppercase;

  margin: 5px 0 0 0;

}



.get-debit-card-section video {

  width: 100%;

  border: none;

}



.black-button {

  display: block;

  width: max-content;

  margin: 15px auto 0;

  padding: 8px 20px;

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--btn-txt);

  color: var(--color-white);

  text-transform: uppercase;

  background-color: var(--color-black);

  border-radius: 25px;

  text-decoration: none;

  text-align: center;

  transition: all 0.5s;

}



.black-button:hover {

  background-color: var(--color-red);

}



.debit-card-img-box {

  width: 100%;

  background-image: url(../images/debit-card-sec-bg.png);

  background-repeat: no-repeat;

  background-position: 68% 40%;

  text-align: center;

  display: flex;

  justify-content: center;

  margin-top: 30px;

}



.send-receive-section {

  width: 100%;

  margin: 50px 0 0;

  display: inline-block;

}



.send-receive-section p {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--sixth-heading);

  text-align: center;

  line-height: 1;

  text-transform: uppercase;

  margin: 5px 0 0 0;

}





.send-receive-section .swiper-btns-bx {

  width: 100px;

  position: relative;

  margin: 60px auto 0;

}



.send-receive-section .swiper.sendReceiveSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

  padding-bottom: 50px;

}



.send-receive-section .swiper-button-next,

.swiper-button-prev {



  border: 1px solid #ccc;

  border-radius: 25px;

  width: 40px !important;

  height: 40px !important;

  text-align: center;

}



.send-receive-section .swiper-navigation-icon {

  display: none;

}



.send-receive-box {

  width: 100%;

  min-height: 547px;

  border-radius: 25px;

  position: relative;

  padding: 75px 35px;

  overflow-y: hidden;

}



.bg-gradient-red {

  background: radial-gradient(circle at center, #ed5550 0%, #e44a46 40%, #d1100e 100%);

}



.bg-gradient-yellow {

  background: radial-gradient(circle at center, #f2a521 0%, #e0951a 45%, #b8740a 100%);

}



.sendReceiveSwiper {

  padding-left: 8.33% !important;

}



.send-receive-image {

  width: auto !important;

  max-height: 490px;

  position: absolute;

  bottom: 0;

  right: 0;

}



.send-receive-heading {

  width: 60%;

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--third-heading);

  color: var(--color-white);

  text-transform: uppercase;

  line-height: 1;

}



.red-gradient-btn {

  width: auto;

  background: var(--bg-btn-gradient-red);

  padding: 10px 25px;

  color: var(--color-white);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--third-heading);

  font-size: var(--btn-txt);

  border: none;

  border-radius: 25px;

  position: absolute;

  bottom: 75px;

  transition: all 0.5s;

}



.red-gradient-btn:hover {

  background: var(--color-black);

}



.red-gradient-btn a {

  color: var(--color-white);

  text-decoration: none;

}



.real-people-section {

  width: 100%;

  margin: 50px 0;

}



.real-people-box {

  width: 100%;

  position: relative;

}



.real-people-box .real-txt-box {

  width: 100%;

  min-height: 35%;

  position: absolute;

  bottom: 0;

  left: 0;

  display: flex;

  justify-content: center;

  flex-direction: column;

}



.real-people-box .real-txt-box .real-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--third-heading);

  text-align: center;

  margin: 0;

  padding: 0;

  line-height: 0.8;

}



.real-people-box .real-txt-box .real-second-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--sixth-heading);

  text-align: center;

  margin: 0;

  padding: 0;

  line-height: 1;

  text-transform: uppercase;

}



.real-people-box .real-txt-box .real-detail-txt {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--big-para);

  text-align: center;

  margin: 10px 0 0 0;

  padding: 0 20px;

  line-height: 1.1;

  text-transform: uppercase;

}



.real-people-box .real-txt-box .red-gradient-btn {

  width: 185px;

  background: var(--bg-btn-gradient-red);

  padding: 10px 20px;

  color: var(--color-white);

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--third-heading);

  font-size: var(--btn-txt);

  border: none;

  border-radius: 25px;

  position: static;

  margin: 10px auto 0;

  transition: all 0.5s;

}



.real-people-box .real-txt-box .red-gradient-btn:hover {

  background: var(--color-black);

}







.real-people-section .swiper-btns-bx {

  width: 100px;

  position: relative;

  margin: 60px auto 0;

}



.real-people-section .swiper.realPeopleSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

  padding-bottom: 50px;

}



.real-people-section .swiper-button-next,

.real-people-section .swiper-button-prev {



  border: 1px solid #ccc;

  border-radius: 25px;

  width: 40px !important;

  height: 40px !important;

  text-align: center;

}



.real-people-section .swiper-navigation-icon {

  display: none;

}



.merchant-network-section {
  width: 100%;
  margin: 50px 0;
  overflow: hidden !important;
}



.network-map-box {

  width: 100%;

}



.network-map-box video {

  width: 100%;

  border: none;

}



.merchant-txt-box {

  width: 100%;

}



.merchant-num {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--merchant-num);

  margin-bottom: 10px;

}



.merchant-btn {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--merchant-btn);

  border: 1px solid var(--color-red);

  padding: 10px 15px;

  color: var(--color-black);

  border-radius: 25px;

  text-decoration: none;

  transition: all 0.5s;

}



.merchant-btn:hover {

  background: var(--color-red);

  color: var(--color-white);

}



.merchant-btn-extra {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--merchant-btn);

  padding: 10px 5px;

  color: var(--color-black);

  text-decoration: none;

}



.merchant-txt-box {

  width: 100%;

  display: flex;

  height: 100%;

  align-items: center;

}



.merchant-txt-box .download-box {

  margin-top: 75px;

}



.merchant-txt-box .download-box p {

  text-align: start !important;

  margin-bottom: 5px;

}



footer {

  width: 100%;

  background-color: var(--color-light-grey);

  padding: 35px 0 0 0;

}



.contacts-bx {

  width: 100%;

}



.ftr-cont-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--ftr-contact-heading);

}



.contacts-bx h6 {

  margin-top: 20px;

}



.contacts-bx p {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--ftr-contact-heading);

}



footer .ftr-nav-bx {

  width: 100%;

}



footer .ftr-nav-bx ul {

  width: 19.5%;

  margin: 0;

  padding: 0;

  list-style-type: none;

  float: left;

}



footer .ftr-nav-bx ul li {

  width: 100%;

}



footer .ftr-nav-bx ul li a {

  width: 100%;

  font-family: var(--open-sans-regular);

  font-size: var(--ftr-nav-txt);

  text-decoration: none;

  color: var(--color-black);

  font-weight: 600;

  transition: all 0.5s;

}



footer .ftr-nav-bx ul li a:hover {

  color: var(--color-red);

}



footer .ftr-nav-bx .ftr-nav-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--big-para);

  text-transform: uppercase;

  margin: 19px 0 5px 0;

}



.raast-follow-bx {

  width: 100%;

}



.raast-logo {

  width: 20%;

  float: left;

  border-right: 1px solid #B2B2B2;
  margin-left: 10%;


}

.raast-logo img {
  max-height: 63px;
}


.follow-us-bx {

  width: 70%;

  float: left;

  padding: 0 0 0 40px;

}



.follow-us-bx .follow-heading {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--big-para);

  text-transform: uppercase;

}



.follow-us-bx ul {

  list-style-type: none;

  padding: 0;

  margin: 0;

}



.follow-us-bx ul li {

  width: auto;

  padding-right: 10px;

  display: inline-block;

}





.copyrights-bx {

  width: 100%;

  height: 60px;

  text-align: center;

  line-height: 60px;

  border-top: 1px solid #A9A9A9;

  margin-top: 30px;

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--ftr-contact-heading);

}



.color-yellow {

  color: var(--color-yellow);

}



/*Inner Pages*/

.tab-nav-bx {

  width: 100%;

  margin-top: 50px;

}



.tabs-nav {

  width: 100%;

}



.tabs {

  list-style: none;

  padding: 0;

  /* display: flex; */

  gap: 15px;

  cursor: pointer;

  margin: 0;

  text-align: center;

}



.tabs li {

  /* padding: 10px 15px 8px; */
  padding: 8px 15px;
  font-size: 18px !important;
  border-radius: 8px;

  border: 1px solid #cccccc;

  font-family: var(--open-sans-bold);

  font-weight: 700;

  line-height: 1;

  display: inline-block;

  margin-bottom: 25px;

}



.tabs li.active {

  background: var(--color-red);

  color: #fff;

}



.tab-content {

  width: 100%;

}



.tab-pane {

  opacity: 0;

  visibility: hidden;

  position: absolute;

  transition: opacity 1s ease;

}



.tab-content-container {

  width: 100%;

}



.tab-gradient-box {

  width: 95%;

  margin-top: 75px;

  margin-bottom: 75px;

  border: 1px solid #cccccc;

  padding: 65px 0;

  border-radius: 25px;

  background: linear-gradient(to bottom,

      #ffffff 0%,

      /* Pure white at the top */

      #fff5f5 50%,

      /* Very pale pink in the middle */

      #ffeaea 100%
      /* Soft blush pink at the bottom */

    );

}



.tab-pane.active {

  opacity: 1;

  visibility: visible;

  position: relative;

}



.tabs-nav .tabs-heading,

.red-h3 {

  font-family: var(--open-sans-bold);

  font-weight: 700;

  font-size: var(--second-heading);

  line-height: 0.9;

  color: var(--color-red);

  margin: 0;

  padding: 0;

  text-transform: uppercase;

  text-align: center;

  width: 70%;

  margin: 0 auto;

}



.tabs-nav .tabs-heading span,

.red-h3 span {

  color: var(--color-black);

}



.gradient-icon-txt-bx {

  width: 22.5%;

  border: 1px solid #ccc;

  background: linear-gradient(to bottom, #fff9f0 0%, #fbeedb 100%);

  border-radius: 15px;

  display: flex;

  align-items: center;

  /* justify-content: center; */

  float: left;

  margin: 45px 1.25% 0;
  padding: 0 15px;

}

.icon-bx {
  width: 20%;
}

.gradient-icon-txt-bx p {
  width: 80%;

  font-family: var(--open-sans-regular);

  font-weight: 500;

  font-size: var(--icon-txt);

  padding-left: 15px;

  line-height: 1.1;
  margin-bottom: 0;

}



.comm-logo-bx {

  width: 100%;

  /* margin: 75px 0 0; */

}



.comm-logo {

  width: 90%;

  /* min-height: 160px; */
  min-height: 175px;

  margin: 0 5%;

  border: 1px solid #ccc;

  border-radius: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  float: left;

  transition: all 0.25s;

  padding: 0 10px;

}



.comm-logo:hover {

  bbox-shadow: 0 13px 15px -7px rgba(0, 0, 0, 0.25);

  -webkit-box-shadow: 0 13px 15px -7px rgba(0, 0, 0, 0.25);

  -moz-box-shadow: 0 13px 15px -7px rgba(0, 0, 0, 0.25);

}





.comm-logo-bx .swiper-btns-bx {

  width: 100px;

  position: relative;

  margin: 60px auto 0;

}



.comm-logo-bx .swiper-button-next,

.comm-logo-bx .swiper-button-prev {

  border: 1px solid #ccc;

  border-radius: 25px;

  width: 40px !important;

  height: 40px !important;

  text-align: center;

}



.comm-logo-bx .swiper-horizontal {

  padding-bottom: 30px;

}



.swiper-navigation-icon {

  display: none;

}



/* .comm-logo img{ max-width: 80%;} */

/*Inner Pages*/

.cardSwiper-business .card-heading {

  width: 80%;

  font-size: var(--sixth-heading);

  text-transform: uppercase;
  min-height: 96px;

}

/* .cardSwiper-business .card-box {
  min-height: 560px;
} */
.cardSwiper-business .card-box {
  min-height: 496px;
}

.cardSwiper-business .pills-box a {

  text-transform: uppercase;

  font-size: var(--ftr-nav-txt);

}

.cardSwiper-business .pills-box {

  width: 100%;
  /* min-height: 300px; */
  min-height: 250px;

}

.cardSwiper-business .card-box p {

  text-transform: uppercase;
}



section.disclaimer.prepaid-load {

  height: auto;

  min-height: 20px;
  min-height: 20px;

}

section.disclaimer.prepaid-load h6 {

  color: var(--color-red);

}

.comm-logo-bx .swiper-horizontal { padding-bottom: 0 !important;}

.comm-logo-bx .logoSwiper{padding-bottom: 50px !important;}

#accessibility-modal.close #closeBtn {
    background: #D61C0F !important;}
#accessibility-modal #headerContent {
    background: #D61C0F !important;}
    #accessibility-modal #closeBtn {
   background: #D61C0F !important;}
#reset-all{background:#D61C0F !important; border: 1px solid #fff;}
.acc-child {
    border: 1px solid #D61C0F !important;
    color: #D61C0F !important;
}
.acc-child svg path{fill: #D61C0F !important;}



@media (max-width: 1699px) {

  :root {

    --outline-heading: 86px;

    --first-heading: 72px;

    --second-heading: 54px;

    --third-heading: 45px;

    --fourth-heading: 30px;

    --fifth-heading: 27px;

    --sixth-heading: 24px;

    --merchant-num: 60px;

    --merchant-btn: 23px;

    --icon-txt: 18px;

    --btn-txt: 17px;

    --nav-btn-txt: 17px;

    --hdr-nav-txt: 16px;

    --card-para: 15px;

    --card-pills: 14px;

    --pills-txt: 11px;

    --big-para: 14px;

    --ftr-contact-heading: 12px;

    --ftr-nav-txt: 11px;

  }







  .banner-left-box {

    min-height: 575px;

  }



  .banner-right-box {

    min-height: 575px;

  }



  .banner-right-box img {

    max-height: 525px;

  }



  .card-heading {

    min-height: 60px;



  }



  .card-box {

    min-height: 495px;

  }



  .pills-box {

    min-height: 310px;

  }

  .pills-box span {
    display: block;
  }




  .send-receive-box {

    min-height: 430px;



    padding: 50px 35px;

  }



  .send-receive-image {

    max-height: 390px;

  }



  .red-gradient-btn {

    bottom: 50px;

  }



  .follow-us-bx ul li {

    padding-right: 2px;



  }



  .follow-us-bx {

    padding: 0 0 0 20px;

  }



  .download-box a img {

    width: auto;
    height: auto;

  }



  .card-box p {

    min-height: 40px;

  }

  .banner-txt-hgt {

    height: 333px;

  }

  .gradient-icon-txt-bx p {
    width: 80%;

    font-family: var(--open-sans-regular);

    font-weight: 500;

    font-size: var(--icon-txt);

    padding-left: 15px;

    line-height: 1;
    margin-bottom: 0;

  }

}


@media(max-width:1440px) {
  .card-box {
    min-height: 496px;
  }
}

@media (max-width: 1399px) {

  :root {

    --outline-heading: 81px;

    --first-heading: 60px;

    --second-heading: 51px;

    --third-heading: 43px;

    --fourth-heading: 24px;

    --fifth-heading: 26px;

    --sixth-heading: 21px;

    --merchant-num: 57px;

    --icon-txt: 20px;

    --merchant-btn: 21px;

    --btn-txt: 16px;

    --nav-btn-txt: 16px;

    --hdr-nav-txt: 14px;

    --card-para: 14px;

    --card-pills: 14px;

    --big-para: 14px;

    --ftr-contact-heading: 12px;

    --ftr-nav-txt: 11px;

    --pills-txt: 10px;

  }



  .menu-box {

    margin-top: 10px;

  }



  .right-header-box {

    margin-top: 18px;

  }



  .banner-box .swiper-btns-bx {

    margin: 60px auto 0;

  }



  .banner-left-box {

    min-height: 525px;

  }



  .banner-right-box {

    min-height: 525px;

  }



  .banner-right-box img {

    max-height: 475px;

  }



  .banner-left-box {

    padding: 49px;



  }



  .card-box {

    min-height: 481px;

    padding: 25px 15px;

  }



  .follow-us-bx img {

    width: 35px;

  }

  .comm-logo {

    min-height: 130px;



  }

  .lft-lv1-nav span img {
    height: 13px;
  }

  /* .menu-box .personal-drop {

    line-height: 35px;}*/



  .banner-txt-hgt {

    height: 291px;

  }



  .pills-box {

    min-height: 290px;

  }

  .card-box p {

    min-height: 55px;

  }

  .card-heading {

    font-size: var(--sixth-heading);



  }

}



@media (max-width: 1299px) {

  :root {

    --outline-heading: 76px;

    --first-heading: 55px;

    --second-heading: 48px;

    --third-heading: 40px;

    --fourth-heading: 24px;

    --fifth-heading: 24px;

    --sixth-heading: 21px;

    --merchant-num: 54px;

    --merchant-btn: 20px;

    --btn-txt: 15px;

    --nav-btn-txt: 15px;

    --card-para: 13px;

    --card-pills: 12px;

    --big-para: 12px;

    --ftr-contact-heading: 11px;

    --ftr-nav-txt: 10px;

  }





  .banner-left-box {

    min-height: 475px;

  }



  .banner-right-box {

    min-height: 475px;

  }



  .banner-right-box img {

    max-height: 425px;

  }



  .banner-box .swiper-btns-bx {

    margin: 50px auto 0;

  }



  .card-box {

    min-height: 460px;

    padding: 25px 15px;

  }

  .card-box p {

    min-height: 34px;

  }



  .banner-txt-hgt {

    height: 243px;

  }





}

@media (min-width: 992px) and (max-width: 1199px) {

  :root {

    --outline-heading: 76px;

    --first-heading: 60px;

    --second-heading: 48px;

    --third-heading: 40px;

    --fourth-heading: 24px;

    --fifth-heading: 22px;

    --sixth-heading: 21px;
    --seventh-heading: 15px;

    --merchant-num: 54px;

    --merchant-btn: 20px;

    --btn-txt: 15px;

    --nav-btn-txt: 15px;

    --card-para: 13px;

    --card-pills: 12px;

    --big-para: 12px;

    --ftr-contact-heading: 11px;

    --ftr-nav-txt: 10px;

  }

.cardSwiper-business .card-heading {


  font-size: var(--seventh-heading);


}
.lineup-card {

    padding: 20px 20px;
    width: 50%;
}


}



@media (max-width: 991px) {

  :root {

    --outline-heading: 76px;

    --first-heading: 50px;

    --second-heading: 48px;

    --third-heading: 40px;

    --fourth-heading: 24px;

    --fifth-heading: 24px;

    --sixth-heading: 21px;
     --seventh-heading: 14px;

    --merchant-num: 54px;

    --merchant-btn: 17px;

    --btn-txt: 15px;

    --nav-btn-txt: 15px;

    --card-para: 13px;

    --card-pills: 12px;

    --big-para: 12px;

    --ftr-contact-heading: 11px;

    --ftr-nav-txt: 10px;

  }

  .desk-show {

    display: none;

  }



  .mob-show {

    display: block;

  }

  .overlay {

    height: 100%;

    width: 0;

    position: fixed;

    z-index: 9;

    top: 0;

    right: 0;

    background-color: rgb(0, 0, 0);

    background-color: rgba(255, 255, 255, 0.99);

    overflow-x: hidden;

    transition: 0.5s;

  }



  .overlay-content {

    position: relative;

    top: 7%;

    width: 100%;

    text-align: center;

    margin-top: 30px;

  }



  .overlay a {

    padding: 8px;

    text-decoration: none;

    font-size: 36px;

    color: #818181;

    display: block;

    transition: 0.3s;

  }



  .overlay a:hover,

  .overlay a:focus {

    color: #f1f1f1;

  }



  .overlay .closebtn {

    position: absolute;

    top: 0;

    right: 9px;

    font-size: 50px;

  }

.cardSwiper-business .card-heading {
    font-size: var(--seventh-heading);

}
.card-box button {
    width: 16%;
}

  @media screen and (max-height: 450px) {

    .overlay a {

      font-size: 20px
    }



    .overlay .closebtn {

      font-size: 40px;

      top: 15px;

      right: 35px;

    }

  }





  .menu-box {

    margin: auto;

  }

  .menu-box .personal-drop {

    width: 49.9%;



  }

  .menu-box .business-drop {

    width: 49.9%;



  }

  .mobile-menu-bx {

    width: 310px;

    margin: 30px auto 0;

  }



  .mobile-menu-bx ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

  }



  .mobile-menu-bx ul li {

    width: 100%;

    text-align: left;

  }



  .mobile-menu-bx ul li a {

    font-family: var(--open-sans-bold);

    font-weight: 700;

    font-size: var(--nav-btn-txt);

    color: var(--color-black);

    text-decoration: none;

    display: flex;

    text-transform: uppercase;

    transition: all 0.5s;
    align-items: center;
  }



  .mobile-menu-bx ul li a span {

    padding-left: 10px;

    /* margin-top: -2px; */

  }



  .mobile-menu-bx ul li a:hover {

    color: var(--color-red);

  }





  .menu-level {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.99);

    transition: transform 0.5s ease;

  }



  .level-1 {

    transform: translateX(0);

    z-index: 1;

  }



  .level-2 {

    transform: translateX(100%);

    z-index: 2;

  }



  .level-2.active {

    transform: translateX(0);

  }



  .submenu-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px;

  }



  .back-btn {

    font-size: 18px;

    cursor: pointer;

    margin-top: 19px;

    display: flex;

    align-items: center;

    font-family: var(--open-sans-regular);

    font-size: 20px;

  }


  .arrow-left {
    margin-right: 10px;
  }

  .submenu-header .closebtn {

    top: 4px;

    right: 15px;

    color: #818181;



  }

  footer .accordion {

    max-width: 100%;

    margin: 0 auto;

    overflow: hidden;

    border-top: 1px solid #B2B2B2;

  }



  footer .accordion-header {

    padding: 12px 12px;

    cursor: pointer;

    font-family: var(--open-sans-bold);

    font-weight: 700;

    font-size: var(--card-para);

    display: flex;

    justify-content: space-between;

    align-items: center;

    transition: background 0.3s ease;

    text-transform: uppercase;

  }



  footer .accordion-header:last-child {

    border-bottom: 1px solid #B2B2B2;

  }



  footer .icon {

    font-size: 22px;

    transition: transform 0.4s ease;

  }



  footer .accordion-content {

    max-height: 0;

    overflow: hidden;

    padding: 0 13px;

    transition: max-height 0.5s ease, padding 0.4s ease;

  }





  footer .accordion-content ul {

    width: 100%;

    margin: 0 0 15px 0;

    padding: 0;

    list-style-type: none;

  }









  footer .accordion-content ul li {

    margin: 5px 0;

  }



  footer .accordion-content ul li a {

    font-family: var(--open-sans-regular);

    font-size: var(--ftr-nav-txt);

    text-decoration: none;

    color: var(--color-black);

    font-weight: 600;

    text-transform: uppercase;

    transition: all 0.5s;

  }



  footer .accordion-content ul li a:hover {

    color: var(--color-red);

  }



  footer .icon::before {

    content: "+";

    color: var(--color-red);

  }



  footer .accordion.active .icon::before {

    content: "−";

  }



  .follow-us-bx {

    width: 100%;

    padding: 0 0 0 0;

    text-align: center;

  }

  .banner-left-box {

    padding: 15px;

  }

  .main-banner-detail-txt {

    width: 90%;

    margin-left: 5%;

  }

  .choose-section {

    height: 895px;



  }





  .choose-section .bg-image {

    width: 100%;

    height: 720px;

    background-image: url(../images/jc-moon.png);

    background-position: 55% center;

    background-repeat: no-repeat;

    background-size: 95%;

    display: flex;

  }



  .million-txt-bx img {

    width: 90%;

    margin-left: 5%;

  }



  .million-txt-bx {

    width: auto;

    margin-top: 35px;

  }

  .send-receive-image {

    max-height: 280px;

  }

  .download-box {

    text-align: center;

  }

}



@media (max-width: 767px) {

  :root {

    --outline-heading: 72px;

    --first-heading: 40px;

    --second-heading: 40px;

    --third-heading: 34px;

    --fourth-heading: 24px;

    --fifth-heading: 22px;

    --sixth-heading: 17px;

    --merchant-num: 38px;

    --merchant-btn: 20px;

    --btn-txt: 15px;

    --nav-btn-txt: 14px;

    --card-para: 16px;

    --card-pills: 16px;

    --big-para: 13px;

    --ftr-contact-heading: 14px;

    --ftr-nav-txt: 12px;
    --icon-txt: 18px;

  }



  .right-header-box {

    margin-top: 8px;

  }





















  .banner-left-box {

    width: 95%;

    margin-left: 2.5%;

  }



  .banner-left-box {

    width: 95%;

    margin-left: 2.5%;

    border-radius: 15px 15px 0 0;

    padding: 25px 25px 15px 25px;

  }



  .banner-right-box {

    width: 95%;

    margin-left: 2.5%;

    border-radius: 0 0 15px 15px;

  }



  .main-banner-detail-txt {



    width: 100%;

    margin: 0;

  }



  .download-box a img {

    width: 120px;
    height: auto;

  }





  .banner-left-box {

    min-height: 390px;

  }



  .download-box a {

    display: inline-block;

    padding: 5px 5px 0;

  }



  .banner-right-box {

    min-height: 342px;

  }



  .banner-right-box img {

    max-height: 360px;

  }



  .download-box {

    margin-top: 20px;

    text-align: center;

  }



  .cardSwiper {

    margin-left: 0 !important;

    margin-right: 0 !important;

  }



  .choose-section {

    width: 95%;

    height: 720px;

    margin-left: 2.5%;

  }



  .choose-section .bg-image {

    height: 720px;

    background-position: center center;

    background-size: 98%;

  }



  .million-txt-bx p {

    margin: 10px 0 0 0;
    line-height: 1.2;
    font-size: var(--fifth-heading);

  }



  .cards-section {

    margin: 30px 0;

  }



  .get-debit-card-section {

    margin: 30px 0;



  }



  .debit-card-img-box {

    background-repeat: no-repeat;

    background-position: center center;

    background-size: 189%;



  }



  .send-receive-section {

    margin: 30px 0 0;



  }



  .send-receive-section p {

    margin: 5px 0 0 5%;

    width: 90%;

  }



  .sendReceiveSwiper {

    padding-left: 3.33% !important;

  }



  .red-gradient-btn {

    position: static;

    margin: 35px auto 0;

    display: block;

  }



  .send-receive-heading {

    width: 100%;

    font-family: var(--open-sans-bold);

    font-weight: 700;

    font-size: var(--third-heading);

    color: var(--color-white);

    text-transform: uppercase;

    line-height: 1;

    text-align: center;

  }



  .send-receive-image {

    width: 70% !important;

    height: auto !important;

    max-height: 232px;

    left: 15%;

  }



  .send-receive-box {

    padding: 35px 35px;

  }



  .send-receive-section .swiper.sendReceiveSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

    padding-right: 15px;

  }



  .real-people-section {

    margin: 30px 0;

  }



  .merchant-network-section {

    width: 100%;

    margin: 30px 0;

  }



  .map-position {

    width: 180%;

    max-width: 200%;

    margin-left: -80%;

    margin-top: 133px;

    position: relative;

  }



  .merchant-txt-box {

    width: 100%;

    display: flex;

    height: 100%;

    align-items: flex-start;

  }



  .merchant-btn-extra {

    display: block;

  }









  .real-people-section .mb-pd-no {

    padding: 0 0 0 0 !important;

  }



  /*Inner Page*/

  .comm-logo {

    width: 90%;

    min-height: 100px;

    margin: 0 5%;

    border: 1px solid #ccc;

    border-radius: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    float: left;

    transition: all 0.25s;

    padding: 0 10px;

  }



  .comm-logo img {

    max-height: 90px;

  }



  /*Inner Page*/



  .banner-txt-hgt {

    height: auto;

  }

  .banner-left-box {

    min-height: 210px;

  }

  .comm-logo-bx .swiper-horizontal {
    padding-bottom: 70px;
  }

}

@media (min-width: 401px) and (max-width: 499px) {

  .million-txt-bx p {
    padding: 0 10px;
  }

  .get-debit-card-section p {

    padding: 0 10px;
  }
}

@media (max-width: 400px) {

  :root {

    --outline-heading: 62px;

    --first-heading: 36px;

    --second-heading: 34px;

    --third-heading: 30px;

    --fourth-heading: 24px;

    --fifth-heading: 20px;

    --card-para: 14px;

    --card-pills: 15px;

    --merchant-num: 36px;

    --merchant-btn: 17px;

    --btn-txt: 15px;

    --nav-btn-txt: 15px;

    --big-para: 13px;

    --ftr-contact-heading: 14px;

    --ftr-nav-txt: 12px;

  }



  /* .banner-left-box {

    min-height: 325px;

  } */



  .banner-right-box img {

    max-height: 320px;

  }



  .cards-section {

    width: 100%;

    margin: 25px 0;

  }



  .follow-us-bx img {

    width: 30px;

  }

}





@media (max-width: 375px) {

  .map-position {

    margin-top: 200px;



  }



}

/*Contact Page*/
.contact-help-section h3 {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--second-heading);
  line-height: 0.9;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.contact-help-section span {
  color: var(--color-red);
}

.contact-help-section p {
  font-family: var(--open-sans-regular);
  font-weight: 400;
  font-size: var(--icon-txt);
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.sub-heading h4 {
  font-family: var(--open-sans-bold);
  font-size: var(--third-heading);
  font-weight: 700;
  text-align: center;
}

.sub-heading span {
  color: var(--color-red);
}

.sub-heading p {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--sixth-heading);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}

.mt-100 {
  margin-top: 100px;
}

@media(max-width:991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media(max-width:991px) {
  .mb-100 {
    margin-top: 50px;
  }
}

.helpline-card {
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff9f0 0%, #fbeedb 100%);
  border-radius: 15px;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media(max-width:991px) {
  .helpline-card {
    padding: 30px 20px;
  }
}

/* .helpline-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  } */

.helpline-card-icon {
  /* width: 28px;
    height: 28px; */
  margin-bottom: 20px;
}

.helpline-card-label {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: 24px;
  color: var(--color-red);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.helpline-card-number {
  font-family: var(--open-sans-bold);
  font-size: var(--third-heading);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px 0;
  color: #212529;
}

.helpline-card-text {
  font-family: var(--open-sans-regular);
  font-size: var(--icon-txt);
  line-height: 1.4;
  color: #212529;
  margin-bottom: 0px;
}

.helpline-card-text:last-child {
  margin-bottom: 0;
}

.helpline-card-text strong {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  color: #212529;
}

.channel-card {
  border: 1px solid #A9A9A9;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

@media(max-width:991px) {
  .channel-card {
    padding: 30px 20px;
  }
}

.channel-card-icon {
  margin-bottom: 20px;
}

.channel-card-label {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--icon-txt);
  color: var(--color-red);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.channel-card-number {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--icon-txt);
  line-height: 1.4;
  color: #212529;
  margin-bottom: 0px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.channel-card-text {
  font-family: var(--open-sans-regular);
  font-size: var(--icon-txt);
  line-height: 1.4;
  color: #212529;
  margin-bottom: 0px;
}

.channel-card-text:last-child {
  margin-bottom: 0;
}

.regulatory-wrapper {
  border: 1px solid #cccccc;
  padding: 65px 0;
  border-radius: 25px;
  background: linear-gradient(to bottom, #ffffff 0%, #fff5f5 50%, #ffeaea 100%);
}

.regulatory-card {
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff9f0 0%, #fbeedb 100%);
  border-radius: 15px;
  padding: 30px 40px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

@media(max-width:991px) {
  .regulatory-card {
    padding: 30px 20px;
    width: 90%;
    margin-left: 5%;
  }
}

.regulatory-card:last-child {
  margin-bottom: 0;
}

.regulatory-card-label {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--icon-txt);
  color: var(--color-red);
  margin-bottom: 12px;
}

.regulatory-card-text {
  font-family: var(--open-sans-regular);
  font-size: var(--icon-txt);
  line-height: 1.4;
  color: #212529;
  margin-bottom: 0px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.regulatory-card-text strong {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  color: #212529;
}

.office-map-container {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

@media(min-width:768px) {
  .office-map-container {
    aspect-ratio: auto;
    height: 100%;
  }
}

.office-map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.office-details-box {
  background-color: #FEF7E8;
  border-radius: 20px;
  padding: 30px 40px;
  height: 100%;
  box-sizing: border-box;
}

@media(max-width:991px) {
  .office-details-box {
    padding: 30px 20px;
  }
}

.office-details-item {
  margin-bottom: 24px;
  text-align: left;
}

.office-details-item:last-child {
  margin-bottom: 0;
}

.office-details-key {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--icon-txt);
  color: #212529;
  margin-bottom: 6px;
  display: block;
}

.office-details-value {
  font-family: var(--open-sans-regular);
  font-weight: 400;
  font-size: var(--icon-txt);
  color: #212529;
  line-height: 1.4;
  display: block;
}

/* Custom Styles for JazzCash Contact Us Form, styled like request-a-quote */
:root {
  --color-red: #D61C0F;
}

/* Font Family Configuration */
.contact-form,
.contact-form input,
.contact-form textarea,
.contact-form button {
  font-family: var(--open-sans-regular) !important;
}

.txt-black {
  color: #000000 !important;
}

.txt-red {
  color: #D61C0F !important;
}

/* Form Styles */
.contact-form {
  margin-top: 3rem;
}

/* Spacing between rows of the form */
.contact-form .row {
  margin-bottom: 3rem !important;
}

.contact-form .row:last-child {
  margin-bottom: 0 !important;
}

@media(max-width:1440px) {
  .contact-form .row {
    margin-bottom: 2.5rem !important;
  }
}

/* Spacing between columns on desktop/tablet */
@media (min-width: 991px) {
  .contact-form .row {
    --bs-gutter-x: 2rem !important;
  }
}

/* Input & Textarea Fields Styling */
.contact-form .custom-input {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #E0E0E0;
  border-radius: 0;
  background-color: transparent;
  padding: 8px 0 24px;
  color: #000000;
  font-size: 1rem;
  outline: none;
  box-shadow: none;
  transition: border-color 0.25s ease-in-out;
}

/* Placeholder Colors */
.contact-form .custom-input::placeholder,
.contact-form .custom-textarea::placeholder {
  color: #6D6D6F;
  opacity: 1;
}

/* Focus State */
.contact-form .custom-input:focus {
  border-color: #6D6D6F;
}

/* Textarea Lined Paper Background */
.custom-textarea-wrapper {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.custom-textarea-label {
  color: #6D6D6F;
  font-size: 1rem;
  margin-bottom: 8px;
  display: block;
}

.custom-textarea {
  width: 100%;
  border: none;
  background: transparent;
  /* Multi-line styling to mimic paper lines exactly */
  background-image: linear-gradient(transparent 31px, #E0E0E0 31px, #E0E0E0 32.5px);
  background-size: 100% 32.5px;
  line-height: 32.5px;
  height: 97.5px;
  /* Exactly 3 visible lines */
  color: #000000;
  font-size: 1rem;
  resize: none;
  outline: none;
  padding: 0;
  margin: 0;
}

/* Custom Premium Radio Buttons Styling */
.custom-radio-group-wrapper {
  margin-top: 10px;
  position: relative;
  text-align: left;
}

.custom-radio-group-label {
  color: #6D6D6F;
  font-size: 1rem;
  margin-bottom: -4px;
  display: block;
}

.custom-radio-group {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 12px 0;
}

@media(max-width:1440px) {
  .custom-radio-group {
    gap: 1rem;
  }
}

@media(max-width:768px) {
  .custom-radio-group {
    gap: .4rem;
  }
}

.custom-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: #8A8A8A;
  user-select: none;
  transition: color 0.2s ease;
}

.custom-radio-label:hover {
  color: #000000;
}

.custom-radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-radio-circle {
  width: 16px;
  height: 16px;
  border: 1.5px solid #E0E0E0;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s;
}

.custom-radio-label input[type="radio"]:checked+.custom-radio-circle {
  border-color: #D61C0F;
}

.custom-radio-label input[type="radio"]:checked+.custom-radio-circle::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #D61C0F;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Submit Button styling */
.btn-submit-container {
  display: flex;
  justify-content: flex-start;
}

.btn-submit {
  background: linear-gradient(180deg, #D61C0F 0%, #8C1008 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 12px 50px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(140, 16, 8, 0.35);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: none;
}

.btn-submit:hover {
  background: linear-gradient(180deg, #E52E20 0%, #A3180F 100%);
  box-shadow: 0 6px 16px rgba(140, 16, 8, 0.5);
  transform: translateY(-1px);
}

.btn-submit:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(140, 16, 8, 0.3);
}

/* Responsiveness adjustments for margins */
@media (max-width: 767.98px) {
  .contact-form .row {
    margin-bottom: 0 !important;
  }

  .contact-form .row [class^="col-"] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .btn-submit-container {
    justify-content: flex-start;
  }
}

/* Custom Validation Styling */
.error-msg {
  display: none;
  color: #D61C0F;
  font-size: 0.75rem;
  margin-top: 6px;
  text-align: left;
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Red borders when validation is active and input is invalid */
.was-validated .custom-input:invalid {
  border-color: #D61C0F !important;
}

/* Show error messages when invalid */
.was-validated .custom-input:invalid~.error-msg {
  display: block;
}

/* Show error message and red border for invalid radio buttons group */
.was-validated .custom-radio-group-wrapper:has(:invalid) .error-msg {
  display: block;
}

.was-validated .custom-radio-group-wrapper:has(:invalid) .custom-radio-circle {
  border-color: #D61C0F !important;
}

.section-contact-description {
  background: linear-gradient(180deg, #EE3933 0%, #D00C0B 100%);
  border-radius: 20px;
  padding: 40px 20px;

}

.section-contact-description p {
  color: #ffffff;
  font-family: var(--open-sans-regular);
  font-size: var(--icon-txt);
  text-align: center;
  line-height: 1.4;
}

@media(max-width:767px) {
  .r-gap-4 {
    row-gap: 1.5rem;
  }
}

/* ---- Search Overlay Shell ---- */
.search-overlay {
  width: 100%;
  position: fixed;
  z-index: 8;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0);
  height: 0;
  opacity: 1;
  visibility: hidden;
  transition:
    height 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.8s linear,
    box-shadow 0.4s ease;
}

.search-overlay.show {
  visibility: visible;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.search-overlay-content {
  position: relative;
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}

.close-search-btn {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 45px;
  cursor: pointer;
  color: #000;
  font-weight: 300;
  line-height: 1;
  z-index: 1002;
  opacity: 0;
  transform: rotate(-180deg) scale(0.5);
  transition:
    color 0.2s ease,
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s ease;
}

.search-overlay.show .close-search-btn {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.close-search-btn:hover {
  color: #ff0000;
  transform: scale(1.1) rotate(90deg);
}

.search-title {
  color: #000;
  font-size: 80px;
  line-height: 75px;
  font-family: var(--open-sans-bold);
  font-weight: 700;
  margin-bottom: 20px;
}

.right-nav {
  width: 100%;
  text-align: right;
  margin-top: 45px;
}

.right-nav ul {
  list-style-type: none;
  margin-right: 10px;
}

.right-nav ul li {
  display: inline-block;
}

.right-nav ul li a {
  color: var(--color-black) !important;
  font-weight: 400;
  font-size: var(--nav-btn-txt);
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.5s;
}

.right-nav ul li a:hover {
  color: var(--color-red) !important;
}


@media (max-width: 1600px) {
  .search-title {
    font-size: 80px;
    line-height: 80px;
  }
}

.txt-red {
  color: #EE2328;
}


.search-bar-container {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.search-input {
  width: 100%;
  padding: 12px;
  padding-right: 125px;
  /* Increased padding to safely accommodate the new clear icon */
  font-size: 20px;
  border: 1px solid #cccccc;
  border-radius: 12px;
  outline: none;
  color: #333;
  background-color: #ffffff;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    border-radius 0.1s linear;
}

.search-input:disabled {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  color: #999999;
  cursor: not-allowed;
}

.btn-grouping {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
}

.search-submit-btn,
.voice-search-btn,
.clear-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 18px;
}

.search-submit-btn {
  font-size: inherit;
  color: #ff0000;
}

.voice-search-btn {
  margin-left: 14px;
}

/* ---- New Clear Input Cross Icon Styling ---- */
.clear-search-btn {
  font-size: 18px;
  color: #999999;
  display: none;
  /* Initially hidden, handled by JS */
  transition: color 0.2s ease;
  line-height: 1;
}

.clear-search-btn:hover {
  color: #ff0000;
}

/* ---- Custom SVG Microphones Design (No Fill Outline) ---- */
.mic-svg-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ff0000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}

.voice-mic-circle .mic-svg-icon {
  width: 36px;
  height: 36px;
  stroke: #ffffff;
  stroke-width: 1.8;
}

/* ---- Search Suggestions Dropdown Matrix ---- */
.search-suggestions-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  margin-top: -2px;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.3s ease;
  pointer-events: none;
  scrollbar-width: thin;
  scrollbar-color: #ff0000 #f5f5f5;
}

/* Webkit Thin Red Custom Scrollbar */
.search-suggestions-box::-webkit-scrollbar {
  width: 6px;
}

.search-suggestions-box::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0 0 12px 0;
}

.search-suggestions-box::-webkit-scrollbar-thumb {
  background: #ff0000;
  border-radius: 10px;
}

.search-suggestions-box::-webkit-scrollbar-thumb:hover {
  background: #cc0000;
}

.search-suggestions-box.animated-open {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: auto;
}

.search-bar-container.has-suggestions .search-input {
  border-radius: 12px 12px 0 0 !important;
  border-bottom-color: transparent;
}

a.suggestion-item {
  text-decoration: none;
}

.suggestion-item {
  padding: 14px 20px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.3s ease 0.1s,
    transform 0.3s ease 0.1s;
  text-transform: lowercase;
}

.search-suggestions-box.animated-open .suggestion-item {
  opacity: 1;
  transform: translateY(0);
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item i {
  color: #999999;
  margin-right: 15px;
  font-size: 14px;
}

.suggestion-item:hover {
  background-color: #f9f9f9;
  color: #ff0000;
}

.suggestion-item:hover i {
  color: #ff0000;
}

.suggestion-item--empty,
.suggestion-item--empty:hover {
  color: #888888;
  cursor: default;
  background-color: transparent;
}

.suggestion-item--empty i,
.suggestion-item--empty:hover i {
  color: #bbbbbb;
}

.popular-searches-box {
  text-align: left;
}

.popular-title {
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
}

.search-tag i {
  font-size: 12px;
  margin-right: 8px;
  color: #ff0000;
}

.search-tag:hover {
  border-color: #ff0000;
  color: #ff0000;
}

.search-tag--empty {
  cursor: default;
  color: #999999;
  border-style: dashed;
}

.search-tag--empty:hover {
  border-color: #e0e0e0;
  color: #999999;
}

.inline-voice-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  margin-bottom: 0px;
}

.inline-voice-container.active {
  height: 200px;
  margin-bottom: 15px;
}

.voice-mic-circle {
  position: relative;
  width: 85px;
  height: 85px;
  background-color: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 2;
  cursor: pointer;
}

.voice-pulse-ring {
  position: absolute;
  width: 85px;
  height: 85px;
  background-color: rgba(255, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 1;
  animation: voicePulse 2s infinite ease-out;
}

.voice-pulse-ring:nth-child(2) {
  animation-delay: 0.6s;
}

.voice-pulse-ring:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes voicePulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@media screen and (max-width: 1199px) {
  .search-overlay-content {
    margin-top: 40px;
  }

  .search-title {
    font-size: 26px;
    line-height: 28px;
  }

  .close-search-btn {
    top: 0px;
    right: 25px;
    font-size: 35px;
  }

  .inline-voice-container.active {
    height: 150px;
  }

  .voice-mic-circle,
  .voice-pulse-ring {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .search-title {
    font-size: 40px;
    line-height: 40px;
    width: 70%;
    text-align: center;
    margin: 20px auto;
  }

  .search-overlay-content {
    margin-top: 50px;
  }
}

.right-nav {
  width: 100%;
  text-align: right;
  margin-top: 45px;
}

@media(max-width:1440px) {
  .right-nav {
    margin-top: 42px;
  }
}

@media(max-width:1366px) {
  .right-nav {
    margin-top: 22px;
    padding-right: 20px;
  }
}

@media(max-width:1024px) {
  .right-nav {
    padding-right: 40px;
  }
}

.right-nav ul {
  list-style-type: none;
  margin-right: 10px;
}

.right-nav ul li {
  display: inline-block;
}

.right-nav ul li a {
  color: var(--color-black) !important;
  font-weight: 400;
  font-size: var(--nav-btn-txt);
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.5s;
}

.right-nav ul li a:hover {
  color: var(--color-red) !important;
}

.right-nav ul li a.active-right-nav-item,
.mobile-menu-bottom ul li a.active-right-nav-item {
  color: var(--color-red) !important;
  font-weight: 700 !important;
}

/* ---- Desktop Custom Search Button ---- */
.desktop-search-btn {
  display: inline-flex;
  align-items: center;
  background-color: #000000;
  border-radius: 20px;
  padding: 10px 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 100px;
}

.desktop-search-btn:hover,
#mainHeader.no-shadow-border .desktop-search-btn {
  background-color: var(--color-red) !important;
  text-decoration: none;
}

.desktop-search-btn span {
  margin-right: 10px;
  margin-left: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--open-sans-regular);
  line-height: 1;
}

.desktop-search-btn img {
  height: 15px;
  width: auto;
  filter: brightness(0) invert(1);
  display: inline-block;
  vertical-align: middle;
}

/* ---- Promo Ticker Styles ---- */
.promo-ticker-container {
  width: 100%;
  padding: 0px 0 12px 0;
  margin-top: -12px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.promo-ticker-bar {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCEFDC 100%);
  border: 1px solid rgba(252, 239, 220, 0.7);
  border-radius: 12px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.promo-ticker-marquee-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 15px;
  height: 100%;
}

.promo-ticker-marquee-text {
  white-space: pre;
  display: inline-block;
  animation: ticker-scroll 25s linear infinite;
  padding-left: 100%;
  font-family: var(--open-sans-regular), sans-serif;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.promo-ticker-bar:hover .promo-ticker-marquee-text {
  animation-play-state: paused;
}

@keyframes ticker-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.promo-ticker-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.promo-ticker-btn {
  background: linear-gradient(180deg, #EE3933 0%, #D00C0B 100%);
  color: #FFFFFF !important;
  font-family: var(--open-sans-regular), sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 18px;
  border-radius: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  box-shadow: 0 2px 4px rgba(208, 12, 11, 0.15);
}

.promo-ticker-btn:hover {
  background: linear-gradient(180deg, #D00C0B 0%, #B00A09 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(208, 12, 11, 0.25);
  text-decoration: none;
}

.promo-ticker-separator {
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 15px;
  display: inline-block;
}

.promo-ticker-close {
  background: none;
  border: none;
  font-size: 22px;
  color: #666666;
  cursor: pointer;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
  line-height: 1;
}

.promo-ticker-close:hover {
  color: #EE3933;
}

@media (max-width: 767px) {
  .promo-ticker-container {
    padding: 0px 0 10px 0;
    margin-top: -10px;
  }

  .promo-ticker-bar {
    height: 42px;
    padding: 0 10px;
    border-radius: 8px;
  }

  .promo-ticker-marquee-text {
    font-size: 11px;
  }

  .promo-ticker-btn {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 15px;
  }

  .promo-ticker-separator {
    margin: 0 8px;
    height: 14px;
  }

  .promo-ticker-close {
    font-size: 18px;
  }
}

.testimonial-card.playing .testimonial-thumb,
.testimonial-card.playing .play-btn-overlay {
  display: none !important;
}

.video-inline-iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.testimonial-card:not(.playing) .video-inline-iframe {
  display: none !important;
}

.video-inline-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.testimonialsSwiperBusiness {
  width: 100%;
  /* padding-bottom: 20px; */
  position: relative;
}

.testimonialsSwiperBusiness .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #000000;
  /* aspect-ratio: 2/3; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.testimonial-card:hover .testimonial-thumb {
  opacity: 0.9;
}

/* Play Button Overlay (Vertical Portrait style) */
.play-btn-overlay {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #FFFFFF99;
  /* Figma Spec */
  backdrop-filter: blur(6.099999904632568px);
  /* Figma Spec */
  border-radius: 50%;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
  /* Self-contained URL-encoded SVG mask (circle with transparent triangle cutout) to support iOS Safari */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20100%20100%27%3E%3Cpath%20fill%3D%27black%27%20fill-rule%3D%27evenodd%27%20d%3D%27M50%20100%20A%2050%2050%200%201%200%2050%200%20A%2050%2050%200%201%200%2050%20100%20Z%20M38%2030%20L70%2050%20L38%2070%20Z%27%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20100%20100%27%3E%3Cpath%20fill%3D%27black%27%20fill-rule%3D%27evenodd%27%20d%3D%27M50%20100%20A%2050%2050%200%201%200%2050%200%20A%2050%2050%200%201%200%2050%20100%20Z%20M38%2030%20L70%2050%20L38%2070%20Z%27%2F%3E%3C%2Fsvg%3E");
}

@media(max-width:1440px) {
  .play-btn-overlay {
    width: 100px;
    height: 100px;
  }
}

@media(max-width:1366px) {
  .play-btn-overlay {
    width: 80px;
    height: 80px;
  }
}

@media(max-width:1280px) {
  .play-btn-overlay {
    width: 60px;
    height: 60px;
  }
}

.testimonial-card:hover .play-btn-overlay {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.85);
}

.play-svg-mask {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Swiper buttons for Testimonials */
.testimonials-swiper-btns-business {
  display: flex;
  width: 110px;
  position: relative;
  margin: 40px auto 0;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

/* Hide the navigation buttons when locked (e.g., not enough slides) */
.testimonials-swiper-btns-business .swiper-button-lock {
  display: none !important;
}

/* Hide the parent container if buttons are locked */
.testimonials-swiper-btns-business:has(.swiper-button-lock) {
  display: none !important;
}

/* YouTube Popup Modal */
.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.video-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-wrapper {
  position: relative;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.video-modal-overlay.active .video-modal-wrapper {
  transform: scale(1);
}

.video-modal-container {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
  position: absolute;
  top: -55px;
  /* Positioned outside the video box */
  right: 0;
  width: 44px;
  height: 44px;
  background: #EE3933;
  /* Theme Red */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.video-modal-close:hover {
  background: #D00C0B;
  /* Darker red */
  transform: scale(1.05);
}

.video-modal-close svg {
  width: 20px;
  height: 20px;
  display: block;
}

.video-iframe-wrapper {
  width: 100%;
  height: 100%;
}

.video-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.mob-show .network-map-box lottie-player {
  width: 100% !important;
}

.jcbusiness-no-bg {
  background: #000 !important;
}

@media (max-width:991px) {
  .choose-section.jcbusiness-no-bg {
    height: auto !important;
  }

  .section-helplines a,
  .section-regulatory a,
  .section-channels a {
    color: #000 !important;
  }

  .choose-section.jcbusiness-no-bg .bg-image {
    height: auto !important;
    background-image: none !important;
  }

  .biggest-heading {

    font-size: var(--third-heading);


  }

  .btn-submit-container {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

}

.jcbusiness-no-bg .bg-image {
  background-image: none !important;
}

.jcbusiness-no-bg .million-txt-bx {
  width: 80% !important;
}

@media(max-width:500px) {
  .merchant-num {
    font-size: 26px !important;
  }

  .mob-show .network-map-box lottie-player {
    width: 220% !important;
    height: 100% !important;
    margin: auto !important;
    margin-left: -100% !important;
    margin-top: 60px !important;
  }
}

@media(max-width:1699px) {
  .cardSwiper-business .card-box {
    min-height: 432px !important;
  }

  .cardSwiper-business .pills-box {
    min-height: 210px !important;
  }
}

@media(max-width:1366px) {
  .cardSwiper-business .card-box {
    min-height: 430px !important;
  }

  .cardSwiper-business .pills-box {
    min-height: 200px !important;
  }
}

/*Req a quote*/

:root {

  --color-red: #D61C0F;

}



/* Custom Styles for JazzCash Request a Quote Form */



/* Font Family Configuration */

.request-quote-form,

.request-quote-form input,

.request-quote-form select,

.request-quote-form textarea,

.request-quote-form button {

  font-family: var(--open-sans-regular), "Open Sans", sans-serif !important;

}


.req-a-quote-tab a {
  text-decoration: none;
}

.req-a-quote-tab li {
  color: var(--color-black);
}

.txt-black {

  color: var(--color-black) !important;

}

.request-a-quote span {
  color: var(--color-black) !important;
}

.txt-red {

  color: #D61C0F !important;

}



/* Form Styles */

.request-quote-form {

  margin-top: 3rem;

  padding-bottom: 2rem;

}



/* Spacing between rows of the form */

.request-quote-form .row {

  margin-bottom: 3.5rem !important;

}



/* Spacing between columns on desktop/tablet */

@media (min-width: 768px) {

  .request-quote-form .row {

    --bs-gutter-x: 5rem !important;

  }

}



/* Input & Select Fields Styling */

.request-quote-form .custom-input,

.request-quote-form .custom-select {

  width: 100%;

  border: none;

  border-bottom: 1.5px solid #E0E0E0;

  border-radius: 0;

  background-color: transparent;

  padding: 12px 0;

  color: #000000;

  font-size: 1rem;

  outline: none;

  box-shadow: none;

  transition: border-color 0.25s ease-in-out;

}



/* Specific select spacing */

.request-quote-form .custom-select {

  padding-right: 24px;

}



/* Placeholder Colors */

.request-quote-form .custom-input::placeholder {

  color: #6D6D6F;

  opacity: 1;

}



/* Focus State */

.request-quote-form .custom-input:focus,

.request-quote-form .custom-select:focus {

  border-color: #6D6D6F;

}



/* Select Field Custom Dropdown Chevron */

.custom-select-wrapper {

  position: relative;

  width: 100%;

}



.custom-select-wrapper select {

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  cursor: pointer;

}



/* Arrow container */

.custom-select-arrow {

  position: absolute;

  right: 5px;

  top: 50%;

  transform: translateY(-50%);

  width: 12px;

  height: 12px;

  pointer-events: none;

  display: flex;

  align-items: center;

  justify-content: center;

}



/* Arrow glyph using CSS borders */

.custom-select-arrow::after {

  content: "";

  display: block;

  width: 8px;

  height: 8px;

  border-right: 1.5px solid #6D6D6F;

  border-bottom: 1.5px solid #6D6D6F;

  transform: rotate(45deg);

  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  transform-origin: 5px 5px;

}



/* Animate chevron on focus (open state) */

.custom-select-wrapper select:focus+.custom-select-arrow::after {

  transform: rotate(-135deg);

}



/* Textarea Lined Paper Background */

.custom-textarea-wrapper {

  position: relative;

  width: 100%;

  margin-top: 10px;

}



.custom-textarea-label {

  color: #6D6D6F;

  font-size: 1rem;

  margin-bottom: 8px;

  display: block;

}



.custom-textarea {

  width: 100%;

  border: none;

  background: transparent;

  /* Multi-line styling to mimic paper lines exactly */

  background-image: linear-gradient(transparent 31px, #E0E0E0 31px, #E0E0E0 32.5px);

  background-size: 100% 32.5px;

  line-height: 32.5px;

  height: 65px;

  /* Exactly 2 visible lines */

  color: #000000;

  font-size: 1rem;

  resize: none;

  outline: none;

  padding: 0;

  margin: 0;

}



/* Submit Button styling */

.btn-submit-container {

  display: flex;

  justify-content: flex-start;

  margin-top: 1.5rem;

}



.btn-submit {

  background: linear-gradient(180deg, #D61C0F 0%, #8C1008 100%);

  color: #FFFFFF;

  border: none;

  border-radius: 30px;

  padding: 12px 50px;

  font-size: 1rem;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  box-shadow: 0 4px 12px rgba(140, 16, 8, 0.35);

  cursor: pointer;

  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

  outline: none;

}



.btn-submit:hover {

  background: linear-gradient(180deg, #E52E20 0%, #A3180F 100%);

  box-shadow: 0 6px 16px rgba(140, 16, 8, 0.5);

  transform: translateY(-1px);

}



.btn-submit:active {

  transform: translateY(1px);

  box-shadow: 0 2px 6px rgba(140, 16, 8, 0.3);

}



/* Responsiveness adjustments for margins */

@media (max-width: 767.98px) {

  .request-quote-form .row {

    margin-bottom: 0 !important;

  }



  .request-quote-form .row [class^="col-"] {

    margin-bottom: 3.5rem !important;

  }



  .form-title {

    font-size: 1.75rem;

  }



  .btn-submit-container {

    justify-content: flex-start;

  }

}



/* Custom Validation Styling */

.form-error-msg {

  color: #D61C0F;

  font-size: 0.75rem;

  margin-top: 6px;

  text-align: left;

  animation: fadeIn 0.2s ease-in-out;

}



@keyframes fadeIn {

  from {

    opacity: 0;

    transform: translateY(-4px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



/* Red borders when validation is active and input is invalid */

.was-validated .custom-input:invalid,

.was-validated .custom-select:invalid {

  border-color: #D61C0F !important;

}



/* Show error messages when invalid */

.was-validated .custom-input:invalid~.form-error-msg,

.was-validated .custom-select:invalid~.form-error-msg,

.was-validated .custom-select-wrapper select:invalid~.form-error-msg {

  display: block;

}



/* Red arrow when select is invalid */

.was-validated .custom-select-wrapper select:invalid+.custom-select-arrow::after {

  border-color: #D61C0F !important;

}



/* Select2 Custom Styling to Match Form */

.select2-container {

  width: 100% !important;

}



.select2-container--default .select2-selection--single {

  border: none !important;

  border-bottom: 1.5px solid #E0E0E0 !important;

  border-radius: 0 !important;

  background-color: transparent !important;

  height: auto !important;

  padding: 12px 0 !important;

  outline: none !important;

  box-shadow: none !important;

  transition: border-color 0.25s ease-in-out !important;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

  color: #000000 !important;

  padding-left: 0 !important;

  font-size: 1rem !important;

  line-height: 1.5 !important;

}



.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {

  color: #6D6D6F !important;

}



/* Hide default Select2 arrow */

.select2-container--default .select2-selection--single .select2-selection__arrow {

  display: none !important;

}



/* Border bottom transition on focus/open */

.select2-container--open .select2-selection--single,

.select2-container--default .select2-selection--single:focus {

  border-color: #6D6D6F !important;

}



/* Select2 Dropdown List Styling */

.select2-dropdown {

  border: 1px solid #E0E0E0 !important;

  border-radius: 4px !important;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;

  overflow: hidden;

  background-color: #ffffff !important;

  z-index: 9999 !important;

}



/* Dropdown list items styling */

.select2-container--default .select2-results__option {

  padding: 10px 16px !important;

  color: #6D6D6F !important;

  font-size: 0.95rem !important;

  background-color: transparent !important;

  transition: background-color 0.2s ease, color 0.2s ease !important;

  cursor: pointer !important;

}



/* Hover/active background color: var(--color-red) and text white with transitions */

.select2-container--default .select2-results__option--highlighted[aria-selected],

.select2-container--default .select2-results__option[aria-selected=true] {

  background-color: var(--color-red, #D61C0F) !important;

  color: #ffffff !important;

}



/* Selected option (non-highlighted) */

.select2-container--default .select2-results__option[aria-selected=true] {

  font-weight: 600 !important;

}



/* Custom chevron rotation when Select2 is open */

.custom-select-wrapper.select2-open .custom-select-arrow::after {

  transform: rotate(-135deg) !important;

}



/* Red borders when validation is active and select is invalid */

.was-validated select.custom-select:invalid+.select2-container .select2-selection--single {

  border-color: #D61C0F !important;

}



.was-validated select.custom-select:invalid~.form-error-msg {

  display: block !important;

}



.was-validated select.custom-select:invalid~.custom-select-arrow::after {

  border-color: #D61C0F !important;

}

/*1440*/
@media(max-width:1440px) {
  .drop-down {
    height: 500px;
  }

  .lft-lv1-nav {
    height: 455px;
  }

  .rgt-lv2-nav {
    height: 430px;
  }
}

/*1366*/
@media(max-width:1366px) {
  .drop-down {
    height: 475px;
  }

  .lft-lv1-nav {
    height: 430px;
  }

  .rgt-lv2-nav {
    height: 400px;
  }

  .send-receive-heading {
    font-size: 38px;
  }

  .card-box button img {
    margin-top: -7px;
  }

  .gradient-icon-txt-bx {
    width: 28.5%;
  }
}

/*1280*/
@media(max-width:1280px) {
  .drop-down {
    height: 449px;
  }

  .lft-lv1-nav {
    height: 405px;
  }

  .rgt-lv2-nav {
    height: 390px;
  }

  .lft-lv1-nav ul {
    padding: 5px 20px 5px 10px;
  }

  .rgt-lv2-nav ul {
    padding: 5px 20px 5px 10px;
  }
}

/*TAB*/
@media(max-width:1024px) {
  .faqs.prepaid-load {
    min-height: 10px !important;
    margin: 2rem 0 !important;
  }
  .biggest-heading {
    font-size: var(--second-heading);

}
}

@media(max-width:991.5px) {
  .tab-content-container .mobile-packages .menu-box {
    margin-left: auto !important;
  }

  .tab-section .menu-box .business-drop {
    width: 100%;
  }

  .tab-section .menu-box .personal-drop {
    width: 100%;
  }

  .faqs.right {
    padding: 0rem 0rem 1rem;
  }



  .tab-nav-bx .tab-nav-bx {
    margin-top: 0px;
  }

  .tab-nav-bx .tab-gradient-box {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tab-nav-bx>.tabs {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px !important;
  }

  .tab-nav-bx {
    margin-top: 10px;
  }

  .col-sm-9.col-md-9.para-txt-section p {
    margin-top: 15px;
  }

  /* .mob-package-row .swiper-btns {
    padding: 1rem 0 7rem !important;
    margin-top: -3rem !important;
  } */

  section.disclaimer.prepaid-load {
    margin: 0rem 0 3rem !important;
  }

  .gradient-icon-txt-bx {
    width: 45.5%;
  }
  .biggest-heading {
        font-size: var(--third-heading);
    }
}

@media(max-width:768px) {
  .choose-section {
    height: 830px;
  }

  .tab-nav-bx {
    margin-top: 0px !important;
  }

  .tab-nav-bx .tabs li {
    padding: 8px 15px !important;
    font-size: 16px !important;
  }

  .mobile-packages .menu-box {
    overflow-y: hidden !important;
  }

  .mobile-packages .menu-box::-webkit-scrollbar {
    height: 4px;
  }

  /* scrollbar track */
  .mobile-packages .menu-box::-webkit-scrollbar-track {
    background: #eee;
  }

  /* scrollbar thumb */
  .mobile-packages .menu-box::-webkit-scrollbar-thumb {
    background: var(--color-red);
    border-radius: 10px;
  }

  .menu-box .personal-drop {
    line-height: 40px;
  }

  .overlay-content .menu-box .personal-drop {
    line-height: 46px;
  }



  .card-box {
    padding: 15px 15px; min-height: 425px !important;
  }

  .tab-content-container .comm-logo-bx {
    margin: 0px !important;
  }
  .map-container{min-height: 400px !important;}

 
}

/*MBL*/
@media(max-width:500px) {
  .choose-section {
    height: 630px;
  }

  .tab-nav-bx .tabs {
    gap: 5px !important;
  }

  .tab-nav-bx .tab-content-container {
    margin-top: 25px !important;
  }

  .send-receive-box {
    padding: 35px 5px;
  }

  .send-receive-heading {
    font-size: 24px;
    min-height: 55px; padding: 0 10px;
  }

  .red-gradient-btn {
    margin: 20px auto 0;
  }

  .businessSendRecive .send-receive-image {
    width: 100% !important;
    left: 0%;
  }

  .cardSwiper,
  .cardSwiper-business {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .cards-section {
    margin: 0px !important;
  }

  .gradient-icon-txt-bx {
    width: 100% !important;
  }

  .icon-bx {
    width: 15%;
  }

  button.btn-close.btn-popup-close {
    font-size: 12px !important;
    padding: 4px !important;
  }

  .prepaid-box .content h4 {
    font-size: 28px !important;
  }

  .mob-package-row .swiper-btns {
    padding: 3rem 0 0rem !important;
  }
    .cardSwiper-business .card-heading,
  .card-box .card-heading {
    font-size: 14px !important;
  }
}

@media (max-width: 375px) {
  .choose-section {
    height: 550px;
  }
}

.cardSwiper-btns-bx {
  display: none !important;
}

@media (max-width: 991px) {
  .cardSwiper-btns-bx {
    display: flex !important;
    width: 95px;
    position: relative;
    margin: 30px auto 0;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
  }

  .cardSwiper-btns-bx .swiper-button-prev,
  .cardSwiper-btns-bx .swiper-button-next {
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    position: static !important;
    margin-top: 0 !important;
    color: inherit !important;
  }

  .cardSwiper-btns-bx .swiper-button-prev::after,
  .cardSwiper-btns-bx .swiper-button-next::after {
    content: none !important;
  }

  .cardSwiper-btns-bx .swiper-button-prev:hover,
  .cardSwiper-btns-bx .swiper-button-next:hover {
    border-color: #000;
  }
}

/*INSURANCE PAGE*/
.rozana-content p {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--sixth-heading);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

.tabs-heading,
.red-h3 {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--second-heading);
  line-height: 0.9;
  color: var(--color-red);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.tabs-heading span,
.red-h3 span {
  color: var(--color-black);
}

/* CSS for Product Lineup Cards in insurance.html */

.lineup-row {
  margin-top: 50px;
}

.lineup-card {
  background: linear-gradient(to bottom, #fff9f0 0%, #fbeedb 100%);
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 45px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.card-header-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.card-main-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-main-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-main-title {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
}

.card-divider {
  border: 0;
  border-top: 1px dashed #d2c5b3;
  margin: 0 0 35px 0;
  width: 100%;
  opacity: 0.8;
}

.card-content-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  column-gap: 35px;
  row-gap: 30px;
  width: 100%;
}

.card-content-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sub-product-section {
  display: flex;
  flex-direction: column;
}

.sub-title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.sub-title-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 2px;
  flex-shrink: 0;
}

.sub-title-text {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
}

@media(max-width:1366px) {
  .sub-title-text {
    font-size: 20px;
    line-height: 20px;
  }
}

.sub-items-list {
  list-style-type: disc;
  padding-left: 24px;
  margin: 0;
}

.sub-items-list li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 10px;
}

@media(max-width:1366px) {
  .sub-items-list li {
    font-size: 18px;
    line-height: 19px;
  }
}

.sub-items-list li:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .card-content-grid {
    column-gap: 20px;
  }

  .card-main-title {
    font-size: 24px;
    line-height: 26px;
  }

  .sub-title-text {
    font-size: 18px;
    line-height: 22px;
  }

  .sub-items-list li {
    font-size: 16px;
    line-height: 20px;
  }
  .table-bx table tr td {
    padding: 0 10px;
        font-size: 18px !important;
    line-height: 18px !important; font-weight: 600 !important;
}
}

@media (max-width: 991px) {
  .lineup-card {
    padding: 35px 30px;
  }

  .card-content-grid {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .card-content-col {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .lineup-row {
    margin-top: 30px;
  }

  .lineup-card {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .card-main-title {
    font-size: 28px;
    line-height: 32px;
  }

  .sub-title-text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
  }

  .sub-items-list li {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 6px;
  }
}

.product-lineup {
  margin-bottom: 50px;
}

.product-lineup .tab-gradient-box {
  margin-top: 0px;
}

.product-details {
  margin: 50px 0px;
}

.home-insurance {
  margin: 50px 0px;
}

.our-partner {
  margin: 100px 0px 50px;
}

.amm-insurance {
  margin: 100px 0px 50px;
}

/* Common Table Styles for Insurance Pages */

.custom-insurance-table-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Custom Scrollbar for responsive tables */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #EE2328;
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #d01f23;
}

.table-responsive {
  scrollbar-color: #EE2328 #f1f1f1;
  scrollbar-width: thin;
}

.custom-insurance-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
  border: 1px solid #D9D8D8;
  border-radius: 10px;
  overflow: hidden;
}

.custom-insurance-table th {
  background: linear-gradient(180deg, #EE3933 0%, #D00C0B 100%);
  border-right: 0.9px solid #BFBFBF;
  border-bottom: 0.9px solid #BFBFBF;
  padding: 20.82px 20px;
  color: #ffffff;
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: 21.63px;
  /* line-height: 59.49px; */
  letter-spacing: 0%;
  text-align: center !important;
  vertical-align: middle;
}

@media(max-width:1440px) {
  .custom-insurance-table th {
    padding: 20.82px 10px;
    font-size: 18.22px;
  }
}

.custom-insurance-table th:last-child {
  border-right: none;
}

.custom-insurance-table td {
  border-right: 1px solid #D9D8D8;
  border-bottom: 1px solid #D9D8D8;
  padding: 10.82px 20px;
  color: #000000;
  vertical-align: middle;
  text-align: center !important;
  font-family: var(--open-sans-bold);
  font-weight: 600;
  font-size: 16.22px;
  /* line-height: 59.49px; */
  letter-spacing: 0%;
}

@media(max-width:1440px) {
  .custom-insurance-table td {
    padding: 10.82px 10px;
    font-size: 13.22px;
  }
}

.custom-insurance-table td:last-child {
  border-right: none;
}

.custom-insurance-table tr:last-child td {
  border-bottom: none;
}

.custom-insurance-table td.multi-line {
  line-height: 1.4 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-insurance-table td.table-col-first {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: 23.24px;
  line-height: 24.25px;
  /* line-height: 34.25px; */
  letter-spacing: 0%;
  text-align: center;
}

@media(max-width:1440px) {
  .custom-insurance-table td.table-col-first {
    padding: 10.82px 10px;
    font-size: 18.22px;
  }
}

@media (max-width: 991px) {
  .custom-insurance-table th {
    font-size: 18px;
    /* line-height: 40px; */
    padding: 8px;
  }

  .custom-insurance-table td {
    font-size: 14px;
    /* line-height: 40px; */
    padding: 10px 8px;
  }

  .custom-insurance-table td.table-col-first {
    font-size: 20px;
    /* line-height: 28px; */
  }
}

@media (max-width: 767px) {
  .custom-insurance-table th {
    font-size: 16px;
    /* line-height: 30px; */
    padding: 6px;
  }

  .custom-insurance-table td {
    font-size: 12px;
    /* line-height: 30px; */
    padding: 8px 6px;
  }

  .custom-insurance-table td.table-col-first {
    font-size: 16px;
    /* line-height: 22px; */
  }
}

.custom-insurance-table tr.table-total-row td {
  background-color: #FFDE01 !important;
  color: #000000 !important;
}

.custom-insurance-table td.text-start {
  text-align: left !important;
}

.home-insurance .custom-insurance-table th:first-child,
.home-insurance .custom-insurance-table td:first-child {
  text-align: left !important;
}

/* Our Partners Carousel Styles */
.our-partner {
  margin: 80px 0 50px;
  width: 100%;
}

.partnersSwiper {
  width: 100%;
  /* padding-bottom: 20px; */
}

.partnersSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.partner-card {
  border: 1px solid #A9A9A9;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 100px 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 310px;
}

@media(max-width:1366px) {
  .partner-card {
    padding: 50px 20px;
  }
}

.partner-label {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
  display: flex;
  align-items: start;
  justify-content: center;
  min-height: 65px;
  width: 100%;
}

.partner-logo {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.partner-logo img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.partners-swiper-btns {
  display: none !important;
}

@media (max-width: 991px) {
  .partners-swiper-btns {
    display: flex !important;
    width: 110px !important;
    position: relative !important;
    margin: 40px auto 0 !important;
    height: 48px !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 10;
  }
}

/* Aam Insurance section styling */
.amm-insurance {
  margin: 80px 0 50px;
  width: 100%;
}

.ammSwiper {
  width: 100%;
  /* padding-bottom: 20px; */
}

.ammSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.amm-card {
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCEFDC 100%);
  box-shadow: none;
  padding: 40px 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  min-height: 250px;
}

.amm-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}

.amm-icon img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.amm-text {
  font-family: var(--open-sans-regular);
  font-weight: 400;
  font-style: normal;
  font-size: var(--icon-txt);
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
}

@media(max-width: 1199px) {
  .amm-text {
    font-size: 20px;
    line-height: 22px;
  }

  .amm-card {
    padding: 30px 15px;
    min-height: 220px;
  }
}

@media(max-width: 767px) {
  .amm-text {
    font-size: 18px;
    line-height: 20px;
  }

  .amm-card {
    padding: 25px 15px;
    min-height: 200px;
  }
}

.amm-swiper-btns {
  display: none !important;
}

@media (max-width: 991px) {
  .amm-swiper-btns {
    display: flex !important;
    width: 110px !important;
    position: relative !important;
    margin: 40px auto 0 !important;
    height: 48px !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 10;
  }
}

.para-txt-section p {
  font-family: var(--open-sans-regular);
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #000000;
  text-align: center;
}

@media (max-width: 1366px) {
  .para-txt-section p {
    font-size: 20px;
    line-height: 28px;
  }
}

.customer-support-sec {
  /* Premium Background Gradient Layer */
  background: linear-gradient(180deg, #e5221e 0%, #b90d0b 100%);
  min-height: 520px;
  font-family: var(--open-sans-bold);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dead-Centered Absolute Lines Vector Asset */
.customer-support-sec .bg-centered-vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

/* Content Container Stack context */
.customer-support-sec .container {
  position: relative;
  z-index: 2;
}

/* Typography Match */
.customer-support-sec .support-heading {
  font-weight: 700;
  font-size: calc(1.9rem + 1.2vw);
  letter-spacing: 0.2px;
}

.customer-support-sec .roman-urdu-text {
  font-size: calc(1.02rem + 0.25vw);
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.95;
  max-width: 760px;
}

.customer-support-sec .support-subheading {
  font-weight: 700;
  font-size: calc(1.35rem + 0.3vw);
}

.customer-support-sec .english-text {
  font-size: calc(0.98rem + 0.15vw);
  font-weight: 400;
  max-width: 650px;
  line-height: 1.4;
  opacity: 0.9;
}

/* EXACT MATCH: Premium Contact Box Wrapper with Internal Gradient & Border Layout */
.customer-support-sec .contact-card-wrapper {
  /* Top edge clear white se start hokar bottom light grey tone tak gradient blend */
  background: linear-gradient(180deg, #ffffff 0%, #d9d8d8 100%);

  border-radius: 20px;
  /* Sharp curved outer shell handles */
  max-width: 720px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* White outer border outline overlay */
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.customer-support-sec .contact-card {
  padding: 22px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Pure Black Bold Typography Values */
.customer-support-sec .phone-number {
  color: #000000 !important;
  font-weight: 700;
  font-size: calc(1.9rem + 0.6vw);
  text-decoration: none;
  display: block;
  line-height: 1.05;
  letter-spacing: -0.5px;
  transition: transform 0.2s ease;
}

.customer-support-sec .phone-number:hover {
  transform: scale(1.03);
}

.customer-support-sec .number-desc {
  color: #111111;
  font-size: 0.92rem;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: -0.1px;
}

/* Subtle Center Splitter Line Match */
@media (min-width: 768px) {
  .customer-support-sec .border-end-md {
    border-right: 1px solid #ffffff;
  }
}

/* Screen Sizes Adjustments */
@media (max-width: 991.98px) {
  .customer-support-sec .bg-centered-vector {
    width: 78%;
  }

  .customer-support-sec .customer-support-sec {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .customer-support-sec .customer-support-sec {
    padding: 60px 0;
  }

  .customer-support-sec .bg-centered-vector {
    width: 95%;
  }

  .customer-support-sec .contact-card:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .customer-support-sec .contact-card {
    padding: 20px 15px;
  }
}

.customer-support-sec {
  /* Premium Background Gradient Layer */
  background: linear-gradient(180deg, #e5221e 0%, #b90d0b 100%);
  min-height: 520px;
  font-family: var(--open-sans-bold);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dead-Centered Absolute Lines Vector Asset */
.customer-support-sec .bg-centered-vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

/* Content Container Stack context */
.customer-support-sec .container {
  position: relative;
  z-index: 2;
}

/* Typography Match */
.customer-support-sec .support-heading {
  font-weight: 700;
  font-size: calc(1.9rem + 1.2vw);
  letter-spacing: 0.2px;
}

.customer-support-sec .roman-urdu-text {
  font-size: calc(1.02rem + 0.25vw);
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.95;
  max-width: 760px;
}

.customer-support-sec .support-subheading {
  font-weight: 700;
  font-size: calc(1.35rem + 0.3vw);
}

.customer-support-sec .english-text {
  font-size: calc(0.98rem + 0.15vw);
  font-weight: 400;
  max-width: 650px;
  line-height: 1.4;
  opacity: 0.9;
}

/* EXACT MATCH: Premium Contact Box Wrapper with Internal Gradient & Border Layout */
.customer-support-sec .contact-card-wrapper {
  /* Top edge clear white se start hokar bottom light grey tone tak gradient blend */
  background: linear-gradient(180deg, #ffffff 0%, #d9d8d8 100%);

  border-radius: 20px;
  /* Sharp curved outer shell handles */
  max-width: 720px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* White outer border outline overlay */
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.customer-support-sec .contact-card {
  padding: 22px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Pure Black Bold Typography Values */
.customer-support-sec .phone-number {
  color: #000000 !important;
  font-weight: 700;
  font-size: calc(1.9rem + 0.6vw);
  text-decoration: none;
  display: block;
  line-height: 1.05;
  letter-spacing: -0.5px;
  transition: transform 0.2s ease;
}

.customer-support-sec .phone-number:hover {
  transform: scale(1.03);
}

.customer-support-sec .number-desc {
  color: #111111;
  font-size: 0.92rem;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: -0.1px;
}

/* Subtle Center Splitter Line Match */
@media (min-width: 768px) {
  .customer-support-sec .border-end-md {
    border-right: 1px solid #ffffff;
  }
}

/* Screen Sizes Adjustments */
@media (max-width: 991.98px) {
  .customer-support-sec .bg-centered-vector {
    width: 78%;
  }

  .customer-support-sec .customer-support-sec {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .customer-support-sec .customer-support-sec {
    padding: 60px 0;
  }

  .customer-support-sec .bg-centered-vector {
    width: 95%;
  }

  .customer-support-sec .contact-card:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .customer-support-sec .contact-card {
    padding: 20px 15px;
  }
}

.other-links {
  display: flex;
  flex-direction: column;
}

.other-links a,
.contacts-bx a {
  font-family: var(--open-sans-bold);
  font-weight: 700;
  font-size: var(--ftr-contact-heading);
  color: #000 !important;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.other-links a:hover {
  color: var(--color-red) !important;
}

.tc-heading {
  color: var(--color-red);
  font-size: 36px;
  margin-bottom: .5rem;
}

.custom-insurance-table th:first-child,
.custom-insurance-table td:first-child {
  text-align: left !important;
}

.tc-section {
  padding-bottom: 50px;
}

.tc-section .custom-insurance-table th {
  font-size: 18.63px;
  padding: 10.82px 15px;
}

.tc-section .custom-insurance-table td.table-col-first {
  font-weight: 500;
  font-size: 18.24px;

}

.tc-subheading {
  color: var(--color-red);
  font-size: 24px;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.tc-content ol,
.tc-content ul {
  padding-left: 20px;
}

.tc-content ul {
  list-style-type: none;
}

.tc-content ul.tc-list-disc {
  list-style-type: disc !important;
}

.tc-content ul.tc-list-circle {
  list-style-type: circle !important;
}

.tc-content ul.tc-list-square {
  list-style-type: square !important;
}

.custom-insurance-table th.text-start,
.custom-insurance-table td.text-start {
  text-align: left !important;
  padding-left: 20px !important;
}

/* Margin top overrides for headings */
.tc-heading-mt-2 {
  margin-top: 2rem;
}

.tc-heading-mt-3 {
  margin-top: 3rem;
}

.tc-subheading-underline {
  text-decoration: underline;
}

/* List item margins */
.tc-content li.tc-mt-10 {
  margin-top: 10px;
}

.tc-content li.tc-mt-5 {
  margin-top: 5px;
}

/* Table margin */
.tc-table-wrapper {
  margin-top: 2rem;
}

.tc-font-bold {
  font-weight: 700;
}

/* External link container and link styles */
.tc-links-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tc-doc-link {
  color: var(--color-red);
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.tc-doc-link.underline {
  text-decoration: underline;
}

.tc-doc-link svg {
  margin-left: 8px;
}

/*news inner*/
.news-detail {

  width: 100%;

  padding: 50px 0;
  background: linear-gradient(180deg, #fbfbfb 0%, #FCEFDC 100%);

}

.news-detail-bx p {
  font-size: 18px;
}

.news-detail-bx img {
  margin: 25px 0;
}

@media(max-width:991px) {
  .overlay {
    overflow: hidden !important;
  }

  .level-1 .mobile-menu-bottom {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin: 0 !important;
    z-index: 10;
  }

  .level-1 .mobile-menu-bottom ul li {
    margin-bottom: 10px;
  }
}

.bottom-menu-personal,
.bottom-menu-business {
  display: none;
}

.overlay-content:has(.personal-drop.active-main-menu)~.bottom-menu-personal {
  display: block;
}

.overlay-content:has(.business-drop.active-main-menu)~.bottom-menu-business {
  display: block;
}