body {
    font-family: "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji !important"
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: none !important
}


.registration-custom label {
    font-size: 14px !important
}

.bg-light {
    background-color: #fff !important
}

.container {
    max-width: 1600px !important
}
.container-footer {

    max-width: 75% !important;
    width: 100% !important;
}

.font-white {
    color: #fff
}
.f-8 {
    font-size: 8px
}
.f-10 {
    font-size: 10px;
}
.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}
.f-15 {
    font-size: 15px
}
.f-16 {
    font-size: 16px
}

.f-17 {
    font-size: 17px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}
.f-22 {
    font-size: 22px
}
.f-24 {
    font-size: 24px
}
.f-25 {
    font-size: 25px
}
.f-28 {
    font-size: 28px
}
.f-30 {
    font-size: 30px
}
.f-32 {
    font-size: 32px
}
.f-36 {
    font-size: 36px
}
.f-40 {
    font-size: 40px
}
.f-44 {
    font-size: 44px
}
.f-50 {
    font-size: 50px
}
.f-60 {
    font-size: 60px
}

.m0 {
    margin: 0 !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.mb-8 {
    margin-bottom: 8px !important
}
.pad-0 {
    padding: 0 !important
}
.pad-20 {
    padding: 20px !important
}
.pad-right-20 {
    padding-right: 20px
}

.pl50 {
    padding-left: 50px
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px
}
.font-weight-200 {
    font-weight: 200 !important;
}
.font-weight-bold {
    font-weight: 700 !important
}
.font-weight-500 {
    font-weight: 500 !important;
}
.me-3 {
    margin-right: 1rem !important
}
.lh1 {
    line-height: 1;
}


/**

.icon-bg {
    display: inline-block;
    width: 41px;
    height: 40px;
    border-radius: 100%;
    padding: 2px 7px;
    margin-right: 5px;
    background-color: #ef4444
}
.logofont,.logofont:hover {
    text-decoration: none!important
}

.logofont {
    font-size: 20px
}

.logofont:hover {
    color: #fff!important
}
.icon-cust svg {
    color: #4f46e5 !important
}
*/
.main-logo {
    width: 140px;
}
.header-gradient {
    background-image: linear-gradient(to right, #312e81, #581c87);
    padding: .1%
}

.banner-gradient {
    background-image: linear-gradient(to bottom right, #312e81, #581c87, #3730a3);
    padding: 80px 0
}

.footer-gradient {
    background-image: linear-gradient(to bottom right, #581c87, #312e81)
}
.header-carousel img {
    height: 500px;
    max-height: 500px;
    width: 700px;
    max-width: 700px
}
.nav-item {
    padding: 0 10px;
    list-style: none;
}

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

.nav-link:hover {
    color: #ef4444 !important
}

.pad-right-10 {
    padding-right: 10px !important
}
.get-start-btn {
    background-image: linear-gradient(to right, #22c55e, #059669) !important;
    color: #fff !important;
    padding: 9px 39px !important;
    text-decoration: none !important;
    border-radius: 10px;
    margin: 15px 0;
    display: inline-block;
    /*font-weight: 500 !important;*/
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important
}

.get-start-btn:hover {
    background-image: linear-gradient(to right, #059669, #22c55e) !important;
    text-decoration: none !important
}
.get-start-btn .start-here {
    display: inline-flex;
    align-items: center; /* vertical centering */
    line-height: 1; /* removes extra line gap */
    gap: 6px; /* spacing between text & icon */
    margin-left: 10px;
    font-size: 20px
}

.get-start-btn .start-here i {
    font-size: 1.1em; /* make icon closer in height to text */
    line-height: 1; /* keeps it centered properly */
    display: flex;
    align-items: center;
}
.login-btn-custom-navbar {
    border: 1px solid #fff !important;
    border-radius: 6px !important;
    padding: 7px 15px !important;
    margin-right: 0 !important;
    font-weight: 500 !important;
    font-size: 14px !important
}
.navbar .login-btn-custom-navbar:hover {
    background-color: #fff !important;
    color: #000 !important
}
.title-text {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1;
}
.reg-title {
    font-size: 17px;
    color: #ece7eb
}
.gradient_text, .gradient_text_blog {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #facc15, #f97316)
}
.gradient_text_blog {
    font-size: 36px;
    font-weight: 700;
    background-image: linear-gradient(to right, #4f46e5, #9333ea)
}

.off-title {
    color: #ddd;
    /*font-weight: 500*/
}
.carouselr{
    max-width: 700px;
    float: right;
    margin-top: 0;
}
.carousel-indicators {
    position: absolute !important;
    bottom: -30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important
}
.owl-carousel .owl-item {
    padding: 12px
}

.carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, .4) !important;
    border: 0 !important;
    transition: all .3s ease !important;
    padding: 0 !important
}

.carousel-indicators .active {
    width: 24px !important;
    height: 8px !important;
    border-radius: 10px !important;
    background-color: #fff !important
}
.carousel-caption {
    right: 70% !important;
    left: 3% !important;
    bottom: -20px !important;
    width: 250px !important;
}
.image-overlay-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.border-radius-in-img {
    border-radius: 15px !important;
    overflow: hidden !important
}
.image-overlay-wrapper img {
    width: 100%;
    display: block;
}

.image-overlay-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* adjust darkness */
}
.register-div{
    width:800px;
    max-width:800px!important;
    box-shadow: 0px 10px 30px #b9b3b3;
    border-radius: 15px;
}

.wave-area {
    position: relative;
    text-align: center
}

.wave-area svg {
    position: absolute;
    width: 700px;
    color: #fff;
    opacity: .1;
    left: 50%;
    margin: 0 auto 0 -340px;
    top: -100px
}

/** Share Section
.share-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    font-size: 20px
}
.share-icons a {
    color: #444;
    transition: .3s
}

.share-icons a:hover {
    transform: scale(1.2)
}

.share-icons .fa-whatsapp {
    color: #25d366
}

.share-icons .fa-facebook-messenger {
    color: #0084ff
}

.share-icons .fa-envelope {
    color: #ea4335
}

.share-icons .fa-telegram-plane {
    color: #08c
}
*/
.card-body i {
    background-color: #d1fae5;
    color: #059669;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 18px;
    font-size: 25px
}
.card-title {
    font-size: 18px
}

.card-text {
    color: #4b5563
}
.shadow-sm-m {
    border: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}
.shadow-sm-m:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2)
}

.read-more {
    color: #4f46e5;
    text-decoration: none;
    /*font-size: 13px*/
}

.read-more:hover {
    color: #ef4444 !important
}


.videopartcarosel .carousel-indicators {
    bottom: -70px !important
}

.videopartcarosel .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background-color: #4f46e5 !important
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important
}

.review-gradient {
    background-image: linear-gradient(to bottom right, #eef2ff, #faf5ff)
}


.review-text {
    color: #4f5765;
    font-style: italic;
    font-size: 16px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: pre-line
}

.review-name {
    color: #000;
    font-size: 16px;
    font-weight: 500
}


.card img {
    width: 60px !important;
    height: 60px !important
}

.faphone-bg, .video-navigation-icon {
    border-radius: 100%;
    box-sizing: border-box
}

.video-navigation-icon {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    padding: 8px 16px
}

.faphone-bg {
    background-image: linear-gradient(to right, #22c55e, #059669);
    color: #fff;
    padding: 22px;
    text-decoration: none;
    margin: 15px 0;
    display: inline-block;
    font-weight: 500;
    width: 70px;
    height: 70px
}

.ftsection {
    text-align: center;
    padding: 70px 0;
    color: #fff
}

.ftsection h3 {
    color: #34d399;
    margin: 20px 0;
    font-size: 22px
}

.ftsection p.avail {
    margin: 20px 0;
    color: #fff9;
    font-size: 12px
}

.footer-bg {
    background-color: #111827
}
.footer-bg h5 {
    font-size: 18px
}
.footer-bottom {
    border-top: 1px solid #1f2937;
    padding: 30px 0
}
.footer-bg a {
    color: #9ca3af !important
}

.footer-logo {
    width: 160px
}
.footer-column {
    text-align: center;
}
.footer-column-contents {
    text-align: left;
    margin-bottom: 5px;
}

.foot-bottom-m {
    float: right
}

.foot-bottom-m p {
    text-align: right !important
}

.foot-bottom-m p a {
    text-decoration: none;
    text-align: right
}


.about_us_footer_section {
    text-align: center;
    padding: 5% 0;
    color: #fff
}

.about_us_footer_section h2, .ftsection h2 {
    font-weight: 700;
    font-size: 36px;
    margin: 20px 0
}

.about_us_footer_section p, .ftsection p {
    color: #fffc;
    margin: 20px 0
}
.play-btn {
    z-index: 2;
    transition: opacity .3s ease
}

.play-btn.hide {
    opacity: 0;
    pointer-events: none
}

video:focus {
    outline: 0
}

.logtitle {
    color: #121212;
    font-size: 16px
}

.bg-black {
    background-color: #000
}

.msgbox {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 15px;
    padding: 12px;
    border-radius: 7px
}

.progress {
    background: rgba(255, 255, 255, .25)
}

.progress, .progress-bar {
    height: 14px
}

.logheadtitle {
    font-size: 20px
}

.login-header-pad {
    padding: 20px 30px 1px !important
}

.steparea {
    margin-bottom: 5px
}

.stepcreat, .stepcss {
    width: 49%;
    display: inline-block
}

.stepcreat {
    width: 50%;
    text-align: right
}

.prot-gradient {
    background-image: linear-gradient(to bottom right, #eef2ff, #faf5ff);
    border-radius: 15px !important
}

.text-left-r {
    text-align: left !important
}

.pt0 {
    padding-top: 0 !important
}

.text-gray {
    color: #656262
}

.text-black {
    color: #000
}

.pricing-btn {
    background-image: none;
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid #858585;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    display: inline-block
}

.pricing-btn:hover {
    background-image: none !important;
    background-color: rgba(255, 255, 255, .25);
    text-decoration: none !important;
    color: #fff !important
}

.fw-bold-500 {
    font-weight: 500 !important
}

.f40 {
    font-size: 40px
}

.pad15-5 {
    padding: 15px 5px
}

.card-body-price {
    padding: 15px
}

.bg1 {
    background-color: #4b5563 !important
}

.bg2 {
    background-color: #f97316 !important
}

.bg3 {
    background-color: #9333ea !important
}

.bg4 {
    background-color: #2563eb !important
}

.bg5 {
    background-color: #1f2937 !important
}

.frate {
    font-size: 14px;
    color: #818181 !important
}

a.bghover:hover {
    background-color: #3d4352 !important
}

.green-i {
    color: #25c661 !important
}

.m0 {
    margin: 0 !important
}

.mt50 {
    margin-top: 50px
}

.legal-disc {
    background-color: #f3f4f6;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 20px
}

.cgray {
    color: #989898 !important
}

.tal {
    text-align: left
}

.certificate_r h1, .subtitle {
    font-size: 28px;
    text-align: center
}

.subtitle {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500
}

.description {
    text-align: center;
    font-size: 15px;
    color: #444;
    margin-top: 16px;
    line-height: 1.5
}

.certificate-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
    padding: 30px
}

.certificate-card {
    background: #fefeff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.badge, .cert-button {
    font-size: 13px;
    font-weight: 700
}

.badge {
    display: inline-block;
    background: #e8f0fc;
    color: #003c74;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px
}

.cert-button {
    background-color: #1a1a1a;
    color: #fff;
    padding: 8px 16px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 15px
}

.certificate_r h2 {
    margin: 10px 0;
    font-size: 20px
}

.hash-box {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 6px 10px;
    border-radius: 5px;
    font-family: monospace;
    font-size: 13px;
    width: 80%;
    margin: 0 auto
}

.copy-icon {
    margin-left: auto;
    cursor: pointer
}

.hash-desc {
    font-size: 12px;
    color: #666;
    margin-top: 6px
}

.info-list {
    flex: 1;
    min-width: 280px;
    margin-top: 150px
}

.info-list > div, .protect-section .card p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5
}

.protect-section .form-card button, .sample-button {
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer
}

.sample-button {
    background-color: #1a1a1a;
    padding: 12px 20px;
    margin-top: 20px
}

.dualbg {
    background-color: #344256;
    padding: 3px 10px 5px;
    font-weight: 400
}

.protect-section.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.protect-section .card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    flex: 1 1 300px;
    min-width: 280px;
    max-width: 33%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.protect-section .card .icon {
    font-size: 24px;
    display: inline-block;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 16px;
    width: 50px;
    float: left
}

.protect-section .purple-bg {
    background-color: #f3e8ff;
    color: #9333ea
}

.protect-section .green-bg {
    background-color: #ecfdf5;
    color: #10b981
}

.protect-section .blue-bg {
    background-color: #eff6ff;
    color: #3b82f6
}

.protect-section .card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    float: left
}

.protect-section .card p {
    color: #374151;
    margin-bottom: 12px
}

.protect-section .form-card input, .protect-section .form-card textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px
}

.protect-section .form-card .row {
    display: flex;
    gap: 10px
}

.container-protect-full .contact-form .form-row input, .protect-section .form-card .row input {
    flex: 1
}

.protect-section .form-card button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to right, #a78bfa, #6366f1)
}

.protect-section .form-card button:hover {
    opacity: .95
}


.count-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #f1f5f9;
    border-radius: 100%;
    padding: 4px 11px
}

.cert-txt {
    display: inline-block !important;
    padding-left: 35px
}

.see-smaple-btn {
    background-image: linear-gradient(to right, #334155, #1e293b);
    width: 100%
}

.see-smaple-btn.bghover:hover {
    background: #3d4352 !important
}


.trusted_new_section .testimonial-section {
    padding: 0 20px 40px;
    text-align: center
}

.trusted_new_section .testimonial-section p {
    color: #555;
    margin-top: 8px;
    font-size: 15px
}

.trusted_new_section .owl-carousel {
    margin-top: 40px
}

.trusted_new_section .testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin: 15px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
    text-align: left;
    display: inline-block
}

.trusted_new_section .quote-icon {
    color: #4a4aff;
    font-size: 22px;
    margin-bottom: 10px
}

.trusted_new_section .testimonial-card p {
    font-style: italic;
    margin-bottom: 20px
}

.industry-section-card .card h2, .trusted_new_section .user-info {
    display: flex;
    align-items: center;
    gap: 10px
}

.trusted_new_section .user-info img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover
}

.trusted_new_section .user-details {
    display: flex;
    flex-direction: column
}

.trusted_new_section .user-details small {
    color: #4a4aff;
    font-size: 13px
}

.trusted_new_section .learn-more {
    font-size: 13px;
    color: #4a4aff;
    margin-left: auto;
    text-decoration: none
}

.trusted_new_section .owl-nav {
    margin-top: 20px;
    text-align: center
}

.trusted_new_section .owl-nav button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer
}

.trusted_new_section .owl-nav button:hover {
    background: #e6e6f7
}


.formError {
    z-index: 990
}

.formError .formErrorContent {
    z-index: 991
}

.formError .formErrorArrow {
    z-index: 996
}

.ui-dialog .formError {
    z-index: 5000
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006
}

.inputContainer {
    position: relative;
    float: left
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0
}

.greenPopup .formErrorContent {
    background: #33be40
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #fff
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative
}

body.rtl .formError .formErrorArrow, body[dir=rtl] .formError .formErrorArrow {
    margin: -2px 13px 0 0
}

.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block
}

.formError .formErrorArrowBottom, .formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none
}

.greenPopup .formErrorArrow div {
    background: #33be40
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #fff
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: 0
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: 0
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: 0;
    background: #ddd
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: 0;
    background: #ddd
}

.small_white_certificate.certificate {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #ccc;
    padding: 24px
}

.small_white_certificate .badge {
    background: #2d3e50;
    color: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    margin: 10px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.small_white_certificate .badge i {
    margin-right: 8px
}

.small_white_certificate h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff
}

.small_white_certificate .owners {
    font-size: 15px
}

.small_white_certificate .owner-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.small_white_certificate .owner-row i {
    color: green
}

.small_white_certificate .qr-codes {
    gap: 20px;
    margin-top: 20px
}

.small_white_certificate .qr-codes img {
    width: 80px;
    height: 80px
}

.gap-custom {
    gap: 1.75rem
}

.fancybox-close-small {
    top: 1.2% !important;
    right: 1% !important;
    background-color: rgba(0, 0, 0, .6) !important;
    border-radius: 30% !important;
    transition: all .3s ease;
    opacity: .5 !important
}

.fancybox-iframe {
    border-radius: inherit
}

.industry-section-card .main-title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #111
}

.industry-section-card .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.industry-section-card .card {
    border: 1px solid #e0e0f0;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05)
}

.industry-section-card .card h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a1a1a
}

.industry-section-card .card ul {
    padding-left: 20px;
    margin: 15px 0
}

.industry-section-card .card ul li {
    margin-bottom: 8px;
    list-style: disc;
    color: #2a9134
}

.industry-section-card .quote {
    color: #555;
    font-style: italic;
    margin-bottom: 15px
}

.industry-section-card .icon {
    font-size: 20px
}

.bgwhite {
    background-color: #fff
}


.sm_cert_all {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    color: #fff;
    height: 715px
}

.small_white_certificate.certificate {
    position: relative;
    max-width: 500px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
    text-align: center;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.small_white_certificate .timestamp {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px
}

.small_white_certificate .divider {
    margin: 15px 0
}

.small_white_certificate .ownership-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.small_white_certificate .owners {
    text-align: left;
    margin: 0 auto;
    max-width: 330px
}

.small_white_certificate .qr-codes {
    display: flex;
    justify-content: center
}

.gap-4 {
    gap: 25px
}

.small_white_certificate .qr-label {
    font-size: 12px;
    color: #fff
}

.small_white_certificate .note {
    font-size: 12px;
    color: #fff;
    margin-top: 16px
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0
}

.feature-item {
    flex: 1;
    min-width: 200px;
    max-width: 300px
}

.feature-item .icon {
    background: #c2f0d5;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1e824c
}

.feature-item h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.feature-item p {
    font-size: 13px;
    color: #3d5a48
}

.bullet-points {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    margin: 0 auto
}

.bullet-points ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bullet-points li {
    display: flex;
    align-items: start;
    gap: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #2d5943
}

.bullet-points li::before {
    content: "✔";
    color: #28a745;
    font-weight: 700;
    font-size: 16px
}


.container-protect-full {
    max-width: 1400px;
    margin: auto
}

.container-protect-full h1 {
    text-align: center;
    margin-bottom: .5rem
}

.container-protect-full .subheading {
    text-align: center;
    margin-bottom: 2rem;
    color: #555
}

.container-protect-full .card-wrapper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center
}

.container-protect-full .card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    flex: 1;
    min-width: 320px;
    max-width: 660px
}

.container-protect-full .emoji {
    font-size: 1.2rem;
    margin-right: .25rem
}

.container-protect-full .badge {
    background-color: #4285f4;
    color: #fff;
    font-size: .75rem;
    padding: 5px 10px 7px;
    border-radius: 5px;
    float: right
}

.container-protect-full .info-box {
    border-radius: 6px;
    padding: .8rem;
    margin: 10px 0;
    font-size: .9rem
}

.container-protect-full .blue-card p {
    margin-bottom: 0
}

.container-protect-full .info-box.blue {
    color: #1e40b7;
    background-color: #dbeafe;
    border: 1px solid #93c5fd
}

.container-protect-full .info-box.green {
    color: #166534;
    background-color: #dcfce7;
    border: 1px solid #bbf7d0
}

.container-protect-full .info-box.yellow {
    color: #92400e;
    background-color: #fef3c7;
    border: 1px solid #fde68a
}

.container-protect-full .info-box.light {
    background-color: #f3f4f8
}

.container-protect-full .service-details {
    font-size: .85rem;
    color: #555;
    margin-top: 0
}

.container-protect-full .btn-protect {
    padding: .7rem 1.5rem;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 1rem;
    font-weight: 700
}

.container-protect-full .btn-protect.disabled {
    background-color: #e0e6ed;
    color: #888;
    cursor: not-allowed;
    margin-right: .5rem;
    width: 100%;
    font-size: 14px
}

.container-protect-full .btn-protect.notify {
    background-color: #fff;
    color: #000;
    width: 100%;
    font-size: 14px
}

.container-protect-full .btn-protect.submit {
    background-color: #b38df7;
    color: #fff;
    width: 100%;
    margin-top: 1rem
}

.container-protect-full .contact-form input, .container-protect-full .contact-form textarea {
    width: 100%;
    padding: .6rem;
    margin: .5rem 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box
}

.container-protect-full .contact-form .form-row {
    display: flex;
    gap: 1rem
}

.section-wrapper-protect-bottom {
    text-align: center
}

.section-wrapper-protect-bottom p {
    color: #555;
    font-size: 14px;
    margin-bottom: 30px
}

.section-wrapper-protect-bottom .card-container {
    font-size: 0
}

.section-wrapper-protect-bottom .card {
    display: inline-block;
    width: calc(50% - 20px);
    box-sizing: border-box;
    border: 1px solid #e3e6eb;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    vertical-align: top
}

.section-wrapper-protect-bottom .card:nth-child(1) {
    margin-right: 20px
}

.section-wrapper-protect-bottom .card:nth-child(2) {
    margin-left: 20px
}

.section-wrapper-protect-bottom .card-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.section-wrapper-protect-bottom .icon-purple {
    background-color: #f3e8ff
}

.section-wrapper-protect-bottom .icon-green {
    background-color: #e5f8ee
}

.section-wrapper-protect-bottom .card h3 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    font-weight: 600
}

.section-wrapper-protect-bottom .card h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #111
}

.section-wrapper-protect-bottom .card p {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
    line-height: 1.5
}


.single-page .single-page-overlay {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
    color: #fff
}

.single-page .single-page-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 0, 64, .6);
    z-index: 1
}

.single-page .profile-header {
    width: 100%;
    padding: 1.5rem 2rem 0;
    margin-bottom: -70px;
    position: absolute;
    bottom: 0;
    z-index: 100
}

.single-page .back-link {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    border: 0 !important;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    z-index: 2
}

.privacy-all .policy-box {
    background: #fff;
    padding: 30px 40px;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #333;
    font-size: 14px;
    line-height: 1.6
}

.privacy-all .policy-box h2 {
    margin-top: 0
}

.privacy-all .section {
    margin: 20px 0;
    padding-left: 20px
}

.privacy-all .section ul {
    margin-left: 20px;
    list-style: disc
}

.privacy-all .checkbox-container {
    margin-top: 0;
    display: flex;
    align-items: center
}

.privacy-all .checkbox-container input[type=checkbox] {
    margin-right: 10px
}

.privacy-all .checkbox-container a {
    color: #000;
    text-decoration: underline
}

.privacy-all .button-container {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end
}

.privacy-all button {
    background-color: #a259ff;
    color: #fff;
    border: 0;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s ease
}

.privacy-all button:hover {
    background-color: #8c44db
}
.container-block-chain-security{
    width:75%;
}
.pricing_new_section h1 {font-size: 32px;margin-bottom: 10px;}
.pricing_new_section h1 .highlight {font-weight: bold;padding:50px 50px 0 50px;    display: block;}
.pricing_new_section .features { list-style: none; padding: 0;margin-bottom: 30px;}
.pricing_new_section .features li {margin: 5px 0;color: #000000;display: inline-block;padding: 0 20px; font-size: 18px; font-weight: 600;text-align: center;width:33%;}
.pricing_new_section .features li .check {font-size: 30px; color:#22c55e!important;}

@media only screen and (max-width: 900px) {
    .get-start-btn .start-here {
        font-size: 16px
    }
    .get-start-btn .start-here i {
        font-size: 1.1em; /* make icon closer in height to text */
        line-height: 1; /* keeps it centered properly */
    }
    .container-block-chain-security{
        width:100%;
    }
    .pricing_new_section h1 {font-size: 24px;margin-bottom: 10px;}
    .pricing_new_section h1 .highlight {font-weight: bold;padding:20px 20px 0 50px;    display: block;}
    .register-div{
        width:100%;
    }
    .container-footer{
        max-width:90% !important;
    }
    .certificate-section{
        display:block;
    }
    .certificate-info-size{
        max-width:100% !important;
    }
    .certificate-left-content{
        padding: 30px 0 30px 0 !important;
    }
    .carouselr{
        max-width: 100%;
        float: none;
        margin-top: 0;
    }
    .footer-column{
        text-align: left;
    }
    .features {
        flex-direction: column;
        align-items: center
    }
    .feature-item {
        max-width: 100%
    }
    .industry-section-card .grid {
        grid-template-columns: 1fr
    }
    .trusted_new_section .testimonial-card {
        max-width: 90%
    }
    .section-wrapper-protect-bottom .card {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }
    .header-carousel img {
        height: auto;
        max-height: 350px;
        width: 100%;
        max-width: 100%;
    }
    .full-body-custom {
        width: 100%;
        overflow-x: hidden
    }
    .login-btn-custom-navbar {
        width: 50%
    }

    .protect-section .card {
        max-width: 100%
    }

    .info-list {
        margin-top: 20px
    }
    .wave-area svg {
        top: 500px !important
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0
    }

    .navbar-toggler {
        color: #fff;
        font-size: 13px;
        border: 1px solid #fff;
        padding: 5px
    }

    .navbar-toggler-icon {
        background-image: url("{{asset('project/images/toggle_icon.png')}}");
        width: 20px;
        height: 20px
    }

    .navbar-collapse {
        position: absolute;
        background-color: #000;
        right: 12px;
        top: 40px;
        width: 55% !important;
        border-radius: 10px;
        border-top-right-radius: 0;
        background-image: linear-gradient(to bottom right, #312e81, #581c87, #3730a3);
        border: 1px solid #eee;
        padding: 5px
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: 0
    }


}
