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

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

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

:root {
  --credensafe-black: #093649;
  --credensafe-blue: #078e92;
  --credensafe-pink: #146ef5;
  --credensafe-white: #ffffff;
  --credensafe-off-white: #eef1e8;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  /* background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/Password-Manager-backg-scaled.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; */
}
/* .credensafe-wrap {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-data {
  color: #555;
} */

img,
img a {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: ease-in 0.5s;
}

button:focus,
button:hover {
  outline: 0px;
  border: 0px;
}

a:focus {
  outline: 0px;
  border: 0px;
}

a:hover {
  color: var(--primary-color);
}

p {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

ul,
ul li {
  list-style: none;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--credensafe-black);
}

p {
  font-size: 1rem;
  line-height: 26px;
  color: var(--credensafe-black);
  font-weight: 400;
}
h2.section-title-left-b {
  color: #06162f;
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 25px;
}
h2.section-title-left-w {
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 25px;
}
h2.section-title-center-b {
  color: #06162f;
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 25px;
}
h2.section-title-center-w {
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 25px;
}
.site_header {
  width: 100%;
  padding: 15px 0;
  z-index: 5;
  transition: all 0.3s ease-out;
  height: 90px;
}

.site_header.fixedHeader {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  background: var(--credensafe-white);
  height: 80px;
  padding-top: 15px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}

.head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site_logo img {
  width: 100%;
  transition: all 0.3s ease-out;
}
header.site_header.fixedHeader .site_logo img {
  width: 90%;
}

.mid-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main_menunav ul {
  margin: 5px 0px;
  flex-direction: row;
}

.main_menunav ul li {
  display: inline-block;
}
.modal-footer .btn {
    border: none;
}
.main_menunav ul li.current_page_item a {
  color: var(--credensafe-pink);
}

.main_menunav ul li a,
nav.auth-links a {
  font-size: 16px;
  color: var(--credensafe-black);
  font-weight: 500;
  margin: 0px 5px;
  display: inline-block;
  padding: 8px 10px;
  transition: ease-in 0.5s;
}

.main_menunav ul li a:hover,
.main_menunav ul li a.active,
nav.auth-links a:hover,
nav.auth-links a:active {
  color: var(--credensafe-pink);
}

button.btn-close {
  border: none;
  background: transparent;
}

.modal-header {
  justify-content: end;
}
h2.section-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 45px;
  text-align: center;
}

.section-title-l {
  color: #06162f;
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.home-about-info a, section.cta-section h2 a {
    color: #fff;
    text-decoration: underline;
}
.home-about-info a:hover, section.cta-section h2 a:hover {
    color: #fff;
    text-decoration: none;
}
/* Home page Banner Start*/
section.hero-section {
  background: url(https://credensafe.com/wp-content/uploads/2025/06/Password-Manager-backg-scaled-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: -110px;
  padding-top: 110px;
  background-position: bottom;
}

.hero-inner {
  display: flex;
  align-items: center;
  padding: 80px 0;
  justify-content: space-between;
}

.hero-inner-l {
  flex: 0 0 50%;
}

.hero-inner-l h1 {
  color: #06162f;
  font-family: "Red Hat Display", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
}
.hero-inner-l h1 b {
    color: #146ef5;
}
.hero-inner-l p {
  color: #505255;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 580px;
}

.hero-inner-r {
  display: flex;
  background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/circle3.png);
  background-size: contain;
  align-items: center;
  justify-content: center;
  flex: 0 0 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-inner-r img {
  width: 80%;
}

/* Home page Banner End*/
/* Blog Listing page Start*/

.post-thumb img {
  width: 100%;
  margin-bottom: 20px;
}
.post-title h3 {
  font-size: 22px;
  line-height: 30px;
}
.post-title h3 a {
  color: var(--credensafe-black);
}
.readmore-btn {
  margin-bottom: 28px;
  margin-top: 10px;
}
/* Blog Listing page End*/
/* Blog Details Page Start */
section.page-hero-sec {
  background: url(../images/bg.png);
  padding: 130px 0 80px;
  margin-top: -110px;
}

section.page-hero-sec .breadcrumb {
  background: transparent;
  padding-bottom: 0;
}
section.bolg-listing{
  /* background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/Password-Manager-backg-scaled.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 80px;
}

.el-inner-page {
  background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/Password-Manager-backg-scaled.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 80px;
}
section.el-inner-page h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
}
h2.section-subtitle {
  color: #06162f;
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 40px;
}
.el-inner-page .featured-img-details img {
  border-radius: 15px;
  margin-bottom: 20px;
}

/* Blog Details Page End */

/* Homepage Body Section Start*/
section.home-about-sec, .inno-sol-sec {
  background: #06162f;
  padding: 70px 25px;
  margin: 0 35px;
  border-radius: 20px;
}
/* .home-about-sec .cta-btn a:hover {
  background-color: transparent;
  color: #007bff;
} */
.home-about-wrap, .inno-sol-sec-inner {
  display: flex;
}
.home-about-wrap h2.section-title-left-w{
  flex: 0 0 25%;
  width: 25%;
}
.inno-sol-sec-inner h2.section-title-left-w{
  flex: 0 0 35%;
  width: 35%;
}
.home-about-info p, .inno-sol-info p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.why-each-block {
  box-shadow: 1.2px 1.2px 12px 2px #06162f0a;
  border-radius: 12px;
  padding: 25px 25px;
}
.cta-btn {
  margin-top: 40px;
}
.cta-btn a {
  border-radius: 40px;
/*   padding: 15px 30px; */
  background: #136ef5;
  font-size: 18px;
  color: #fff;
  border: 1px solid #007bff;
text-decoration: none;
}
section.inno-sol-sec {
    margin-bottom: 80px;
}
.btm-three-sec {
    display: flex;
    padding: 60px 0 0;
}
.btm-three-wrap {
    padding-right: 40px;
    padding-left: 40px;
}
.btm-three-wrap:last-child {
    padding-right: 0;
}
.btm-three-wrap:first-child {
    padding-left: 0;
}

.border-rt{
	border-right: 1px solid #384559;
}
.btm-three-wrap h3{
	font-size:24px;
	color:#fff;
	font-family: "Red Hat Display", sans-serif;
	font-weight:500;
	margin-bottom:20px;
}
.btm-three-wrap p{
	font-size:16px;
	color:#fff;
}
section.us-section h3 {
  color: #505255;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}
section.us-section {
  /* background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/Middle-section-bg.png); */
  padding: 80px 0 0;
}
section.us-section .why-sec h2.section-title {
  max-width: 485px;
  margin: 0 auto;
}
.why-block {
  display: flex;
  margin: 60px auto 65px;
  gap: 40px;
}

.why-each-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.why-block .why-each-block img {
  width: 55px;
}

.why-block .why-each-block h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.why-block .why-each-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 320px;
}
section.utp-section {
  padding: 0 0 10px;
}

.step-sec {
  display: flex;
}
.step-sec h2.section-title {
  flex: 0 0 35%;
  width: 35%;
  text-align: left;
}

.custom-auth-wrapper {
  max-width: 420px;
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.custom-auth-wrapper h2 {
  text-align: center;
  margin-bottom: 25px;
}
.auth-form p {
  margin-bottom: 15px;
}
.auth-form input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.auth-form button {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 6px;
  background: #007bff;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.auth-errors p {
  background: #ffe9e9;
  color: #b60000;
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.switch-link {
  text-align: center;
  margin-top: 15px;
}
.process-sec {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}

.process-block {
  width: 50%;
}
.process-block h3 {
  max-width: 440px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: normal;
	color: #505255;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
}

/* .process-each-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 20px;
} */
.step-each-block img {
  width: 45px;
}
.step-each-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.process-sec .process-each-block h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
.process-sec .process-each-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/* .process-info {
	text-align: center;
} */
.each-block-wrap {
  width: 33.33%;
}
.each-block-wrap > img {
  width: 55px;
  height: 55px;
}

.about-page-inner {
  margin: 0 0 80px;
}

section.testi-slider-section {
  padding: 80px 0;
}

.testi-slider-wrap {
  display: flex;
}

.testi-slider-wrap .section-title-l {
  flex: 0 0 35%;
  width: 35%;
}
.testi-slider-wrap .testi-slider {
  flex: 0 0 65%;
  width: 65%;
}

.testi-slider-wrap .testi-slider p {
  color: #06162f;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
}

.testi-slider-wrap .testi-slider span {
  color: #505255;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
div#testi-slider .item {
  border-left: 2px solid var(--credensafe-pink);
  padding-left: 50px;
}
div#testi-slider .item {
  background-image: url("../images/quote2.png");
  background-repeat: no-repeat;
  background-position: 30px top;
  padding-top: 10px;
}
.bolg-listing .post-thumb img {
  border-radius: 25px;
}
/* Homepage Body Section End*/
@media (min-width:1200px){
section.credensafe-wrap , .no-data-found{
  margin: 60px 25px 80px;
  min-height: calc(100vh - 550px);
}
}
.pswbox_wrap {
  margin-bottom: 40px;
}
.card-body {
    padding: 0;
}
h4.card_info_text {
    font-size: 20px;
}
.card.loop-grids.pswbox {
    box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
    padding: 15px;
    border-radius: 20px;
    border: none;
}

.card.loop-grids.pswbox img.logo-img {
  width: 250px;
  height: 83px;
  object-fit: cover;
}
.hide-pwd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.hide-pwd p.card-text {
  margin: 0;
	word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hide-pwd p.card-text.password_text {
  -webkit-text-security: disc;
  margin: 0;
}

.hide-pwd img {
  width: 18px;
}

.hide-pwd:hover a.hide-icons {
  opacity: 1;
}

a.hide-icons {
  background: transparent;
  opacity: 0;
}

.acf-field input {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 42px;
}
.acf-field input:focus {
  background-color: #fff;
  border-color: #f1f1f1;
  outline: 0;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}

.acf-icon {
  transform: translateY(7px);
}
.btn-blog {
  
	color: var(--credensafe-black);
  text-decoration: none;
}
.btn-blog:hover {
  color: var(--credensafe-pink);
  text-decoration: none;
}
.btn-blog svg path {
  fill: var(--credensafe-black);
}
.btn-blog:hover svg path {
  fill: var(--credensafe-pink);
}
section.cta-section {
  padding: 80px 0;
  /* background: #90c6e1; */
}
.testi-slider-section .owl-nav {
  display: flex;
  justify-content: flex-end;
}
.testi-slider-section .owl-nav button {
  background-color: transparent !important;
}
.testi-slider-section .owl-nav button:hover {
  opacity: 0.7;
}
.cta-section-wrap {
  background-color: #06162f;
  position: relative;
  background-image: url(../images/shape.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 35px;
  border-radius: 20px;
}
.cta-section-wrap:before {
  content: "";
  background-image: url(../images/shape2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cta-section-wrap h2,
.cta-section-wrap p {
  color: white;
}
.cta-inner {
  display: flex;
}
.cta-inner h2.section-title-l {
  flex: 0 0 35%;
  width: 35%;
}
/* .cta-inner p.lead{
	 width: 50%;
} */

/* My Password Page End */

/* About Page Start*/
section.om-section {
  background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/Password-Manager-backg-scaled.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: bottom;
  padding: 100px 0;
}
.about-section {
  padding-bottom: 80px;
}
.om-sec-wrap {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.om-sec-inner {
  flex: 0 0 45%;
}
.about-page-inner-2 {
  display: flex;
  gap: 80px;
  margin: 0 0 80px;
  align-items: center;
}
.about-page-inner-2l {
  width: 50%;
}
.about-details-page {
  padding: 80px 0 0;
  /* background: url(https://credensafe.elvirainfotech.website/wp-content/uploads/2025/05/Password-Manager-backg-scaled.png); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: bottom; */
}
.about-page-inner-2 img {
  width: 55%;
}


.why-choose-sec {
    background: #06162f;
    padding: 70px 25px;
    margin: 0 35px;
    border-radius: 20px;
    margin-bottom: 80px;
}
.why-choose-wrap {
  display: flex;
}
.why-choose-l {
    width: 45%;
    flex: 0 0 45%;
}
.why-choose-l img {
    width: 80%;
	padding-top: 20px;
}

ul.why-choose-list li{
	color:#fff;
	margin-bottom:20px;
}











.footer-section{position: relative;}
.cta-section-wrap .container, .footer-section .container{position: relative;z-index: 2;}
.footer-section{
  background-image: url(../images/shape3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.footer-section:after {
  content: "";
  background-image: url(../images/shape4.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.footer-top {
  margin-bottom: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* About Page End*/
/** pricing page***/

.footer-menu h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 400;
}

.footer-menu ul li {
  margin-bottom: 15px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
footer.footer-section {
  background-color: #06162f;
  padding: 80px 0px 25px 0;
}
footer.footer-section * {
  color: white;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-copyright p,
.footer-social p {
  margin: 0;
  color: #fff;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-social ul li a {
  color: #146ef5;
}

.footer-link ul {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.footer-link ul li a {
  color: #fff;
}

.footer-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.footer-social ul li:hover svg path {
  fill: var(--credensafe-pink);
  transition: fill 0.3s;
}
.process-sec .steps {
  font-size: 18px;
  font-weight: 600;
}
.process-sec .steps.step1 {
  color: #d4e5ff;
}
.process-sec .steps.step2 {
  color: #ffe6b3;
}
.process-sec .steps.step3 {
  color: #b5dedf;
}
.process-right-block {
  position: relative;
}
.process-right-block:after {
  content: "";
  width: 2px;
  height: calc(100% - 102px);
  left: 17px;
  top: 35px;
  border: 1px dashed var(--credensafe-pink);
  position: absolute;
  z-index: -1;
}
.process-right-block .process-each-block {
  padding-left: 60px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: left 32px;
}
.plans {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.plan{
  width: 33.33%;
}
.plan .plan-inner{
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E4EDFA;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
 
  transition: transform 0.3s ease;min-height: 553px;
}

.plan .plan-inner:hover {
  transform: translateY(-5px);
}

.plan .plan-inner h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111;
}

.plan p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
  min-height: 40px;
}

.price {
  font-size: 2rem;
  font-weight: bold;
  color: #0d1b3f;
  margin-bottom: 1.5rem;
}

.plan ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 2rem;
}

.plan ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.75rem;
  color: #333;
}

.plans .btn:hover{
color: #136EF5;
background-color: transparent;
}
.plan ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top:-5px;
  color: #136EF5;
  font-weight: bold;
  width: 30px;
  height: 30px;
  background-image: url(../images/tick.png);
  background-size: contain;
 
}
.plans .features{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E4EDFA;
}
.plans .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #136EF5;;
  color: #fff;
  text-decoration: none;
 border: 1px solid #136EF5;
  font-weight: 500;
  width: 100%;border-radius: 40px;
  transition: background 0.3s ease;
}
.card.loop-grids.pswbox:hover .edit-sc-wrap{
	opacity:1;
}
.edit-sc-wrap{
	position: absolute;
    right: 0;
    background: transparent;
    border: none;
    top: 0;
    background-color: white;
    opacity: 0;
    overflow: hidden;
    align-items: center;
    z-index: 5;
    transition: all 0.5s;
    padding: 10px;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plan_add_text{
  font-size: 12px;color: white;text-transform: uppercase;
  width: fit-content;
  max-width: 60%;
  background-color: #136EF5;
  padding: 5px 10px;
  margin-left: auto;margin-right: auto;
  border-radius: 5px 5px 0px 0px;
}
.edit-sc-wrap button{border: none;background-color: transparent;}
/* .view-note{
  margin-right: 10px;
} */
.edit-toggle:hover, .view-note:hover{
  opacity: 0.7;
}
.plan-inner .price .subscription-details{
  font-size: 16px;font-weight: 400;
}
.plans .highlight p, .plans .highlight ul,.plans .highlight{color: white;}
.plans .highlight .price{
  color: white;
}
.plans .highlight {
  margin-top:-30px;
}
.plans .highlight .plan-inner{
  background-color: #06162F;
  color: #fff;border: 1px solid #06162F;

}

.plans .highlight h3,
.plans.highlight .price,
.plans .highlight ul li {
  color: #fff;
}

/* Accordion overall layout */
.custom-faq .accordion-item {
  background: transparent;
  border-bottom: 1px solid #E4EDFA;
  border-radius: 0;

}
.faq-sec h2{
  color: #06162F;
}
.custom-faq .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #06162F;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-faq .accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: transparent;
}

.custom-faq .accordion-button::after {
  display: none !important; /* Hide default Bootstrap arrow */
}

.custom-faq .toggle-icon {
  font-size: 1.5rem;
  color: #06162F;
  transition: transform 0.3s ease;
}
.custom-faq .accordion-body{
  padding-left:0;padding-right:0;padding-top:0
}



@media (max-width: 1200px) {
  .site_header {
    padding: 15px 0px;
  }

  .btnToggle {
    position: absolute;
    right: 15px;
  }

  .btnToggle {
    height: 32px;
    width: 36px;
    top: 20px;
    cursor: pointer;
    position: absolute;
  }

  .btnToggle span,
  .btnToggle span::before,
  .btnToggle span::after {
    background: var(--credensafe-black);
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    margin-top: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
  }

  .btnToggle span::before {
    margin-top: -10px;
  }

  .btnToggle span::after {
    margin-top: 10px;
  }

  .btnToggle.active span {
    background: transparent;
  }

  .btnToggle.active span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btnToggle.active span::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .btnToggle.active {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;
  }

  .btnClose {
    color: var(--credensafe-black);
  }

  .mobile_menu_wrap {
    position: fixed;
    width: 100%;
    height: 0px;
    overflow: hidden;
    left: 0px;
    top: 60px;
    background: var(--credensafe-white);
    padding: 0px 30px;
    transition: height linear 0.4s;
  }

  .mobile_menu_wrap.dropNav {
    height: 45%;
    z-index: 999;
  }

  .main_menunav {
    width: 100%;
  }

  .main_menunav ul li {
    display: block;
    text-align: center;
    margin: 10px 0px;
  }
}

@media (min-width: 1201px) {
  .btnToggle {
    display: none;
  }

  .btnClose {
    display: none;
  }
}

@media (max-width: 600px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1300px) {
}

@media (min-width: 1300px) and (max-width: 1600px) {
}
@media (max-width: 1600px) {
  .site_logo img {
    width: 85%;
  }
  header.site_header.fixedHeader .site_logo img {
    width: 80%;
  }
  .why-block .why-each-block img {
    width: 45px;
  }
  .hero-inner-l h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .hero-inner-r dotlottie-player {
    width: 300px !important;
    height: 300px !important;
  }
  .hero-inner {
    padding: 60px 0;
  }
  .section-title-l,
  h2.section-title {
    font-size: 36px;
    line-height: 45px;
  }
  .why-block .why-each-block h3,
  .process-sec .process-each-block h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .testi-slider-wrap .testi-slider p {
    font-size: 20px;
    line-height: 28px;
  }
/*   section.testi-slider-section {
    padding: 0 0 80px;
  } */
}

@media (min-width: 1601px) {
  .container-fluid {
    padding: 0px 40px;
  }

  .container {
    max-width: 1600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-inner-l h1 {
    font-size: 36px;
  }
  .why-each-block {
    gap: 15px;
  }
  .why-block .why-each-block img {
    width: 40px;
  }
  .why-block .why-each-block h3,
  .process-sec .process-each-block h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
  .why-block .why-each-block p {
    font-size: 14px;
    line-height: 20px;
  }
  .section-title-l,
  h2.section-title {
    font-size: 30px;
    line-height: 34px;
  }
  section.us-section h2.section-title {
    max-width: 445px;
  }
  section.us-section {
    padding: 60px 0 0;
  }
  .why-block {
    gap: 30px;
    justify-content: center;
  }

  .process-each-block {
    gap: 10px;
  }
  .hero-inner {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .site_header {
    padding: 15px 0px;
    height: auto;
  }

  .site_header.fixedHeader {
    height: auto;
  }
  .site_logo img {
    width: 100%;
  }
  .hero-inner {
    padding: 10px 0 60px;
  }
  .hero-inner-l h1 {
    font-size: 35px;
  }
  .banner-info {
    position: relative;
    right: 0;
    bottom: 0;
  }

  header.site_header.fixedHeader .site_logo img {
    width: 100%;
  }

  .hero-inner {
    gap: 5px;
    flex-direction: column;
    padding: 20px 0 0px;
  }

  .hero-inner-l h1 {
    font-size: 34px;
    line-height: normal;
  }

  section.us-section {
    padding: 150px 0 2px;
    margin-top: -115px;
  }

  .why-block {
    margin: 40px auto;
    gap: 40px;

    flex-direction: column;
  }

  section.utp-section {
    padding: 40px 0 1px;
  }

  .each-block-wrap {
    width: 100%;
  }

  section.testi-slider-section {
    padding: 40px 0;
  }

  .testi-slider-wrap {
    flex-direction: column;
  }

  .testi-slider-wrap .section-title-l,
  .testi-slider-wrap .testi-slider {
    flex: 0 0 100%;
    width: 100%;
  }

  .testi-slider-wrap .testi-slider p {
    font-size: 22px;
    line-height: 32px;
  }

  .testi-slider-wrap .testi-slider span {
    font-size: 18px;
    line-height: 24px;
  }

  .why-each-block,
  .process-each-block {
    gap: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .process-sec {
    flex-direction: column;
    margin-bottom: 0;
  }

  .head-wrap {
    gap: 5px;
  }

  .left-head {
    width: 45%;
  }

  .mid-head {
    gap: 10px;
    width: 40%;
  }

  .right-head {
    width: 15%;
  }

  .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
section.page-hero-sec {
    padding: 120px 0 50px;
    margin-top: -95px;
}
  section.credensafe-wrap {
    margin: 40px 0;
  }

  .card.loop-grids.pswbox {
    padding: 20px 10px;
  }

  .card.loop-grids.pswbox img.logo-img {
    margin: 0 ;
	  width: 180px;
    height: 60px;
  }
h4.card_info_text {
    font-size: 18px;
}
	.hide-pwd {
    margin-top: 5px
}
	.card-body {
    padding: 0 15px;
}
	.hide-pwd p.card-text
 {
    margin: 0;
    font-size: 15px;
}
  .hero-inner-r dotlottie-player {
    width: 250px !important;
    height: 250px !important;
  }

  .main_menunav ul {
    flex-direction: column;
  }

  .section-title-l,
  h2.section-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
  }
.about-page-inner {
    margin: 0 0 20px;
}
  .why-block .why-each-block h3,
  .process-sec .process-each-block h3 {
    font-size: 24px;
    line-height: 32px;
  }

  section.home-about-sec {
    padding: 50px 15px;
    margin: 0 15px;
  }
  .home-about-wrap {
    flex-direction: column;
  }
  .home-about-wrap h2.section-title-left-w {
    flex: 0 0 100%;
    width: 100%;
  }
  .cta-btn a {
    padding: 10px 25px;
    font-size: 16px;
  }
  h2.section-title-left-w,
  h2.section-title-left-b {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .process-block {
    width: 100%;
  }
  .process-right-block:after {
    height: calc(87% - 95px);
  }
  .readmore-btn1 {
    margin-bottom: 20px;
  }
  .cta-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.bolg-listing,
  .el-inner-page {
    padding: 0 0 40px;
  }
  footer.footer-section {
    padding: 40px 0px 25px 0;
  }
  .footer-top {
    padding-bottom: 20px;
  }
  section.cta-section.cta-section-wrap h2.section-title-l {
    font-size: 24px;
    line-height: normal;
  }
  section.cta-section.cta-section-wrap {
    padding: 40px 0;
  }
	.about-page-inner-2 {
    flex-direction: column;
   gap: 20px;
    margin: 0 0 40px;
}
.about-page-inner-2l {
    width: 100%;
}	
.about-page-inner-2 img {
    width: 100%;
}	
.our-m-v-section {
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
}	
h2.section-subtitle {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
}	
.about-details-page {
    padding: 40px 0 0;
}	
section.about-section.why-choose-sec {
    padding: 0 0 40px;
}	
.why-choose-wrap {
    flex-direction: column;
}	
h2.why-choose-inner {
    flex: 0 0 100%;
    width: 100%;
	margin-bottom:15px;
}	
.plans {
    flex-direction: column;
}	
.plan {
    width: 100%;
	margin-bottom:25px;
}	
section.faq-sec {
    margin-top: 0 !important;
}	

	
}

.process-block h2.section-title-left-b {
  max-width: 400px;
}



