@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}


.box {
  padding-right: 50px;
  padding-left: 50px;


}

.box p {
  text-align: justify;


}









.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

/* .sub_page  */
.hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

/* .sub_page  */
.hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
  min-height: 800px;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
  animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #00204a;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}

.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}

/*team section */
.team_section {
  text-align: center;
  background-color: #00204a;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
}

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #00204a;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */

/* Dashboard Layout Styles */
.dashboard-body {
  background-color: #1a1a2e;
  color: #e0e0e0;
  font-family: 'Roboto', sans-serif;
}

.dashboard-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.dashboard-sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #16213e;
  color: #fff;
  transition: all 0.3s;
  min-height: 100vh;
}

.dashboard-sidebar.active {
  margin-left: -250px;
}

.dashboard-sidebar .sidebar-header {
  padding: 20px;
  background: #0f3460;
}

.dashboard-sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

.dashboard-sidebar ul p {
  color: #fff;
  padding: 10px;
}

.dashboard-sidebar ul li a {
  padding: 15px 20px;
  font-size: 1.1em;
  display: block;
  color: #fff;
  text-decoration: none;
}

.dashboard-sidebar ul li a:hover {
  color: #00bbf0;
  background: #1a1a2e;
}

.dashboard-sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #0f3460;
}

.dashboard-content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: all 0.3s;
  background-color: #1a1a2e;
}

.dashboard-navbar {
  padding: 15px 10px;
  background: #16213e;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.dashboard-navbar .btn-info {
  background-color: #00bbf0;
  border-color: #00bbf0;
  color: #fff;
}

.dashboard-navbar .nav-link {
  color: #fff !important;
}

.dashboard-navbar .nav-link:hover {
  color: #00bbf0 !important;
}

/* Crypto Card Styles for Dashboard Content */
.crypto-card {
  background: #16213e;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #0f3460;
}

.crypto-card h3,
.crypto-card h4,
.crypto-card h5 {
  color: #fff;
}

.crypto-card .text-muted {
  color: #a0a0a0 !important;
}

.crypto-card .text-success {
  color: #00ff88 !important;
}

.crypto-card .text-danger {
  color: #ff4d4d !important;
}

/* =========================================
   P2P & P2P Express Styles
   ========================================= */

/* Common Header Styles */
.header-nav {
  background: linear-gradient(130deg, #231a6f, #0f054c);
  padding: 0 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-tabs {
  display: flex;
  gap: 4px;
}

.nav-tab {
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
}

.nav-tab:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-tab.active {
  color: #00bbf0;
  background-color: rgba(0, 187, 240, 0.1);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s;
}

.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00bbf0;
}

.nav-item i {
  font-size: 16px;
}

/* Main Container */
.main-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 50px;
}

/* P2P Trading Controls */
.trading-controls {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.buy-sell-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  background-color: #f5f7fa;
  padding: 4px;
  border-radius: 10px;
}

.buy-sell-tab {
  flex: 1;
  max-width: 150px;
  padding: 10px 20px;
  background-color: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
}

.buy-sell-tab.active {
  background-color: #00bbf0;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 187, 240, 0.3);
}

.buy-sell-tab:hover:not(.active) {
  background-color: #e8f4f8;
  color: #00bbf0;
}

.crypto-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 5px;
}

.crypto-tabs::-webkit-scrollbar {
  height: 4px;
}

.crypto-tabs::-webkit-scrollbar-thumb {
  background: #00bbf0;
  border-radius: 2px;
}

.crypto-tab {
  padding: 8px 16px;
  background-color: #f5f7fa;
  border: 2px solid transparent;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}

.crypto-tab:hover {
  color: #00bbf0;
  background-color: #e8f4f8;
  border-color: #00bbf0;
}

.crypto-tab.active {
  color: #00bbf0;
  background-color: #ffffff;
  border-color: #00bbf0;
  box-shadow: 0 2px 8px rgba(0, 187, 240, 0.2);
}

.filters-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.filter-input {
  background-color: #f5f7fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 14px;
  color: #0c0c0c;
  font-size: 13px;
  outline: none;
  transition: all 0.3s;
  flex: 1;
  min-width: 200px;
}

.filter-input:focus {
  border-color: #00bbf0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 187, 240, 0.1);
}

.filter-select {
  background-color: #f5f7fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 14px;
  color: #0c0c0c;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 150px;
}

.filter-select:focus {
  border-color: #00bbf0;
  background-color: #ffffff;
}

.filter-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f5f7fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 18px;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-button:hover {
  background-color: #e8f4f8;
  border-color: #00bbf0;
  color: #00bbf0;
}

.beginner-friendly {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 2px solid #00bbf0;
  border-radius: 8px;
  padding: 10px 18px;
  color: #00bbf0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.beginner-friendly:hover {
  background-color: #00bbf0;
  color: #ffffff;
}

.sort-select {
  margin-left: auto;
}

/* Advertisers Table */
.advertisers-table {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr 1fr;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #f5f7fa, #e8f4f8);
  border-bottom: 2px solid #e0e0e0;
  font-size: 12px;
  font-weight: 700;
  color: #231a6f;
  text-transform: uppercase;
}

.advertiser-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr 1fr;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s;
}

.advertiser-row:hover {
  background-color: #f9fbfc;
  box-shadow: 0 2px 10px rgba(0, 187, 240, 0.1);
}

.advertiser-row:last-child {
  border-bottom: none;
}

.advertiser-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.advertiser-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bbf0, #0099cc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 187, 240, 0.3);
}

.advertiser-avatar.white {
  background: linear-gradient(135deg, #e0e0e0, #c0c0c0);
  color: #231a6f;
}

.advertiser-details {
  flex: 1;
}

.advertiser-name {
  font-size: 14px;
  font-weight: 600;
  color: #231a6f;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.star-icon {
  color: #ffc107;
  font-size: 14px;
}

.advertiser-stats {
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: #666;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stat-item i {
  font-size: 10px;
  color: #00bbf0;
}

.price {
  font-size: 16px;
  font-weight: 700;
  color: #231a6f;
  display: flex;
  align-items: center;
}

.available-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.available-amount {
  font-size: 14px;
  font-weight: 600;
  color: #231a6f;
}

.order-limit {
  font-size: 12px;
  color: #666;
}

.payment-method {
  font-size: 13px;
  color: #231a6f;
  font-weight: 500;
}

.trade-button {
  background: linear-gradient(135deg, #00bbf0, #0099cc);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 187, 240, 0.3);
}

.trade-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 187, 240, 0.4);
}

.verification-text {
  font-size: 11px;
  color: #ff9800;
  margin-top: 6px;
  text-align: center;
  font-weight: 600;
}

/* Help Icon */
.help-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00bbf0, #0099cc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 187, 240, 0.4);
  transition: all 0.3s;
  z-index: 1000;
}

.help-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 187, 240, 0.5);
}

.help-icon i {
  color: #ffffff;
  font-size: 24px;
}

/* P2P Express Specific Styles */
.p2p-express-container {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 60px;
}

/* Left Content */
.left-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #231a6f;
  line-height: 1.3;
  margin-bottom: 12px;
}

.page-title span {
  color: #00bbf0;
}

.page-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: #231a6f;
  margin-top: 8px;
  margin-bottom: 16px;
}

.page-description {
  font-size: 15px;
  color: #666;
  margin-top: 12px;
  line-height: 1.7;
  max-width: 600px;
}

/* Transaction Widget */
.transaction-widget {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  position: sticky;
  top: 100px;
}

.widget-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  background-color: #f5f7fa;
  padding: 4px;
  border-radius: 10px;
}

.widget-tab {
  flex: 1;
  padding: 12px;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
}

.widget-tab.active {
  background-color: #00bbf0;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 187, 240, 0.3);
}

.widget-tab:hover:not(.active) {
  background-color: #e8f4f8;
  color: #00bbf0;
}

.input-group {
  margin-bottom: 24px;
}

.input-label {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 600;
}

.input-wrapper {
  display: flex;
  gap: 10px;
}

.input-field {
  flex: 1;
  background-color: #f5f7fa;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  color: #0c0c0c;
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
}

.input-field:focus {
  border-color: #00bbf0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 187, 240, 0.1);
}

.currency-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f5f7fa;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 110px;
}

.currency-selector:hover {
  border-color: #00bbf0;
  background-color: #ffffff;
}

.currency-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.currency-icon.inr {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.currency-icon.usdt {
  background: linear-gradient(135deg, #26a17b, #1e8a6a);
}

.currency-text {
  font-size: 13px;
  font-weight: 600;
  color: #0c0c0c;
}

.currency-dropdown {
  margin-left: auto;
  color: #999;
  font-size: 12px;
}

.price-info {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #f0f0f0;
}

.price-text {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 500;
}

.price-text strong {
  color: #231a6f;
  font-weight: 700;
}

.fee-text {
  font-size: 12px;
  color: #999;
}

.cta-button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #00bbf0, #0099cc);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 24px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 187, 240, 0.3);
  text-transform: uppercase;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 187, 240, 0.4);
}

.cta-button:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1200px) {

  .table-header,
  .advertiser-row {
    grid-template-columns: 2fr 1fr 1.2fr 1.2fr 1fr;
  }
}

@media (max-width: 1024px) {
  .p2p-express-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .transaction-widget {
    position: relative;
    top: 0;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 968px) {

  .table-header,
  .advertiser-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .table-header {
    display: none;
  }

  .advertiser-row {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .filters-row {
    flex-direction: column;
    align-items: stretch;
  }

  .sort-select {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .header-nav {
    padding: 0 20px;
    height: auto;
    min-height: 70px;
    flex-wrap: wrap;
  }

  .nav-left {
    gap: 20px;
  }

  .nav-tabs {
    gap: 2px;
  }

  .nav-tab {
    padding: 8px 12px;
    font-size: 12px;
  }

  .nav-right {
    gap: 10px;
    flex-wrap: wrap;
  }

  .nav-item span {
    display: none;
  }

  .main-container {
    padding: 40px 30px;
  }

  .crypto-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-title {
    font-size: 32px;
  }

  .page-subtitle {
    font-size: 22px;
  }

  .page-description {
    font-size: 14px;
  }
}

/* KYC Notification Banner */
.kyc-notification-banner {
  background: linear-gradient(135deg, #ff9966, #ff5e62);
  color: white;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(255, 94, 98, 0.3);
  position: relative;
  z-index: 100;
  text-align: center;
  flex-wrap: wrap;
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}

.notification-content i {
  font-size: 20px;
}

.kyc-btn {
  background-color: white;
  color: #ff5e62;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.kyc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #ff5e62;
}