/* Universal Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Ensures padding and border are included in the element's total width and height */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #061D19;
}

p,
li {
  margin: 0;
  padding: 0;
}

strong {
  color: #061D19;
}

/* Optional: Further resets for specific elements */
html,
body {
  height: 100%;
  /* Ensures full height for layout purposes */
}

a {
  text-decoration: none;
  /* Removes underlines from links */
  color: #061D19;
  /* Inherits color from parent, or set a default */
}

ul,
ol {
  list-style: none;
  /* Removes bullet points/numbers from lists */
  margin: 0;
  padding: 0;
}

img {
  display: block;
  /* Removes extra space below images */
}

/* Optional: Reset for form elements */
button,
input,
select,
textarea {
  font-family: inherit;
  /* Inherits font from parent */
  font-size: inherit;
  /* Inherits font size from parent */
}

/* Header */
header {
  background: #F1F1F1 url('../images/header.png') no-repeat center center;
  /* background: linear-gradient(to right, #F1F1F1 30%, #ffd966 70%); */
  padding: 15px 0;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-size: 100%;
}

header img {
  width: auto;
  height: 60px;
}

/* common */
h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
}

h3 span {
  color: var(--secondary);
}

.btn-primary {
  background: #FFCC00;
  border-color: #FFCC00;
  color: #061D19;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  transform: scale(1.05);
  background: #FFCC00;
  border-color: #FFCC00;
  color: #061D19;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  transform: scale(1.05);
  background: #FFCC00;
  border-color: #FFCC00;
  color: #061D19;
}

.desktop-bar ul {
  display: block;
}

header a {
  font-size: 16px;
}

/* header a:hover {
  color:#DC2C1D;
} */
/* header a:active {
  color:#DC2C1D;
} */

/* Mobile Sidebar */
.mob-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: auto;
  background: var(--primary);
  padding: 20px;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.menu-btn,
.close-btn,
.mob-sidebar ul {
  display: none;
  cursor: pointer;
}

.menu-btn img,
.close-btn img {
  width: 30px;
  height: 30px;
}

/* Submenu hover → red background + white text */
.dropdown-item:hover {
  background-color: #FFF0B2;
}

/* Submenu active/clicked state → stays red with white text */
.dropdown-item:active {
  background-color: #FFF0B2;
  color: #061D19;
}

.dropdown-item.active {
  background-color: transparent;
  color: #061D19;
}

.dropdown-item.active:hover {
  background-color: #FFF0B2;
  color: #061D19;
}

.dropdown.show .dropdown-menu,
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* -webkit-animation: slideDown 0.3s forwards;
    -o-animation: slideDown 0.3s forwards;
    animation: slideDown 0.3s forwards; */
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1001;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: none !important;
  border-radius: 5px;
  padding: 0;
}

.dropdown-item {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  z-index: 1002;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu.show .dropdown-menu {
  display: block;
}

.dropdown-submenu>a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.btn-outline-primary {
  border: none;
  color: #fff !important;
  border-radius: 20px;
  background: #367840;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 8px 16px;
}

.btn-outline-primary:hover {
  background: #367840;
  transform: scale(1.1);
}

.btn-outline-primary.active {
  background: #367840;
}

.btn-outline-primary:active {
  background: #367840 !important;
}

/* .swiper-button-next:after, .swiper-button-prev:after {
  color: #DD2C1D;
  font-size: 24px;
} */

/* Hero Slider */
.hero-slider {
  padding: 50px 0;
  position: relative;
}

.hero-slider h1 {
  color: #535353;
}

.hero-slider h1 strong {
  color: #061D19;
}

.hero-slider .slider-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: normal;
}

.hero-slider .slider-content p {
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 24px;
}

.hero-slider img {
  width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 1px #00000029;
}

.hero-slider .stats {
  margin: 40px 0 0;
  gap: 30px;
}

.hero-slider .stat-item {
  background-color: #FFF0B2;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.hero-slider .stat-item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px;
}

.hero-slider .swiper-slide {
  margin: 5px 0 50px;
}

.hero-slider .stat-item p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--secondary);
  width: 20px;
  border-radius: 5px;
  height: 10px;
}

/* freedom */
.freedom {
  padding: 40px 0 60px;
  background-image: none;
  background: var(--primary) !important;
}

.freedom img {
  width: 100%;
}

/* Paathshala */
.paathshala {
  padding: 60px 0;
  position: relative;
}

.paathshala h3 {
  font-weight: 600;
  margin: 0 0 20px
}

.paathshala h3 span {
  font-weight: 500;
  color: #061D19;
  ;
}

.paathshala p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
}

.paathshala p strong {
  font-weight: 600;
}

.paathshala img {
  width: 80%;
  margin: 0 0 0 50px;
}

.paathshala .enrol {
  margin: 20px 0 0;
}

/* Service */
.services {
  padding: 50px 0;
  position: relative;
}

.service-card p {
  height: 100px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}

.service-card h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 1px #00000029;
  border-radius: 15px;
  height: 100%;
  padding: 30px 25px;
  width: 30%;
  height: 350px;
}

.service-card img {
  width: 100%;
}

.services .main-card {
  margin: 40px 0 0;
}

/*.services .red-circle {*/
/*  left: 62%;*/
/*  top: 10%;*/
/*}*/

/* new services */
.new-service {
  padding: 40px 0 0;
}

.new-service .main-section {
  gap: 20px;
  margin: 80px 0 0;
}

.new-service .box-card {
  width: 30%;
  background: url('../images/service-box.webp') no-repeat bottom center;
  background-size: 100% 100%;
  position: relative;
  padding: 100px 40px 20px;
  text-align: center;
  height: 300px;
  margin: 0 0 30px;
}

.new-service .img-card {
  background: #FFCC00;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 48%;
  transform: translate(-50%, -50%);
}

.new-service p {
  font-size: 14px;
}

.new-service p strong {
  font-size: 16px;
}

.new-service .img-card img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

/* Products */
.products {
  padding: 50px 0;
}

.products p {
  font-size: 18px;
  line-height: 30px;
}

.products .product-card {
  padding: 10px 20px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 1px #00000029;
  border-radius: 10px;
  width: 30%;
  display: flex;
  height: 80px;
  align-items: center;
  transition: transform 0.3s ease;
}

.products .product-card:hover {
  transform: scale(1.05);
  background: #FFCC00;
}

.products .product-card:hover img {
  filter: sepia(100%) hue-rotate(180deg) brightness(0%) contrast(100%);
}

.products .product-card.active {
  background: var(--secondary);
}

.products .product-card img {
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

.products .product-card p {
  font-size: 16px;
  line-height: 24px;
}

.products .main-card {
  margin: 40px 0 0;
}

/* Team */
.team {
  padding: 50px 0;
}

.team-card {
  border-radius: 15px;
  padding: 20px;
}

.team-card>img {
  box-shadow: 0 4px 10px 1px #00000029;
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
  margin: 0 0 30px;
}

.team-card .gap-1 img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.team-card .gap-1 img:hover {
  transform: scale(1.1);
}

.team-card h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 5px;
}

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

.team .main-card {
  margin: 40px 0 0;
}

.team .btn-primary {
  margin: 50px 0 0;
}

/* Vision */
.vision {
  padding: 50px 0;
}

.vision-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: 0 4px 10px 1px #00000029;
}

.vision-tab {
  background: #FFFFFF;
  box-shadow: 0 4px 10px 1px #00000029;
  border: 0.5px solid #ccc;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.vision-tab:hover {
  transform: scale(1.05);
}

.vision-tab.active {
  background: var(--secondary);
}

.vision-tab img {
  height: 35px;
  width: 35px;
  margin: 0 0 10px;
}

.vision-tab p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.vision-content .content-tab {
  display: none;
}

.vision-content .content-tab.active {
  display: block;
}

.vision-content h2,
.clients h2,
.faq h2 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 32px;
}

.vision-content p {
  font-size: 16px;
  line-height: 24px;
  width: 80%;
}

.vision-content ul {
  margin: 20px 0 0;
}

.vision-content ul li {
  font-size: 16px;
  width: 80%;
  line-height: 24px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  background: url('../images/gray-check.png') no-repeat left 5px;
  background-size: 15px;
}

/* Clients */
.clients {
  padding: 50px 0;
}

.clientSwiper {
  padding: 30px 10px 60px;
}

.client-card {
  background: #FFFFFF;
  box-shadow: 0 4px 10px 1px #00000029;
  border-radius: 15px;
  padding: 25px;
  height: 310px;
}

.client-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 15px;
}

.client-info .client-details {
  flex-grow: 1;
}

.client-info .client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.client-img-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

.client-info h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 5px;
}

.client-info .stars-img {
  width: 100px;
}

.client-info .quote-img {
  width: 20px;
  margin: 0 0 0 50px;
}

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

/* FAQ */
.faq {
  padding: 50px 0;
  position: relative;
}

.faq-tabs {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
  border-bottom: 1px solid #ddd;
}

.faq-tab-item {
  padding: 15px 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
}

.faq-tab-item.active {
  color: #061D19;
}

.faq-tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--secondary);
}

.faq-accordion {
  margin-top: 0;
}

.faq-item {
  background: #FFF;
  box-shadow: 0 4px 10px 1px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-question {
  padding: 20px 20px 10px;
  cursor: pointer;
  position: relative;
}

.faq-question strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.faq-question::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('../images/down-arrow.png') no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  padding: 0 20px 20px;
  display: none;
}

.faq-answer p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.faq-answer ul {
  margin-top: 10px;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px; */
}

.faq-answer strong {
  font-weight: 600;
}

.faq-answer ul li {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 30px;
  margin: 0 0 5px;
  background: url('../images/gray-check.png') no-repeat left 5px;
  background-size: 15px;
}

.faq-answer table td {
  color: #535353;
}

.faq-answer table th {
  font-weight: 500;
}

.faq-answer table tbody {
  font-size: 14px;
}

.faq-answer table>thead {
  background: #535353 !important;
  color: #061D19;
}

.faq-answer .table-custom {
  background: #eee !important;
  color: #061D19;
}

.faq .btn-primary {
  margin: 40px 0 0;
}

/* Footer */
footer {
  background-color: #f1f1f1;
  padding: 50px 0 30px;
}

.footer-logo {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 20px;
}

.footer-col .disclaimer {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  width: 80%;
}

.footer-col .disclaimer span {
  color: #DD2C1D;
  font-weight: 600;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  color: #535353;
  line-height: 30px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #FFCC00;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-info img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-icons li a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.social-icons li a img:hover {
  transform: scale(1.1);
}

footer hr {
  margin: 30px 0 20px;
  border-color: #FFCC00;
  opacity: 0.75;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

.sticky {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1005;
}

.sticky a img {
  width: 60px;
  height: 60px;
}

#swiper-toggle {
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

#swiper-toggle:hover {
  transform: scale(1.1);
}

#swiper-toggle img {
  width: 24px;
  height: 24px;
  box-shadow: none;
}


/* privacy */
.privacy {
  margin: 50px 0 25px;
}

.privacy h1 {
  font-size: 48px;
  font-weight: 700;
}

.privacy-top .container {
  /* Apply a background that is half black and half blue */
  /* background: linear-gradient(to right, black 50%, blue 50%); */
  background: url('../images/privacy.webp') no-repeat center center;
  background-size: contain;
  padding: 100px 0;
}

.privacy-top p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  width: 50%;
  margin: 0 auto;
  color: #061D19;
}

.privacy-top p strong {
  margin: 10px 0 0;
  display: block;
}

.privacy-content {
  padding: 50px 0;
}

.privacy-content h2 {
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0 10px;
}

.privacy-content p,
.privacy-content li {
  margin: 0 0 10px 20px;
  text-align: justify;
}

.privacy-content p,
.privacy-content li,
.privacy-content a {
  font-size: 18px;
  line-height: 28px;
}

.privacy-content ul {
  list-style-type: disc;
  margin: 0 0 0 30px;
}

.privacy-content .text {
  margin: 0 0 10px;
  text-align: justify;
}

.privacy-content a {
  color: #535353;
  text-decoration: underline;
}

.privacy-content a:hover {
  color: #061D19;
}

.privacy-content .dash {
  margin: 0 2px 0 5px;
  display: inline-block;
}


/* disclosure */
.disclosure {
  background: url('../images/disclosure-bg.webp') no-repeat center right #D9D9D9;
  background-size: 100% 100%;
  padding: 150px 0;
}

.disclosure h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: start;
}

.dis-1 {
  padding: 60px 0 0;
}

.dis-1 h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.dis-1 img {
  height: auto;
  width: 600px;
}

.dis-1 p {
  width: 90%;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.dis-2 {
  padding: 40px 0 30px;
}

.dis-2 p {
  color: #061D19;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}

.dis-2 .text-table {
  display: flex;
  gap: 5px;
}

.dis-2 .text-table p {
  font-size: 14px;
  padding: 20px 0;
  margin: 2px 0;
}

.dis-2 .text-table .yellow {
  width: 200px;
  text-align: start;
  background: #FFF0B2;
  padding: 20px;
  font-weight: 600;
}

.dis-2 .text-table .white {
  width: 150px;
  text-align: center;
  background: #FFF;
}

.dis-2 .text-table:nth-child(1) .white {
  font-weight: 600;
}

.dis-3 {
  padding: 0 0 60px;
}

.dis-3 h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 30px 0 10px;
  font-weight: 600;
}

.dis-3 p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

/* Calculators */
.calculator {
  background: url('../images/calculator-web-bg.webp') no-repeat center right;
  background-size: 100% 100%;
  padding: 120px 0;
}

.calculator h1 {
  font-size: 48px;
  text-align: start;
  font-weight: 400;
}

.calculator h1 span {
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: 400;
  display: inline-block;
}

.emy {
  padding: 70px 0;
}

.emi {
  padding: 0 0 70px;
}

.emy h2,
.emi h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 600;
}

.emy-card {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  height: 200px;
}

.emy-card .text {
  margin: 0 30px 0 0;
}

.emy-card p {
  font-size: 16px;
  line-height: 24px;
  text-align: start;
}

.emy-card p strong {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
  display: inline-block;
}

.emy-card img {
  width: 100px;
  height: 100px;
}

/* Mutual Fund KYC */
.mutual {
  background: #D9D9D9 url('../images/mutual-fund-web-bg.webp') no-repeat center right;
  background-size: contain;
  padding: 140px 0;
}

.mutual h1 {
  font-size: 48px;
  text-align: start;
  font-weight: 700;
}

.kyc {
  padding: 0 0 50px;
}

.kyc .container {
  padding: 0;
}

.kyc h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 50px 0 0;
}

.kyc .top-txt {
  margin: 20px auto 40px;
  text-align: center;
  width: 60%;
}

.kyc-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
  background: url('../images/tab-bg.png') no-repeat center center;
  background-size: 100%;
}

.kyc-tab-item {
  padding: 20px 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
}

.kyc-tab-item.active {
  color: #061D19;
}

.kyc-tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--secondary);
}

.kyc .form-container .form-control {
  height: 60px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  color: #535353;
}

.kyc .form-container .form-control:focus {
  border-color: var(--secondary);
  box-shadow: none;
}

.kyc .form-check .form-check-input {
  margin-top: 6px;
}

.kyc .form-group {
  margin: 0 0 30px;
}

.kyc .form-check {
  margin-top: 5px;
}

.kyc .form-check label {
  font-size: 16px;
  line-height: 24px;
  color: #535353;
}

.kyc label {
  color: #061D19;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
}

.kyc button {
  width: 250px;
}

.kyc-top {
  padding: 20px 20px 15px;
  cursor: pointer;
  position: relative;
}

.kyc-top::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('../images/down-arrow.png') no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.kyc-top.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.kyc-content {
  padding: 40px 20px 10px;
  display: none;
}

.kyc-item .kyc-top {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  background: #FFF0B2;
  margin: 10px 0 0;
}

.kyc-item .kyc-content {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.kyc h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  text-align: start;
}


.form-check-input:checked {
  border-color: #FFCC00;
  background-color: #FFCC00;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:active {
  border-color: #FFCC00;
}

.form-check-input {
  border-color: #fff;
  background-color: #fff;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  border-color: #FFCC00;
  background-color: #FFCC00;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #fff;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #535353;
}

.form-check-input[type="radio"]:not(:checked) {
  background-color: #fff !important;
  border-color: #FFCC00 !important;
}

.kyc .dob {
  padding: 10px 25px 10px 15px !important;
}

.kyc .cc-select {
  height: 60px !important;
  border: none;
  width: 80px;
}

.mobile-number {
  width: 100%;
}

.kyc .cc-select:focus,
.kyc .cc-select:active {
  box-shadow: none;
}

label sup {
  color: #DD2C1D;
  font-size: 16px;
}

.invalid-feedback .text-black {
  color: #DD2C1D !important;
}

label sup.text-black {
  font-size: 14px;
}

.kyc .nominee {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.kyc .declaration-section {
  margin: 25px 0 15px;
}

.kyc .declaration-section p {
  margin: 0 0 15px;
}

.kyc .code {
  width: 120px;
}

.declaration-section .form-check-input {
  box-shadow: none;
  border-color: var(--secondary);
}

/* Blog list */
.blog-top {
  background: url('../images/blog-web-bg.webp') no-repeat center center;
  background-size: cover;
  padding: 180px 0;
}

.blog-list {
  padding: 60px 0;
}

.blog-list .blog-card {
  overflow: hidden;
  display: inline-block;
  transition: transform 0.3s ease;
  height: 370px;
  border-radius: 10px;
  margin: 0 0 20px;
  width: 100%;
}

.blog-list .blog-card:hover {
  transform: scale(1.01);
  box-shadow: 1px 2px 10px 1px #00000029;
  /* box-shadow: 0 4px 10px 1px #00000029; */
}

.blog-list .blog-card img {
  width: 100%;
  height: 200px;
  /* border-radius: 10px 10px 0 0; */
  object-fit: cover;
  object-position: top;
}

.blog-list h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  /* force single line */
  overflow: hidden;
  /* hide extra text */
  text-overflow: ellipsis;
  /* add ... */
}

.blog-list .blog-content {
  position: relative;
  padding: 20px;
  z-index: 1;
  height: 170px;
}

.blog-list .blog-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, 0.3);
  /* background opacity only */
  backdrop-filter: blur(1px);
  /* blur effect */
  border-radius: inherit;
  /* matches card shape */
  z-index: -1;
  /* goes behind the text */
}

.blog-list .blog-content p {
  font-size: 14px;
  line-height: 20px;
  color: #535353;
}

.blog-list .blog-content .excerpt {
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* limit to 3 lines */
  overflow: hidden;
}

.blog-list .blog-content .date {
  font-weight: 500;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.blog-pagination button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #D9D9D9;
  color: #535353;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.blog-pagination button.active {
  background: #FFCC00;
  /* your secondary color */
  color: #061D19;
  font-weight: bold;
}

.blog-pagination button:hover {
  background: #ccc;
}

/* Information */
.information {
  background: url('../images/information-web.webp') no-repeat center right #D9D9D9;
  background-size: 100% 100%;
  padding: 150px 0;
}

.information h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: start;
}

.info-content {
  padding: 60px 0;
}

.info-content .form-control {
  padding: 10px 20px;
}

.info-content .form-control:focus,
.info-content .form-control:active {
  box-shadow: none;
  border-color: var(--secondary);
}

.info-content .input-group {
  width: 50%;
  margin: 0 0 40px;
}

.info-content .table-custom {
  background: #fff0b2 !important;
  padding: 20px;
  color: #061D19;
}

.info-content table tbody td {
  padding: 20px;
}

.info-content .bi {
  cursor: pointer;
}

/* .info-content .input-group img{
  cursor: pointer;
} */

mark {
  background-color: #FFCC00;
  padding: 2px 4px;
  border-radius: 4px;
}

/* Fixed height area for empty table */
#announcementTable tbody {
  position: relative;
  height: 150px;
  /* fixed height */
  overflow: hidden;
  /* no scroll */
  padding: 20px 0;
  /* vertical spacing */
}

/* Diagonal Coming Soon when empty */
#announcementTable tbody:empty::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 40%;
  /* transform: translate(-50%, -50%) rotate(-30deg); */
  font-size: 32px;
  font-weight: 700;
  opacity: 0.3;
  white-space: nowrap;
  pointer-events: none;
}

.section-slide {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  /* transition: opacity 0.6s ease-in, transform 0.6s ease-in; */
  /* transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); */
  /* transition: opacity 0.6s cubic-bezier(0.17, 0.67, 0.83, 1.67),transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 1.67); */

}

.section-slide.hide {
  opacity: 0;
  transform: scale(0.9);
}

.section-slide.show {
  opacity: 1;
  transform: scale(1);
}

/* Calculator Details Page */
.calculator-details {
  padding: 50px 0;
}

.calculator-details h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 40px;
  font-weight: 700;
}

.calculator-details h2 {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  padding: 0 80px;
  margin: 0 0 40px;
}

.calculator-details h2::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  left: -130px;
  height: 2px;
  /* adjust depending on your image thickness */
  background: url('../images/gray-horizontal.png') no-repeat center left;
  background-size: 100% 100%;
}

.calculator-details h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  right: -130px;
  height: 2px;
  /* adjust depending on your image thickness */
  background: url('../images/gray-horizontal.png') no-repeat center right;
  background-size: 100% 100%;
}

.calculator-details .product-card {
  padding: 10px 20px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 1px #00000029;
  border-radius: 10px;
  width: 30%;
  display: flex;
  height: 80px;
  align-items: center;
  transition: transform 0.3s ease;
}

.calculator-details .product-card:hover {
  transform: scale(1.05);
  background: #FFCC00;
}

.calculator-details .product-card:hover img {
  filter: sepia(100%) hue-rotate(180deg) brightness(0%) contrast(100%);
}

.calculator-details .product-card p {
  font-size: 16px;
  line-height: 24px;
}

/* Insurance Claim */
.insurance {
  background: #D9D9D9;
  text-align: center;
  padding: 50px 0;
}

.insurance h1 {
  font-size: 48px;
  font-weight: 700;
}

.insurance p {
  font-size: 18px;
  color: #061D19;
  margin: 20px 0 0;
}

.claim {
  padding: 70px 0;
}

.claim-card {
  width: 40%;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}

.claim-card p {
  margin: 20px 0;
}

.claim-card img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}

.claim-card .btn-primary {
  width: 90% !important;
}

/* empowering */
.empowering {
  background: #FFCC00;
  position: relative;
  margin: 0;
}

.empowering h2 {
  font-size: 48px;
  line-height: 60px;
}

.empowering .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.empowering .content {
  width: 60%;
  height: 400px;
}

.empowering img {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  height: 400px;
  object-fit: cover;
}

.empowering .btn {
  background: #fff;
  width: 350px;
}


/* event */
.event {
  background: url('../images/event-bg.webp') no-repeat center right #D9D9D9;
  background-size: cover;
  padding: 100px 0;
  background-position: top;
}

.event h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: start;
}

.video-content {
  padding: 80px 0 0;
}

.content {
  margin: 0 0 0 40px;
}

.video-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}

.video-container {
  position: relative;
}

.thumbnail-img {
  width: 500px;
  height: 350px;
  display: block;
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 50px;
  background: url('../images/youtube-icon.webp') center/contain no-repeat;
  cursor: pointer !important;
}

.play-button:hover {
  filter: brightness(4.4);
  width: 80px;
  height: 60px;
}

/* iframe {
  width: 500px;
  height: 350px;
  border: none;
  display: none;
  border-radius: 20px;
} */


.gallery {
  padding: 60px 0;
}

.gallery img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 0 5px;
}

.gallery h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 20px;
}
.gallerySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.gallerySwiper {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}
.gallerySwiper .swiper-button-prev::after,
.gallerySwiper .swiper-button-next::after {
  font-size: 30px !important;
}

.gallery-button-prev, .gallery-button-next {
    filter: brightness(0) saturate(100%) invert(78%) sepia(96%) saturate(2833%) hue-rotate(322deg) brightness(91%) contrast(98%);
}
.gallery-button-prev:hover::after,
.gallery-button-next:hover::after {
    transform: scale(1.15);
    transition: 0.3s;
}
.gallery-button-prev,
.gallery-button-next {
    position: absolute; 
    top: 60%;
    transform: translateY(-50%);
    z-index: 100;
    filter: brightness(0) saturate(100%) invert(78%) sepia(96%) saturate(2833%) hue-rotate(322deg) brightness(91%) contrast(98%);
}
.gallery-button-prev { left: 0; }
.gallery-button-next { right: 0; }

.gallerySwiper .swiper-slide {
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 80vh;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  &:hover {
    transform: scale(1.2);
    transition: 0.3s;
  }
}

.lightbox-prev,
.lightbox-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.lightbox-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#exampleModalCenter .modal-content {
  background: transparent;
  border: none;
}

#exampleModalCenter .btn-close {
  position: absolute;
  top: -20px;
  right: 0px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  padding: 5px;
  &:hover {
    transition: 0.3s;
    transform: scale(1.15);
  }
}

#ytVideo iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  margin: 0 auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 12 / 9;
  height: auto;
  max-height: 80vh;
}

/* Claim Process */
.process{
  padding: 60px 0;
}
.process h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 20px;
}
.process p {
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
}
.category {
  padding: 20px 0 80px;
}
.category h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin: 0 0 20px;
}
.category .category-card {
  padding: 10px 20px;
  background: #FFCC00;
  box-shadow: 0 4px 10px 1px #00000029;
  border-radius: 10px;
  width: 30%;
  display: flex;
  font-size: 18px;
  color: #061D19;
  font-weight: 500;
  align-items: center;
  transition: transform 0.3s ease;
    &:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}
.category .category-card .img-card {
  background: #fff;
  border-radius: 35px;
  height: 70px;
  width: 70px;
  position: relative;
  margin: 0 20px 0 0;
}
.category .category-card .img-card img{
  height:40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Insurance */
.life-process {
  padding: 0 0 60px;
}
.life-process  h2, .life-process h3  {
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
  margin: 0 0 10px !important;
}
.steps h3, .steps .p-text  {
  text-align: center;
}
.left-bg {
  color: #061D19;
  background: #FFCC00;
  padding: 0 30px;
  height: 110px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;

}
.v-stepper-item--complete .v-stepper-item__avatar.v-avatar, .v-stepper-item--selected .v-stepper-item__avatar.v-avatar {
  background: #FFCC00;
}
.v-stepper-header {
  box-shadow: none;
}
 .v-stepper-window  {
  display: none;
}
.v-stepper.v-sheet  {
  height: 110px;
  border-radius: 0;
  box-shadow: none;
}
.v-stepper-item__title {
  color: #061D19;
  line-height: 18px;
}
.v-stepper-item__avatar.v-avatar {
    background:#535353;
    color: #fff;
    font-size: 12px;
}
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
    margin-bottom: 10px;
}
.steps {
  padding: 0 0 80px;
}
.steps .p-text {
  margin: 20px 0 30px;
}
.steps .step-mini {
  width: 25%;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-mini img {
  height: auto;
  width: 200px;
  margin: 0 0 30px;
}
.step-mini p {
  font-weight: 600;
}
.step-mini p span {
  background: #FFCC00;
  width: 25px;              /* set equal width */
  height: 25px;             /* set equal height */
  display: inline-flex;     /* allows centering text easily */
  align-items: center;
  justify-content: center;
  border-radius: 50%;       /* makes it round */
  font-size: 14px;
  margin: 0 5px 0 0;
}
.steps .v-btn {
  width: 150px;
  margin: 30px 0 0;
  height: 40px;
}