@import 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/css/intlTelInput.css';
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

a {
    color: #211356;
    text-decoration: none;
}
.breadcrumb_sec_in {
    background: linear-gradient(180deg, #120837 4.51%, #482ABC 118%);
    padding: 40px 0px;
}

.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb-heading {
    color: #FFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.528px;
    margin-bottom: 5px;
}

.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a,
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li, 
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
    font-family: 'Rajdhani' !important;
}
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a:hover{
    color:#fffa00;
}
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li b{ 
    font-family: 'Rajdhani' !important;
}
.breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li+li:before {
    padding: 8px;
    content: "-";
}


.section-y {
    padding: 40px 0;
}

.section-t {
    padding-top: 40px;
}

.section-b {
    padding-bottom: 40px;
}

.inner-page-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}

.inner-page-sub-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.inner-page-sub-mini-heading {
    color: #231F20;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.inner-page-para {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}

.section-t p {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 10px; 
    font-family: 'DM Sans';
        text-align: justify;
}

.section-y p {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}

strong {
    font-weight: 500;
    color: #0A143C;
}

.list-dark ul {
    margin: 0;
    padding-left: 20px;
}

.list-dark li,
.list-light li {
    position: relative;
    list-style: none;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 7px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
 
.list-dark li::before {
    content: url(../images/icons/play_arrow.png);
    position: absolute;
    left: -25px;
    top: 2px;
    width: 20px;
    height: 20px;
} 

.list-light {
    margin: 0;
    padding-left: 35px;
}

.list-light li::before {
    content: url(../images/icons/play_arrow.png);
    position: absolute;
    left: -20px;
    top: 2px;
    width: 20px;
    height: 20px;
    opacity: .5;
}

.left-content-sec {
    /* background: linear-gradient(270deg, rgba(217, 217, 217, 0.00) 48.85%, #12024A 144.27%); */
    padding: 50px 0;
    margin-bottom: 1rem;
}

.left-content-sec .left-content-sec-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.left-content-sec .left-content-sec-para {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}
.products-detail-sec-box .list-dark li {
    font-size: 16px;
    width: 47%;
    float: left;
    justify-content: start;
    margin-right: 3%;
}
.right-content-sec {
    /* background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 48.85%, #12024A 144.27%); */
    padding: 50px 0;
    text-align: end;
    margin-bottom: 1rem;
}

.right-content-sec .right-content-sec-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.right-content-sec .right-content-sec-para {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}

.right-content-sec .right-content-sec-img,
.left-content-sec .left-content-sec-img {
    width: 100%;
}

.tabber-sec {
    padding: 60px 0;
}

.tabber-sec .nav-sec {
    box-shadow: 4px 4px 12px 1px rgba(110, 109, 152, 0.25);
    border-radius: 0 0 10px 10px;
}

.tabber-sec .tab-content {
    margin-bottom: 1rem;
}

.tabber-sec .nav-pills {
    justify-content: flex-start;
    z-index: 9;
    position: relative;
    gap: 10px;
    overflow-x: auto;
    /* background: linear-gradient(180deg, #fff300bf 6.13%, #211356a1 107%); */
    flex-wrap: wrap;
    max-height: 400px;
}

@media (min-width: 767px) {
    .tabber-sec .nav-pills.col-md-5 {
        display: block;
    }

    .tabber-sec .nav-pills.col-md-5 li.nav-item {
        flex: 0 0 auto;
        width: 100%;
    }
}
.tabber-sec .nav-pills .btn-style {
    margin: 10px;
    border-radius: 10px;
}
/* 
.tabber-sec .nav-pills .nav-link {
    color: #333;
    color: #6e6e73;
    font-size: 18px;
    font-weight: 400;
    font-weight: 500;
    line-height: 145%;
    border-radius: 0;
    padding: 10px;
}

.tabber-sec .nav-pills .nav-link:hover {
    color: #231f20;
}

.tabber-sec .nav-pills .nav-link.active, .tabber-sec .nav-pills .show>.nav-link {
    color: #231f20;
    font-weight: 500;
    line-height: 145%;
    background: transparent;
    border-bottom: 2px solid #1B1D70;
    background: #1B1D70;
    color: #fff;
} */

.tabber-sec .tab-pane {
    padding: 15px;
    border-radius: 10px;
    background: #FFF;
}

.tabber-sec .tab-pane .tabber-sec-box {
    border-radius: 10px;
    background: #eeeeee9e;
    padding: 15px 20px;
}

.tabber-sec .tabber-sec-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 5px;
}

.tabber-sec p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 10px; 
    font-family: "Rajdhani", sans-serif;
}

.tabber-sec .inner-tabber-sec.nav-pills {
    background: linear-gradient(180deg, #FFF 6.13%, #f1a6a8 107%);
}
.products-detail-sec-box .btn-style { 
    font-family: "Rajdhani", sans-serif;
}
.products-detail-sec-box .btn-style::after { 
    border: 1px solid transparent; 
}
.product-sub-menu {
    max-height: 200px;
    overflow: auto;
}
.product-sub-menu li {
    list-style: circle;
    font-size: 16px;
    color: #1d3897;
}
.product-sub-menu li:hover {
    color: #000;
}
.product-sub-menu a {
    padding-bottom: 2px;
    color: #1d3897;
}
.product-sub-menu a:hover {
    text-decoration: underline;
    color: #000;
}

.table {
    text-align: left;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #E5E9FF;
}
.table tr th {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
    background: #211356;
    border: 1px solid;
}

.table>:not(caption)>*>* {
    padding: 8px 15px;
}

.faqs {
    padding: 40px 0;
}

.faqs .faqs-sec .faqs-sec-heading {
    color: #231F20;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
}

.faqs .faqs-sec .card {
    border: none;
    border-bottom: 1px solid #8F8F8F;
    border-radius: 0;
    margin-bottom: 15px;
}

.faqs .faqs-sec .card:last-child {
    border: none;
}

.faqs .faqs-sec .card-header {
    padding: 5px 0;
    border: none;
    background: transparent;
}

.faqs .faqs-sec .faqs-sec-btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    gap: 10px;
    border: none;
}

.faqs .faqs-sec .faqs-sec-btn .btn-content {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    text-align: left;
}

.faqs .faqs-sec .faqs-sec-btn .plus-icon {
    transition: .7s;
    transform: rotate(45deg);
}

.faqs .faqs-sec .faqs-sec-btn.collapsed .plus-icon {
    transform: rotate(360deg);
    transition: .7s;
}

.faqs .faqs-sec .card-body,
.faqs .faqs-sec .card-body p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    /* 23.2px */
    padding: 0;
    text-align: justify;
}

.faqs .faqs-sec .card-body {
    padding-bottom: 15px;
}

.more-information-sec {
    background: url(../images/resource/more-information.webp) lightgray -2.415px 2.595px / 30.912% 99.241% no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 50px 0;
}

.more-information-sec .more-imp-sec-heading {
    color: #686868;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.more-information-sec .more-imp-sec-para {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    /* 20.3px */
    margin-bottom: 20px;
}

.more-information-sec .form-section .form-control {
    border-radius: 5px;
    border: 0.5px solid #00000052;
    opacity: 0.7;
    background: #FFF;
    margin-bottom: 15px;
}

.form-group .text-content-end {
    text-align: left !important;
}

.iti {
    display: block;
    margin-bottom: 1rem;
}
#country-code-input {
    position: absolute;
}
.more-information-sec .form-section .button-style {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    transition: .7s;
}

.more-information-sec .form-section .button-style:hover {
    transition: .7s;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 55%);
}

.img-sticky {
  position: relative; /* default before scroll */
  transition: all 0.7s ease;
  max-width: 350px;
  padding-top: 40px;
}

.img-sticky.stuck {
  position: sticky;
  top: 100px;
  max-width: 350px;
  transition: all 0.7s ease;
  padding-top: 0;
}

.list-product {
    background: #fff;
    border-radius: 5px;
    padding: 20px 8px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 1rem;
    height: 100%;
}
.list-product .list-product-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    height: 100%;
}
.list-product .list-product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/*.list-product .list-product-img img {
    max-width: 115px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 8px #454545;
}*/
.list-product .list-product-img img {
    width: 110px;
    object-fit: contain;
    border-radius: 8px;
   /* box-shadow: 0 0 8px #454545;*/
    height: 110px;
    max-width: none;
    padding: 0px;
}
.list-product .btn-style {
    display: inline-flex;
    padding: 8px 10px 10px;
    padding: 10px 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #211356;
    color: #FFF !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-family: 'Rajdhani';
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.176px;
    position: relative;
    margin-left: 0px;
    transition: .7s;
    width:130px;
}
.list-product .btn-style:hover {
    background: #ffff00;
    color: #000 !important;
}
.list-product .list-product-content .approval {
    padding-left: 0;
    margin-bottom: 1px;
}
.list-product .list-product-content .approval li {
    display: inline-block;
    /* background: #fff971; */
    /* border-radius: 10px; */
    padding: 0px 6px 0px;
    padding:0px 6px 0px 2px;
    line-height: 97%;
    color: #211356;
    font-weight: 700;
    font-weight: 600;
    font-size: 13px;
    border-right: 1px solid #838383;  
    font-family: 'Rajdhani';
}
.list-product .list-product-content .approval li:first-child {
    padding-left: 0;
}
.list-product .list-product-content .approval li:last-child {
    border: none;
}
.list-product .list-product-content .model-name, .list-product .list-product-content .model-name a {
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Rajdhani';
    transition: .7s;
    min-height: 40px;
}
.list-product .list-product-content p {
    font-family: 'Rajdhani';
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
}

.list-product .list-product-content p.range {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.list-product .list-product-content .model-name a:hover {
     text-decoration: none;
   /* background: #3c229e;*/
    color: #fff;
    display: block;
    border-radius: 4px;
    transition: .3s;
    color:#3500ff;
    color:#3399ff;
        color: #4d8ef5;
    text-decoration: underline;
}
.list-product .list-product-content .info-para {
    font-size: 13px;
    color: #454545;
    line-height: 140%;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400; 
    text-align: justify;
    padding-right: 10px;
    display:none;
}

ul.footer-social li {
    padding: 8px 10px;
    background: #ededed;
    border-radius: 10px;
    align-items: center;
    display: flex;
    box-shadow: 2px 2px 0px #ccc;
    transition: .7s;
}

ul.footer-social li:hover { 
    background: #b7b7b7; 
    transition: .7s;
}
@media (max-width: 1200px) {
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb-heading {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in p {
        font-size: 16px;
    }

    .section-y {
        padding: 30px 0;
    }

    .section-t {
        padding-top: 30px;
    }

    .section-b {
        padding-bottom: 30px;
    }

    .inner-page-heading {
        font-size: 32px;
    }

    .inner-page-para {
        font-size: 16px;
    }

    .list-dark li,
    .list-light li {
        font-size: 16px;
        line-height: normal;
    }
    .right-content-sec,
    .left-content-sec {
        background: #c7bee7;
    }

    .left-content-sec .left-content-sec-heading,
    .right-content-sec .right-content-sec-heading {
        font-size: 20px;
    }

    .left-content-sec .left-content-sec-para,
    .right-content-sec .right-content-sec-para {
        font-size: 15px;
    }

    .tabber-sec p {
        font-size: 16px;
        line-height: normal;
    }

    .tabber-sec {
        padding: 30px 0;
    }

    .tabber-sec .tabber-sec-heading {
        font-size: 24px;
    }
    .table tr th {
        font-size: 18px;
        line-height: normal;
    }
    .faqs {
        padding: 40px 0;
    }
    .faqs .faqs-sec .faqs-sec-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .faqs .faqs-sec .faqs-sec-btn .btn-content {
        font-size: 17px;
    }

    .faqs .faqs-sec .card-body,
    .faqs .faqs-sec .card-body p {
        font-size: 15px;
    }

    .more-information-sec {
        padding: 40px 0;
    }
    .more-information-sec .more-imp-sec-heading {
        font-size: 36px;
    }

    .more-information-sec .form-section .button-style {
        font-size: 17px;
        padding: 7px 20px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_sec_in {
        padding: 40px 0px;
    }
    .tabber-sec .nav-pills .nav-link {
        font-size: 16px;
        line-height: normal;
        padding: 8px;
    }
    .faqs {
        padding: 30px 0;
    }
    .faqs .faqs-sec .faqs-sec-heading {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .more-information-sec {
        padding: 30px 0;
    }
    
}

@media (max-width: 767px) {
    .breadcrumb_sec_in {
        padding: 30px 0px;
    }

    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li a,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb li,
    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in p {
        margin-bottom: 7px;
    }

    .breadcrumb_sec_in .breadcrumb_content_in .breadcrumb {
        margin-bottom: 0;
    }

    .breadcrumb_sec_in .breadcrumb_box_in .breadcrumb_content_in .breadcrumb-heading {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .tabber-sec .nav-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .faqs {
        padding: 25px 0;
    }
    .more-information-sec {
        padding: 25px 0;
    }
    .more-information-sec .more-imp-sec-heading {
        font-size: 28px;
    }
    .list-product {
        height: auto;
    }
}

@media (max-width: 576px){
    .faqs {
        padding: 20px 0;
    }
    .faqs .faqs-sec .faqs-sec-btn .btn-content {
        font-size: 15px;
        text-align: left;
        margin-bottom: 0px;
    }
    .more-information-sec {
        padding: 20px 0;
    }

    .more-information-sec {
        padding: 20px 0;
    }
    .list-product .list-product-img img {
        max-width: 100%;
    }
    .list-product .list-product-info {
       /* flex-wrap: wrap;*/
        gap: 10px;
    }
    .list-product .list-product-content .approval {
    padding-left: 0px;
    margin-bottom: 10px;
}

}


@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu .col-xl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.industry-leaders .btn-style{
        border: 1px solid!important;
}


:root {
      --primary:   #2d3a8c;
      --primary-dk:#1e2a6e;
      --accent:    #4f5fcf;
      --surface:   #f4f6fb;
      --border:    #dde1ef;
      --label:     #4a4e69;
      --muted:     #8a90b0;
      --radius:    8px;
    }
    /* ── Tab header ── */
    .reg-tabs {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .reg-tab-btn {
      padding: .9rem 1rem;
      font-size: .83rem;
      font-weight: 600;
      letter-spacing: .03em;
      border: none;
      cursor: pointer;
      transition: background .2s, color .2s;
      text-align: center;
    }
    .reg-tab-btn.active {
      background: var(--primary);
      color: #fff;
    }
    .reg-tab-btn:not(.active) {
      background: #eceef6;
      color: var(--label);
    }
    .reg-tab-btn:not(.active):hover {
      background: #dde1ef;
    }
 
    /* ── Body ── */
    .reg-body {
      padding: 2rem 2.25rem 1.75rem;
    }
 
    /* ── Required notice ── */
    .req-note {
      font-size: .76rem;
      color: #c0392b;
      margin-bottom: 1.4rem;
    }
 
    /* ── Form rows ── */
    .form-row {
      display: grid;
      grid-template-columns: 150px 1fr;
      align-items: center;
      gap: .5rem 1rem;
      margin-bottom: 1rem;
    }
    .form-row label {
      font-size: .82rem;
      font-weight: 500;
      color: var(--label);
      text-align: right;
    }
    .form-row label .req {
      color: #c0392b;
      margin-left: 1px;
    }
 
    /* ── Inputs ── */
    .form-control, .form-select {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      font-size: .85rem;
      font-family: inherit;
      color: #2b2d42;
      background: #fff;
      padding: .48rem .75rem;
      transition: border-color .2s, box-shadow .2s;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(79,95,207,.12);
      outline: none;
    }
    .form-control::placeholder { color: var(--muted); font-size: .82rem; }
 
    /* ── Avatar row ── */
    .avatar-wrap {
      display: flex;
      align-items: center;
      gap: .75rem;
    }
    .avatar-placeholder {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .avatar-placeholder svg { width: 20px; height: 20px; fill: var(--muted); }
    .btn-file-choose {
      font-size: .78rem;
      font-weight: 500;
      background: #eceef6;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: .38rem .85rem;
      color: var(--label);
      cursor: pointer;
      white-space: nowrap;
      transition: background .2s;
    }
    .btn-file-choose:hover { background: var(--border); }
    .file-name {
      font-size: .78rem;
      color: var(--muted);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    input[type="file"] { display: none; }
 
    /* ── Currency radios ── */
    .currency-group {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem 1.25rem;
      align-items: center;
    }
    .currency-group .form-check {
      display: flex;
      align-items: center;
      gap: .35rem;
      margin: 0;
      padding: 0;
    }
    .currency-group .form-check-input {
      width: 15px;
      height: 15px;
      margin: 0;
      accent-color: var(--primary);
      cursor: pointer;
    }
    .currency-group .form-check-label {
      font-size: .83rem;
      color: var(--label);
      cursor: pointer;
      line-height: 1;
    }
 .downloadImg{
         width: 130px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 15px;
 }
    /* ── Divider ── */
    .reg-divider {
      border: none;
      border-top: 1px solid var(--border);
      margin: 1.5rem 0 1.25rem;
    }
 
    /* ── Footer buttons ── */
    .reg-footer {
      display: flex;
      justify-content: flex-end;
    }
    .btn-next {
      background: var(--primary);
      color: #fff;
      font-size: .84rem;
      font-weight: 600;
      border: none;
      border-radius: var(--radius);
      padding: .55rem 1.75rem;
      cursor: pointer;
      transition: background .2s, transform .15s;
      letter-spacing: .02em;
    }
    .btn-next:hover {
      background: var(--primary-dk);
      transform: translateY(-1px);
    }
    .btn-next:active { transform: none; }
 
    /* ── Company tab (hidden by default) ── */
    .tab-pane { display: none; }
    .tab-pane.active { display: block; }
 
    /* ── Validation styles ── */
    .form-control.is-invalid,
    .form-select.is-invalid {
      border-color: #e74c3c !important;
      box-shadow: 0 0 0 3px rgba(231,76,60,.1) !important;
      background-image: none;
    }
    .form-control.is-valid,
    .form-select.is-valid {
      border-color: #27ae60 !important;
      box-shadow: 0 0 0 3px rgba(39,174,96,.08) !important;
      background-image: none;
    }
    .field-error {
      font-size: .73rem;
      color: #e74c3c;
      margin-top: .3rem;
      display: block;
      grid-column: 2;
    }
    .currency-error {
      font-size: .73rem;
      color: #e74c3c;
      margin-top: .3rem;
      display: block;
    }
 
    /* ── Responsive ── */
    @media (max-width: 520px) {
      .reg-body { padding: 1.5rem 1.25rem 1.25rem; }
      .form-row {
        grid-template-columns: 1fr;
        gap: .25rem;
      }
      .form-row label { text-align: left; }
    }
    
    
.product-categories .btn.btn-style{
	display:none
}
    
     
.job-info {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.job-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.job-info ul li {
	padding: 10px 0;
	border-bottom: 1px solid #dee2e6;
}

.job-info ul li:last-child {
	border-bottom: none;
}

.section-title {
	font-weight: 600;
	margin-bottom: 15px;
	    font-family: "Rajdhani", sans-serif;
} 
.job-info h4{
    font-family: "Rajdhani", sans-serif;
}

.inner_blog_content h1{
    font-family: 'Rajdhani';
    font-size: 30px;
    font-weight: 700;
}

.inner_blog_content h1,h2,h3{
    font-family: 'Rajdhani'; 
}
.inner_blog_content h3{
    font-size: 20px;
    font-weight: 700;
}

.inner_blog_content img{
    border-radius: 10px;
    margin: 20px;
}

.inner_blog_content h2{
    font-size: 26px;
    font-weight: 700;
}
/* Badge */
  .Apply-Now  .badge {
      display: inline-block;
      background: #dce8f5;
      color: #3a6fa8;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 20px;
      margin-bottom: 16px;
    }
 
  .Apply-Now h1 {
      font-size: 30px;
      font-weight: 700;
      color: #111;
      margin-bottom: 6px;
      letter-spacing: -0.3px;
      font-family: 'Rajdhani';
    }
 
    .Apply-Now  .subtitle {
      font-size: 15px;
      color: #888;
      margin-bottom: 32px;
    }
 
    /* Summary Cards */
    .Apply-Now  .summary-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-bottom: 28px;
    }
 
   .Apply-Now  .summary-card {
      background:#f3f3f3;
      border-radius: 10px;
      padding: 18px 12px;
      text-align: center;
    }
 
   .Apply-Now  .summary-card svg {
      width: 22px;
      height: 22px;
      stroke: #555;
      fill: none;
      stroke-width: 1.6;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
      margin: 0 auto 8px;
    }
 
   .Apply-Now  .summary-card .label {
      font-size: 12px;
      color: #888;
      margin-bottom: 4px;
    }
 
  .Apply-Now   .summary-card .value {
      font-size: 13px;
      font-weight: 600;
      color: #111;
      line-height: 1.4;
    }
 
    /* Section Cards */
 .Apply-Now .section-card {
      background: white;
      border: 1px solid #e4e0da;
      border-radius: 14px;
      padding: 24px;
      margin-bottom: 16px;
    }
 
   .Apply-Now  .section-title {
      font-size: 18px;
      font-weight: 600;
      color: #111;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
 
   .Apply-Now  .section-title svg {
      width: 18px;
      height: 18px;
      stroke: #555;
      fill: none;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }
 
    /* Tables */
  .Apply-Now   table {
      width: 100%;
      border-collapse: collapse;
      font-size: 13.5px;
    }
 
   .Apply-Now  thead tr { background: #f3f3f3; }
 
   .Apply-Now  th {
          padding: 9px 14px;
    text-align: left;
    font-weight: 500;
    color: #404040;
    border-bottom: 1px solid #ece9e4;
    font-size: 15px;
    }
 
   .Apply-Now  td {
      padding: 10px 14px;
      border-bottom: 1px solid #f0ede8;
      color: #222;
      vertical-align: middle;font-size: 15px;
    }
 
  .Apply-Now   tr:last-child td { border-bottom: none; }
 
  .Apply-Now   .num-col { color: #aaa; width: 40px; font-size: 13px; }
  .Apply-Now   .field-col { color: #999; width: 170px; font-size: 13px; }
   .Apply-Now  .skill-label { font-weight: 600; color: #111; width: 160px; }
 
    /* Apply Button */
   .Apply-Now  .apply-btn {
      display: block;
      width: 100%;
      padding: 15px;
      background: white;
      color: #111;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      transition: background 0.15s;
      margin-top: 4px;
      letter-spacing: 0.01em;
    }
 
     .Apply-Now .apply-btn:hover { background: #f5f3f0; }
 
    @media (max-width: 600px) {
     .Apply-Now  .summary-grid { grid-template-columns: repeat(2, 1fr); }
      h1 { font-size: 22px; }
     .Apply-Now  .section-card { padding: 18px; }
    }