@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

.navbar-brand img {
    width: 160px;
}

:root {
    --theme-font: "Roboto", sans-serif;
    --theme-color: #7B78CB;
    --text-color: #5F5F5F;
    --white-color: #fff;
    --theme-sec-color: #6C68C6;
    --theme-light-color: #f5f5ff;
    --theme-light-color-2: #e7e6ff;
    --heading-color: #212529;
    --linear-gradient: linear-gradient(136deg, #6C68C6 30%, #7B78CB 100%);
}

.btn-primary {
    color: #fff !important;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    padding: 7px 20px !important;
    font-family: var(--theme-font);
}

body {
    font-family: var(--theme-font);
}

p {
    color: var(--text-color);
}

.breadcrumb_section {
    padding: 40px 0;
    background: url(/blog/wp-content/themes/brandnoder/assets/images/bread-bg.jpeg);
    text-align: center;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.breadcrumb_section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: 0.7;
}

.header__content h1 {
    color: var(--theme-sec-color);
    font-weight: 700;
    font-size: 48px;
}

.call_btn {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px 12px 13px;
    position: relative;
    min-height: auto;
    transition: all 200ms ease-in-out;
    border-radius: 100px;
    background: var(--theme-sec-color);
    color: var(--white-color);
    text-decoration: none;
}

.call_btn:hover {
    background: #0b5ed7;
    color: var(--white-color);
}

.icon_btn span {
    position: relative;
}

.call_btn .icon_i {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.call_btn .right {
    display: inline-block;
    text-align: left;
    font-size: 20px;
}

.call_btn .right span {
    display: block;
    font-size: 14px;
    transition: all 200ms ease-in-out;
}

.icon_btn .icon_i:before,
.icon_btn .icon_i:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.call_btn .icon_i i {
    z-index: 1;
    color: var(--theme-sec-color);
    font-size: 18px;
}

.btn_dark_fill .icon_i:before {
    background: var(--white-color);
    border-radius: 50%;
}

.icon_btn .icon_i:after {
    transform: scale(0.3);
    opacity: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

/* ============= global css ============== */
.section_paddingY50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding_top50 {
    padding-top: 50px;
}

.padding_bottom50 {
    padding-bottom: 50px;
}

.section_heading p {
    margin-bottom: 0;
    color: var(--text-color);
    font-size: 15px;
    line-height: 28px;
}

.section_heading h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1;
    margin-bottom: 10px;
}

.section_heading {
    margin-bottom: 30px;
}

/* ============= global css ============== */
.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25rem;
    white-space: nowrap;
    padding: 26px 1.25rem 26px .5rem;
}

.fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    /* White background when fixed */
    animation: slide-down 0.7s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /* Softer shadow */
    z-index: 250;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


a.nav-link:hover {
    color: #7b78cb !important;
}

a.nav-link.en_button:hover {
    color: #fff !important;
}

.left_item ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: self-start;
}

.left_item ul li {
    list-style: none;
    font-size: .875rem;
    color: var(--white-color)
}

.left_item ul li a {
    color: var(--white-color);
    font-size: .875rem;
    text-decoration: none;
}

.left_item ul li:not(:last-child) {
    margin-right: 30px;
}

.topbar {
    padding: 10px 0;
    background: var(--theme-color);
}

/* =========== dropdown menu ================ */
nav.navbar_main-section {
    padding: 0px;
}

li.nav-item {
    position: relative;
    list-style: none;
}

.dropDown_brandnoder {
    position: absolute;
    top: 100%;
    left: -100px;
    background: #f7f7f7;
    min-width: 220px;
    border-radius: 0px 0px 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    width: 776px;
    box-shadow: 0px 4px 8px -2px #b6b4b4;
    max-height: 540px;
    overflow: hidden;
    overflow-y: auto;
}

.nav-item:hover .dropDown_brandnoder {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropDown_brandnoder.dropDown_brandnoder-leftSide {
    left: -150px;
}

.left_nav_wrapper {
    padding: 16px;
    background-color: #f7f7f7;
    opacity: 1;
}

.nav_menu_contanier {
    display: flex;
}

.nav_menu_contanier i.ri-arrow-right-s-line {
    font-size: 20px;
}

.left_item-item {
    display: flex;
    flex-direction: column;
    margin-right: .875rem;
}

.left_item-item a.nav-link {
    padding: 0px !important;
    white-space: normal !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--theme-sec-color) !important;
    background: var(--white-color) !important;
    border-radius: 8px !important;
}

button.navbttn {
    border: none;
    background: none;
}

.navbttn a {
    text-decoration: none;
}

.navbttn {
    align-items: center;
    border-radius: .375rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem;
    padding: 1rem 1rem 1rem .5rem;
    width: 18rem;
}

.dropDownImageWrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.dropDownImageContainer {
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: flex;
}

.dropDownName {
    font-size: 14px;
    line-height: 1.25rem;
    margin: 0;
    text-align: left;
}

.right_item-item {
    border-radius: .375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;
    background-color: #fff;
    width: 442px;
}

.columnContainer {
    display: flex;
    overflow: auto;
    padding: 1rem 1rem 1rem 2rem;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

@media (min-width: 1440px) {
    .columnContainer {
        height: 500px;
        overflow: hidden;
        overflow-y: auto;
    }
}

.clib-mr-menu {
    margin-right: 57px;
}

.groupStyle {
    min-width: 210px;
}

.groupNameHrefStyle {
    cursor: pointer;
    border-bottom: 1px solid #f0f1f3;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #7374c6;
    text-decoration: none;
}

.linksPaddingStyle {
    padding: 1.25rem 0;
}

.linkStyle {
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: .875rem;
    position: relative;
}

.linkStyle a {
    color: #071c35;
    text-decoration: none;
}

.linkStyle a:hover {
    color: #6869c2;
}

@media (min-width: 768px) {
    .groupNameHrefStyle {
        padding-bottom: .5rem;
        color: #7374c6;
    }
}

.navbttn.active {
    background-color: #fff;
    color: var(--theme-sec-color);
}

.dropDown_brandnoder-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white-color);
    min-width: 220px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 8px -2px #b6b4b4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    overflow: hidden;
}

.nav-item:hover .dropDown_brandnoder-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropDown_brandnoder-dropdown .linksPaddingStyle {
    padding: 16px;
}

.dropDown_brandnoder-dropdown .linksPaddingStyle .linkStyle:last-child {
    margin-bottom: 0px;
}

/* =============== footer section ============ */
footer.footer .container {
    max-width: 1370px;
}

.footer {
    background: #4d4a8c;
    color: white;
    position: relative;
}

.newsletter-section {
    background: #efa434;
    padding: 40px;
    border-radius: 20px;
}

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

.newsletter-text h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newsletter-text p {
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.newsletter-form {
    width: 50%;
}

.newsletter-form form input {
    padding: .375rem .75rem;
    border: none;
    border-radius: 25px;
    width: 100%;
    outline: none;
    font-size: 14px;
    height: 50px;
}

.newsletter-form form input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.newsletter-form form button {
    position: absolute;
    top: 15px;
    right: 8px;
    border-radius: 30px;
    width: 130px;
    height: 39px;
    border: none;
    background: #034d82;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 40px 6px;
    gap: 30px;
}

.footer-column h4 {
    color: #efa434;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    display: block;
}

.footer-column ul li a:hover {
    color: #ff9a56;
    padding-left: 5px;
}

.footer-bottom_container {
    background: #403d76;
    padding: 20px 0px;

}

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

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: white;
    color: #ff9a56;
    transform: translateY(-3px);
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #1e3c72;
}


/*---------------Sidebar Contact Css*****************/
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    transition: .5s;
    z-index: 999;
    border-radius: 4px 0 0 4px;
}

.toggle {
    position: absolute;
    height: 46px;
    width: auto;
    text-align: center;
    cursor: pointer;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    top: 170px;
    right: 279px;
    line-height: 46px;
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
    padding: 0 25px;
    border-radius: 0 0 4px 4px;
}

.toggle:hover {
    background: #0b5ed7;
}

.toggle:before {
    content: "\eef6";
    font-family: remixicon !important;
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}

.scroll {
    padding: 25px 18px;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact h2 {
    margin: 0 0 0px;
    padding: 12px;
    text-align: center;
    background: var(--theme-sec-color);
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    border-radius: 4px 0 0 0px;
}

.form__groupInput {
    position: relative;
    margin-bottom: 10px;
}

.scroll input,
.scroll textarea {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 28px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form__groupInput input,
.form__groupInput textarea {
    padding-left: 40px;
}

.form__groupInput .form__icon {
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 18px;
}

.col-md-6.form__groupInput .form__icon {
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 18px;
}

.col-md-12.form__groupInput .form__icon {
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 18px;
}

.form__groupInput .form__icon i {
    color: #00000075;
}

button.sied-submit-btn {
    background: var(--linear-gradient);
    color: #fff;
    border: 0;
    width: 80%;
    height: 45px;
    margin-top: 12px;
    border-radius: 22px;
}

button.sied-submit-btn i {
    border-left: 2px #fff solid;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 20px;
}

button.sied-submit-btn:hover {
    background: #0b5ed7;
}

.toggle.active:before {
    content: "\eb99";
    padding-right: 10px;
    font-weight: bold;
    font-family: remixicon !important;
}

/* ================== contact-sectionn ================ */
.inner-contact {
    background-color: #fff;
    border-radius: 15px;
    padding: 7px;
    box-shadow: 3px 4px 8px 1px #ddd;
    margin-top: 30px;
    padding-right: 20px;
}

.side-contents-contact {
    background: var(--linear-gradient);
    padding: 30px;
    border-radius: 20px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.side-contents-contact:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #46b170;
    border-radius: 210px;
    right: -140px;
    bottom: -160px;
}

.side-contents-contact h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

ul.contact-social {
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

ul.contact-social li {
    display: block;
    margin-bottom: 8px;
}

li.office-heading {
    color: #ff8736;
    font-size: 21px;
    margin-bottom: 10px !important;
    font-weight: 500;
}

span.w_80 {
    width: 100%;
    line-height: 25px;
}

ul.contact-social li a {
    display: flex;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

ul.contact-social li i {
    width: 30px;
    font-size: 21px !important;
    position: relative;
    top: -1px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #ff8736;
    margin-right: 5px;
}

.margin_30 {
    margin-top: 30px;
}

ol.social-media {
    margin: 0;
    padding: 0;
}

ol.social-media {
    position: absolute;
    bottom: 5vh;
}

.side-contents-contact:after {
    content: '';
    position: absolute;
    background-color: #ed8104;
    width: 100px;
    height: 100px;
    border-radius: 210px;
    opacity: .8;
    right: 90px;
    bottom: 50px;
}

ol.social-media li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

ol.social-media li a {
    background-color: #f27d00;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 40px;
    transition: all .3s ease;
    text-decoration: none;
}

.contact-inner-formm {
    padding-top: 20px;
}

.contact-inner-formm input,
.contact-inner-formm select {
    width: 100%;
    padding: 11px 9px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 17px;
    transition: all .3s ease;
    margin-bottom: 13px;
}

input.wpcf7-form-control-bttn {
    color: #fff;
    background: #7773ca;
    font-weight: 600;
    width: 32%;

}

input.wpcf7-form-control-bttn:hover {
    color: #fff;
    background: #0b5ed7;
}

.faqs-form .accordion-body {
    padding-top: 0px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 14px;
}

.form__groupInput input,
.form__groupInput textarea {
    padding-left: 40px;
}

.contact-inner-formm textarea {
    width: 100%;
    padding: 11px 9px;
    padding-left: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 17px;
    height: 160px;
    transition: all .3s ease;
}

button.sand-enq {
    margin-top: 30px;
}

button.sand-enq {
    width: 35%;
    margin: 0 auto;
    border: none;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
    transition: .5s;
    cursor: pointer;
}

.upload-pdff input {
    display: none;

}

.upload-pdff {
    display: flex;
    justify-content: end;
}

.upload-pdff label {
    border: 1px solid #fff;
    width: 170px;
    padding: 7px 20px;
    border-radius: 5px;
    float: right;
    text-align: right;
    transition: 0.5s;
    background: #46b170 !important;
    position: relative;
    color: #fff;
}

.upload-pdff:hover label {
    border-color: #000;
    color: #000;
    background: none !important;
}

.upload-pdff label:before {
    content: "\f24f";
    position: absolute;
    width: 20px;
    font-size: 26px;
    left: 20px;
    font-family: remixicon !important;
    line-height: 24px;
}

.footer-bottom_container p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.footer-bottom_container p a {
    color: #fff;
}

.footer-bottom_container p a:hover {
    color: var(--theme-sec-color);
}










/* =================== terms and conditions =============== */
.terms-container {
    padding: 50px 0px;
}

.sidebar {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem;
    border-right: 1px solid #e2e8f0;
}

.nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-list {
    list-style: none;
}

.nav-list li {
    margin-bottom: 0.5rem;
}

.nav-list a {
    display: block;
    padding: 0.75rem 1rem;
    color: #718096;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-list a:hover,
.nav-list a.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.section {
    margin-bottom: 1rem;
    scroll-margin-top: 100px;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #667eea;
}

.section-title i {
    color: #667eea;
    font-size: 1.4rem;
}

.section-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a5568;
}

.section-content p {
    margin-bottom: 1.5rem;
}

.section-content p a {
    color: #0b5ed7;
    text-decoration: none;
}

.section-content ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-content li {
    margin-bottom: 0.5rem;
    position: relative;
}

.highlight-box {
    background: linear-gradient(135deg, #f7fafc, #edf2f7);
    border-left: 4px solid #667eea;
    padding: 1.5rem;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.highlight-box h4 {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 20px;
}

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--linear-gradient);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(100px);
}

.back-to-top i {
    font-size: 24px;
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
}

.last-updated {
    background: rgba(102, 126, 234, 0.1);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.800rem;
    color: var(--theme-color);
}

/* ============================= private-limited-company-registration ==================================== */
.private-limited-section {
    padding: 70px 0px;
    position: relative;
    background: #f8f9fa;
}

img.span_image-banner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}

.badge-container {
    margin-bottom: 30px;
    margin-top: 30px;
}

.service-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #373737;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: var(--white-color);
    box-shadow: 0 4px 15px #37373742;
    width: fit-content;
    position: relative;
    padding-left: 80px;
}

.badge-icon {
    width: 65px;
    height: 65px;
    background: var(--theme-sec-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    position: absolute;
    left: 0px;
}

/* Main Content Grid */
.main_container-section {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.main_title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    color: var(--heading-color);
    margin-bottom: 30px;
}

.main_title-2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--heading-color);
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}

.features-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(74, 144, 226, 0.05);
    border-radius: 12px;
    border-left: 4px solid var(--theme-sec-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-list li:last-child {
    margin-bottom: 0px;
}

.features-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.2);
}

.check-icon {
    width: 24px;
    height: 24px;
    background: var(--theme-sec-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.btn__primary,
.btn__secondary {
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn__primary {
    background: var(--theme-sec-color);
    color: var(--white-color);
    box-shadow: 0 5px 15px rgb(104 105 194 / 48%);
}

.btn__primary:hover {
    transform: translateY(-2px);
    color: var(--white-color);
    box-shadow: 0 5px 15px rgb(104 105 194 / 48%);
}

.btn__secondary {
    background: rgba(255, 255, 255, 0.9);
    color: var(--theme-sec-color);
    border: 3px solid var(--theme-sec-color);
}

.btn__secondary:hover {
    background: var(--theme-sec-color);
    color: var(--white-color);
    transform: translateY(-2px);
}

/* ============Registration Form================= */
div#wpforms-33 {
    margin: 0px !important;
}

.wpforms-field-container input {
    width: 100% !important;
    padding: 0px 20px !important;
    border: 3px solid #e1e8ed !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.9) !important;
    line-height: normal !important;
    padding-left: 45px !important;
    height: 50px !important;
}

.wpforms-field-container textarea {
    width: 100% !important;
    padding: 12px 20px !important;
    border: 3px solid #e1e8ed !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.9) !important;
    line-height: normal !important;
    padding-left: 45px !important;
}

/* Common wrapper */
#wpforms-33-field_1-container {
    position: relative;
    padding-top: 0px !important;
}

/* Name icon */
#wpforms-33-field_1-container::before {
    content: "\f25f";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 22px;
    color: #8a8a8a;
}

#wpforms-33-field_2-container {
    padding-top: 0px !important;
}

#wpforms-33-field_3-container {
    position: relative;
    padding-top: 0px !important;
}

#wpforms-33-field_6-container {
    position: relative;
    padding-top: 0px !important;
}

#wpforms-33-field_6-container::before {
    content: "\efe9";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 22px;
    color: #8a8a8a;
}

/* Email icon */
#wpforms-33-field_3-container::before {
    content: "\eef3";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 22px;
    color: #8a8a8a;
}

#wpforms-33-field_4-container {
    position: relative;
    padding-top: 0px !important;
}

/* City icon */
#wpforms-33-field_4-container::before {
    content: "\eb0d";
    /* map-pin icon */
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 22px;
    color: #8a8a8a;
}

#wpforms-33-field_5-container {
    position: relative;
    padding-top: 0px !important;
}

/* Message (textarea) icon */
#wpforms-33-field_5-container::before {
    content: "\efdf";
    /* message icon */
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 22px;
    color: #8a8a8a;
}


.form-input:focus {
    outline: none;
    border-color: #4a90e2;
    background: white;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

form#wpforms-form-33 {
    width: 100%;
}

button#wpforms-submit-33 {
    width: 100%;
    height: 55px;
    background: var(--theme-sec-color);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
}

/* sirf pehla direct child div target karega */
.g-recaptcha>div:first-child {
    display: block;
    margin: 0 auto !important;
}


button#wpforms-submit-33:hover {
    transform: translateY(-2px);
    background: #0b5ed7;
    box-shadow: 0 4px 15px #373737a6;
}

.submit-btn:active {
    transform: translateY(0);
}


.sale-badge {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: var(--white-color);
    padding: 15px 25px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: -34px;
    overflow: hidden;
    animation: pulse 2s infinite;
    line-height: normal;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.sale-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

/* Floating Animation */
.floating {
    animation: floating 2s infinite;
}

@keyframes floating {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* ==================== private-limited-section ========================== */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    align-items: center;
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.review-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes shine {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.platform-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    gap: 3px;
}

.star {
    font-size: 20px;
    color: #ffd700;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    animation: twinkle 2s ease-in-out infinite;
}

.star:nth-child(1) {
    animation-delay: 0s;
}

.star:nth-child(2) {
    animation-delay: 0.2s;
}

.star:nth-child(3) {
    animation-delay: 0.4s;
}

.star:nth-child(4) {
    animation-delay: 0.6s;
}

.star:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes twinkle {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.rating-score {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-left: 10px;
}

.review-count {
    color: #7f8c8d;
    font-size: 0.95rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.award-badge {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--theme-sec-color);
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brandnoder_main-logo .review-count,
.brandnoder_main-logo .platform-name {
    margin-bottom: 0px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-65%);
    }
}

.award-text {
    margin-left: 15px;
}

/* Center card special styling */
.brandnoder-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 154, 86, 0.1), rgba(255, 107, 157, 0.1));
}

.brandnoder_main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.platform-logo.brandnoder-logo img {
    width: 290px;
}

/* Floating particles animation */
.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    top: 80%;
    left: 30%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* =============================== pricing_package ======================= */
.pricing_package {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-top: 50px;
}

.pricing_package .service_card ul li a {
    font-size: 16px;
}

.pricing_package .service_card ul li a {
    justify-content: flex-start;
    gap: 5px;
}

.pricing_package .service_card .service_title {
    font-size: 20px;
}

.service_header-title h4 {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600;
}

.service_header-title p {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
}

.price_offre-items {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price_offre-items-image {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--white-color);
    padding: 5px 9px;
    font-size: 11px;
    border-radius: 40px;
}

.price_offre-rupees p {
    margin-bottom: 0px;
    color: var(--white-color);
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.price_offre-rupees p::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e75a27;
    transform: rotate(-10deg);
}

.price_offre-items-image img {
    width: 14px;
    height: 14px;
}

.price_offre-items-image p {
    margin-bottom: 0px;
    color: var(--theme-sec-color);
    line-height: normal;
}

/* ============================ //// ========================== */
.form-container {
    max-width: 670px;
    margin: 20px auto;
    padding: 18px;
    border: 1px solid #caced1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-container .form-group {
    margin-bottom: 0px;
}

/* Custom Select using pure CSS */
.custom-select {
    position: relative;
    width: 100%;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 16px;
    padding-right: 45px;
    font-size: 14px;
    color: #333;
    background: white;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.custom-select select:hover {
    border-color: #c3c8cd;
}

.custom-select select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* Custom Arrow */
.custom-select::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #6c757d;
    pointer-events: none;
    transition: all 0.3s ease;
}

.custom-select:hover::after {
    border-top-color: #495057;
}

.custom-select select:focus+ ::after,
.custom-select:focus-within::after {
    border-top-color: #007bff;
    transform: translateY(-50%) rotate(180deg);
}

/* Enhanced dropdown styling */
.custom-select select option {
    padding: 12px;
    font-size: 14px;
    background: white;
    color: #333;
    border: none;
}

.custom-select select option:hover {
    background: #f8f9fa;
}

.custom-select select option:checked {
    background: #007bff;
    color: white;
}

/* Placeholder styling */
.custom-select select option[value=""] {
    color: #6c757d;
}

/* Advanced CSS animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-container {
    animation: fadeIn 0.6s ease-out;
}

/* Responsive design */
@media (max-width: 600px) {
    .form-container {
        margin: 20px auto;
        padding: 20px;
    }

    .custom-select select {
        padding: 10px 12px;
        padding-right: 40px;
        font-size: 16px;
        /* Prevents zoom on iOS */
    }

    .custom-select::after {
        right: 12px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #6c757d;
    }
}

/* Enhanced visual effects */
.custom-select {
    overflow: hidden;
}

.custom-select::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.5s;
    pointer-events: none;
    z-index: 1;
}

.custom-select:hover::before {
    left: 100%;
}

/* Focus ring for accessibility */
.custom-select select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* ================================== */
/* Header Navigation */
.header-nav {
    background-color: #e3f2fd;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.nav-tabs {
    background-color: transparent;
    border: none;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-tabs .nav-link {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 20px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(108 104 198 / 40%));
    color: var(--theme-sec-color);
    border-color: #007bff;
}

.add-sticky-top {
    position: sticky;
    top: 70px;
    z-index: 100;
    background-color: var(--white-color);
    margin: auto;
    margin-bottom: 20px;
    max-width: 1140px;
}

@media (min-width: 1400px) {
    .add-sticky-top {
        max-width: 1500px;
        padding: 0px 90px;
    }
}

.add-sticky-top ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    box-shadow: 0px 0px 40px 0px #bebebe40;
    border-radius: 8px;
}

.add-sticky-top ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 24px 16px;
    transition: all 0.3s ease;
}

.add-sticky-top ul li a:hover {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(108 104 198 / 40%));
    color: var(--theme-sec-color);
}

h2.overview-title {
    font-size: 34px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.overview_container {
    margin-bottom: 60px;
}

p.overview-text {
    font-size: 18px;
}

.overview_box-item {
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(108 104 198 / 40%));
}

.overview_box-item ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.overview_box-item ul li {
    font-size: 18px;
    padding-bottom: 12px;
    color: var(--text-color);
}

.overview_box ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.overview_box ul li {
    font-size: 18px;
    padding-bottom: 12px;
    color: var(--text-color);
}

.overview_box ul li span {
    display: block;
    font-size: 16px;
}

.home_content {
    scroll-margin-top: 200px;
}

/* ===================================== */
.grid_requirements {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.card_requirements {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card_requirements:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card_requirements h2 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.card_requirements h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    /* Thickness of the underline */
    background: linear-gradient(to left, rgb(255, 255, 255), rgb(108 104 198 / 40%));
    border-radius: 2px;
    /* optional for smooth edges */
}

.card_requirements p {
    color: #5a6c7d;
    line-height: 1.6;
    font-size: 15px;
}

.highlight {
    color: #2c3e50;
    font-weight: 500;
}

.requirements_banner {
    background: #f8f9fa;
    position: relative;
    margin-top: 100px;
}

.requirements_banner-image {
    position: absolute;
    right: 94px;
    top: -83px;
}

/* ===================== */
.SoiS_bottom-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.SoiS_bottom-info .SoiS_bottom-info-content {
    text-align: center;
}

.SoiS_bottom-info .SoiS_bottom-info-content p.SoiS_bottom-info-para {
    color: var(--white-color);
}

.SoiS_bottom-info .SoiS_bottom-info-content p.SoiS_bottom-info-para a {
    color: var(--white_color);
    text-decoration: underline;
}

.SoiS_bottom-info .SoiS_bottom-info-content p.SoiS_bottom-info-para a:hover {
    color: var(--theme-sec-color);
}


.py-60.faq-section {
    padding-top: 30px;
}

.py-60.faq-section p,
.py-60.faq-sec p {
    margin-bottom: 0px;
}

/* ================= section.blog_details-post =================== */
section.blog_details-post {
    padding: 0px 0px 20px 0px;
}

.topHeaderSection {
    padding: 8px 0px;
}

.storeBreadCrumb a {
    color: var(--heading-color);
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.share-div ul {
    margin: 0px;
}

.post-thumbnail img {
    width: 100%;
    height: 378px;
    object-fit: cover;
    border-radius: 12px;
}

h2.entry-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: left;
}

.related-blogs-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.blog-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: var(--theme-sec-color);
}

.blog-card:last-child {
    margin-bottom: 0;
}

.blog-icon {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.blog-icon img {
    width: 100%;
    height: 100%;
    min-width: 93px;
    min-height: 60px;
    max-width: 100px;
    border-radius: 6px;
}

.icon-orange {
    background: linear-gradient(135deg, #ff8a00, #ffa726);
    color: white;
}

.icon-pink {
    background: linear-gradient(135deg, #ff6b9d, #ff8a80);
    color: white;
}

.icon-red {
    background: linear-gradient(135deg, #e74c3c, #ff5722);
    color: white;
}

.icon-blue {
    background: linear-gradient(135deg, #3498db, #2196f3);
    color: white;
}

.blog-content {
    flex: 1;
}

.blog-category {
    font-size: 12px;
    color: var(--theme-sec-color);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.blog-title {
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-url {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}

.blog_form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 9px hsla(0, 0%, 58%, .25);
    position: relative;
}

@media (max-width: 480px) {
    .related-blogs {
        max-width: 100%;
    }

    .blog-card {
        padding: 12px;
        gap: 12px;
    }

    .blog-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .blog-title {
        font-size: 13px;
    }
}


/* ======================= work flow ================== */
.banner_slider .swiper-slide {
    background-color: #f8f9fa;
}

.work_flow {
    padding-top: 38px;
    padding-left: 14px;
    padding-bottom: 35px;
}

.workflow-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-row-gap: 70px;
    align-items: start;
}

.step-card {
    border-radius: 20px;
    padding: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    width: 130px;
    height: 130px;
    background: linear-gradient(45deg, #6c68c6, #c6c4ff);
    z-index: 1;
    opacity: 0;
}

/* .swiper-slide.swiper-slide-active .step-card:nth-child(1){
    animation: fadeInLeft 1.2s;
}
.swiper-slide.swiper-slide-active .step-card:nth-child(2){
    animation: fadeInLeft 1.6s;
}
.swiper-slide.swiper-slide-active .step-card:nth-child(3){
    animation: fadeInLeft 2s;
}
.swiper-slide.swiper-slide-active .step-card:nth-child(4){
    animation: fadeInLeft 2.4s;
}
.swiper-slide.swiper-slide-active .step-card:nth-child(5){
    animation: fadeInLeft 2.8s;
}
.swiper-slide.swiper-slide-active .step-card:nth-child(6){
    animation: fadeInLeft 3.2s;
} */
.swiper-slide.swiper-slide-active .step-card {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInLeft 1s forwards;
}

.swiper-slide.swiper-slide-active .step-card:nth-child(1) {
    animation-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .step-card:nth-child(2) {
    animation-delay: 0.6s;
}

.swiper-slide.swiper-slide-active .step-card:nth-child(3) {
    animation-delay: 0.9s;
}

.swiper-slide.swiper-slide-active .step-card:nth-child(4) {
    animation-delay: 1.2s;
}

.swiper-slide.swiper-slide-active .step-card:nth-child(5) {
    animation-delay: 1.5s;
}

.swiper-slide.swiper-slide-active .step-card:nth-child(6) {
    animation-delay: 1.8s;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.step-card:after {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    right: -31px;
    bottom: -15px;
    z-index: -1;
    background: url('../images/step_bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.step-icon {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: 4px solid #fff;
}

.orange-icon {
    background: linear-gradient(135deg, #ff9a56 0%, #ffad56 100%);
}

.blue-icon {
    background: linear-gradient(135deg, #4a6fa5 0%, #5a7fb8 100%);
}

.step-number {
    position: absolute;
    bottom: -32px;
    left: 0px;
    background: linear-gradient(135deg, #ff9a56 0%, #ffad56 100%);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #fff;
}

.step-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 40px;
}

.step-content {
    color: #fff9f9;
    line-height: 1.3;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.step-card:nth-child(3) .arrow,
.step-card:nth-child(6) .arrow {
    display: none;
}



@media (max-width: 768px) {
    .workflow-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .step-card {
        margin-bottom: 20px;
    }
}

.workflow-title {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ======================= work flow ================== */

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}

.category-item {
    margin-bottom: 12px;
    animation: slideIn 0.6s ease forwards;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #2c3e50;
}

.category-item:hover {
    transform: translateY(-2px);
    border-color: #0b5ed7;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.category-name {
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.category-link:hover .category-name {
    color: #0b5ed7;
}

/* Toggle button */
.toggle-btn {
    background: linear-gradient(135deg, #6869c2, #764ba2);
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-link:hover .toggle-btn {
    background: linear-gradient(135deg, #764ba2, #6869c2);
    transform: scale(1.01);
}

/* Subcategory inside same box */
.subcategory-list {
    display: none;
    padding-left: 22px;
    list-style: none;
    padding-bottom: 15px;
}

.subcategory-list li {
    margin: 6px 0;
    margin-top: 0px;
}

.subcategory-list a {
    text-decoration: none;
    font-size: 14px;
    color: #444;
    transition: color 0.3s;
}

.subcategory-list a:hover {
    color: #0b5ed7;
}





























/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs {
        gap: 10px;
    }

    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .add-sticky-top ul {
        gap: 15px;
    }

    .add-sticky-top ul li a {
        font-size: 1rem;
        padding: 8px 15px;
    }

    .newsletter-section {
        margin: 0 20px;
    }

    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-form input {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 20px 20px;
        gap: 30px;
    }

    .footer-bottom {
        padding: 20px;
        flex-direction: column;
    }

    .footer-links {
        gap: 15px;
        justify-content: center;
    }

    .grid_requirements {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card_requirements {
        padding: 25px;
    }

    .card_requirements h2 {
        font-size: 18px;
    }

    .card_requirements p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .newsletter-text h3 {
        font-size: 20px;
    }

    .nav-tabs .nav-link {
        font-size: 0.8rem;
        padding: 8px 12px;
    }

    .add-sticky-top ul li a {
        font-size: 0.9rem;
        padding: 6px 12px;
    }

    .home_content h1 {
        font-size: 2rem;
    }

    .card_requirements {
        padding: 20px;
    }
}