/* =========================
   HP Support Header CSS
   ========================= */

@font-face {
  font-family: "Forma DJR UI";
  src: url("fonts/FormaDJRUI-Regular.woff2") format("woff2"),
    url("fonts/FormaDJRUI-Regular.woff") format("woff"),
    url("fonts/FormaDJRUI-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Forma DJR UI", sans-serif;
  background: #f9f9f9;
  color: #333;
}

.hp-topbar {
  height: 76px;
  background-color: #000000;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  /* position: sticky;
  top: 0;
  z-index: 1000; */
}

.container1 {
  width: 90%;
  max-width: 1000px !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
/* .container {
  max-width: 1000px !important;
} */

/* ---------- Brand ---------- */
.hp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hp-site-title {
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

/* ---------- Navigation ---------- */
.hp-main-nav {
  padding: 0 40px;
  line-height: 1.4;
}
.hp-main-nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.hp-main-nav a {
  color: #767676;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.next_3asection a:hover {
  text-decoration: none;
}
.hp-main-nav a:hover {
  color: #2e2e2e;
}
.nav_menu_items a {
  font-size: 20px;
}
/* ---------- Utilities ---------- */
.hp-utilities {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hp-utilities p{
  color: #ffffff;
  margin-bottom: 0px;
}
/* Search box */
.hp-search-form {
  height: 45px;
  width: 441px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 3px 10px;
  background: #fff;
}
.hp-search-form2 {
  border: 1px solid #3b3b3b !important;
}

.hp-search-form input {
  border: none;
  outline: none;
  padding: 5px 8px;
  width: 100%;
  font-family: inherit;
}

.hp-search-form button {
  background: transparent;
  border: none;
  color: #0076ce;
  cursor: pointer;
  font-weight: 600;
}

/* search box css start */
.serch-box .form-control{
  padding: 16px !important;
  border-radius: 35px;
  /* color: #000; */
  border: 1px solid;
  width: 70%;
}

/* search box css end */

/* Links */
.hp-utility-links {
  background: #000000;
  
 
}
.hp-signin{
text-decoration: none !important;
}
.hp-utility-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
}

.hp-utility-links a:hover {
  text-decoration: underline;
}

/* Region */
.hp-region button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

.hp-region button:hover {
  color: #0076ce;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .container {
    flex-wrap: wrap;
  }

  .hp-main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }

  .hp-utilities {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .hp-search-form input {
    width: 120px;
  }
}

@media (max-width: 600px) {
  .hp-main-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .hp-search-form {
    width: 100%;
  }

  .hp-search-form input {
    width: 100%;
  }
}
.after_navber {
  background-color: #000000;
}
.menu_list {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.menu_list li a {
  padding: 8px 12px 4px;
  border: none;
  border-bottom: 4px solid transparent;
  display: flex;
  white-space: nowrap;
  text-decoration: none; /* removes underline */
  color: #ffffff;
}
.hero_section_content {
  display: flex;
  justify-content: center;
}
.hero_section_heading {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 50px;
}
.hero_section_sub_heading {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #737373;
  line-height: 30px;
}
.grid_item_row {
  width: 100%;
}
.grid_item {
  overflow: hidden;
  border: 1px solid #000000;
}
.grid_item_img {
  overflow: hidden;
}
.grid_item img {
  transition: all 0.4s linear;
  overflow: hidden;
  margin: 0;
}
.grid_item img:hover {
  transform: scale(1.1);
}

.grid_item a {
  text-decoration: none; /* removes underline */
  color: #000000;
}
.grid_item a:hover {
  text-decoration: none; /* removes underline */
}
.grid_item_title {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000000;
}
.grid_item_title h2 {
  color: #000;
  font-size: 20px;
  text-align: left;
  height: auto;
  display: block;
}
.grid_item_title_icon {
  display: flex;
  align-items: center;
}
.after_hero_section {
  padding: 10px 0;
  background-color: #ebf9ff;
}
.col_1st_part {
  display: flex;
  justify-content: end;
}
.col_1st_part p {
  padding-top: 20px !important;
  padding-top: 5px;
  font-size: 20px;
  vertical-align: middle;
  font-family: Forma DJR Micro;
  font-weight: 400;
}
.col_middle_part {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col_3rd_part {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.next_3asection {
  border-bottom: 1px solid black;
}
.col_content_img11 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.next_3section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  /* padding: 50px 0; */
}
.next_3section_container {
  padding: 30px 0;
}
.next_3section_container a:hover {
  text-decoration: none;
}
.col_content {
  border: 1px solid black;
}
.col_content_img img {
  padding: 15px;
  margin-top: 40px;
}
.grid_item_row a {
  text-decoration: none; /* removes underline */
  color: #000000;
}
.col_content_start {
  padding: 10px;
  border-top: 1px solid;
}
.col_content_start p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.col_content_img11 h1 {
  color: #000;
}
.col_content_start ul {
  list-style: none;
}
.col_content_start_li {
  display: flex;
}
.col_content_start_li i {
  padding-right: 8px;
  padding-top: 8px;
}
.col_content_title {
  border-top: 1px solid #000;
  color: #000;
  height: 110px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col_content_title22 {
  color: #000;
  height: 60px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col_content_title p {
  margin-bottom: 0 !important;
  font-size: 20px;
  line-height: 30px;
}
.col4_content_title h2 {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 20px;
  padding: 0 12px;
}
.col4_content_li {
  list-style: none;
}
.col4_content_li a {
  font-size: 16px;
  font-weight: 400;
  color: #0278ab;
  text-decoration: underline;
  line-height: 35px;
}
.next4_section {
  margin: 50px 0;
}
.next4_section h2 {
  font-size: 37px;
  margin-bottom: 32px;
  line-height: 1.2;
}
.white-cta {
  border-radius: 0;
  border: 1px solid #000000;
  padding: 12px 28px;
  height: 100%;
  background: #fff;
  color: #000;
  max-width: 100%;
  text-wrap: wrap;
  min-height: 48px;
  outline: 0;
  box-shadow: none;
}
.next4_section_btn {
  margin-top: 30px !important;
}
.next4_section_btn_right {
  height: 100%;
  display: flex;
  align-items: center;
}
.next4_section_btn_right a {
  color: #000;
}
.next4_section_md6_right {
  border-left: 1px solid #000000;
}
.next4_section_md6_right_ul {
  list-style: none;
}
.next4_section_md6_right_heading {
  margin-left: 10px;
}
.next4_section_md6_right_ul li {
  margin-bottom: 7px;
}
.last_section {
  margin-top: 100px;
}
.next5_section {
  border-top: 1px solid #000000;
}
.next5_section_heading {
  padding-top: 30px;
}

.next5_section h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
  margin-bottom: 32px;
  text-align: left;
  font-family: Forma DJR Micro;
}
.slider_style {
  margin-top: 30px;
}
.footer_p1 {
  border-bottom: 2px solid #e2e1e1;
}
.footer_p1 p {
  color: #e2e1e1;
}
.footer_part {
  padding: 50px 0;
  
}
.col_1 ul {
  padding-top: 20px;
  list-style: none;
}
.col_1 a {
  color: #e2e1e1;
}
.social_link p {
  padding-top: 20px;
  color: #e2e1e1;
}
.social_link_icon a {
  margin-right: 5px;
}
.footer_lower {
  border-top: 2px solid #e2e1e1;
}
.footer_lower p {
  margin-top: 10px;
  color: #e2e1e1;
}
.next_3asection_heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.next_3asection_heading h2 {
  text-align: center;
}

.hero_1st_section {
  /* margin-bottom: 50px; */
   padding-top: 30px; 
  padding-bottom: 30px;
  background-image: url(assets/images/);
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}
.hero_1st_section .xl {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 38px;
  line-height: 40px; 
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
.hreo_paragraph p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 35px;
}
.btn_part a {
  text-decoration: none !important;
}
.btn1 {
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  background: #0000ff;
  padding: 8px 12px;
  border: 1px solid #0000ff;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.4s ease;
}
.btn1:hover {
  color: #0000ff;
  background: #ffffff;
}

.btn2 {
  cursor: pointer;
  font-weight: 500;
  color: #0000ff;
  padding: 8px 12px;
  border: 1px solid #0000ff;
  display: inline-block;
  transition: all 0.4s ease;
}
.btn2:hover {
  background-color: #0000ff;
  color: #ffffff;
}

/* .hero_2nd_section h2 {
  text-align: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 40px;
  line-height: 52px;
} */
.product_section {
  margin: 50px 0;
}
.products_grid1 {
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
.products_grid {
  padding: 0 10px;
  height: 100%;
  border-right: 1px solid #aaaaaa;
}
.products_grid h4 {
  font-size: 17px;
}
.products_grid_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_grid_content img {
  transition: all 0.4s linear;
}
.products_grid_content img:hover {
  transform: scale(1.2);
}

/* ======================
   Mobile Navbar CSS
====================== */
.header_mobile {
  display: none;
}

/* Show only in mobile */
@media (max-width: 480px) {
  .header_mobile {
    display: block;
  }
  .mobile_navbar {
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1000;
  }
  .mobile_logo img {
    width: 150px;
  }
  .mobile_navbar .hp-signin {
    color: #ffffff;
    font-size: 13px;
  }
  /* .hamburger {
    font-size: 28px;
    cursor: pointer;
    user-select: none;
  } */

  /* Sidebar menu */
  .mobile_menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 250px;
    height: 100%;
    background: #000;
    padding-top: 60px;
    transition: 0.3s ease;
    z-index: 1100;
  }
  .mobile_menu.active {
    left: 0;
  }
  .mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile_menu li {
    border-bottom: 1px solid #333;
  }
  .mobile_menu a {
    display: block;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease;
  }
  .mobile_menu a:hover {
    background: #111;
  }
  .hero_1st_section .xl{
    font-size: 32px;
  }
.hero_2nd_section {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}
  /* Close button */
  .close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }

  /* Overlay */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
  }
  .overlay.active {
    display: block;
  }

  /* Hide desktop header on mobile */
  .header_desktop {
    display: none;
  }
}

/* Prevent horizontal scroll on body */
html,
body {
  overflow-x: hidden;
}

.mobile-menu * {
  max-width: 100%;
}
/* Ensure sidebar doesn't push the layout */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 250px;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  overflow-y: auto;
}

/* Open menu state */
.mobile-menu.active {
  transform: translateX(0);
}

/* Hamburger & Close button */
/* .hamburger,
.close-menu {
  cursor: pointer;
} */

/* Optional — remove extra padding/margin causing overflow */
* {
  box-sizing: border-box;
}

/* Modal Css Start*/
.custom-modal {
  background: #f9fafb;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}

.modal-header {
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  color: #fff;
}

.modal-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.modal-header .close {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5rem;
}

.modal-header .close:hover {
  opacity: 1;
}

.modal-body {
  padding: 1.5rem;
}

.phone-link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4f46e5;
  text-decoration: none;
  background: #eef2ff;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  transition: 0.3s ease;
}

.phone-link:hover {
  text-decoration: none;
  background: #4f46e5;
  color: #fff;
}

.small-text {
  font-size: 0.9rem;
  color: #666;
}

.close-btn {
  border-radius: 10px;
}
.mobile_menu a {
  color: #ffffff !important;
}
.nav_menu_items li {
  cursor: pointer;
  color: #767676 !important;
}
.nav_menu_items li:hover {
  color: #2e2e2e !important;
}
.nav_menu_items a {
  text-decoration: none !important;
}
/* Modal Css End*/

/* Mobile Menu Responsive */
@media (max-width: 480px) {
  .modal_style {
    z-index: 99999 !important;
  }
  .header_desktop {
    display: none;
  }
  body {
    margin: 0 15px;
  }
  .hero_section_content h1 {
    text-align: center;
    margin: 0 15px;
  }
  .grid_item_img img {
    width: 100%;
  }
  .grid_item {
    margin-bottom: 15px;
  }
  .hero_section_content_grid_item {
    margin-left: auto;
  }
  .col_1st_part {
    justify-content: center;
  }
  .col_3rd_part {
    justify-content: center;
    margin: 15px 0;
  }
  .col_middle_part {
    margin: 10px 0;
  }
  .next_3section_container {
    margin-left: 15px;
  }
  .grid_item_row {
    margin-left: 3px !important;
  }
  .next4_section_md6_right {
    border: none;
  }
  .mobile_hero_section img {
    height: 300px;
  }
  .hero_1st_section {
    /* padding: 25px 0; */
    background-image: none;
    padding-top: 0px;
  }
  .products_grid {
    border: none;
  }
  .right_card{
    align-items: center;
    margin-top: 20px;
    width: 100% !important;
  }
  .content_section{
    margin-bottom: 30px;
  }
  .col_4_sub_section{
        display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }

}
@media (min-width: 481px) {
  .mobile_hero_section {
    display: none;
  }
  
}

@media (max-width: 480px) {
  
  .terms_ul{
      gap: 10px !important;
      flex-direction: column;
  }
  .footer_block .social-icon{
      display: none;
  }
}





 .most_heading{
 /* border: 1px solid; */
 border-radius: 5px;
 padding: 15px 20px;
 background: #f9fafb;
}
.most_heading h3{
  margin-bottom: 35px;
}
.most_heading ul{
  list-style-type: none;
  padding-left: 0px;
  
}
.most_heading ul li{
  
  display: flex;
  justify-content: space-between;
  
  
}
.heading_title{
  margin-bottom: 6px;
   padding: 5px 7px;
   transition: all 3 ease;
 
}
.heading_title:hover{
  background: #0f1c381a;
  border-radius: 8px;
 transition: all 0.5s ease;
  

}
.heading_title i{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heading_title h5{
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 0px;
}
.card{
  margin-bottom: 20px;
}
.hero_2nd_section .heading h4{
  font-size: 30px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 700;
  
}
.card-title{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.card-text{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.card-body{
  min-height: 184px;
}
.article-number{
  font-weight: 600;
  color: #817d7d;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.social-icon{
  display: flex;
  
}
.social-icon i{
  padding-right: 30px;
  color: #c5c4c4;
  font-weight: 700;
}
.footer_block{
  display: flex;
  justify-content: space-between;
}



/* cypto-2 site start css */
.support_section{
  border: 1px solid #cdcece;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #f5f8ff;
}
.support_section p{
  margin-bottom: 0px;
  line-height: 32px;
  color: #113355;
}
.support_section h5{
  color: #0a0b0d;
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 20px;
}
.content_section img{
    width: 70px;
    border-radius: 60px;
    
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);

}
.content_section{
  border: 1px solid #cdcece;
  padding: 20px 16px;
  text-align: center;
  border-radius: 6px;
  margin-top: 15px;
  height: 229px;

}
.content_section h5{
  font-size: 14px;
  margin-top: 30px;
  font-weight: 600;
  color: #113355;
}
.content_section p{
  color:#708599;
  font-size: 14px;
  font-weight: 400;
}
.card-img-top{
  width: 70px !important;
}
.card_body{
  display: flex !important;
  justify-content: space-between;
}
.right_card{
  border: 1px solid #cdcece;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 42px;
  
}

.btn{
  width: 100%;
  
}
.btn span{
  color: #ffffff;
}

.card_body h5{
  margin-bottom: 0px;
  font-size: 20px;
}
.right_card p{
  margin-top: 5px;
}
.right_card a{
  font-size: 14px;
  font-weight: 600;
    
}
.product_heading p{
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 700;
}
.box_heading{
  display: flex;
 
}
.box_heading i{
  font-size: 27px;
  color: #0000ff;
}
.content_text{
  margin-left: 55px;
}
.terms_ul{
    list-style-type: none;
    font-size: 17px;
    gap: 30px;
    display: flex
;
}
.terms_ul a{
    color: #708599;
}