@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --light-black: #0b0e13;
  --dark-black: #03050e;
  --heading-color: #fff;
  --text-color: #fff;
  --gray: #1f252e;
  --heading-font: "Titillium Web", sans-serif;
  --text-font: "Outfit", sans-serif;
  --gray-text: #b3b3c0;
}
.blue_Btn {
    background: #169d73;
    color: #fff;
    padding: 12px 20px;
    border: none;
    height: 100%;
}
.welcome_field_box {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
}
.welcome_card .form-control, .form-control:focus {
    border-radius: 0px;
}
.custom_font::-webkit-file-upload-button {
    color: #fff;       
}

/* login */

        .login_form .login-btn {
    background: #15B785;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 20px;
    font-weight: 600;
}
.login_form .login-btn:hover {
    color: #FFF;
    background-color: #261046;
}
.login_form .input-group-text {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #261046 !important;
    border: none !important;
    border-radius: var(--bs-border-radius);
    font-size: 1.2rem;
}
.login_form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bg_light_black {
  background: #fff;
}
.cardlogin {
    padding: 20px 40px;
    border-radius: 20px;
    background: #D9D9D9;
    box-shadow: 0 0 5px var(--gray);
    max-width: 500px;
    margin: auto;
    width: 100%;
    height: max-content;
}
.login_card .input-group {
    height: 40px;
}
.cardlogin img {
    width: 150px;
}
.login_card {
    background-image: url('/assets/images/login_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;       /* Perfect fullscreen cover */
    background-attachment: fixed; /* Stays fixed while scroll */
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}
.card_height {
    height: 100%;
    min-height: 492px;
}
.label_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.login_card .info h2.heading {
    color: #000;
    font-family: poppins;
    font-size: 40px;
    line-height: 50px;
}
.login_card .info p.descrp {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

body {
  background: var(--dark-black);
  width: 100%;
  color: var(--text-color);
}

html,
body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  font-family: var(--text-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
strong,
ul,
li {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #000;
}

.padding_70 {
  padding: 70px 0px;
}

.margin_70 {
  margin: 70px 0px;
}

/*  */
.gray_btn {
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  background: var(--gray) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  min-width: 150px;
  padding: 10px 30px;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 30%,
    100% 70%,
    90% 100%,
    10% 100%,
    0% 70%,
    0% 30%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
/* login */
       
.btn i {
  font-size: 18px;
}

.black_btn {
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  background: var(--gray) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn_box {
  position: relative;
  width: 200px;
  height: 60px;
  background: linear-gradient(90.78deg, #2367e8 0.49%, #15b785 99.33%);
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 30%,
    100% 70%,
    90% 100%,
    10% 100%,
    0% 70%,
    0% 30%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.gray_btn_box {
  position: relative;
  width: 200px;
  height: 60px;
  background: var(--gray);
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 30%,
    100% 70%,
    90% 100%,
    10% 100%,
    0% 70%,
    0% 30%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient_btn {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
  color: #fff;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 30%,
    100% 70%,
    90% 100%,
    10% 100%,
    0% 70%,
    0% 30%
  );
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.btn_wrapper {
  position: relative;
  width: max-content;
}

.btn_wrapper::before,
.btn_wrapper::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #24ff72, #2196f3);
  z-index: 1;
  transition: all 0.3s ease;
}

.gray_btn_wrapper::before,
.gray_btn_wrapper::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #fff, #fff);
  z-index: 1;
  transition: all 0.3s ease;
}

.btn_wrapper::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 90% 0, 0 80%);
}

.btn_wrapper::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 100%, 0 115%, 125% 0);
}

.form-control, .form-control:focus {
    color: var(--gray-text) !important;
    background: #261046;
    border: none !important;
    box-shadow: none !important;
    height: 48px;
    position: relative;
}

textarea.form-control {
  min-height: 200px;
  resize: none;
}

.footer .form-control,
.footer .form-control:focus {
  padding-left: 30px;
  clip-path: polygon(
    5% 0%,
    95% 0%,
    100% 25%,
    100% 75%,
    95% 100%,
    5% 100%,
    0% 75%,
    0% 25%
  );
}

::placeholder {
  color: var(--gray-text) !important;
}

.info p.sub_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--blue);
}

.info h2.heading {
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -2px;
  color: #000;
}

.info p.dscp {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-text);
}

.card {
  background: var(--light-black);
  box-shadow: 0 0 10px 10px #000;
}

.card h5.card-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #fff;
}

.card .card-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--gray-text);
}

ul.check_list {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ul.check_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.check_list li i {
  background: var(--gray);
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.check_list h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
}

.custom_info {
  width: 50%;
  margin: auto;
}

/* ------ HEADER -------- */

img.logo_img {
  max-width: 120px;
}

header .navbar-nav {
  gap: 30px;
}

header a.nav-link,
header a.nav-link.active {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000 !important;
  font-family: var(--text-font);
  text-transform: capitalize;
}

button.navbar-toggler {
  box-shadow: none !important;
  filter: brightness(0) invert(1);
}

/* ------- FOOTER -------- */

/* .footer {
  background: url(../images/ftr_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
} */

.footer .info h2.heading {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
}

.input_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ftr_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

img.ftr_logo {
  max-width: 200px;
}

.ftr_left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.ftr_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ftr_left i {
  color: #fff;
  font-size: 16px;
}

.ftr_cont_list p {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.ftr_cont_list span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.ftr_list h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}

.blockchain_box {
  background: linear-gradient(96.94deg, #2167e8 0%, #12b883 100%);
  padding: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}

.ftr_list li,
.ftr_list li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #281717;
}

.underline_txt {
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
}

.ftr_list_row,
.copyright {
  border-top: 1px solid #f5faff;
}

.cprt_txt {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #504a4a;
}

.social_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.social_icons i {
  color: #fff;
  background: #000;
  font-size: 16px;
  padding: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 49% 100%, 0 75%, 0 25%);
}

/* ------ HOMEPAGE ------ */

.home_bnr {
  background: url(../images/home_bnr.webp);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home_bnr .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info h1.heading {
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  color: #fff;
}

.home_bnr .info p.dscp {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--gray-text);
}

.how_it_works_sec .card-body {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.center-chip {
  background: url(../images/how_it_works_img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.card_left {
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 15% 100%, 0 85%, 0 15%);
}

.card_rgt {
  clip-path: polygon(85% 0, 100% 15%, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.card_left_wrapper {
  position: relative;
}

.card_left_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 85px solid #fff;
  border-right: 80px solid transparent;
}

.card_rgt_wrapper {
  position: relative;
}

.card_rgt_wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid #fff;
  border-left: 75px solid transparent;
}

ul.star_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* our_advantages_sec */

.advantage_table_sec {
  background: url(../images/comparison_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #fff;
  --bs-table-bg-type: #000;
}

.table > :not(caption) > * > * {
  padding: 15px;
  color: #fff;
  background-color: transparent;
  border-bottom-width: 0;
}

tr.heading_row {
  border: 1px solid #262932;
}

tr.heading_row + tr td {
  padding-top: 30px;
}

.card.table_card {
  padding: 50px;
  clip-path: polygon(
    5% 0,
    95% 0,
    100% 20%,
    100% 80%,
    95% 100%,
    5% 100%,
    0 80%,
    0 20%
  );
}

.table_card_wrapper {
  position: relative;
}

.table_card_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 75px solid #fff;
  border-right: 60px solid transparent;
}

.table_card_wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 75px solid #fff;
  border-left: 60px solid transparent;
}

table,
th,
tr,
td {
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

table i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
  color: #000;
}

table i.bi-patch-check {
  background: linear-gradient(96.94deg, #2167e8 0%, #12b883 100%);
}

table i.bi-patch-plus {
  background: #3c3e42;
  transform: rotate(45deg);
}

ul.star_list li {
  gap: 20px;
}

.token_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.token_list .token_card {
  border: 1px solid #262932;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.token_card .token_label,
.token_card .token_value {
  padding: 20px;
  width: 50%;
}

.token_card .token_label {
  background: var(--light-black);
  color: var(--gray-text);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.token_card .token_value {
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

/* Base line style */
.timeline-line {
  height: 2px;
}

/* Foreground gradient line style */
.timeline-line-fg {
  transition: width 0.5s ease-out;
  background: linear-gradient(
    to right,
    #0dcaf0,
    #0d6efd
  ); /* Bootstrap cyan to blue */
}

/* Node base style */
.timeline-node {
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease;
  /* Add a border to all nodes for smooth transition */
  border: 4px solid transparent;
}

/* Inactive Node Style */
.timeline-node-inactive {
  background-color: #6c757d; /* Bootstrap secondary */
  border-color: #6c757d; /* Match background */
}

/* Custom glow effect for the active node */
.timeline-node-active {
  background-color: #212529; /* Bootstrap dark (for the center) */
  border-color: #0dcaf0; /* Bootstrap cyan (for the ring) */
  box-shadow: 0 0 15px 5px rgba(13, 202, 240, 0.4); /* cyan glow */
  animation: rotate-ring 3s linear infinite;
}

.timeline-label-top {
}

.timeline-label-bottom {
}

/* Label transition */
.timeline-label-top,
.timeline-label-bottom {
  transition: color 0.3s ease;
  font-family: var(--text-font);
}

.timeline-item {
  cursor: pointer;
}

/* Responsive font size for bottom label */
.timeline-label-bottom {
  font-size: 0.75rem; /* small */
  min-height: 3em; /* Ensure consistent height even if text wraps */
}

.icon_box {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  margin-top: 30px !important;
}

.team_left_wrapper::before {
  border-top: 45px solid #fff;
  border-right: 45px solid transparent;
}

.team_rgt_wrapper::before {
  border-bottom: 45px solid #fff;
  border-left: 45px solid transparent;
}

.rating {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  width: 80px;
  height: 35px;
  margin-left: auto;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 30%,
    100% 70%,
    90% 100%,
    10% 100%,
    0% 70%,
    0% 30%
  );
}

.rating i {
  color: #1d8bbc;
}

.team_card {
  min-height: 520px;
  height: 100%;
  clip-path: polygon(0 0%, 85% 0, 100% 15%, 100% 100%, 50% 100%, 0 100%);
}

.team_card .card-body {
  padding: 30px;
}

.team_card h2.heading {
  min-height: 170px;
}

.roadmap_sec ul.check_list li {
  align-items: baseline;
}

.roadmap_sec ul.check_list li i {
  background: none;
}

.roadmap_sec .card-body {
  padding: 40px;
}

.roadmap_sec .card_left {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 80%, 0 20%);
}

.roadmap_sec .card_rgt {
  clip-path: polygon(90% 0, 100% 20%, 100% 80%, 90% 100%, 0 100%, 0 0);
}

.roadmap_sec .card_left_wrapper::before {
  border-top: 55px solid #fff;
  border-right: 50px solid transparent;
}

.roadmap_sec .card_rgt_wrapper::before {
  border-bottom: 55px solid #fff;
  border-left: 50px solid transparent;
}

.timeline-wrapper {
  position: relative;
  padding: 2rem 0;
}

/* --- The Central Gradient Line --- */
.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;

  /* Increased width to accommodate the wave's amplitude and blur */
  width: 30px; /* Adjust this if the wave needs to be wider */

  /* The gradient remains the same, but it will now flow along the new wave path */
  background: linear-gradient(to bottom, #10b981, #3b82f6, #a78bfa);

  z-index: 1;
  left: 20px;
  transform: translateX(-50%);

  /* --- NEW MASK PROPERTIES --- */

  /* This is a more complex SVG path for a smoother, more flowing wave */
  /* The viewBox is 30 wide for the overall element, and 100 high for a single wave segment */
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%20100'%3E%3Cpath%20d='M15%200%20C%2025%2025,%205%2075,%2015%20100'%20stroke='white'%20stroke-width='8'%20fill='none'/%3E%3C/svg%3E");

  /* Repeat the stencil down the page */
  mask-repeat: repeat-y;

  /* The mask size is set to the height of one wave segment (100px) */
  mask-size: auto 100px; /* width auto, height 100px for one wave segment */

  /* --- NEW BLUR EFFECT --- */
  filter: blur(2px); /* Adjust this value (e.g., 1px to 3px) for desired softness */
}

/* Desktop: line in the center */
@media (min-width: 768px) {
  .timeline-wrapper::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* --- Timeline Item (Card + Dot) --- */
.timeline-item {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

/* The Dot on the central line */
.timeline-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #f4f4f5;
  border: 3px solid #0d1117;
  border-radius: 50%;
  top: 15px;
  z-index: 3;
  right: -1rem;
  transform: translateX(-50%);
}

/* --- The Card --- */
.timeline-card {
  position: relative;
  background-color: #161b22; /* Card background */
  border: 1px solid #30363d; /* Subtle border */
  border-radius: 0.5rem;
  padding: 1.5rem;

  /* Mobile: card to the right of the line */
  margin-left: 50px;
}

/* --- The Corner Flag (Pseudo-element) --- */
.timeline-card::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

/* --- Desktop Alternating Layout --- */
@media (min-width: 768px) {
  .timeline-item {
    /* Make room for the central line */
    width: 50%;
  }

  /* Push card to the right */
  .timeline-card {
    margin-left: 0;
    width: auto;
    min-height: 320px;
    height: 100%;
  }

  /* --- Left Side Items --- */
  .timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 3rem; /* Space from center line */
  }

  /* --- Right Side Items --- */
  .timeline-item:nth-child(even) {
    left: 50%; /* Start at the center line */
    padding-left: 3rem; /* Space from center line */
  }

  /* Right side dot alignment */
  .timeline-item:nth-child(even)::after {
    left: -1rem; /* Position dot relative to the item's 50% start */
    transform: translateX(50%);
  }
}

/* --- Card Content Styling --- */
.timeline-stage {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #8b949e; /* Lighter text for stage */
  margin-bottom: 0.25rem;
  padding-top: 10px; /* Make space for flag */
}

.timeline-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f0f6fc; /* White-ish title */
  margin-bottom: 0.75rem;
}

.timeline-description {
  font-size: 0.95rem;
  color: #c9d1d9; /* Body text color */
  line-height: 1.6;
}

/* Simple list styling to match image */
.timeline-description ul {
  list-style-type: none;
  padding-left: 0.5rem;
}

.timeline-description li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.timeline-description li::before {
  content: "–"; /* Dash similar to image */
  position: absolute;
  left: 0;
  color: #8b949e;
  font-weight: 600;
}

.accordion-item {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0 !important;
}

.accordion-item .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-radius: 0;
  background: none;
  color: #fff;
  box-shadow: none !important;
  border-top: 1px solid #fff;
  padding: 20px;
  padding-left: 0;
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}

.accordion-body {
  color: #fff !important;
  padding: 0;
  padding-bottom: 20px;
}

.accordion-item:last-of-type {
  border-bottom: 1px solid #fff !important;
}

.accordion-button::after {
  font-size: 16px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 49% 100%, 0 75%, 0 25%);
  filter: brightness(0);
  z-index: -1;
}

.accordion-button::before {
  position: absolute;
  content: "";
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 49% 100%, 0 75%, 0 25%);
  z-index: -1;
}

/* ABOUT US PAGE */

.main_bnr {
  border-bottom: 2px solid #2367e8;
}

.mission_vision_sec .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission_vision_sec .info h2 {
  min-height: unset;
}

.mission_vision_sec .info p.dscp {
  min-height: 200px;
  display: flex;
  align-items: center;
}

ul.dot_list,
ul.dot_list li {
  list-style: disc;
}

ul.dot_list {
  padding-left: 30px;
}

.blog_card {
  margin: 10px;
}

.blog_card,
.blog_img {
  border-top-right-radius: 100px;
}

.blog_detail_img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 40px;
}

.blog_cnt p {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 37px;
  line-height: 51px;
  color: var(--gray-text);
}

.cont_box {
  background: var(--light-black);
  padding: 40px;
  border-radius: 20px;
}

.cont_box .info h2.heading {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.contact_sec .img_box {
  position: relative;
}

.contact_sec .img_box,
.contact_sec .img_box img {
  border-radius: 10px;
}

.contact_sec .img_box .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to top, #0a0d17ed 20%, #0a0d1700 100%);
}

@keyframes rotate-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

