/* landing page styles */

/* header */

/* menu bar */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tZW51LWljb24gbHVjaWRlLW1lbnUiPjxwYXRoIGQ9Ik00IDVoMTYiLz48cGF0aCBkPSJNNCAxMmgxNiIvPjxwYXRoIGQ9Ik00IDE5aDE2Ii8+PC9zdmc+");
}

.head_spc {
    background-color: #000;
}

.navbar-toggler.bg-white {
    background-color: transparent !important;
}

.nav_spc li {
    position: relative;
}

.nav_spc li:last-child::before {
    display: none;
}

.nav_spc li:before {
    content: "";
    right: -25px;
    top: 10px;
    align-content: center;
    bottom: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='18' viewBox='0 0 8 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6.91747' y1='0.179184' x2='0.466851' y2='16.9836' stroke='%23464646'/%3E%3C/svg%3E%0A");
}


/* ================= header BUTTON SYSTEM ================= */
.btn_gold {
    background: #F9D57D;
    background: linear-gradient(180deg, rgba(249, 213, 125, 1) 0%, rgba(204, 156, 46, 1) 100%);
    font-weight: 500;
    border: 1px solid transparent;
    text-decoration: none;
}

.btn_outline {
    border: 1px solid #fff;
    background-color: transparent;
    text-decoration: none;
}


.btn_gold:hover {
    background: linear-gradient(0deg, rgba(249, 213, 125, 1) 0%, rgba(204, 156, 46, 1) 100%);
    color: #000;
}

/* hero section */

.hero_sec {
    padding: 1rem 0 6rem;
    background-color: #000;
}

.badge_gold {
    border: 1px solid #3C3831;
    width: fit-content;
    color: #F5D076;
}

.itm_sld img {
    width: 75%;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid var(--gold);
}

/* about section */

.about_bg {
    background-color: #F8EFDA;
}

/* .about_bg::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='3' height='84' viewBox='0 0 3 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='84' fill='%23F5D076'/%3E%3C/svg%3E%0A");
    width: 5px;
    height: 60px;
    background-position: center;
    margin: auto;
} */

/* Registry divisions */

.registry-section {
    background: #000;
    color: #fff;
}


/* Card */
.division-card {
    background: linear-gradient(145deg, #2c2c2c, #1f1f1f);
    border-radius: 25px;
    padding: 30px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.division-card:hover {
    transform: translateY(-5px);
}

/* Image */
.division-img {
    border-radius: 15px;
    height: 230px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Card Content */
.division-card .card-content h4 {
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
}

.card-content p {
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Learn More Link */
.learn-link {
    color: #f5c56b;
    text-decoration: none;
    font-weight: 500;
}

.learn-link:hover {
    text-decoration: underline;
}

/* Available Soon Button */
.custom-btn {
    background-color: #444;
    border: none;
    border-radius: 8px;
    padding: 6px 14px;
}

/* Bottom Text */
.bottom-note {
    font-size: 14px;
    color: #999;
}

.division-card .card-content {
    padding: 20px 0;
}

.process-section {
    background-color: #d9cfb7;
    position: relative;
}

.process-wrapper {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 76%;
    height: 2px;
    margin: 0 auto;
    background-color: #000;
    z-index: 1;
}

.process-steps {
    position: relative;
    z-index: 2;
}

.step-item {
    text-align: center;
    position: relative;
}

.step-circle {
    width: 55px;
    height: 55px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: 600;
    font-size: 18px;
}

.process-btn {
    background-color: #e0e0e0;
    border: 1px solid #000;
    padding: 8px 22px;
    border-radius: 8px;
}

.process-btn:hover {
    background-color: #000;
    color: #fff;
}


.benefits-image img {
    border-radius: 25px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}


.benefit-item {
    margin-bottom: 25px;
    align-items: flex-start;
}

.benefit-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    transition: 0.3s ease;
}

.benefit-icon:hover {
    background-color: #b37b2c;
    color: #fff;
}

.benefits-btn {
    border: 1px solid #000;
    padding: 8px 22px;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.3s ease;
}

.benefits-btn:hover {
    background-color: #000;
    color: #fff;
}

.benefit_hed h3 {
    font-size: 1.3rem;
}

.benefit_hed p {
    color: #808080;
    margin: 0;
}



.faq-section {
    background-color: #d9cfb7;
}

.verify-section {
    background-color: #000;
    color: #fff;
}


.verify-icon {
    font-size: 28px;
    color: #d4a63c;
}



.cta-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.register-badge {
    position: absolute;
    bottom: -20px;
    right: -30px;
}

.cta-primary {
    background: linear-gradient(180deg, #e7c05f, #c89a2b);
    color: #000;
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    transition: 0.3s ease;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(200, 154, 43, 0.5);
    color: #000;
}

.cta-secondary {
    background-color: #000;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    transition: 0.3s ease;
}

.cta-secondary:hover {
    background-color: #333;
    color: #fff;
}



.custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.custom-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 18px 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border-radius: 0 !important;
}

.custom-accordion {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}

.custom-accordion .accordion-button::after {
    display: none;
}

.custom-accordion .accordion-body {
    padding: 10px 0 20px;
    color: #7C786D;
}

.icon-circle {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.icon-circle::before,
.icon-circle::after {
    content: "";
    position: absolute;
    background-color: #000;
}

.icon-circle::before {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-circle::after {
    width: 2px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion-button:not(.collapsed) .icon-circle::after {
    display: none;
}


.contact_label {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.contact_input,
.contact_textarea {
    border-radius: 8px;
    padding: 12px 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
    transition: 0.3s ease;
}

.contact_input:focus,
.contact_textarea:focus {
    border-color: #c89a2b;
    box-shadow: 0 0 0 2px rgba(200, 154, 43, 0.15);
}

.contact_button {
    background: linear-gradient(180deg, #e7c05f, #c89a2b);
    color: #000;
    padding: 15px 50px;
    border-radius: 8px;
    border: none;
    transition: 0.3s ease;
}

.contact_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(200, 154, 43, 0.4);
    color: #000;
}


.contact_image_wrapper {
    text-align: center;
}

.contact_image {
    border-radius: 20px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}



.newsletter_section {
    background: linear-gradient(90deg, #111, #1a1a1a);
    color: #fff;
}

.newsletter_input_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.newsletter_input {
    width: 380px;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    outline: none;
}

.newsletter_button {
    background: linear-gradient(180deg, #e7c05f, #c89a2b);
    color: #000;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    transition: 0.3s ease;
}

.newsletter_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(200, 154, 43, 0.5);
}



.footer_section {
    background-color: #000;
    color: #ccc;
}

/* Logo */
.footer_logo img {
    width: 300px;
}

/* Description */
.footer_description {
    font-size: 14px;
    line-height: 1.6;
}

/* Headings */
.footer_heading {
    color: #e7c05f;
    margin-bottom: 15px;
}

/* Links */
.footer_links li {
    margin-bottom: 8px;
}

.footer_links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer_links a:hover {
    color: #e7c05f;
}

/* Contact */
.footer_contact p {
    margin-bottom: 8px;
    font-size: 14px;
}

/* Social Icons */
.footer_social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: #ccc;
    transition: 0.3s ease;
}

.footer_social a:hover {
    color: #e7c05f;
}


/* about page */
.abt_imggg {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    width: fit-content;
    margin-left: auto;
}

.whowe_section {
    background: #e6dcc7;
    padding: 80px 0;
}

.whyreg_icon {
    width: 50px;
    height: 50px;
}

.whyreg_icon svg {
    width: 40px;
    height: 40px;
    stroke: #c38b2c;
}

.whyreg_section {
    background: #f3f3f3;
    padding: 80px 0;
}

.whyreg_subheading {
    color: #6c757d;
    margin-top: 10px;
}

/* Image */
.whyreg_image {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.whyreg_feature {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.globalvision_section {
    background: #e6dcc7;
    padding: 80px 0;
}

.globalvision_content {
    border-left: 3px solid #c38b2c;
    padding-left: 30px;
}

textarea.contactrar_input {
    height: auto;
    border-radius: 12px;
    padding: 15px;
}

.contactrar_image {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
}

.regsteps_wrapper {
    background-color: #F5FAFF;
    padding: 50px;
    border-radius: 25px;
}

.regsteps_timeline {
    position: relative;
}

/* Vertical Line */


/* Item */
.regsteps_item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 40px;
    border-radius: 20px;
}

.regsteps_item.active {
    background-color: white;
}

/* Step Text */
.regsteps_left {
    width: 80px;
}

/* Circle */
.regsteps_circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #c38b2c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 25px;
    z-index: 2;
}

.regsteps_circle.dark {
    background: #000;
}

/* Content */
.regsteps_content {
    flex: 1;
}

.regsteps_card ul {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}

.regsteps_card ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.regsteps_item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #000;
    left: 137px;
    top: 0;
    bottom: 0;
}

.regsteps_item.active:before {
    background-color: #c38b2c;
}

.regsteps_item:last-child:before {
    height: 60%;
}

.regsteps_item.active:before {
    background-color: #c38b2c;
    height: 80%;
    top: 20%;
}

/* Buttons */
.regsteps_buttons {
    margin-top: 40px;
}

.regsteps_primary {
    background: linear-gradient(to right, #e5b24d, #c58c18);
    border: none;
    padding: 14px 35px;
    border-radius: 10px;
    margin-right: 15px;
}

.regsteps_secondary {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 10px;
}

.esttimeline_card {
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0px 0px 40px -10px #00000030;
}

.esttimeline_heading {
    font-family: "Inria Serif", serif;
    color: #c38b2c;
    display: flex;
    gap: 10px;
    align-items: center;
}

.esttimeline_heading {
    font-family: "Inria Serif", serif;
    color: #c38b2c;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

/* Card */
.esttimeline_card {
    background: #f8f8f8;
    padding: 50px;
    border-radius: 28px;
}

.esttimeline_icon {
    width: 26px;
    height: 26px;
    background: #c38b2c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Items */
.esttimeline_item {
    margin-bottom: 20px;
}

.esttimeline_item h6 {
    color: #c38b2c;
    margin-bottom: 5px;
}

.esttimeline_item p {
    margin-bottom: 0;
}

/* Note */
.esttimeline_note {
    margin-top: 25px;
    color: #7a7a7a;
    font-size: 14px;
}

/* Image */
.esttimeline_image {
    border-radius: 25px;
    max-height: 420px;
    object-fit: cover;
}

.importantinfo_section {
    background: #e6dcc7;
    padding: 80px 0;
}

/* Wrapper */
.importantinfo_wrapper {
    max-width: 850px;
    margin: auto;
}

/* Item */
.importantinfo_item {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

/* Icon */
.importantinfo_icon {
    width: 22px;
    height: 22px;
    background: #c38b2c;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* Title */
.importantinfo_title {
    color: #c38b2c;
    margin-bottom: 6px;
}

.importantinfo_item p {
    margin-bottom: 0;
    color: #333;
}

.searchinst_wrapper {
    background: #000;
    padding: 80px 0 0;
}

.searchinst_card {
    background: linear-gradient(135deg,
            rgba(30, 30, 30, 0.95),
            rgba(20, 20, 20, 0.95));
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 28px 35px;
    color: #fff;
    max-width: 900px;
    margin: auto;
}

.searchinst_header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.searchinst_icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #d39b3b;
    color: #d39b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.searchinst_list {
    padding-left: 18px;
    margin-bottom: 0;
}

.searchinst_list li {
    margin-bottom: 10px;
    color: #cfcfcf;
}

.searchinst_highlight {
    color: #d39b3b;
    font-weight: 500;
}

.pubverify_section {
    background: #e6dcc7;
    padding: 90px 0;
}

.pubverify_header {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
}

.pubverify_item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.pubverify_icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pubverify_item p {
    margin-bottom: 0;
    color: #6b6b6b;
}

.main_slider img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}


.thumb_slider img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.thumb_slider .slick-slide {
    padding: 5px;
}

.thumb_slider .slick-current img {
    border: 2px solid #e3a54a;
}

.verifyreg_card {
    border: 1.5px solid #d89c43;
    border-radius: 20px;
    padding: 25px;
}

.verifyreg_main_img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.verifyreg_thumbs img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.verifyreg_badge {
    background: #ff4d87;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.verifyreg_owner_box {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}

.msgcontact_input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
}

textarea.msgcontact_input {
    height: auto;
    padding: 15px;
}

.msgcontact_support_card {
    background: #FBF7EC;
    padding: 28px;
    border-radius: 14px;
}

.msgcontact_support_item {
    display: flex;
    gap: 15px;
}

.msgcontact_icon {
    width: 48px;
    height: 48px;
    background: #F8EFDA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.msgcontact_highlight {
    color: #c38b2c;
    margin-bottom: 5px;
}

.msgcontact_global_card {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 14px;
}



.pricingind_section {
    background: #f3f3f3;
    padding: 90px 0;
}

/* Badge */
.pricingind_badge {
    background: #dde3ea;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
}

/* Card */
.pricingind_card {
    background: #dde3ea;
    padding: 45px;
    border-radius: 25px;
}

/* Price */
.pricingind_price {
    font-size: 40px;
    font-weight: 600;
    text-align: right;
}

.pricingind_price span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

/* List */
.pricingind_list {
    list-style: none;
    padding-left: 0;
}

.pricingind_list li {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.pricingind_list li:last-child {
    margin: 0;
}

/* Addon */
.pricingind_addon {
    background: #cfd6de;
    padding: 12px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* Price Rows */
.pricingind_price_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* Notice */
.pricingind_notice {
    background: #dde3ea;
    padding: 20px;
    border-radius: 12px;
    margin-top: 25px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}


.member_slider_section {
    background: #0b0b0b;
    padding: 80px 0;
}

.member_slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    cursor: grab;
    padding: 20px 40px;
    scrollbar-width: none;
}

.member_slider::-webkit-scrollbar {
    display: none;
}

.member_card {
    min-width: 340px;
    background: #121212;
    border-radius: 18px;
    padding: 28px;
    color: #fff;
    border: 1px solid rgba(212, 168, 86, .3);
}

.member_card.popular {
    border: 2px solid #e5b24d;
}

.popular_badge {
    position: absolute;
    right: 20px;
    top: 15px;
    background: #e5b24d;
    color: #000;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.member_card h3 {
    color: #f1c86a;
}

.discount {
    color: #f1c86a;
    font-size: 13px;
}

.price_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

hr {
    border-color: #2a2a2a;
}

.saving_box {
    background: #1c1c1c;
    padding: 15px;
    border-radius: 10px;
    margin: 18px 0;
    border: 1px solid rgba(212, 168, 86, .2);
}

.feature_list {
    padding-left: 18px;
    margin-bottom: 15px;
}

.feature_list li {
    margin-bottom: 8px;
}

.member_card button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(to right, #e5b24d, #c58c18);
    font-weight: 600;
}


.anul_spc {
    color: #F5D076;
    background-color: #452d0e;
    padding: 15px 30px;
    width: fit-content;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
}

.bred_sec {
    background-color: #000;
}

.membership_card {
    background: linear-gradient(180deg, #141414, #0d0d0d);
    border-radius: 18px;
    padding: 28px;
    color: #fff;
    border: 1px solid rgba(212, 168, 86, .4);
    margin: 5px;
}

.membership_card.membership_card--premium {
    outline: 2px solid #F5D076;
}

/* Icon */
.membership_icon {
    width: 55px;
    height: 55px;
    background: #1c1a17;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* Title */
.membership_title {
    margin-bottom: 5px;
}

/* Price */
.membership_price {
    color: #F5D076;
    margin-bottom: 20px;
}

.membership_price span {
    font-size: 14px;
    color: #aaa;
}

/* Blocks */
.membership_block {
    margin-bottom: 15px;
}

.label {
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 4px;
}

/* Price Line */
.price_line {
    color: #f1c86a;
    font-weight: 600;
}

.price_line del {
    color: #777;
    margin-left: 6px;
}

/* Discount */
.discount {
    color: #BD8844;
    font-size: 13px;
}

.dis_hed {
    font-size: 18px;
}

/* Pedigree rows */
.row_price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.membership_card hr {
    border-color: #414141;
}

.membership_savings h6 {
    color: #F5D076;
}

.membership_savings {
    background: #29241D;
    border: 2px solid #664E30;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
}

.membership_savings h4 {
    margin: 5px 0;
    color: #fff;
}

.membership_features {
    padding: 0;
    margin: 0;
    list-style: none;
}

.membership_features li {
    margin-bottom: 15px;
    color: #d6d6d6;
}

/* Button */
.membership_btn {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(to right,
            #e5b24d,
            #c58c18);
    font-weight: 600;
}

.membership_badge {
    position: absolute;
    right: 30px;
    padding: 12px 15px;
    font-size: 14px;
    background: #573F1F;
    background: linear-gradient(300deg, rgba(87, 63, 31, 1) 0%, rgba(189, 136, 68, 1) 100%);
    border-radius: 10px;
}

.membership_notice_box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #111;
    border: 1px solid #d4a856;
    border-radius: 10px;
    padding: 18px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.membership_notice_icon {
    width: 26px;
    height: 26px;

    border: 1px solid #d4a856;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d4a856;
    font-size: 14px;
    font-weight: 600;
}

.membership_notice_text {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.membership_notice_text strong {
    color: #ffffff;
}

.cert_cards_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

/* Card Base */
.cert_card {
    border-radius: 18px;
    padding: 30px;
    border: 1px solid #e2e2e2;
    height: fit-content;
}

/* Digital card */
.cert_card_digital {
    background: #dcebe2;
    border: none;
}

/* Header */
.cert_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cert_card_header h4 {
    margin: 0;
    font-size: 20px;
}

/* Badge */
.cert_badge {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
}

.cert_badge_green {
    background: #8fd3a9;
    color: #134b2d;
}

.cert_badge_gold {
    background: #eadbc2;
    color: #8b5c17;
}

/* List */
.cert_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cert_list li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}


/* Gold list */
.cert_list_gold li:before {
    color: #c28a3a;
}

/* Divider */
.cert_card hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Note */
.cert_note {
    font-size: 13px;
    color: #2f7a4f;
}

/* Pricing box */
.cert_price_box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5caa4;
    background: #f7efe2;
}

.cert_price_title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.cert_price_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}

.cert_shipping {
    color: #b07c3a;
}

.pedigree_price_section {
    background: #efe8dc;
    padding: 70px 20px;
    border-radius: 30px;
}

.pedigree_price_container {
    max-width: 1000px;
    margin: 50px auto;
    background-color: #F8EFDA;
    padding: 30px;
    border-radius: 30px;
}

.pedigree_price_card {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 50;
    position: relative;
}

.pedigree_price_title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.pedigree_table {
    width: 100%;
    border-collapse: collapse;
}

.pedigree_table thead th {
    background: #e6d8be;
    padding: 14px;
    font-weight: 600;
    text-align: left;
    color: #6b4a16;
}

.pedigree_table tbody td {
    padding: 16px 14px;
    border-bottom: 1px solid #eadfca;
}

.member_price {
    color: #9c6a1f;
    font-weight: 600;
}

/* bottom section */

.pedigree_bottom_info {
    margin-top: -10px;
    background: #e9dcc3;
    padding: 30px;
    border-radius: 0 0 18px 18px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.pedigree_info_item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    max-width: 400px;
}

.pedigree_icon {
    font-size: 24px;
    color: #9c6a1f;
}

.pedigree_info_item h4 {
    margin: 0;
    margin-bottom: 6px;
}

.pedigree_info_item p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.pedigree_divider {
    width: 1px;
    height: 60px;
    background: #cdbfa6;
}

/* responsive */

@media (max-width:768px) {

    .pedigree_bottom_info {
        flex-direction: column;
        align-items: flex-start;
    }

    .pedigree_divider {
        display: none;
    }

}

/* Responsive */

@media (max-width: 767px) {
    .newsletter_input_group {
        flex-direction: column;
    }

    .newsletter_input,
    .newsletter_button {
        width: 100%;
    }

    .contact_image {
        height: 350px;
    }

    .register-badge {
        bottom: 15px;
        right: 0;
    }

    .benefits-image img {
        height: 300px;
    }

    .btn_grp {
        margin: 15px 0;
    }

    .hero_sec {
        padding: 1rem;
    }

    div#nav {
        padding: 0 20px;
    }

    .footer_logo img {
        width: auto;
    }

    .timeline-line {
        display: none;
    }

    .footer_brand {
        flex-direction: column;
    }

    .footer_logo {
        margin-bottom: 15px;
    }

    .login_card {
        padding: 25px;
    }

    .register_card {
        padding: 25px;
    }

    .dashboard_sidebar {
        display: none;
    }

    .whowe_heading {
        font-size: 32px;
    }

    .globalvision_content {
        border-left: none;
        border-top: 3px solid #c38b2c;
        padding-left: 0;
        padding-top: 20px;
    }

    .contactrar_section {
        padding: 60px 0;
    }

    .regsteps_wrapper {
        padding: 30px 20px;
    }

    .regsteps_timeline::before {
        left: 18px;
    }

    .regsteps_item {
        flex-direction: row;
    }

    .regsteps_left {
        display: none;
    }

    .regsteps_circle {
        margin-right: 15px;
    }

    .regsteps_buttons button {
        width: 100%;
        margin-bottom: 12px;
    }

    .regsteps_primary {
        margin-right: 0;
    }

    .esttimeline_card {
        padding: 30px;
    }

    .esttimeline_image {
        max-height: 380px;
    }

    .esttimeline_section {
        padding: 60px 0;
    }

    .esttimeline_image {
        width: 100%;
    }

    .importantinfo_section {
        padding: 60px 20px;
    }

    .importantinfo_item {
        gap: 12px;
    }

    .searchinst_card {
        padding: 22px;
    }

    .pubverify_section {
        padding: 60px 0;
    }

    .pubverify_item {
        gap: 14px;
    }

    .pricingind_card {
        padding: 25px;
    }

    .pricingind_price {
        text-align: left;
        margin-top: 10px;
    }

    .pricingind_notice {
        flex-direction: column;
    }

    .cert_cards_wrapper {
        grid-template-columns: 1fr;
    }

    .benefit-item {
        padding-inline: 20px;
    }

    .benefits-btn {
        padding: 13px 25px;
        border-radius: 15px;
        margin: 0 auto;
        width: fit-content;
        display: flex;
    }

    .cta-section {
        padding-inline: 15px;
    }

    .cta-image {
        margin-bottom: 20px;
    }

    .contact_section {
        padding-inline: 25px;
    }

    .newsletter_section {
        padding-inline: 25px;
    }

    .footer_section {
        padding-inline: 25px;
    }

    .itm_sld img {
        width: 100%;
    }

    .nav_spc li:before {
        display: none;
    }

    .process-section .step-item:last-child {
        margin-bottom: 0;
    }

    .process-section .step-item {
        margin-bottom: 25px;
    }

    .benefits-section {
        padding-inline: 25px;
    }

    .whowe_icon_circle {
        margin-bottom: 20px;
    }

    .imgg {
        margin: 20px 0 0;
    }

    .imgg img {
        max-width: 100%;
        height: auto;
    }

    .globalvision_section {
        background: #e6dcc7;
        padding: 40px 20px;
    }

    .regsteps_item:before {
        display: none;
    }

    .regsteps_card ul li {
        font-size: 14px;
    }

    .regsteps_item {
        padding: 20px;
        align-items: center;
    }

    .pricingind_list li {
        font-size: 14px;
    }

    .membership_notice_box {
        flex-wrap: wrap;
        margin: 20px 45px;
        border-radius: 20px;
    }

    .pedigree_price_title {
        font-size: 22px;
        margin-bottom: 0;
        padding: 30px;
        line-height: normal;
    }

    .pedigree_price_card {
        padding: 0;
    }

    .pedigree_table tbody td {
        padding: 20px;
        border-bottom: 1px solid #eadfca;
        font-size: 14px;
    }

    .pedigree_icon {
        font-size: 30px;
    }

    .pedigree_price_container {
        margin: 0;
    }

    .cert_card {
        margin-bottom: 20px;
    }
}