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;
}
.about_us_footer_section {
    text-align: center;
    padding: 5% 0;
    color: #fff;
}
.about_us_footer_section h2 {
    font-weight: bold;
    font-size: 36px;
    margin: 20px 0;
}
.about_us_footer_section p {
    color: #fffc;
    margin: 20px 0;
}
.header-carousel img{
    height:500px;max-height:500px;width:700px;max-width:700px;
}
.registration-custom label {font-size: 14px !important;}
.bg-light {background-color: #fff !important; }
.container {max-width: 1600px !important}
.font-white {color: #fff;}
.logofont {font-size: 20px;text-decoration: none !important;}
.logofont:hover {text-decoration: none !important;color: #fff !important;}
.icon-bg {display: inline-block;width: 41px;height: 40px;border-radius: 100%;padding: 2px 7px;margin-right: 5px;background-color: #ef4444;}
.header-gradient {background-image: linear-gradient(to right, #312e81, #581c87);padding: 0.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);}
.nav-item {padding: 0 10px;}
.nav-link {color: #fff !important;}
.nav-link:hover {color: #ef4444 !important;}
.pad-right-10 {padding-right: 10px !important;}
.login-btn-custom {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; }
.title-text {font-size: 60px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.reg-title {font-size: 17px;color: #ece7eb;}
.gradient_text {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: bold;color: transparent;-webkit-background-clip: text;background-clip: text;background-image: linear-gradient(to right, #4f46e5, #9333ea);}
.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: none !important;         /* No border */
    box-shadow: none !important;     /* No shadow */
    outline: none !important;        /* No focus ring */
}

.get-start-btn:hover {background-image: linear-gradient(to right, #059669, #22c55e) !important;text-decoration: none !important;}

.off-title {font-size: 14px;color: #ddd;margin-bottom: 6px;}
.off-title1 {color: #ddd;font-size: 13px;}
/*.carousel-indicators {bottom: -50px !important;}*/
/*.carousel-inner {border-radius: 20px;}*/
/*.carousel-indicators [data-bs-target] {width: 10px !important;height: 10px !important;border-radius: 100% !important;}*/
/*#mainCarousel {position: relative;box-shadow: 2px 5px 60px #2e176a;margin-top: 30px;}*/
/*.carousel-caption {right: auto;left: 20px;bottom: 0;text-align: left;}*/
/*.carousel-caption h5 {font-size: 13px;margin: 0;text-shadow: 1px 1px #989898;}*/
/*.carousel-caption p {font-size: 11px;margin: 0;text-shadow: 1px 1px #989898;}*/

.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;
}

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

.carousel-indicators .active {
    width: 24px !important;
    height: 8px !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
}
.border-radius-in-img img {border-radius: 15px !important;overflow: hidden !important;}
.wave-area {position: relative;text-align: center;}
.wave-area svg {position: absolute;width: 700px;margin: 0 auto;color: #fff;opacity: .1;left: 50%;margin-left: -340px;top: -100px;}

.navbar .login-btn-custom:hover {background-color: #fff !important;color: #000 !important;}
.no_bold {font-weight: 200;}
.btn-read-more {
    background-color: #007bff;
    color: #fff;
    border-radius: 25px;
    padding: 0.5rem 1.25rem;
    transition: all 0.3s ease;
}
.btn-read-more:hover {
    background-color: #0056b3;
    text-decoration: none;
}
.card-body i {
    background-color: #d1fae5;
    color: #059669;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 18px;
    font-size: 25px;
}
.shadow-sm-m {
    border: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.shadow-sm-m:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}
.read-more {
    color: #4f46e5;
    text-decoration: none;
    font-size: 13px;
}
.read-more:hover {
    color: #ef4444 !important
}
.card-title {
    font-size: 18px;
}
.card-text {
    color: #4b5563;
}
.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-nav button.owl-prev,*/
/*.owl-nav button.owl-next {*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    background: #333;*/
/*    color: #fff;*/
/*    padding: 10px 15px;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*}*/
/*.owl-nav button.owl-prev {*/
/*    left: -25px;*/
/*}*/
/*.owl-nav button.owl-next {*/
/*    right: -25px;*/
/*}*/
/*.owl-next:hover, .owl-prev:hover {*/
/*    background-color: #f1f5f9 !important;*/
/*}*/
/*.owl-nav button span {*/
/*    font-size: 1.2rem;*/
/*}*/
/*.owl-dots {*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
/*}*/
/*.owl-dot span {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background: #999;*/
/*    display: inline-block;*/
/*    margin: 5px;*/
/*    border-radius: 50%;*/
/*}*/
/*.owl-dot.active span {*/
/*    background: #333;*/
/*}*/

/*.fancybox-skin{box-shadow:none!important;}*/
/*.fancybox-close{border-left:0!important;}*/
/*.fancybox-outer, .fancybox-inner{*/
/*    border-radius:0!important;*/

/*}*/
/*.fancybox-inner{*/
/*    background-color: #fff;*/
/*}*/

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

.review-gradient {background-image: linear-gradient(to bottom right, #eef2ff, #faf5ff);}
.icon-cust svg {
    color: #4f46e5 !important;
}
.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;
}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f50 {font-size: 50px !important;}
.owl-carousel .owl-item {
    padding: 12px;
}
.card img {
    width: 60px !important;
    height: 60px !important;
}
/*.owl-prev, .owl-next {*/
/*    background-color: #ffffff !important;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 100% !important;*/
/*    border: 1px solid #ddd !important;*/
/*    color: #000 !important;*/
/*}*/
/*.owl-prev span, .owl-next span {*/
/*    line-height: 0 !important;*/
/*    font-size: 40px !important;*/
/*    padding: 9px 8px;*/
/*    display: inline-block;*/
/*}*/
/*.owl-nav button.owl-prev {*/
/*    left: -50px;*/
/*    top: 48% !important;*/
/*}*/
/*.owl-nav button.owl-next {*/
/*    right: -50px;*/
/*    top: 48% !important;*/
/*}*/
.video-navigation-icon{
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: black;
    padding: 8px 16px;
    box-sizing: border-box;
}
.faphone-bg {
    background-image: linear-gradient(to right, #22c55e, #059669);
    color: #fff;
    padding: 22px;
    text-decoration: none;
    border-radius: 100%;
    margin: 15px 0 15px 0;
    display: inline-block;
    font-weight: 500;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
}
.ftsection {
    text-align: center;
    padding: 70px 0;
    color: #fff;
}
.ftsection h2 {
    font-weight: bold;font-size: 36px;margin: 20px 0;
}
.ftsection h3 {
    color: #34d399;margin: 20px 0;font-size: 22px;
}
.ftsection p {
    color: #fffc;margin: 20px 0;
}
.ftsection p.avail {
    margin: 20px 0;
    color: #fff9;
    font-size: 12px;
}
.footer-bg {
    background-color: #111827
}
.footercopy {
    border-top: 1px solid #1f2937;
    padding: 30px 0px;
}
.footer-bg p, .footer-bg a {
    font-size: 14px;
    color: #9ca3af !important;
}
.mar-b-8 {
    margin-bottom: 8px !important;
}
.pad-right-20 {padding-right: 20px;}
.footlogo {font-size: 25px !important;}
.footer-bg h5 {font-size: 18px;}
.foot-bottom-m {float: right;}
.foot-bottom-m p {text-align: right !important;}
.foot-bottom-m p a {text-decoration: none;text-align: right;}
.p0 {padding: 0 !important;}
.footer-bg a:hover {color: #fff !important;}
.followus a {
    background-color: #1f2937;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    padding: 10px 12px;
    /*margin-right: 8px !important;*/
    text-decoration: none;
}
.followus a:hover {
    background-color: #4f46e5;
    color: #fff !important;
}

.play-btn {
    z-index: 2;
    transition: opacity 0.3s ease;
}

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

video:focus {
    outline: none;
}
.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, 0.25);
    height: 14px;
}
.progress-bar {
    height: 14px;
}
.logheadtitle {
    font-size: 20px;
    /*padding: 0 10px 10px;*/
    /*margin-bottom: 0 !important;*/
    /*padding: 15px;*/
}
/*.fancybox-inner{*/
/*    border-radius: 10px !important;*/
/*}*/
/*.fancybox-close{*/
/*    background-image: url(close.png) !important;*/
/*    right: 40px !important;*/
/*    top: 40px !important;*/
/*}*/
.login-header-pad {
    padding: 20px 30px 1px 30px !important;
}
.steparea {
    margin-bottom: 5px;
}
.stepcss {
    width: 49%;display: inline-block;
}
.stepcreat {width: 50%;display: inline-block;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, 0.15);
    border: 1px solid #858585;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    margin: 15px 0 15px 0;
    display: inline-block;
}
.pricing-btn:hover {
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.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;}

/*certficate*/

.certificate_r h1 {
    font-size: 28px;
    text-align: center;
}
.subtitle {
    font-size: 16px;
    text-align: center;
    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;
    justify-content: space-between;
    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, 0.05);
}

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

.cert-button {
    background-color: #1a1a1a;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    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;
    margin-top: 10px;
    width: 80%;margin: 0 auto;
}

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

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

.qr-codes {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    width: 200px;
    margin: 0 auto;
}

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

.qr-codes p {
    text-align: center;
    font-size: 13px;
    margin-top: 4px;
}

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

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

.sample-button {
    background-color: #1a1a1a;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}
.dualbg {
    background-color: #344256;
    padding: 3px 10px 5px 10px;
    font-weight: normal;
}

/*protect section*/

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

.protect-section .card {
    background-color: #ffffff;
    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, 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 {
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    margin-bottom: 12px;
}

/* Form Card Specific */
.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;
}

.protect-section .form-card .row input {
    flex: 1;
}

.protect-section .form-card button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to right, #a78bfa, #6366f1);
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

.protect-section .form-card button:hover {
    opacity: 0.95;
}
.pl50 {padding-left: 50px;}
.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;
}
@media only screen and (max-width: 900px) {
    .header-carousel img{
        height:250px;max-height:250px;width:350px;max-width:350px;
    }
    .full-body-custom {width: 100%;overflow-x: hidden;}
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .wave-area svg {
        top: 500px !important
    }

    .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;
        /*height: 250px;*/
        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;
    }
    .login-btn-custom {width: 50%;}
    .protect-section .card {
        max-width: 100%;
    }
    .info-list {
        margin-top: 20px;
    }

}

.trusted_new_section .testimonial-section {
    padding: 0 20px 40px 20px;
    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: white;
    border-radius: 12px;
    padding: 25px;
    margin: 15px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 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;
}

.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 span {
    font-size: 14px;
}

.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: white;
    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;
}
/*.owl-carousel .owl-item img {width: auto !important}*/

@media (max-width: 768px) {
    .trusted_new_section .testimonial-card {
        max-width: 90%;
    }
}
/**
Sanjid For Validation
 */
/* Z-INDEX */
.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 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: none;
    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[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 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;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.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: none;
}

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

.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: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}
/**
End For Validation
 */
/**Certificate Css On Public Page
 */
.sm_cert_all {
    display: flex;
    justify-content: center;
}
.small_white_certificate.certificate {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #ccc;
    max-width: 400px;
    width: 100%;
    padding: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

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

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

.small_white_certificate h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

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

.small_white_certificate .divider {
    border-top: 2px dotted #888;
    margin: 15px 0;
}

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

.small_white_certificate .owners {
    text-align: left;
    margin: 0 auto;
    max-width: 260px;
    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 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

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

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

.small_white_certificate .note {
    font-size: 12px;
    color: #333;
    margin-top: 16px;
}
/**
End Of Css
 */

/**
Fancybox
 */
.fancybox-close-small {
    top: 1.2% !important;
    right: 1% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;;
    border-radius: 30% !important;;
    transition: all 0.3s ease;
    opacity: .5 !important;
}
.fancybox-iframe {
    border-radius: inherit;
}
/**
End Of Fancy Box
 */




 .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 {
    background-color: #f9f9ff;
    border: 1px solid #e0e0f0;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

.industry-section-card .card h2 {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    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;}
.mb-0{margin-bottom:0!important;}
.pad-20{padding:20px!important;}
.f25{font-size:25px;}
@media (max-width: 768px) {
    .industry-section-card .grid {
        grid-template-columns: 1fr;
    }
}
/**
end
 */
/**
Protect
 */
.certificate-section-protect {
    margin: auto;
    background-color: #e9fef0;
    border: 1px solid #c3f5d2;
    border-radius: 12px;
    padding: 15px 15px;
    text-align: center;
    color: #1b472b;
}

.certificate-section-protect .icon-main {
    background: #2ecc71;
    color: white;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.certificate-section-protect h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.certificate-section-protect p {
    font-size: 15px;
    color: #989898;
    margin-bottom: 10px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    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 auto;
    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: #ffffff;
    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: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-item {
        max-width: 100%;
    }
}
.container-protect-full {
    max-width: 1400px;
    margin: auto;
}

.container-protect-full h1 {
    text-align: center;
    margin-bottom: 0.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: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 320px;
    max-width: 660px;
}

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

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

.container-protect-full .info-box {
    border-radius: 6px;
    padding: 0.8rem;
    margin: 10px 0 10px 0px;
    font-size: 0.9rem;
}
.container-protect-full .blue-card p {
    margin-bottom: 0;
}
.container-protect-full .info-box.blue {
    /*background-color: #e5f0ff;*/
    color: #1e40b7;
    /*border-left: 4px solid #4285f4;*/
    background-color: #dbeafe;
    border: 1px solid #93c5fd;
}

.container-protect-full .info-box.green {
    /*background-color: #e3f7ec;*/
    /*border-left: 4px solid #34a853;*/
    color: #166534;
    background-color: #dcfce7;
    border: 1px solid #bbf7d0;
}

.container-protect-full .info-box.yellow {
    /*background-color: #fff8e5;*/
    /*border-left: 4px solid #fbbc05;*/
    color: #92400e;
    background-color: #fef3c7;
    border: 1px solid #fde68a;
}

.container-protect-full .info-box.light {
    background-color: #f3f4f8;
    /* border-left: 4px solid #999;*/
}

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

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

.container-protect-full .btn-protect.disabled {
    background-color: #e0e6ed;
    color: #888;
    cursor: not-allowed;
    margin-right: 0.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: white;
    width: 100%;
    margin-top: 1rem;
}

.container-protect-full .contact-form input,
.container-protect-full .contact-form textarea {
    width: 100%;
    padding: 0.6rem;
    margin: 0.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;
}

.container-protect-full .contact-form .form-row input {
    flex: 1;
}
.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; /* remove inline-block spacing */
}

.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: bold;
    color: #111;
}

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

@media screen and (max-width: 768px) {
    .section-wrapper-protect-bottom .card {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

/**
Single Page Design Css
 */
.single-page .single-page-overlay {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
    color: white;
    /*overflow: hidden;*/
}
.single-page .single-page-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 0, 64, 0.6);
    z-index: 1;
}

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


.single-page .back-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    border:none !important;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 2;
}
.privacy-all .policy-box {
    background: white;
    padding: 30px 40px;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 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: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.privacy-all button:hover {
    background-color: #8c44db;
}
