.slider_section {
    position: relative;
    background-color: var(--color-dark);
    padding: 60px 0;
    overflow: hidden;
    z-index: 1;
}

.overlay_sliderbg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(16, 35, 58, 0.97) 0%,
            rgba(16, 35, 58, 0.90) 46%,
            rgba(16, 35, 58, 0.62) 100%),
        repeating-linear-gradient(90deg,
            #243B55 0 2px,
            #1B2E45 2px 46px),
        linear-gradient(180deg,
            #2B4460 0%,
            #16283D 100%);

    z-index: 0;
    pointer-events: none;
}

.slider_section .container {
    position: relative;
    z-index: 2;
}

.slider_content_div>h1 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}

.slider_content_div>p {
    font-size: 16px;
    color: var(--theme-color4);
    margin-top: 22px;
    max-width: 600px;
    line-height: 30px;
    text-align: justify;
}

.slider_btn_div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding-bottom: 27px;
}

.slider_btn_div>a:nth-child(1) {
    display: inline-block;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 11px 22px;
    text-decoration: none;
    border: .5px solid rgba(255, 255, 255, .16);
    background-color: var(--color-white);
}



.slider_btn_div>a:nth-child(2) {
    display: inline-block;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 11px 22px;
    text-decoration: none;
    border: .5px solid rgba(255, 255, 255, .16);
    background-color: transparent !important;
    color: var(--color-white);
}

.slider_bottom_line>p {
    font-size: 13px;
    color: var(--theme-color4);
    margin-top: 17px;
    max-width: 600px;
    line-height: 30px;
}

.banner_image_div>img {
    display: block;
    mask-image: linear-gradient(to right, transparent 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 100%, transparent 100%);
    border-radius: 0px 10px 10px 0px;
}

/* css start */



.four_point_section {
    background-color: var(--color-white);
    padding: 0px 10px;
    margin-top: 0px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 2px;
    border-bottom: 1px solid #eae6de;
}

.four_point_main_div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-content: center;
    place-content: center;
    justify-content: center;
    gap: 0px;
}

.four_point_item {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--color-white);

    padding: 15px 5px 15px 20px;
    border-right: 1px solid #eae6de;

}

.four_point_item:hover:nth-child(1) {
    background-color: var(--color-white) !important;
}

.four_point_item:hover {
    background-color: #f4f1ed;
}

.four_point_item:nth-last-child(1) {
    border: none !important;
}

.item_img_box_four {
    height: 70px;
    width: 70px;
    line-height: 64px;
    border: 1px solid var(--theme-color5);
    flex-shrink: 0;
    border-radius: 10px;
    text-align: center;
}

.item_img_box_four>img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.four_item_content_div>a>h5 {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 17px;
    position: relative;
}

.four_item_content_div>a>h5::after {
    content: '';
    height: 3px;
    width: 30px;
    background-color: #ded7ca;
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-radius: 6px;
}

.four_item_content_div>a>p {
    color: var(--body-text-color);
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0px !important;
}

/* css end */


/* css start */
.about_section {
    position: relative;
    padding: 60px 0px 20px 0px;
    overflow: hidden;
    background: linear-gradient(310deg, var(--color-white) 0%, var(--color-white) 45%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0) 75%),
        url("../images/abbg01.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


.about_us_main_div {
    position: relative;
    z-index: 2;
    padding-right: 25px;
}


.about_small_title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.about_small_title>span:first-child {
    color: var(--theme-color8);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_line {
    width: 42px;
    height: 1px;
    background: var(--theme-color8);
    opacity: .5;
}


.about_us_main_div>h1 {
    color: var(--color-dark);
    font-size: 47px;
    line-height: 57px;
    font-weight: 600;
    margin: 0 0 13px;
}

.about_us_main_div>h1>span {
    color: var(--theme-color8);
}


.about_title_decor {
    width: 150px;
    position: relative;
    margin: 5px 0 25px;
}

.about_title_decor::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--theme-color8);
}


.about_us_main_div>h3 {
    color: var(--color-dark);
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
}


.about_us_main_div>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: justify;
}


.about_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 13px;
    margin-top: 22px;
}


.about_feature_item {
    display: flex;
    align-items: center;
    gap: 10px;
}


.about_feature_item p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}


.feature_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient-color);
    color: var(--color-white);
    font-size: 18px;
}


.about_us_btn_div {
    margin-top: 25px;
}


.about_us_btn_div>a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 12px 22px;
    background: var(--color-dark);
    border-radius: 6px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}


.about_us_btn_div>a>i {
    color: var(--theme-color8);
    transition: .3s ease;
}


.about_us_btn_div>a:hover {
    background: var(--theme-color8);
    color: var(--color-white) !important;
}


.about_us_btn_div>a:hover>i {
    color: var(--color-white);
    transform: translateX(5px);
}


.about_visual_area {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 100px;
}


.about_main_image {
    position: relative;
    margin-left: 55px;
    overflow: visible;

}


.about_main_image>img {
    width: 100%;

    display: block;
    object-fit: cover;
    border-radius: 0 28px 0 0;
}


.about_quote_card {
    position: absolute;
    display: none;
    top: -35px;
    left: -95px;
    width: 210px;
    padding: 30px 30px 25px;
    background: var(--gradient-color);
    border: 1px solid var(--theme-color8);
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(0, 20, 45, .25);
    z-index: 5;
}


.quote_mark {
    color: var(--theme-color8);
    font-size: 65px;
    line-height: .65;
    font-weight: 900;
    margin-bottom: 15px;
}


.about_quote_card>p {
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    margin: 0;
}


.quote_line {
    display: block;
    width: 50px;
    height: 1px;
    background: var(--theme-color8);
    margin: 20px 0 15px;
}


.about_quote_card>strong {
    color: var(--theme-color8);
    font-size: 14px;
    font-weight: 600;
}


.about_values_card {
    position: relative;
    right: 0;
    left: 5px;
    bottom: -25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255, 255, 255, .97);
    border-radius: 18px;
    padding: 12px 10px 12px;
    box-shadow: 0 15px 45px rgba(9, 39, 70, .13);
    z-index: 6;
    margin-top: 30px;
}


.value_item {
    text-align: center;
    padding: 0 15px;
    position: relative;
}


.value_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: var(--color-white);
}


.value_icon {
    color: var(--theme-color8);
    font-size: 45px;
    margin-bottom: 12px;
}


.value_item>h4 {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}


.value_item>p {
    color: var(--body-text-color);
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    font-weight: 600;
}




/* counter css start */
.counter_section {
    padding: 30px 0px 30px 0px;
}

.counter_section .swiper {
    padding-bottom: 20px;
}

.about_counter_wrapper {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--gradient-color);
    border: 1px solid var(--theme-color8);
    border-radius: 15px;
    padding: 67px 20px 25px 20px;
    box-shadow: 0 10px 30px rgba(0, 25, 55, .1);
    justify-content: center;
}


.counter_item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 15px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

/*
.counter_item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background: var(--theme-color8);
    opacity: .8;
} */


.counter_icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border: 1px solid var(--theme-color8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color8);
    font-size: 22px;
}


.counter_content>h3 {
    color: var(--color-white);
    font-size: 29px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 7px;
}


.counter_content>p {
    color: var(--color-gray);
    font-size: 12px;
    line-height: 25px;
    margin: 0;
}

.counter-prev,
.counter-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--theme-color8);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.counter-prev,
.counter-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--theme-color8);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    top: auto;
    z-index: 10;
}

.counter-prev {
    left: 50%;
    transform: translateX(-55px);
}

.counter-next {
    right: 50%;
    transform: translateX(55px);
}

.counter-prev:hover,
.counter-next:hover {
    background: var(--color-dark);
}

.counter-prev::after,
.counter-next::after {
    display: none;
}

/* end */

/* start */
.slider_private_date_main_div {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    background: var(--gradient-color);
    border: 1px solid var(--theme-color8);
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 25, 55, .1);
}

.title_div_sslider_private {
    text-align: center;
    margin-bottom: 25px;
}


.title_div_sslider_private>h4 {
    color: var(--color-white);
    font-weight: 800;
    font-size: 30px;
}

.title_div_sslider_private>p {
    margin: auto;
    color: var(--color-white);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.slider_grid_main_div {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--gradient-color);
    justify-content: center;
    gap: 10px;
}

.slider_items_data {
    background-color: #1d374e;
    padding: 15px 10px;
    border-radius: 5px;
    border-top: 3px solid var(--theme-color8);
}

.slider_items_data>h4 {
    color: var(--theme-color8);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
}

.slider_items_data>p {
    margin: auto;
    color: var(--color-white);
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}


/* end */


/* start */

.dac-hero {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    background: var(--gradient-color);
    border: 1px solid var(--theme-color8);
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 25, 55, .1);
}


.dac-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    align-items: center;
    gap: 15px;
}

/* ================================
   LEFT CONTENT
================================ */

.dac-hero-content {
    max-width: 820px;
}

.dac-hero-subtitle {
    display: block;
    margin-bottom: 14px;

    color: var(--theme-color8);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.dac-hero-content>h1 {

    color: var(--color-white);
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px !important;
}

.dac-hero-content>h1>span {
    display: block;
    color: var(--theme-color8);
}

.dac-hero-content>p {
    margin: auto;
    color: var(--color-white);
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
}

/* ================================
   RIGHT IMAGE
================================ */

.dac-hero-image {
    width: 100%;
    overflow: hidden;
    height: 250px;
    border: 1px dashed rgba(151, 187, 220, 0.45);
    border-radius: 10px;

    background: var(--theme-color2);
}

.dac-hero-image img {
    width: 100%;
    height: 250px;
    display: block;

    object-fit: cover;
    object-position: center;
}


/* end */



/* start */
.slider_justice_date_main_div {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    background: var(--gradient-color);
    border: 1px solid var(--theme-color8);
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 25, 55, .1);
}

.title_div_sslider_justice {
    text-align: center;
    margin-bottom: 25px;
}


.title_div_sslider_justice>h4 {
    color: var(--color-white);
    font-weight: 800;
    font-size: 30px;
}

.title_div_sslider_justice>p {
    margin: auto;
    color: var(--color-white);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.slider_justice_grid_main_div {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--gradient-color);
    justify-content: center;
    gap: 10px;
}

.slider_justice_items_data {
    background-color: #1d374e;
    padding: 15px 10px;
    border-radius: 5px;
    border-top: 3px solid var(--theme-color8);
}

.slider_justice_items_data>h4 {
    color: var(--theme-color8);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.slider_justice_items_data>p {
    margin: auto;
    color: var(--color-white);
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
}


/* end */


/* css start */

.adr-services-section {
    position: relative;
    padding: 60px 0 50px;
    overflow: hidden;
    background: linear-gradient(310deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0) 75%),
        url("../images/servicebg01.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.adr-section-heading {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 35px;
}

.adr-small-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: var(--theme-color8);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.adr-small-title span {
    width: 60px;
    height: 1px;
    background: var(--theme-color8);
    position: relative;
}

.adr-small-title span:first-child::before,
.adr-small-title span:last-child::after {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--theme-color8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.adr-small-title span:first-child::before {
    left: 0;
}

.adr-small-title span:last-child::after {
    right: 0;
}

.adr-section-heading>h4 {
    color: var(--color-dark);
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.adr-section-heading>h4>strong {
    color: var(--theme-color8);
    font-weight: 600;
}

.heading-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.heading-decoration span {
    width: 45px;
    height: 2px;
    background: var(--theme-color8);
}

.heading-decoration i {
    width: 9px;
    height: 9px;
    display: block;
    background: var(--theme-color8);
    transform: rotate(45deg);
}

.adr-section-heading p {
    max-width: 760px;
    margin: auto;
    font-size: 15px;
    line-height: 1.6;
    color: var(--body-text-color);
    font-weight: 600;
}

.adr-service-card {
    position: relative;
    height: 100%;
    min-height: 310px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(7, 31, 61, 0.04);
    border-radius: 18px;
    padding: 20px 20px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 15px 40px rgba(7, 31, 61, 0.08);
    transition: all 0.35s ease;
    overflow: hidden;
}

.adr-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(7, 31, 61, 0.15);
}

.featured-card {
    border: 1px solid var(--theme-color8);
    background: radial-gradient(circle at top right, rgba(211, 154, 29, 0.11), transparent 40%), var(--color-white);
}

.featured-label {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px 9px 20px;
    background: linear-gradient(135deg, #e5b62f, #c98b08);
    color: var(--color-white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 0 17px 0 25px;
}

.service-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 8px 22px rgba(7, 31, 61, 0.12);
    transition: all 0.35s ease;
}

.service-icon img {
    width: 67px;
    height: 67px;
    object-fit: contain;
}

.adr-service-card:hover .service-icon {
    transform: translateY(-4px) scale(1.04);
}

.adr-service-card>h3 {
    font-size: 18px;
    color: var(--theme-color2);
    font-weight: 600;
    margin: 0;
}

.small-line {
    width: 28px;
    height: 2px;
    background: var(--theme-color8);
    margin: 12px auto;
}

.adr-service-card>p {
    font-size: 14px;
    line-height: 25px;
    color: var(--body-text-color);

    font-weight: 600;
}

.service-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.service-link>span {
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    background: var(--gradient-color);
    color: var(--color-white);
    font-size: 15px;
    transition: 0.3s ease;
    display: inline-block;
}


.service-link:hover {
    color: var(--theme-color8);
}


.service-link:hover span {
    transform: translateX(4px);
    background: var(--theme-color8);
}

.adr-trust-bar {
    max-width: 1100px;
    margin: 28px auto 0;
    padding: 14px 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 10px 30px rgba(7, 31, 61, 0.10);
}


.trust-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
}


.trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #dcdfe4;
}


.trust-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fffaf0;
    color: var(--theme-color8);
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(211, 154, 29, 0.15);
}


.trust-item span,
.trust-item strong {
    display: block;
}


.trust-item span {
    color: var(--body-text-color);
    font-size: 13px;
    font-weight: 600;
}


.trust-item strong {
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
}

/* end */

/* ================================
   Form Fill / Reference Process
================================ */

.form_fill_section {
    padding: 70px 0 65px;
    background: #ffffff;
}

.form_fill_heading {
    margin-bottom: 40px;
}

.form_fill_subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme-color8);
}

.form_fill_heading>h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-dark);
}


/* Steps Main */
.reference_steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #d8d0c3;
}


/* Single Step */
.reference_step_item {
    position: relative;
    height: 100%;
    padding: 30px 10px 30px;
}

.reference_step_item:hover {
    background-color: #f4f2ee;
}

.reference_step_item:not(:last-child) {
    border-right: 1px solid #d8d0c3;
}


/* Step Number */
.step_number {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .3px;
    color: var(--theme-color8);
}


/* Heading */
.reference_step_item>h4 {
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-dark);
}


/* Paragraph */
.reference_step_item>p {
    font-size: 14px;
    line-height: 27px;
    color: var(--body-text-color);
    font-weight: 500;
    text-align: justify;
}

.btn_div_form {
    margin-top: 25px;
}


.btn_div_form>a {
    color: var(--color-dark) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #d8d0c3;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.btn_div_form>a:hover {
    background-color: #d8d0c3;
}

/* css end */


/* css start */

.dac_focus_section {
    background-color: var(--theme-color5);
    padding: 50px 0px 50px 0px;
}

.dacfocus-section-heading {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 35px;
}

.dacfocus-small-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: var(--theme-color8);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.dacfocus-small-title span {
    width: 60px;
    height: 1px;
    background: var(--theme-color8);
    position: relative;
}

.dacfocus-small-title span:first-child::before,
.dacfocus-small-title span:last-child::after {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--theme-color8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dacfocus-small-title span:first-child::before {
    left: 0;
}

.dacfocus-small-title span:last-child::after {
    right: 0;
}

.dacfocus-section-heading>h4 {
    color: var(--color-dark);
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.dacfocus-section-heading>h4>strong {
    color: var(--theme-color8);
    font-weight: 600;
}

.heading-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.heading-decoration span {
    width: 45px;
    height: 2px;
    background: var(--theme-color8);
}

.heading-decoration i {
    width: 9px;
    height: 9px;
    display: block;
    background: var(--theme-color8);
    transform: rotate(45deg);
}

.dacfocus-section-heading p {
    max-width: 760px;
    margin: auto;
    font-size: 15px;
    line-height: 1.6;
    color: var(--body-text-color);
    font-weight: 600;
}

.dac_focus_swiper {
    position: relative;
    padding-bottom: 45px;
}

.dac_focus_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 350px;
}

.dac_focus_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dac_focus_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.dac_focus_overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px;

    background: linear-gradient(180deg,
            transparent 35%,
            rgba(7, 31, 61, 0.25) 55%,
            rgba(7, 31, 61, 0.95) 100%);
}

.dac_focus_content {
    position: relative;
    z-index: 2;
    transform: translateY(5px);
    transition: all 0.4s ease;
}

.dac_focus_content>span {
    display: inline-block;
    color: var(--theme-color8);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.dac_focus_content h4 {
    color: var(--color-white);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 6px;
}

.dac_focus_content p {
    color: var(--color-gray);
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
}

.dac_focus_item:hover .dac_focus_img img {
    transform: scale(1.08);
}

.dac_focus_item:hover .dac_focus_content {
    transform: translateY(0);
}

/* end */



/* css start */

.statutory_arbitration_section {
    position: relative;
    padding: 60px 0 60px;
    background: linear-gradient(310deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0) 75%),
        url("../images/bgimg01.png");

}


.statutory_title_div {
    position: relative;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 45px;
}


.statutory_title_div>span {
    display: inline-block;
    position: relative;
    color: var(--theme-color8);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}


.statutory_title_div>span::before,
.statutory_title_div>span::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    background: var(--theme-color8);
}


.statutory_title_div>span::before {
    left: -55px;
}


.statutory_title_div>span::after {
    right: -55px;
}


.statutory_title_div>h4 {
    color: var(--color-dark);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}


.statutory_title_div>p {
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}


.statutory_title_shape {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}


.statutory_title_shape span {
    width: 65px;
    height: 1px;
    background: var(--theme-color8);
}


.statutory_title_shape i {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 8px;
    background: var(--theme-color8);
    transform: rotate(45deg);
}


.statutory_left_content {
    padding-right: 25px;
    position: sticky;
    top: 145px;
}


.statutory_left_content>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: justify;
}


.statutory_quote_box {
    position: relative;
    padding: 28px 25px 25px;
    background:
        linear-gradient(135deg,
            #071f3d 0%,
            #0b315c 100%);

    border-radius: 12px;
    border-left: 5px solid var(--theme-color8);
    box-shadow: 0 15px 35px rgba(7, 31, 61, 0.15);
    overflow: hidden;
    margin: 20px 0px 30px 0px;
}


/* background quote */

.statutory_quote_box::after {
    content: "“";
    position: absolute;
    right: 15px;
    bottom: -55px;
    color: rgba(255, 255, 255, 0.04);
    font-size: 180px;
    line-height: 1;
}


.quote_icon {
    height: 30px;
    color: var(--theme-color8);
    font-size: 55px;
    line-height: 45px;
    font-weight: 700;
}


.statutory_quote_box>p {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}


.statutory_quote_box>span {
    position: relative;
    z-index: 2;
    display: block;
    color: var(--theme-color8);
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}


.statutory_stats_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
    padding: 17px 10px;
    background: var(--color-white);
    border: 1px solid var(--theme-color5);
    border-radius: 12px;
    box-shadow:
        0 8px 25px rgba(7, 31, 61, 0.07);
}


.statutory_stat_item {
    position: relative;
    text-align: center;
    padding: 0 10px;
}


.statutory_stat_item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #ded7ca;
}


.stat_icon {
    color: var(--theme-color2);
    font-size: 26px;
    margin-bottom: 5px;
}


.statutory_stat_item strong {
    display: block;
    color: var(--theme-color8);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}


.statutory_stat_item span {
    display: block;
    color: var(--body-text-color);
    font-size: 11px;
    font-weight: 700;
}


/*  ACCORDION css */

.statutory_accordion .accordion-item {
    position: relative;
    margin-bottom: 14px;
    border: 1px solid #e7e1d7;
    border-radius: 12px !important;
    background: var(--color-white);
    overflow: hidden;
    box-shadow:
        0 8px 25px rgba(7, 31, 61, 0.06);
    transition: all 0.3s ease;
}


.statutory_accordion .accordion-item:hover {
    transform: translateY(-3px);
    border-color: var(--theme-color8);
    box-shadow:
        0 15px 35px rgba(7, 31, 61, 0.10);
}

.statutory_accordion .accordion-item:has(.accordion-button:not(.collapsed))::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--theme-color8);
    z-index: 5;
}


.statutory_accordion .accordion-button {
    display: flex;
    align-items: center;
    padding: 20px 22px;
    background: var(--color-white);
    box-shadow: none !important;
    color: var(--theme-color2);
    position: relative;
}

.statutory_accordion .accordion-button::before {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 30px;
    content: "+";
}


.statutory_accordion .accordion-button:not(.collapsed) {
    background:
        linear-gradient(90deg,
            rgba(200, 166, 96, 0.09),
            var(--color-white) 45%);
    color: var(--theme-color2);
}



.accordion_number {
    min-width: 65px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid var(--theme-color8);
    color: var(--theme-color2);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}



.accordion_heading {
    padding-right: 20px;
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}



.statutory_accordion .accordion-body {
    padding: 5px 35px 28px;
    border-top: 1px solid #eee8de;
}


.statutory_accordion .accordion-body>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    margin: 15px 0 18px;
}


.statutory_reference {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 18px;
    border-radius: 9px;
    background:
        linear-gradient(110deg,
            #f8f3e9,
            #fcfaf6);
}


.reference_icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color2);
    color: var(--color-white);
    font-size: 17px;
}


.statutory_reference p {
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
}

/*  */


.msme_content_main_div>h4 {
    color: var(--color-dark);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}

.msme_content_main_div>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
}

.msme_box_div_main {
    border: 1px solid var(--color-gray);
    border-radius: 2px;
    border-left: 3px solid var(--theme-color8);
    padding: 20px 20px;
    height: 100%;
}

.msme_box_div_main>h4 {
    color: var(--color-dark);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}

.msme_box_div_main>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px !important;
    text-align: justify;

}



.msme_box_div_main2 {
    border: 1px solid var(--color-gray);
    border-radius: 2px;
    padding: 20px 20px;
    height: 100%;
}

.msme_box_div_main2>h4 {
    color: var(--color-dark);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}

.msme_box_div_main2>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px !important;
    text-align: justify;
}

.government_main_div {
    margin-top: 30px;
}

.text_data_grid {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 10px;
    align-items: center;
}


.text_data_div>h4 {
    color: var(--theme-color8);
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}


.text_data_div>h5 {
    color: var(--color-dark);
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 33px;
}

.text_data_div>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px !important;
    text-align: justify;
}

.gov_btn_div {
    margin-top: 20px;
}

.gov_btn_div>a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 12px 22px;
    background: var(--theme-color8);
    border-radius: 6px;
    color: var(--color-dark) !important;
    font-size: 14px;
    font-weight: 700;
    transition: .3s ease;
}

.gov_btn_div>a:hover {
    background-color: var(--color-dark);
    color: var(--color-white) !important;
}

/* end */

/* ==========================================
   ARBITRATION PANEL SECTION
========================================== */

.arbitration_panel_section {
    position: relative;
    padding: 65px 0 70px;
    overflow: hidden;

    background:
        radial-gradient(circle at 90% 15%,
            rgba(200, 166, 96, 0.10),
            transparent 25%),
        #f9f8f5;
}


/* subtle decorative circle */

.arbitration_panel_section::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -180px;
    top: -150px;

    border: 1px solid rgba(200, 166, 96, 0.15);

    border-radius: 50%;
}


/* ==========================================
   HEADING
========================================== */

.panel_title_div {
    max-width: 980px;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
}


.panel_title_div>span {
    position: relative;
    display: inline-block;
    color: var(--theme-color8);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}


.panel_title_div>span::before,
.panel_title_div>span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: var(--theme-color8);
}


.panel_title_div>span::before {
    left: -55px;
}


.panel_title_div>span::after {
    right: -55px;
}


.panel_title_div>h2 {
    color: var(--theme-color2);
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}


.panel_title_div>p {
    max-width: 950px;
    margin: auto;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;

}

/*  */


.panel_title_div2 {
    max-width: 980px;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
}


.panel_title_div2>span {
    position: relative;
    display: inline-block;
    color: var(--theme-color8);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}


.panel_title_div2>span::before,
.panel_title_div2>span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: var(--theme-color8);
}


.panel_title_div2>span::before {
    left: -55px;
}


.panel_title_div2>span::after {
    right: -55px;
}


.panel_title_div2>h2 {
    color: var(--theme-color2);
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}


.panel_title_div2>p {
    max-width: 950px;
    margin: auto;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}


/* title decoration */

.panel_title_shape {

    display: flex;

    justify-content: center;
    align-items: center;

    margin-top: 18px;
}


.panel_title_shape span {

    width: 60px;
    height: 1px;

    background: var(--theme-color8);
}


.panel_title_shape i {

    width: 9px;
    height: 9px;

    margin: 0 8px;

    display: block;

    background: var(--theme-color8);

    transform: rotate(45deg);
}


/* ==========================================
   SEARCH BOX
========================================== */

.panel_search_box {

    max-width: 950px;

    margin: 0 auto 30px;

    padding: 12px;

    display: flex;

    align-items: center;

    gap: 15px;

    background: var(--color-white);

    border: 1px solid #e6dfd2;

    border-radius: 12px;

    box-shadow:
        0 8px 25px rgba(7, 31, 61, 0.06);
}


.panel_search_input {

    position: relative;

    flex: 1;
}


.panel_search_input>i {

    position: absolute;

    left: 18px;
    top: 50%;

    transform: translateY(-50%);

    color: var(--theme-color8);

    font-size: 15px;
}


.panel_search_input>input {

    width: 100%;

    height: 48px;

    padding: 0 20px 0 48px;

    border: none;

    outline: none;

    border-radius: 8px;

    background: #f8f7f4;

    color: var(--theme-color2);

    font-size: 14px;

    font-weight: 500;
}


.panel_search_input>input::placeholder {
    color: #8c9097;
}


/* count */

.panel_member_count {

    min-width: 150px;

    height: 48px;

    padding: 0 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    border-radius: 8px;

    background:
        linear-gradient(110deg,
            #071f3d,
            #0b315c);

    color: var(--color-white);

    font-size: 12px;

    font-weight: 600;
}


.panel_member_count>span {

    color: var(--theme-color8);

    font-size: 19px;

    font-weight: 700;
}


/* ==========================================
   MEMBER CARD
========================================== */

.panel_member_col {
    display: flex;
}


.panel_member_card {

    position: relative;

    width: 100%;
    min-height: 230px;

    padding: 18px 22px 18px;

    display: flex;

    flex-direction: column;

    background: var(--color-white);

    border: 1px solid #e4ded3;

    border-top: 3px solid var(--theme-color8);

    border-radius: 12px;

    box-shadow:
        0 8px 25px rgba(7, 31, 61, 0.06);

    overflow: hidden;

    transition: all 0.35s ease;
}


/* decorative background number */

.panel_member_card::before {

    content: "DAC";

    position: absolute;

    right: -8px;
    bottom: -20px;

    color: rgba(7, 31, 61, 0.025);

    font-size: 80px;

    font-weight: 800;

    line-height: 1;

    pointer-events: none;
}


/* hover */

.panel_member_card:hover {

    transform: translateY(-6px);

    border-color: var(--theme-color8);

    box-shadow:
        0 18px 45px rgba(7, 31, 61, 0.12);
}


/* ==========================================
   CARD TOP
========================================== */

.panel_card_top {

    text-align: center;
    margin: 18px auto;
}


.panel_number {

    color: var(--theme-color8);



    font-size: 26px;

    font-weight: 700;
}


/* icon */

.panel_icon {

    width: 100%;
    height: 220px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #faf5e9;

    color: var(--theme-color2);

    font-size: 18px;

    transition: all 0.3s ease;
}


.panel_member_card:hover .panel_icon {


    color: var(--color-white);

    transform: rotate(5deg);
}

.panel_icon>img {
    height: 220px;
    object-fit: contain;
    border-radius: 10px;
}


/* ==========================================
   MEMBER CONTENT
========================================== */

.panel_member_content {

    position: relative;

    z-index: 2;

    flex: 1;
}


.member_label {

    display: block;

    margin-bottom: 7px;

    color: var(--theme-color8);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.panel_member_content>h4 {

    color: var(--theme-color2);

    font-size: 19px;
    line-height: 1.4;

    font-weight: 700;

    margin-bottom: 8px;

    transition: 0.3s ease;
}


.panel_member_content>p {

    color: var(--body-text-color);

    font-size: 13px;

    font-weight: 500;

    margin-bottom: 15px;
}


/* ==========================================
   CARD BOTTOM
========================================== */

.panel_card_bottom {

    position: relative;

    z-index: 2;

    padding-top: 14px;

    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 10px;

    border-top: 1px solid #ebe6dc;
}


.panel_card_bottom>span {

    color: #8a8f98;

    font-size: 11px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.panel_card_bottom>a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--theme-color2);

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}


.panel_card_bottom>a i {

    width: 24px;
    height: 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--theme-color2);

    color: var(--color-white);

    font-size: 10px;

    transition: 0.3s ease;
}


.panel_member_card:hover .panel_card_bottom>a {

    color: var(--theme-color8);
}


.panel_member_card:hover .panel_card_bottom>a i {

    background: var(--theme-color8);

    transform: translateX(3px);
}


/* ==========================================
   LOAD MORE
========================================== */

.panel_load_more {

    margin-top: 35px;

    text-align: center;
}


.panel_load_more>a {

    min-width: 205px;

    padding: 13px 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    border: 1px solid var(--theme-color2);

    border-radius: 30px;

    background: var(--theme-color2);

    color: var(--color-white) !important;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition: all 0.3s ease;
}


.panel_load_more>a:hover {

    border-color: var(--theme-color8);

    background: var(--theme-color8);

    transform: translateY(-2px);
}


.panel_load_more>p {

    margin: 10px 0 0;

    color: #8a8e95;

    font-size: 11px;
}


.panel_load_more>p strong {
    color: var(--theme-color2);
}

.panel_no_result {
    width: 100%;
    padding: 35px;
    text-align: center;
    color: var(--body-text-color);
    font-size: 14px;
}

/* end */


/* all members pages css start */


.all_members_section {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: var(--gradient-color);
    text-align: center;
}

.all_members_section>span {
    margin-bottom: 16px;
    color: var(--theme-color8);
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.all_members_section>h2 {
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--color-white);
}

.all_members_section>p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--theme-color4);
    font-size: 14px;
    font-weight: 500;
}


.all_members_data_div>p {
    max-width: 640px;
    margin: 20px auto 0px;
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 167, 91, 0.45);
    border-radius: var(--radius);
    color: var(--color-white2);
    font-size: 14px;
    font-weight: 500;
}

.all_members_data_div>p>strong {
    color: var(--theme-color8);
}



.all_members_box>span {
    display: inline-block;
    margin-top: 1.2rem;
    border: 1px solid var(--theme-color8);
    color: var(--theme-color8);
    border-radius: 99px;
    padding: .4rem 1.2rem;
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.all_member_card_section {
    padding: 50px 0px 50px 0px;
}

.all_memb_main_box {
    background: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(13, 27, 46, .06);

}

.all_memb_img_box {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.all_memb_img_box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all_mebm_content {
    padding: 10px 10px;
    border-top: 2px solid var(--theme-color8);
}

.all_mebm_content>span {
    font-size: .62rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme-color8);
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-block;
}

.all_mebm_content>h3 {
    font-weight: 700;
    color: var(--color-dark);
    font-size: 17px;
    margin-bottom: 4px;
}

.all_mebm_content>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

/* all members pages css end */

/* start */
.aboutus_intro_section {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: var(--gradient-color);
    text-align: center;
}

.aboutus_intro_section>span {
    margin-bottom: 16px;
    color: var(--theme-color9);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.aboutus_intro_section>h2 {
    margin-bottom: 15px;
    font-size: 45px;
    color: var(--color-white);
    font-weight: 800;
}

.aboutus_intro_section>h2>span {
    display: block;
}

.aboutus_intro_section>p {
    max-width: 690px;
    margin: 0 auto;
    color: var(--theme-color4);
    font-size: 16px;
    font-weight: 500;
}




.aboutus_intro_box>span {
    display: inline-block;
    margin-top: 22px;
    border: 1px solid var(--theme-color9);
    color: var(--theme-color4);
    border-radius: 99px;
    padding: 7px 30px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.aboutus_intro_box>span>strong {
    color: var(--theme-color9);
}


.inner_about_us_section {
    background-color: #f7f5f0;
    padding: 40px 0px 40px 0px;
}

.inner_data_main_div {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0px 30px 0px;
}

.inner_about_content_main_div>span {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme-color9);
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.inner_about_content_main_div>h2 {
    color: var(--color-dark);
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 14px;
}

.inner_about_content_main_div>h3 {
    color: var(--color-dark);
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px;
}

.inner_about_content_main_div>p {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: .5px;
    text-align: justify;
}

.inner_about_content_main_div>p>strong {
    font-weight: 900;
}

.inner_ab_image_parent_div {
    margin: 35px 0px;
    background-color: var(--color-white);
    border-radius: 10px;
    width: 100%;
}

.inner_ab_image_data {

    height: 450px;
    object-fit: cover;
    border-bottom: 2px solid var(--theme-color9);
}

.inner_ab_image_data>img {
    width: 100%;
    display: block;
    height: 100%;
    height: 448px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;

}

.inner_ab_image_parent_div>p {
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
}

.drop::first-letter {
    font-size: 60px;
    float: left;
    line-height: 40px;
    padding: 7px;
    color: var(--theme-color9);
}

.middle_title_ab {
    margin: 50px auto;
    text-align: center;
    position: relative;
    padding: 10px 10px;
}



.middle_title_ab::before,
.middle_title_ab::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--theme-color8);
    margin: 0 auto;
}

.middle_title_data {
    padding: 40px 0px;
}

.middle_title_data>h4 {
    color: var(--color-dark);
    font-size: 40px;

}

.middle_title_data>p {
    color: var(--theme-color9);
    font-style: italic;
    font-size: 28px;
    font-weight: 600;
}

.inner_about_grid_data {
    margin: 50px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

.grid_item_div {
    background-color: var(--color-white);
    height: 100%;
    border-radius: 5px;
    border-left: 2px solid var(--theme-color8);
    padding: 20px 20px;

}

.grid_item_div>h4 {
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.grid_item_div>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .5px;

}

.middle_bg_box_ab {
    background: var(--gradient-color);
    padding: 23px 20px;
    border-radius: 10px;
    margin: 30px 0px;
}

.middle_bg_box_ab>p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .8px;
}

.middle_bg_box_ab>p>strong {
    color: var(--theme-color8);
}


.inner_about_grid_data2 {
    margin: 30px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;

}

.grid_item_div2 {
    background: var(--color-white);
    border: 1px solid var(--border-color);
    padding: 1.3rem 1.25rem;
    height: 100%;
    border-radius: 10px;

}

.grid_item_div2>h4 {
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.grid_item_div2>h4>span {
    color: var(--theme-color9);
}

.grid_item_div2>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .5px;
    text-align: justify;

}

.bottom_white_content_box {
    background: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 35px 20px 10px 20px;
    margin: 20px 0px;
}

.bottom_white_content_box>h3 {
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}

.bottom_white_grid_div {
    margin: 50px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.item_box_div_whitebg {
    padding-top: 10px;
    border-top: 2px solid var(--theme-color8);
}

.item_box_div_whitebg>h4 {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.item_box_div_whitebg>p {
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .5px;
}

/* end */

/* START */
.commitment-section {
    background: var(--gradient-color);
    padding: 80px 20px;
    color: var(--color-white);
}

.commitment-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.commitment-subtitle {
    display: block;
    margin-bottom: 10px;
    color: var(--theme-color8);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 5px;
}

.commitment-heading {
    max-width: 850px;
    margin: 0 auto;
}

.commitment-line {
    padding: 16px 10px;
    border-bottom: 1px solid rgba(216, 168, 62, 0.55);

    font-size: 25px;
    line-height: 1.3;
    color: var(--color-white)
}

.commitment-line:last-child {
    border-bottom: 0;
}

.commitment-line strong {
    color: var(--theme-color8);
    font-weight: 700;
}

.commitment-description {
    max-width: 1050px;
    margin: 25px auto 60px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-white);
}

.commitment-badge {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 38px;
    border: 2px solid var(--theme-color8);
    border-radius: 50px;

    font-size: 20px;
    letter-spacing: 1px;
    color: var(--color-white);
}

.commitment-badge strong {
    color: var(--theme-color8);
    font-weight: 700;
    font-size: 15px;
}

.commitment-badge span {
    color: var(--color-white2);
    font-size: 14px;
    font-weight: 600;
}


/* END */

/* start */

.inner_dacclauses_us_section {
    background-color: #f7f5f0;
    padding: 20px 0px 20px 0px;
}

.inner_data_dacclauses_main_div {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0px 30px 0px;
}

.dac_note_div {
    background: #FBF7EC;
    border: 1px solid var(--theme-color8);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;


}


.dac_note_div>p {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .5px;
    text-align: justify;
}

.dac_clauses_data_main_div>span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme-color9);
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.dac_clauses_data_main_div>h3 {
    color: var(--color-dark);
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 14px;
}

.dac_clauses_data_main_div>p {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: .5px;
    text-align: justify;
}

.dac-clause-div {
    padding: 30px 0px;

}

.dac-clause-box {
    width: 100%;
    background: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.dac-clause-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd8ca;
    color: var(--color-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dac-clause-content {
    position: relative;
    padding: 30px 30px;
    border-left: 4px solid var(--theme-color8);
}

.dac-clause-content>p {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: .5px;
    text-align: justify;
}

.dac-clause-content>p:last-child {
    margin-bottom: 0;
}

.dac-clause-content>p>strong {
    color: var(--color-dark);
}

.arbitration-points {
    margin: 30px 0px 20px 0px;
}

.arbitration-points>ul {
    margin: 0;
    padding: 30px 35px 30px 55px;
    background: var(--color-white);
    border: 1px solid #ddd8ca;
    border-radius: 20px;
}

.arbitration-points>ul>li {
    color: var(--color-dark);
    font-size: 15px;
    line-height: 34px;
    padding-left: 8px;
}

.arbitration-points>ul>li::marker {
    color: var(--theme-color8);
    font-size: 22px;
}

.dac-clause-header>button {
    font: inherit;
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 7px;
    padding: .42rem .95rem;
    border: 1.5px solid var(--color-dark);
    background: var(--color-dark);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    transition: background .15s, border-color .15s;
}

.copybtn {
    transition: all 0.3s ease;
}

.dac-clause-header>button.copied {
    background: #28a745;
    border-color: #28a745;
    color: var(--color-white);
}

.dac-clause-header>button .check-icon {
    margin-right: 6px;
    font-size: 14px;
}

/* end */

/* start */
.adr-clauses-section {
    background: var(--gradient-color);
    border-radius: 30px;
    padding: 35px 30px;
    text-align: center;
}

.adr-clauses-content {
    max-width: 1200px;
    margin: 0 auto;
}

.adr-clauses-content h2 {
    margin: 0 0 10px;
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.adr-clauses-content p {
    max-width: 640px;
    margin: 0 auto 6px;
    color: var(--color-gray2);
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}

.adr-clauses-content a {
    color: var(--theme-color8);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.adr-clauses-content a:hover {
    color: var(--color-white);
}


/* end */

/* start */
.dacclauses_intro_section {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: var(--gradient-color);
    text-align: center;
}

.dacclauses_intro_section>span {
    margin-bottom: 16px;
    color: var(--theme-color8);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.dacclauses_intro_section>h2 {
    margin-bottom: 7px;
    font-size: 33px;
    color: var(--color-white);
    font-weight: 800;
}


.dacclauses_intro_section>h3 {
    margin-bottom: 15px;
    font-size: 33px;
    color: var(--color-white);
    font-weight: 800;

}

.dacclauses_intro_section>p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--color-gray2);
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}




.dacclauses_intro_box>span {
    display: inline-block;
    margin-top: 1.2rem;
    border: 1px solid var(--theme-color8);
    color: var(--color-white);
    border-radius: 99px;
    padding: .4rem 1.2rem;
    font-size: 13px;
    text-transform: uppercase;
}

.dacclauses_intro_box>span>strong {
    color: var(--theme-color8);
}

/* end */


/* css start */
.news_section {
    padding: 60px 0px 60px 0px;
    background: #f7f6f2;
}

.news_section_heading {
    margin-bottom: 55px;
    text-align: center;
}

.news_subtitle {
    display: flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
    margin: auto auto 15px auto;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: var(--theme-color8);
    text-transform: uppercase;
}

.news_subtitle::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: var(--theme-color8);
}

.news_subtitle::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: var(--theme-color8);
}

.news_section_heading>h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #10253f;
}

.news_section_heading p {
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news_card {
    height: 100%;
    overflow: hidden;
    background: var(--color-white);
    border: 1px solid #d8d0c3;
    transition: all 0.3s ease;
}

.news_card>a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news_card>a:hover {
    color: inherit;
    text-decoration: none;
}


.news_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(16, 37, 63, 0.10);
}


.news_card_media {
    height: 200px;
    flex-shrink: 0;
    background: #f4f1ea;
    border-bottom: 1px solid #d8d0c3;
}

.media_placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    text-align: center;
}

.media_placeholder span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 1px;
    color: #758092;
}

.media_placeholder small {
    display: block;
    margin-top: 40px;
    font-size: 12px;
    color: #758092;
}

.news_card_media {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-bottom: 1px solid #d8d0c3;
}

.news_card_media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.news_card:hover .news_card_media img {
    transform: scale(1.05);
}

.news_card_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px 26px 25px;
}

.news_date {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #916c27;
}

.news_card_content>h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #10253f;
}

.news_card_content>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: justify;
}

.news_card_content p em {
    color: #697486;
}

.news_card_content p strong {
    font-weight: 700;
    color: #5f6977;
}



.news_source {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #d8d0c3;
    font-size: 13px;
    line-height: 1.5;
    color: #737e8d;
    font-weight: 600;
}


.news_div_form {
    margin-top: 25px;
}


.news_div_form>a {
    color: var(--color-dark) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #d8d0c3;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.news_div_form>a:hover {
    background-color: #d8d0c3;
}

/* css end */

/* start */
.dac_blog_section {
    position: relative;
    padding: 65px 0 70px;
    overflow: hidden;
}


.dac_blog_title {
    max-width: 750px;
    margin: 0 auto 38px;
    text-align: center;
}

.dac_blog_title>span {
    position: relative;
    display: inline-block;
    color: var(--theme-color8);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}


.dac_blog_title>span::before,
.dac_blog_title>span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: var(--theme-color8);
}

.dac_blog_title>span::before {
    left: -55px;
}

.dac_blog_title>span::after {
    right: -55px;
}

.dac_blog_title>h2 {
    color: var(--theme-color2);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}


.dac_blog_title>p {
    max-width: 650px;
    margin: auto;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.dac_blog_title_shape {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}


.dac_blog_title_shape>span {
    width: 60px;
    height: 1px;
    background: var(--theme-color8);
}


.dac_blog_title_shape>i {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 8px;
    background: var(--theme-color8);
    transform: rotate(45deg);
}

.dacBlogSwiper {
    padding: 5px 5px 25px;
}

.swiper-wrapper {
    padding-bottom: 45px;
}

.dacBlogSwiper .swiper-slide {
    height: auto;
}


.dac_blog_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    border: 1px solid #e7e1d7;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(7, 31, 61, 0.07);
    transition: all 0.35s ease;
}

.dac_blog_card:hover {
    transform: translateY(-7px);
    border-color: var(--theme-color8);
    box-shadow: 0 20px 45px rgba(7, 31, 61, 0.13);
}

.dac_blog_img {
    position: relative;
    overflow: hidden;
    background: #f5f3ee;
}

.dac_blog_img>a {
    display: block;
    width: 100%;
    height: 100%;
}

.dac_blog_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dac_blog_card:hover .dac_blog_img img {
    transform: scale(1.06);
}


.dac_blog_img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to top,
            rgba(7, 31, 61, 0.22),
            transparent 50%);
}


.dac_blog_category {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 3;
    padding: 7px 13px;
    border-radius: 20px;
    background: var(--theme-color2);
    color: var(--color-white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}


.dac_blog_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.dac_blog_content>h3 {
    margin-bottom: 12px;
}


.dac_blog_content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}


.dac_blog_card:hover .dac_blog_content>h3>a {
    color: var(--theme-color8);
}


.dac_blog_content>p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 18px;
}


.dac_blog_btn {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #ece7de;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}


.dac_blog_btn>span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color2);
    color: var(--color-white);
    font-size: 10px;
    transition: 0.3s ease;
}


.dac_blog_btn:hover {
    color: var(--theme-color8);
}


.dac_blog_btn:hover>span {
    background: var(--theme-color8);

    transform: translateX(4px);
}


.dac_blog_view_all {
    margin-top: 15px;
    text-align: center;
}


.dac_blog_view_all>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 30px;
    background:
        linear-gradient(110deg,
            #071f3d,
            #0b315c);

    color: var(--color-white);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}


.dac_blog_view_all>a:hover {
    background: var(--color-dark);
    transform: translateY(-2px);
    color: var(--color-white) !important;
}

/* end */


/* css start */
.notices_section {
    padding: 80px 0;
    background: #f5f2eb;
}

.notices_main_box {
    padding: 45px 40px;
    background: var(--color-white);
    border: 1px solid #e4ddd1;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(15, 35, 60, 0.05);
}

.notices_heading {
    margin-bottom: 28px;
}

.notices_subtitle {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--theme-color8);
}

.notices_heading>h2 {
    margin: 0;
    font-size: 35px;
    line-height: .6;
    font-weight: 700;
    color: var(--color-dark);
    text-transform: capitalize;
}

.notices_heading_line {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 410px;
    max-width: 100%;
    margin-top: 25px;
}

.notices_heading_line span {
    height: 1px;
    background: var(--theme-color8);
}

.notices_heading_line span:first-child {
    width: 165px;
}

.notices_heading_line span:last-child {
    width: 165px;
}

.notices_heading_line i {
    flex-shrink: 0;
    font-size: 15px;
    color: var(--theme-color8);
}

.notice_main_div {
    margin-bottom: 20px;
}

.notices_list {
    overflow: hidden;
    background: var(--color-white);
    border: 1px solid #e4ddd1;
    border-radius: 8px;
}

.notice_item {
    border-bottom: 1px solid #e6e0d7;
}

.notice_item:last-child {
    border-bottom: 0;
}

.notice_item>a {
    min-height: 82px;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;

    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.notice_item>a:hover {
    background: #faf7f0;
}


.notice_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7f1e5;
    color: var(--color-dark);
    font-size: 19px;
    transition: all 0.3s ease;
}

.notice_item>a:hover .notice_icon {
    background: var(--color-dark);
    color: var(--theme-color8);
}

.notice_date {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
    color: #a67a2c;
    background-color: #faefd7;
    width: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}



.notice_title {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}



.notice_arrow {
    text-align: right;
    font-size: 15px;
    color: var(--theme-color8);
    transition: transform 0.3s ease;
}

.notice_item>a:hover .notice_arrow {
    transform: translateX(4px);
}


.notices_archive {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #e6dfd3;
    border-top: 2px solid var(--theme-color8);
    border-radius: 0 0 8px 8px;
    background: #faf7f0;
}

.notices_archive>a {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 25px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.notices_archive>a span {
    display: flex;
    align-items: center;
    gap: 18px;
}

.notices_archive>a span i {
    font-size: 23px;
    color: var(--theme-color8);
}

.notices_archive>a>i {
    color: var(--theme-color8);
    transition: transform 0.3s ease;
}

.notices_archive>a:hover {
    background: #f5eddd;
}

.notices_archive>a:hover>i {
    transform: translateX(5px);
}



.fee_payment_box {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 40px 30px;
    background:
        radial-gradient(circle at 90% 10%,
            rgba(255, 255, 255, 0.06),
            transparent 30%),
        #102b49;

    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(10, 34, 59, 0.15);
}


/* top */

.fee_top {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 35px;
}

.fee_icon {
    width: 62px;
    height: 62px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #0c2440;
    border: 1px solid rgba(255, 255, 255, 0.08);

    font-size: 23px;
    color: #d3a64b;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.fee_label span {
    position: relative;
    display: block;
    padding-bottom: 16px;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d3a64b;
}

.fee_label span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 65px;
    height: 1px;
    background: #d3a64b;
}


/* heading */

.fee_payment_box>h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 17px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-white);
}



.fee_payment_box>p {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--color-white);
    text-align: justify;
}



.fee_security {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 0;
}

.security_icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #0a2340;

    font-size: 18px;
    color: #d3a64b;
}

.fee_security p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--color-white);
    text-align: justify;
}

.fee_security p strong {
    font-weight: 700;
    color: var(--color-white);
    font-size: 14px;
}


.fee_btn {
    position: relative;
    z-index: 3;
    margin-top: 5px;
}

.fee_btn>a {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 14px 15px;
    background: var(--theme-color8);
    border: 1px solid var(--theme-color8);
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-dark);
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.fee_btn>a:hover {
    background: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-dark);
}



.fee_building {
    position: absolute;
    right: -15px;
    bottom: -25px;

    font-size: 190px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.035);

    pointer-events: none;
}

/* end */

/* css start breadcrumb */
/*==========================
    Breadcrumb
==========================*/

.crm_dashboard_main_container {
    padding-bottom: 50px;
}

.crm_breadcrumb_section {
    width: 100%;
    background: var(--color-white);
    padding: 12px 10px 12px 10px;
    display: inline-flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.crm_breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.crm_breadcrumb>a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-color2);
    text-transform: capitalize;
    transition: .3s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.crm_breadcrumb>a>img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}


.crm_breadcrumb>a.active {
    background: var(--breadcrumb-color);
    color: var(--color-white);
    box-shadow: 0 8px 20px rgba(45, 113, 219, .25);
}

.crm_breadcrumb>a.active>img {
    filter: brightness(0) invert(1);
}

/* css end breadcrumb */


/* css start */
.forms_section {
    padding: 50px 0px 50px 0px;
    background: #f8f7f5;
}

/* Heading */

.forms_heading>p_heading {
    display: inline-block;
    color: var(--theme-color8);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
}

.forms_heading>h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--color-dark);
    line-height: 40px;
    margin-bottom: 10px;

}

.forms_heading>p {
    font-size: 15px;
    color: var(--body-text-color);
    margin: 0;
    font-weight: 600;
}

.forms_heading>p>em {
    color: var(--color-dark);
    font-style: italic;
}

/* Tabs */

.custom_tabs {
    gap: 12px;
}

.custom_tabs .nav-link {
    border: 1px solid #d8d8d8;
    border-radius: 100px;
    padding: 8px 20px;
    background: var(--color-white);
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
    transition: .35s;
}

.custom_tabs .nav-link:hover {
    background: var(--theme-color2);
    color: var(--color-white);
}

.custom_tabs .nav-link.active {
    border: 1px solid var(--color-gray);
    border-radius: 100px;
    padding: 8px 20px;
    background: var(--theme-color2);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 500;
    transition: .35s;
}

.custom_tabs .nav-link:focus {
    box-shadow: none;
}

.download_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.download_card {
    background: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .35s;
}

.download_left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pdf_icon {
    width: 42px;
    height: 42px;
    background: var(--theme-color7);
    color: var(--color-white);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.download_content>h5 {
    margin: 0 0 6px;
    font-size: 18px;
    color: var(--theme-color2);
    font-weight: 700;
}

.download_content>p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 500;
}

.download_right>a {
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.download_right a i {
    margin-left: 8px;
}

.download_right a:hover {
    color: var(--theme-color8);
}

.designer_note {
    margin-top: 24px;
    padding: 18px 20px;
    background: var(--body-text-color);
    border: 1px dashed var(--theme-color8);
    border-radius: 8px;
    color: var(--theme-color8);
    ;
    font-size: 15px;
    line-height: 1.7;
}

.designer_note strong {
    color: var(--theme-color8);
    ;
}

/* =========================
   DOWNLOAD PAGINATION
========================= */

.download-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
}

.download-pagination button {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #ded5c4;
    border-radius: 50%;

    background: var(--color-white);
    color: var(--color-dark);


    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

.download-pagination button:hover {
    background: #092442;
    border-color: #092442;
    color: var(--color-white);
}

.download-pagination button.active {
    background: #092442;
    border-color: #092442;
    color: var(--color-white);
}

.download-pagination button.prev,
.download-pagination button.next {
    font-size: 16px;
}

.download-pagination button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.download-pagination button:disabled:hover {
    background: var(--color-white);
    border-color: #ded5c4;
    color: var(--color-dark);
}

/* css end */

/* start */
.intro_section {
    position: relative;
    padding: 40px 0px 85px 0px;
    background: var(--gradient-color);
    text-align: center;
}

.intro_section>span {
    margin-bottom: 16px;
    color: var(--theme-color8);
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.intro_section>h2 {
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--color-white);
}

.intro_section>p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--theme-color4);
    font-size: 14px;
    font-weight: 500;
}


.intro_data_div>p {
    max-width: 640px;
    margin: 20px auto 0px;
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 167, 91, 0.45);
    border-radius: var(--radius);
    color: var(--color-white2);
    font-size: 14px;
    font-weight: 500;
}

.intro_data_div>p>strong {
    color: var(--theme-color8);
}

.main_cards_section {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: -50px auto 48px;
    padding: 0 1rem;
}

.card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: 0 12px 34px rgba(13, 27, 46, 0.12);
}

/* =========================================================
   STEPS
========================================================= */

.steps {
    display: flex;
    background: var(--color-white);
    border-bottom: 1px solid var(--theme-color5);
}

.steps>div {
    flex: 1;
    padding: 12px;
    border-bottom: 3px solid transparent;
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 16px;
}

.steps>div.active {
    border-bottom-color: var(--theme-color8);
    color: var(--color-dark);
    font-weight: 800;
    font-size: 13px;
}

.steps>div.done {
    color: var(--theme-color8);
}



.panel {
    padding: 30px 20px 30px 20px;
}

.panel>h3 {
    margin-bottom: 10px !important;
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 800;
}

.panel>p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px !important;
}


.heads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    margin-top: 20px;
}

.head-card {
    width: 100%;
    padding: 1.3rem 1.2rem;
    background: var(--color-white);
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition:
        border-color 0.18s,
        box-shadow 0.18s,
        transform 0.18s;
}

.head-card:hover {
    border-color: var(--theme-color8);
    box-shadow: 0 6px 18px rgba(13, 27, 46, 0.08);
    transform: translateY(-2px);
}

.head-card:focus-visible {
    outline: 3px solid var(--brass);
    outline-offset: 2px;
}

.head-card>strong {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 20px;
    border: 1px solid var(--border-color2);
    border-radius: 99px;
    color: var(--theme-color8);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.head-card>h4 {
    margin-bottom: 12px;
    color: var(--color-dark);
    font-weight: 800;
    font-size: 17px;
}

.head-card ul {
    padding: 0;
    list-style: none;
    margin: 0px 0px 10px 10px !important;
}

.head-card li {
    position: relative;
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.head-card li::before {
    position: absolute;
    left: -10px;
    color: var(--theme-color8);
    content: "§";
    font-size: 0.8rem;
}

.paid_box {
    padding: 5px 10px;
    background: var(--color-white2);
    border-radius: 6px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 13px;
}

.process_data {
    display: inline-block;
    margin-top: .9rem;
    font-weight: 700;
    font-size: .85rem;
    color: var(--navy);
}

.process_data {
    display: inline-block;
    margin-top: 0.9rem;
    color: var(--navy);
    font-size: 0.85rem;
    font-weight: 700;
}

.process_data::after {
    color: var(--brass);
    content: " →";
}


/* =========================================================
   STEP 2 - FORM
========================================================= */

.headline-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
    padding: 0.35rem 0.9rem;
    background: #f1eee5;
    border: 1px solid var(--line);
    border-radius: 99px;
    color: var(--navy);
    font-size: 0.8rem;
}

.headline-chip b {
    color: var(--theme-color8);
}

.headline-chip button {
    padding: 0;
    background: none;
    border: 0;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.78rem;
    text-decoration: underline;
}


/* Form Layout */

.form_data_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.field.full {
    grid-column: 1 / -1;
}


/* Labels */

.field label {
    color: var(--color-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

.req {
    color: var(--theme-color8);
}

.amt-wrap {
    position: relative;
}

.amt-wrap span {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: .92rem;
}

/* Inputs */

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 10px 20px;
    background: var(--color-white);
    border: 1.5px solid var(--color-white2);
    border-radius: 8px;
    color: var(--color-dark);
    font: inherit;
    font-size: 0.92rem;
}

.field textarea {
    min-height: 70px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--theme-color8);
    box-shadow: 0 0 0 3px rgba(168, 128, 47, 0.15);
}


/* Form Hints / Errors */

.hint {
    color: var(--color-dark);
    font-size: 0.74rem;
}

.err-msg {
    display: none;
    color: var(--theme-color8);
    font-size: 0.74rem;
}

.field.error input,
.field.error select,
.field.error textarea {
    border-color: var(--theme-color8);
}

.field.error .err-msg {
    display: block;
}

/*  */

/* ==============================
   PAYMENT GATEWAY
================================ */

fieldset.gws {
    width: 100%;
    border: 1px solid #ddd5c8;
    border-radius: 11px;
    padding: 17px 16px 18px;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    grid-column: 1 / -1;
    padding: .9rem 1rem 1.1rem;
}

fieldset.gws legend {
    width: auto;
    float: none;
    padding: 0 7px;
    margin: 0 0 7px 0;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #03275c;
    background: #fff;
}

fieldset.gws .req {
    color: #03275c;
}

/* Gateway cards wrapper */
.gw-opts {
    display: flex;
    gap: 14px;
    width: 100%;
    margin-top: 2px;
}

/* Individual card */
.gw-opt {
    flex: 1;
    min-width: 0;

    display: flex;
    align-items: flex-start;

    gap: 10px;

    min-height: 68px;
    padding: 14px 13px;

    border: 1px solid #ddd5c8;
    border-radius: 8px;

    background: #fff;

    cursor: pointer;
    box-sizing: border-box;

    transition: all 0.2s ease;
}

/* Radio button */
.gw-opt input[type="radio"] {
    width: 13px;
    height: 13px;

    margin: 2px 0 0 0;
    padding: 0;

    flex: 0 0 13px;

    accent-color: #03275c;
    cursor: pointer;
}

/* Content */
.gw-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: -1px;
}

/* Gateway name */
.gw-opt b {
    display: block;

    font-size: 14px;
    line-height: 17px;
    font-weight: 700;

    color: #03275c;
}

/* Gateway details */
.gw-opt small {
    display: block;

    font-size: 12px;
    line-height: 16px;

    color: #34415a;
    font-weight: 400;
}

/* Selected card */
.gw-opt:has(input[type="radio"]:checked) {
    border-color: #d7b85a;
    background: #fbf7ec;
}

/* Hover */
.gw-opt:hover {
    border-color: #cdbb8c;
}

/* Error */
.err-msg {
    display: none;
    margin-top: 6px;

    font-size: 11px;
    color: var(--err, #dc3545);
}


/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 600px) {

    .gw-opts {
        flex-direction: column;
        gap: 10px;
    }

    .gw-opt {
        width: 100%;
    }

}

/*  */

.decl {
    display: flex;
    grid-column: 1 / -1;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    background: #fbfaf7;
    border: 1px solid var(--color-white2);
    border-radius: 8px;
}

.decl input {
    width: auto;
    margin-top: 0.25rem;
    accent-color: var(--theme-color8);
}

.decl span {
    color: var(--color-dark);
    font-size: 0.82rem;
    font-weight: 600;
}



.actions {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn {
    padding: 0.8rem 1.7rem;
    border: 1.5px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
}

.btn-primary {
    background: var(--gradient-color);
    color: var(--color-white);
}


.btn-ghost {
    background: none;
    border-color: var(--color-dark) !important;
    color: var(--color-dark);
}

.btn:focus-visible {
    outline: 3px solid var(--border-color2) !important;
    outline-offset: 2px;
}


/* =========================================================
   STEP 3 - REVIEW
========================================================= */

.review-table {
    width: 100%;
    margin: 20px 10px;
    border-collapse: collapse;
}

.review-table th,
.review-table td {
    padding: 10px 10px;
    border-bottom: 1px solid #c8a66140;
    font-size: 0.88rem;
    text-align: left;
    vertical-align: top;
}

.review-table th {
    width: 38%;
    color: var(--body-text-color);
    font-weight: 600;
    font-size: 14px;
}

.review-table td {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
}

.pay-note {
    margin-bottom: 20px;
    padding: 12px 10px;
    background: #FBFAF7;
    border: 1px solid #ddd8cc;
    border-radius: 8px;
    color: var(--color-dark);
    font-size: 0.8rem;
}

.pay-note2 {
    margin-bottom: 20px;
    padding: 12px 10px;
    background: #fbf7ec;
    border: 1px solid #c9a75b;
    border-radius: 8px;
    color: var(--color-dark);
    font-size: 0.8rem;
}

.pay-note3 {
    margin-bottom: 20px;
    padding: 12px 10px;
    background: #FBFAF7;
    border: 1px solid #ddd8cc;
    border-radius: 8px;
    color: var(--color-dark);
    font-size: 0.8rem;
}

.btn_dtpay {
    background: transparent !important;
    border: 1px solid #ddd8cc !important;
    color: var(--color-dark);
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 20px;
    margin-top: 14px;
}


details.offline {
    max-width: 880px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
}

details.offline summary {
    max-width: 880px;
    margin: 0 auto 0.6rem;
    color: var(--navy);
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
}

details.offline summary::before {
    color: var(--brass);
    content: "▸ ";
}

details.offline[open] summary::before {
    content: "▾ ";
}

details.offline .inner {
    padding: 1.3rem 1.4rem;
    background: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

details.offline .inner p {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.bank {
    margin-bottom: 0.9rem;
    color: var(--ink);
    font-size: 0.88rem;
    line-height: 1.9;
}

.bank b {
    color: var(--navy);
}



/* =========================================================
   UTILITIES
========================================================= */

.hidden {
    display: none !important;
}


/* end */



/* contact us css start */
.contact_section {
    padding: 70px 0px 30px 0px;
    background-image: url(../images/contactbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_title {
    max-width: 800px;
    margin-bottom: 30px;
}

.contact_title span {
    color: var(--theme-color8);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.contact_title>span::before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 14px;
    left: -80px;

}


.contact_title>span::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 14px;
    right: -80px;

}

.contact_title h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1;
}

.contact_title p {
    font-size: 15px;
    color: var(--body-text-color);
    line-height: 30px;
    font-weight: 500;
}

.copy_btn_div_main_location>h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 1;

}

.copy_btn_div_main_location>p>iframe {
    border-radius: 10px;
}


.copy_btn_div_main_location {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy_btn_location>button {
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 7px;
    padding: 8px 30px;
    border: 1.5px solid var(--color-dark);
    background: var(--color-dark);
    color: var(--color-white);
}

.copy_btn_location>button:nth-last-child(1) {
    background-color: var(--theme-color);
}

.copy_btn_location>button.copied {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.copy_btn_location>button .check-icon {
    margin-right: 5px;
    font-weight: 700;
}

/* ===================
   Contact Info Card
=================== */

.contact_info_card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    transition: .4s;
}

.contact_info_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.contact_icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 12px;
    background: #fffaf0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_icon i {
    font-size: 30px;
    color: var(--theme-color8);
}

.contact_info_card h4 {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact_info_card p {
    margin: 0;
    color: var(--body-text-color);
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-dark);
}

/* ===================
   Contact Form
=================== */

.contact_form_box {
    background: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 40px 40px 30px 40px;
    height: 100%;
}

.form_title {
    text-align: center;
    margin-bottom: 35px;
}

.form_title h3 {
    font-size: 27px;
    color: var(--color-dark);
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.contact_form_box .form-control {
    height: 60px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    padding: 0 20px;
    box-shadow: none;
    font-size: 15px;
}

.contact_form_box textarea.form-control {
    height: auto;
    padding-top: 15px;
}

.contact_form_box .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.theme_btn {
    border: none;
    padding: 15px 45px;
    border-radius: 50px;
    background: var(--gradient-color);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

.theme_btn:hover {
    transform: translateY(-3px);
}


.contact_us_map_div {
    margin-top: 20px;
}

/* contact us css end */


/* product css start */
.product_dt_page_section {
    padding: 50px 0px 50px 0px;
}

.product_dt_image_box {
    margin-bottom: 20px;
    position: sticky;
    top: 135px;
}

.product_img_div {
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
}

.product_img_div>img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.main_product_contnet_div>h1 {
    color: var(--color-dark);
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}



.main_product_contnet_div>h2 {
    color: var(--color-dark);
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}


.main_product_data_div>h2 {
    color: var(--color-dark);
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 8px;
}


.main_product_data_div>h3 {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 7px;
}



.main_product_data_div>h4 {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 7px;
}



.main_product_data_div>p {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
}

.main_product_data_div>p>strong {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 800;

}


.main_product_data_div>strong {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 800;

}


.main_product_data_div>ul {
    padding: 0px 0px 0px 20px !important;
    list-style: square !important;
}


.main_product_data_div>ul>li {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
}


.service_btn_dt {
    margin-top: 15px;
}

.service_btn_dt>a {
    background: var(--color-dark);
    padding: 10px 20px;
    color: var(--color-white) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 2px;
    border-right: 5px solid var(--theme-color8);
}

.feature_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.feature_item {
    font-size: 14px;
    font-weight: 400;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 27px;
}

.feature_item i {
    color: var(--theme-color2);
    margin-right: 10px;
}

.whatis_resin_section {
    padding: 10px 0px 30px 0px;
}


.whatis_resin_section>.container {
    border: 1px solid var(--border-info-color3);
    border-radius: 15px;
    padding: 30px 20px 10px 20px;
}

.whatis_content_div {
    max-height: 400px;
    overflow-y: auto;
    scroll-behavior: smooth;
    margin-bottom: 10px;
}

.whatis_content_div::-webkit-scrollbar {
    width: 6px;
}

.whatis_content_div::-webkit-scrollbar-thumb {
    background: var(--theme-color5);
    border-radius: 5px;
}

.whatis_content_div::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color4);
}



.whatis_resin_main_div>h3 {
    color: var(--theme-color2);
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}


.whatis_resin_main_div>h3::before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--theme-color3);
    position: absolute;
    bottom: -2px;
    left: 5px;
    border-radius: 5;

}




.whatis_resin_main_div>h3 {
    color: var(--color-dark);
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 14px;
}


.whatis_content_div>p {
    font-size: 14px;
    font-weight: 400;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 27px;
}

.whatis_dt_image_box {
    margin-bottom: 20px;
}

.whatis_img_div {
    border-radius: 10px;
    height: 380px;
    object-fit: cover;
    width: 100%;
}

.whatis_img_div>img {
    border-radius: 10px;
    height: 380px;
    object-fit: cover;
    width: 100%;
}

/* product css end */

/* start */
.judicial-excellence {
    position: relative;
    padding: 120px 0 130px;
    background: #f7f5f0;
    overflow: hidden;
}

.judicial-excellence::before {
    content: "DAC";
    position: absolute;
    right: -80px;
    top: 30px;
    font-size: 280px;
    font-weight: 700;
    line-height: 1;
    color: rgba(7, 29, 53, 0.025);
}





.judicial-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 100px;
}



.judicial-main {
    position: relative;
}

.judicial-eyebrow {
    display: block;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--theme-color9);
}

.judicial-main h2 {
    max-width: 720px;
    margin: 0;
    font-size: 50px;
    font-weight: 500;

    color: var(--color-dark);
}

.judicial-main h2 em {

    color: var(--theme-color9);
}

.judicial-copy {
    max-width: 700px;
    margin-top: 25px;
}

.judicial-copy p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.9;
    color: var(--color-dark);
}

.judicial-signature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
}

.signature-line {
    width: 55px;
    height: 2px;
    background: var(--theme-color9);
}

.judicial-signature strong {
    display: block;

    font-size: 11px;
    letter-spacing: 2px;
    color: #071d35;
}

.judicial-signature span {
    display: block;
    margin-top: 3px;

    font-size: 10px;
    color: #8a929b;
}


/* =========================
   RIGHT SIDE
========================= */

.judicial-side {
    position: relative;
}


/* Quote Card */

.quote-card {
    position: relative;
    padding: 55px 55px 42px;
    background: #09243e;
    box-shadow: 25px 25px 0 #dfd4bd;
    overflow: hidden;
}

.quote-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-left: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.quote-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.quote-card-top>span {
    margin-top: -25px;

    font-size: 110px;
    line-height: 1;
    color: #1a6cad;
}

.quote-card-top div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.quote-card-top small {

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--theme-color8);
}

.quote-card-top i {
    width: 30px;
    height: 1px;
    background: var(--theme-color8);
}


.quote-card blockquote {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    font-style: italic;
    color: var(--color-white);
}


/* Quote Footer */

.quote-card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.quote-author>span {
    width: 28px;
    height: 2px;
    background: var(--theme-color8);
}

.quote-author strong {
    display: block;

    font-size: 10px;
    letter-spacing: 2px;
    color: var(--theme-color8);
}

.quote-author small {
    display: block;
    margin-top: 4px;

    font-size: 9px;
    color: rgba(255, 255, 255, .5);
}

.quote-symbol {
    margin-bottom: -20px;

    font-size: 90px;
    line-height: 1;
    color: rgba(213, 174, 105, .18);
}


/* =========================
   POINTS
========================= */

.judicial-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    border-top: 1px solid #d7d2c8;
    border-bottom: 1px solid #d7d2c8;
}

.judicial-point {
    display: flex;
    gap: 12px;
    padding: 22px 15px;
    border-right: 1px solid #d7d2c8;
}

.judicial-point:last-child {
    border-right: 0;
}

.judicial-point>span {

    font-size: 13px;
    color: var(--theme-color9);
}

.judicial-point strong {
    display: block;

    font-size: 9px;
    letter-spacing: 1.5px;
    color: var(--color-dark);
}

.judicial-point small {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    color: #89929d;
}

/* end */

/* start */

.chief-patrons-section {
    padding: 70px 0 70px;
    background: #fbfaf7;
}


.chief-patrons-heading {
    max-width: 850px;
    margin: 0 auto 65px;
    text-align: center;
}

.chief-patrons-heading>span {
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;

    color: var(--theme-color9);
}

.chief-patrons-heading>h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 600;
    color: var(--color-dark);
}

.chief-patrons-heading>p {
    max-width: 700px;
    margin: 20px auto 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-dark);
}



.patron-profile-card {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    max-width: 1100px;
    margin: 0 auto 30px;
    background: var(--color-white);
    border: 1px solid #eadfc9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(21, 36, 52, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-margin-top: 140px;
}

.patron-profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(21, 36, 52, 0.09);
}

.patron-image-column {
    padding: 20px;
    background: linear-gradient(180deg, #f2eee5 0%, #f8f6f1 100%);
    border-right: 1px solid #eadfc9;
}

.patron-image-box {
    position: sticky;
    top: 30px;
    overflow: hidden;
    background: var(--color-white);
    border: 1px solid #e6dac2;
    border-radius: 16px;
    box-shadow:
        0 12px 28px rgba(24, 38, 52, 0.09);
}

.patron-image-box img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}

.patron-image-name {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #f5f5f3;
    border-top: 1px solid #e5dfd4;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4px;
    text-align: center;
    color: var(--color-dark);
}


.patron-content-column {
    padding: 34px 40px 38px;
}

.patron-content-column h3 {
    margin: 0 0 4px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
    color: var(--color-dark);
}

.patron-designation {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--theme-color9);
}

.patron-divider {
    width: 100%;
    height: 1px;
    margin: 14px 0 18px;
    background: #e5dccb;
}


.patron-profile-text h4 {
    margin: 0 0 9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--color-dark);
}

.patron-profile-text p {
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: justify;
}



.patron-distinction {
    margin-top: 20px;
}

.patron-distinction h4 {
    margin-bottom: 10px;
}

.patron-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.patron-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 12px;
    border: 1px solid #e5d8bf;
    border-radius: 50px;
    background: #fffdf9;
    font-size: 9px;
    font-weight: 600;
    color: #17314c;
    transition: all 0.25s ease;
}

.patron-tags span:hover {
    background: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white);
}

/* end */


/* start footer */


.footer {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at 15% 20%,
            rgba(200, 166, 96, 0.10),
            transparent 28%),
        linear-gradient(120deg,
            #061a33 0%,
            #08284d 55%,
            #061b35 100%);

    color: var(--color-white);
}


/* gold top line */

.footer_gold_line {
    width: 100%;
    height: 3px;

    background:
        linear-gradient(90deg,
            transparent,
            var(--theme-color8),
            transparent);
}


/* ========================================
   MAIN
======================================== */

.footer_main {
    position: relative;
    z-index: 2;

    padding: 65px 0 45px;
}


/* ========================================
   LOGO / ABOUT
======================================== */

.footer_logo {
    display: inline-block;
    margin-bottom: 20px;
}


.footer_logo img {
    max-width: 220px;
    max-height: 90px;

    object-fit: contain;
}


.footer_about>p {
    max-width: 380px;
    text-align: justify;
    margin-bottom: 22px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;
    line-height: 25px;

    font-weight: 500;
}


/* ========================================
   SOCIAL
======================================== */

.footer_social {
    display: flex;
    align-items: center;
    gap: 9px;
}


.footer_social>a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.04);

    color: var(--color-white);

    font-size: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}


.footer_social>a:hover {
    border-color: var(--theme-color8);

    background: var(--theme-color8);

    transform: translateY(-3px);
}


/* ========================================
   WIDGET
======================================== */

.footer_widget>h4 {
    position: relative;

    margin-bottom: 28px;

    color: var(--color-white);

    font-size: 18px;
    font-weight: 700;
}


/* heading line */

.footer_widget>h4::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: -11px;

    width: 45px;
    height: 2px;

    background: var(--theme-color8);
}


.footer_widget>h4::after {
    content: "";

    position: absolute;

    left: 48px;
    bottom: -13px;

    width: 6px;
    height: 6px;

    background: var(--theme-color8);

    transform: rotate(45deg);
}


/* ========================================
   LINKS
======================================== */

.footer_widget>ul {
    padding: 0;
    margin: 0;

    list-style: none;
}


.footer_widget>ul>li {
    margin-bottom: 11px;
}


.footer_widget>ul>li>a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;
    font-weight: 500;

    text-decoration: none;

    transition: all 0.3s ease;
}


.footer_widget>ul>li>a>i {
    color: var(--theme-color8);

    font-size: 9px;

    transition: 0.3s ease;
}


.footer_widget>ul>li>a:hover {
    color: var(--color-white);

    transform: translateX(4px);
}


/* ========================================
   CONTACT
======================================== */

.dac_contact_item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-bottom: 18px;
}


.dac_contact_icon {
    width: 38px;
    height: 38px;

    min-width: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(200, 166, 96, 0.12);

    border: 1px solid rgba(200, 166, 96, 0.25);

    color: var(--theme-color8);

    font-size: 13px;
}


.dac_contact_item>div:last-child {
    flex: 1;
}


.dac_contact_item span {
    display: block;

    margin-bottom: 3px;

    color: var(--theme-color8);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.dac_contact_item p,
.dac_contact_item a {
    margin: 0;
    display: block;
    color: rgba(255, 255, 255, 0.72);

    font-size: 12px;
    line-height: 20px;

    font-weight: 500;

    text-decoration: none;

    transition: 0.3s ease;
}


.dac_contact_item a:hover {
    color: var(--color-white);
}

.dac_contact_item a i {
    color: var(--theme-color8);
}


/* ========================================
   CTA BOX
======================================== */

.footer_cta {
    position: relative;
    z-index: 3;

    margin-bottom: 35px;

    padding: 20px 25px;

    display: flex;

    align-items: center;

    gap: 18px;

    border: 1px solid rgba(200, 166, 96, 0.30);

    border-radius: 12px;

    background:
        linear-gradient(110deg,
            rgba(200, 166, 96, 0.13),
            rgba(255, 255, 255, 0.04));

    backdrop-filter: blur(5px);
}


/* CTA icon */

.footer_cta_icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--theme-color8);

    color: var(--color-white);

    font-size: 22px;
}


.footer_cta_content {
    flex: 1;
}


.footer_cta_content>span {
    display: block;

    margin-bottom: 3px;

    color: var(--theme-color8);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.footer_cta_content>h4 {
    margin: 0;

    color: var(--color-white);

    font-size: 19px;
    font-weight: 600;
}


/* CTA button */

.footer_cta_btn>a {
    padding: 11px 20px;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    border-radius: 30px;

    background: var(--theme-color8);

    color: var(--color-white);

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.3s ease;
}


.footer_cta_btn>a:hover {
    background: var(--color-white);

    color: var(--theme-color2);

    transform: translateY(-2px);
}


/* ========================================
   FOOTER BOTTOM
======================================== */

.footer_bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(0, 0, 0, 0.12);
    padding: 20px 0px;
}


.footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


.footer_bottom_inner>p {
    margin: 0;

    color: rgba(255, 255, 255, 0.55);

    font-size: 13px;
    font-weight: 600;
}


/* bottom links */

.footer_bottom_links {
    display: flex;

    align-items: center;

    gap: 12px;
}


.footer_bottom_links>a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 600;
}


.footer_bottom_links>a:hover {
    color: var(--theme-color8);
}


.footer_bottom_links>span {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--theme-color8);
}


/* ========================================
   LARGE DAC WATERMARK
======================================== */

.footer_watermark {
    position: absolute;

    right: -20px;
    bottom: 50px;

    color: rgba(255, 255, 255, 0.018);

    font-size: 220px;
    line-height: 1;

    font-weight: 900;

    pointer-events: none;

    user-select: none;
}

/* end */

/* ==============================
   HERO SECTION
================================ */

.hero {
    position: relative;
    width: 100%;
    min-height: 650px;
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
    text-align: center;

    background: #14263F;

    color: #fff;
}

/* Decorative glow */
.hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -220px;
    right: -150px;
    border-radius: 50%;
    background: rgba(201, 158, 62, 0.10);
    filter: blur(80px);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    bottom: -180px;
    left: -100px;
    border-radius: 50%;
    background: rgba(201, 158, 62, 0.07);
    filter: blur(70px);
    pointer-events: none;
}

/* Eyebrow */
.hero .eyebrow {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4af5a;
}

/* Heading */
.hero h1 {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: 0 0 25px;
    font-size: clamp(1.65rem, 4.1vw, 2.55rem);
    line-height: 1.28;
    letter-spacing: -1.5px;
    color: var(--color-white);
    font-weight: 600;
}

/* Paragraph */
.hero p {
    position: relative;
    z-index: 2;

    max-width: 1000px;
    margin: 0 0 35px;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 600;

    color: #c9ced8;
}

/* CTA Row */
.hero .cta-row {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Buttons */
.hero .hbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    padding: 0 28px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* Gold Button */
.hero .hbtn.gold {
    background: #d4af5a;
    color: #11151f;
    border: 1px solid #d4af5a;
    box-shadow: 0 10px 30px rgba(212, 175, 90, 0.18);
}

.hero .hbtn.gold:hover {
    background: #e4c477;
    border-color: #e4c477;
    color: #11151f;
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(212, 175, 90, 0.28);
}

/* Ghost Button */
.hero .hbtn.ghost {
    background: transparent;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero .hbtn.ghost:hover {
    background: var(--color-white);
    border-color: var(--color-white);
    color: #11151f;
    transform: translateY(-3px);
}


/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

    .hero {
        min-height: auto;
        padding: 90px 6%;
    }

    .hero h1 {
        max-width: 850px;
        font-size: clamp(40px, 6vw, 58px);
    }

    .hero p {
        max-width: 900px;
        font-size: 16px;
        line-height: 1.75;
    }
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .hero {
        padding: 75px 20px;
        min-height: auto;
    }

    .hero .eyebrow {
        margin-bottom: 17px;
        font-size: 11px;
        letter-spacing: 1.4px;
        line-height: 1.5;
    }

    .hero .eyebrow::before {
        height: 24px;
    }

    .hero h1 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.12;
        letter-spacing: -0.8px;
    }

    .hero p {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .hero .cta-row {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .hero .hbtn {
        width: 100%;
        min-height: 52px;
        padding: 0 20px;
    }
}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .hero {
        padding: 65px 18px;
    }

    .hero h1 {
        font-size: 32px;
    }

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

/*  */

/* ==============================
   HERO
================================ */

.hero {
    position: relative;
    z-index: 2;
}


/* ==============================
   BAND
================================ */

.band {
    position: relative;
    z-index: 5;
    width: calc(100% - 12%);
    margin: -55px auto 0;
}


/* ==============================
   CARDS GRID
================================ */

.bgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


/* ==============================
   INDIVIDUAL CARD
================================ */

.bitem {
    position: relative;

    min-height: 190px;
    padding: 28px 24px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;

    background: var(--color-white);

    border: 1px solid #e7e1d5;
    border-radius: 10px;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);

    transition: all 0.3s ease;

    overflow: hidden;
}


/* ==============================
   TOP GOLD BORDER
================================ */

.bitem::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c9a75b;

    border-radius: 10px 10px 0 0;
}

/* Heading */
.bitem b {
    display: block;
    margin-top: 5px;

    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;

    color: #20242d;
}


/* Description */
.bitem span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;

    color: var(--body-text-color);
}

/* ==============================
   CONTENT BLOCK
================================ */

.block {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 25px 30px;
    align-items: center;
    text-align: start;
}


/* ==============================
   KICKER
================================ */

.block .kicker {
    position: relative;
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A8802F;
}

/* ==============================
   HEADING
================================ */

.block h2 {
    max-width: 850px;
    margin: 0 0 25px;
    align-items: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -1px;
    justify-content: center;
    color: #14263f;
}


/* ==============================
   PARAGRAPHS
================================ */

.block>p {
    width: 100%;
    max-width: 850px;
     color: var(--body-text-color);
    margin: 0 auto 20px;
    text-align: left;
    margin-bottom: 1.05rem;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    font-weight: 600;
}

.block>p b {
    color: #14263f;
    font-weight: 700;

}


.block h2,
.block>p {
    margin-left: auto;
    margin-right: auto;
}


/* ==============================
   DIAGRAM
================================ */

.diagram {
    width: 100%;
    max-width: 850px;
    margin: 55px 0 0;
    padding: 30px;
    align-items: center;
    background: #f8f6f1;
    border: 1px solid #ddd8cc;
    border-radius: 14px;
    box-shadow: 0 15px 45px rgba(20, 38, 63, 0.07);
    margin: 55px auto 0;
}


/* SVG */
.diagram svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* ==============================
   FIGURE CAPTION
================================ */

.diagram figcaption {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #ddd8cc;
    font-size: 13px;
    line-height: 1.7;
    color: #5d6b7a;
}

.diagram figcaption b {
    color: #14263f;
    font-weight: 700;
}


/* ==============================
   SUBTLE HOVER
================================ */

.diagram {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diagram:hover {
    transform: translateY(-3px);

    box-shadow: 0 20px 55px rgba(20, 38, 63, 0.10);
}

/*   */

/*  */
/* ==============================
   STATUTORY FOUNDATION
================================ */

.values {
    width: 100%;
    max-width: 850px;

    margin: 50px auto 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.value {
    position: relative;

    min-height: 190px;
    padding: 28px 25px 28px 30px;

    display: flex;
    flex-direction: column;
    gap: 12px;

    background: var(--color-white);
    border: 1px solid #e2ddd2;
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    overflow: hidden;

    transition: all 0.3s ease;
}

.value::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #c9a75b;

    transition: width 0.3s ease;
}

.value b {
    display: block;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;

    color: #14263f;
}

.value span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: var(--body-text-color);
    font-weight: 500;
}

/*  */

/* ==============================
   AMENDMENTS SECTION
================================ */
/* ==============================
   LAW CARDS
================================ */

.lawcard {
    position: relative;

    width: 100%;
    max-width: 850px;

    min-height: 245px;

    margin: 20px auto;

    padding: 30px 28px 28px;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Gold top accent */
.lawcard::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c9a75b;

    transition: height 0.3s ease;
}


/* Card heading */
.lawcard .case {
    margin-bottom: 15px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;

    color: #14263f;
}


/* Card paragraph */
.lawcard p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
    color: var(--body-text-color);
}


/* ==============================
   CENTER ALIGNMENT
================================ */

.block .lawcard {
    display: block;

    width: 100%;
    max-width: 850px;
border-left: 4px solid #A8802F;
    margin: 20px auto;
}

/*  */

/* ==============================
   CASE FOR ARBITRATION
================================ */

/* ==============================
   PHOTO
================================ */

.block .photo {
    width: 100%;
    max-width: 850px;

    margin: 65px auto 0;

    padding: 0;

    background: var(--color-white);

    border: 1px solid #ddd8cc;
    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(20, 38, 63, 0.08);
}


/* Image */
.block .photo img {
    display: block;

    width: 100%;
    height: 420px;

    object-fit: cover;
}

/* Caption */
.block .photo figcaption {
    padding: 18px 22px;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
    color: var(--body-text-color);
    border-top: 1px solid #e2ddd2;
    font-weight: 500;
}

.block .photo figcaption b {
    color: #14263f;
}
/*  */
/* ==============================
   EQUALS / JUSTICE BOX
================================ */

.block .equals {
    width: 100%;
    max-width: 850px;
    margin: 45px auto 0;
    padding: 30px 35px;
    background: #14263f;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(20, 38, 63, 0.12);

}

.block .equals p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--color-white);
}

/* ==============================
   RULES & FEES SECTION
================================ */

#rules {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 40px 30px;
}


/* ==============================
   KICKER
================================ */

#rules .kicker {
    position: relative;
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a33127;
}

/* ==============================
   HEADING
================================ */

#rules h2 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 25px;
    text-align: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
    color: #14263f;
}


/* ==============================
   INTRO TEXT
================================ */

#rules>p {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 20px;
    text-align: left;
    margin-bottom: 1.05rem;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    font-weight: 500;
    color: var(--body-text-color);
}

#rules>p b {
    color: #14263f;
}


/* ==============================
   RULES CARD
================================ */

.rulescard {
    position: relative;

    width: 100%;
    max-width: 850px;

    margin: 0 auto;

    padding: 40px 42px;

    background: var(--color-white);

    border: 1px solid #ddd8cc;
    border-radius: 14px;

    box-shadow: 0 18px 50px rgba(20, 38, 63, 0.09);

    overflow: hidden;
}


/* Gold top line */
.rulescard::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: #c9a75b;
}


/* ==============================
   CARD HEADING
================================ */

.rulescard h3 {
    margin: 0 0 15px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;

    color: #14263f;
}


/* ==============================
   CARD TEXT
================================ */

.rulescard p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    color: #687585;
}

.rulescard p b {
    color: #14263f;
}


/* ==============================
   CTA ROW
================================ */

.rulescard .cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;

    margin-top: 30px;
}


/* ==============================
   BUTTONS
================================ */

.rulescard .hbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 12px 22px;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* Navy button */
.rulescard .hbtn.navy {
    background: #14263f;
    color: var(--color-white);

    border: 1px solid #14263f;
}

.rulescard .hbtn.navy:hover {
    background: #a33127;
    border-color: #a33127;

    color: var(--color-white);

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(20, 38, 63, 0.15);
}


/* Outline button */
.rulescard .hbtn.line {
    background: transparent;
    color: #14263f;

    border: 1px solid #c9a75b;
}

.rulescard .hbtn.line:hover {
    background: #c9a75b;
    border-color: #c9a75b;

    color: #14263f;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(201, 167, 91, 0.18);
}
/*  */

/*  */
/* ==============================
   CONTACT CARD
================================ */

.contactcard {
    position: relative;

    width: 100%;
    max-width: 850px;

    margin: 0px auto 40px;

    padding: 45px 50px;

    background: #14263f;

    border-radius: 14px;

    border: 1px solid rgba(201, 167, 91, 0.35);

    box-shadow: 0 20px 55px rgba(20, 38, 63, 0.16);

    text-align: center;

    overflow: hidden;
}


/* Decorative glow */
.contactcard::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    top: -90px;
    right: -70px;

    background: rgba(201, 167, 91, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


/* ==============================
   HEADING
================================ */

.contactcard h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 3vw, 25px);
    line-height: 1.25;
    font-weight: 700;

    color: var(--color-white);
}


/* ==============================
   DESCRIPTION
================================ */

.contactcard > p {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color: #c6d0dc;
}


/* ==============================
   GOLD BUTTON
================================ */

.contactcard .hbtn.gold {
    position: relative;
    z-index: 2;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 13px 28px;

    background: #A8802F;
    color:#ffff;

    border: 1px solid #A8802F;
    border-radius: 7px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

/* ==============================
   CONTACT DETAILS
================================ */

.contactcard p:last-child {
    position: relative;
    z-index: 2;

    margin-top: 1.1rem;
    margin-bottom: 0;

    font-size: 14px;

    color: #c6d0dc;
}


/* Email */
.contactcard .mail {
    color: #c9a75b;

    font-weight: 600;

    text-decoration: none;

    transition: color 0.3s ease;
}

.contactcard .mail:hover {
    color: var(--color-white);

    text-decoration: underline;
}

/*  */
/* =========================================================
   COMMON BLOCK
========================================================= */


/* =========================================================
   LAW CARDS
========================================================= */

.lawcard {
    position: relative;

    width: 100%;
    max-width: 850px;

    min-height: 190px;

    margin: 25px auto;

    padding: 30px 30px 28px;

    background: var(--white);

    border: 1px solid #e2ddd2;

    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Gold top line */

.lawcard::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: var(--brass);

    border-radius: 12px 12px 0 0;

    transition: height 0.3s ease;
}


/* Case heading */

.lawcard .case {
    margin-bottom: 15px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 19px;
    line-height: 1.4;

    font-weight: 700;

    color: var(--navy);

    transition: color 0.3s ease;
}



/* =========================================================
   ROUTE FIGURE
========================================================= */

.routefig {
    width: 100%;
    max-width: 850px;

    margin: 55px auto 40px;

    padding: 30px;

    background: var(--cream);

    border: 1px solid var(--border);

    border-radius: 14px;

    box-shadow: 0 15px 45px rgba(20, 38, 63, 0.07);

    box-sizing: border-box;
}

.routefig svg {
    display: block;

    width: 100%;
    height: auto;
}

.routefig figcaption {
    margin-top: 22px;

    padding-top: 18px;

    border-top: 1px solid var(--border);

    text-align: center;

    font-size: 13px;
    line-height: 1.7;

    color: var(--text);
}

.routefig figcaption b {
    color: var(--navy);
}


/* =========================================================
   EQUALS / HIGHLIGHT BOX
========================================================= */

.equals {
    width: 100%;
    max-width: 850px;

    margin: 40px auto;

    padding: 25px 30px;

    background: #fbf7ec;

    border-left: 4px solid var(--brass);

    border-radius: 8px;

    box-shadow: 0 8px 25px rgba(20, 38, 63, 0.05);
}

.equals p {
    margin: 0;

    font-size: 17px;
    line-height: 1.7;

    color: var(--navy);

    text-align: center;
}

.equals b {
    color: var(--red);
}


/* =========================================================
   STEPS
========================================================= */
/* ==============================
   STEPS
================================ */

.steps-div {
    display: flex;
    flex-direction: column;
    gap: 18px;

    width: 100%;
    max-width: 900px;

    margin: 40px auto 0;

    text-align: left;

    counter-reset: step;
}


/* ==============================
   STEP CARD
================================ */

.step {
    position: relative;

    display: flex;
    align-items: center;
    gap: 20px;

    width: 100%;

    padding: 22px 25px;

    box-sizing: border-box;

    text-align: left;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    transition: all 0.3s ease;
}


/* ==============================
   NUMBER
================================ */

.step::before {
    content: counter(step);
    counter-increment: step;

    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #14263f;

    border: 2px solid #c9a75b;
    border-radius: 50%;
    font-weight: 700;

    color: #c9a75b;
}


/* ==============================
   CONTENT
================================ */

.step > div {
    flex: 1;

    text-align: left;
}

.step b {
    display: block;
 text-transform: capitalize;
    margin-bottom: 7px;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #14263f;
}

.step span {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    color: #5d6b7a;
    font-size: 15px;
    text-transform: capitalize;
}
.step,
.step > div,
.step b,
.step span {
    letter-spacing: normal !important;
}

/* =========================================================
   CLAUSE BOX
========================================================= */

.clausebox {
    width: 100%;
    max-width: 850px;

    margin: 40px auto;

    background: #f8f6f1;

    border: 1px solid var(--border);

    border-radius: 13px;

    overflow: hidden;

    box-shadow: 0 15px 40px rgba(20, 38, 63, 0.07);
}


/* Clause header */

.chead {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 15px 20px;

    background: var(--navy);

    border-bottom: 1px solid rgba(201, 167, 91, 0.4);
}


/* Label */

.clabel {
    color: #26303C;
    font-size: 17px;
    font-weight: 700;
}


/* Copy button */

.copybtn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 9px 16px;

    background:#26303C;

    border: 1px solid #26303C;

    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;

    color:var(--color-white);

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.copybtn:hover {
    background: var(--color-white);

    color: var(--navy);

    transform: translateY(-2px);
}


/* Clause content */

.ctext {
    padding: 28px 30px;
}

.ctext p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    color: #4f5c6b;
}

.ctext p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CLAUSE LINK
========================================================= */

.block a {
    color: var(--brass);

    font-weight: 600;

    text-decoration: none;

    transition: color 0.3s ease;
}

.block a:hover {
    color: var(--red);

    text-decoration: underline;
}

/*  */

/* ==============================
   BATCHES / DAC DIFFERENCE
================================ */

#batches {
    width: 100%;
    max-width: 1100px;

    margin-left: auto;
    margin-right: auto;

    text-align: left;
}


/* ==============================
   NOTICE
================================ */
#batches .notice {
    display: flex;
    align-items: center;
    gap: 16px;

    width: 100%;
    max-width: 850px;

    margin: 0 auto 55px;

    padding: 20px 24px;

    background: #fbf7ec;

    border: 1px solid #e2d4ae;
    border-left: 4px solid #c9a75b;

    border-radius: 10px;

    box-sizing: border-box;
}
#batches .bell {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #14263f;

    border-radius: 50%;

    font-size: 17px;
}


#batches .notice p {
    margin: 0;

    font-size: 14px;
    line-height: 1.75;

    color: #5d6b7a;

    text-align: left;
}


#batches .notice p b {
    color: #14263f;
}


#batches .notice a {
    color: #a33127;

    font-weight: 700;

    text-decoration: underline;
}




/* ==============================
   PHOTO
================================ */

#batches .photo {
    width: 100%;
    max-width: 850px;

    margin: 45px auto 0;

    padding: 0;

    background: var(--color-white);

    border: 1px solid #ddd8cc;

    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(20, 38, 63, 0.08);
}


#batches .photo img {
    display: block;
    width: 100%;
    display: block;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    width: 100%;
    height: auto;

    object-fit: cover;

}

/* ==============================
   PHOTO CAPTION
================================ */

#batches .photo figcaption {
    display: block;

    margin: 0;

    padding: 17px 20px;

    border-top: 1px solid #ddd8cc;

    background: #fbfaf7;

        font-size: .78rem;
    color: var(--muted);
    padding: .6rem 1rem;
    border-top: 2px solid var(--brass-soft);
    letter-spacing: .04em;

    line-height: 1.7;

    color: #5d6b7a;
}

#batches .photo figcaption b {
    color: #14263f;
}

/* ==============================
   PROGRAMMES
================================ */

.courses {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 25px;

    width: 100%;
    max-width: 850px;

    margin: 40px auto 0;
}


/* ==============================
   COURSE CARD
================================ */

.course {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 12px 35px rgba(20, 38, 63, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Gold top border */

.course::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c9a75b;

    z-index: 2;

    transition: height 0.3s ease;
}


/* ==============================
   COURSE HEADER
================================ */

.course .chead {
    padding: 30px 30px 24px;

    background: #14263f;
    display: block;
    color: var(--color-white);
}


.course .ck {
    margin-bottom: 9px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #c9a75b;
}


.course h3 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 24px;
    line-height: 1.2;

    font-weight: 700;

    color: var(--color-white);
}


/* ==============================
   COURSE BODY
================================ */

.course .cbody {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 28px 30px 30px;

    text-align: left;
}


.course .cbody > p {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;

    color: var(--body-text-color);
}


/* ==============================
   LIST
================================ */

.course ul {
    margin: 0 0 25px;

    padding: 0;

    list-style: none;
}


.course ul li {
    position: relative;

    margin-bottom: 12px;

    padding-left: 25px;

    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    color: #1d2f40;
}


.course ul li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    font-weight: 700;

    color: #c9a75b;
}


/* ==============================
   META
================================ */

.course .meta {
    margin-top: auto;

    padding-top: 18px;

    border-top: 1px solid #e2ddd2;

    font-size: 13px;
    line-height: 1.7;
     font-weight: 500;
    color: #061d39;
}


.course .meta b {
    color: #A8802F;
}


/*  */

/* ==============================
   MODULES
================================ */

.modules {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 20px;

    width: 100%;
    max-width: 850px;

    margin: 40px auto 0;
}


/* ==============================
   MODULE CARD
================================ */

.module {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 150px;

    padding: 25px 24px 24px;

    box-sizing: border-box;

    text-align: left;

    background: var(--color-white);

    border: 1px solid #e2ddd2;

    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* Left Accent */
.module::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #c9a75b;

    transition: width 0.3s ease;
}

/* ==============================
   MODULE TITLE
================================ */

.module b {
    display: block;

    margin-bottom: 10px;

    text-align: left;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 700;

    color: #14263f;

    letter-spacing: normal;
}


/* ==============================
   MODULE DESCRIPTION
================================ */

.module span {
    display: block;

    text-align: left;

    font-size: 14px;

    line-height: 1.7;

    font-weight: 400;

    color: #5d6b7a;

    letter-spacing: normal;
}

/* ==============================
   DOS & DON'TS WRAPPER
================================ */

.curr {
    width: 100%;
    max-width: 850px;

    margin: 35px auto 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 22px;

    box-sizing: border-box;
}


/* ==============================
   COMMON CARD
================================ */

.currcol {
    position: relative;

    width: 100%;

    padding: 30px 26px 27px;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    box-sizing: border-box;

    text-align: left;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* ==============================
   TOP BORDER
================================ */

.currcol::after {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    transition: height 0.3s ease;
}


/* ==============================
   TITLE
================================ */

.currcol h3 {
    position: relative;

    margin: 0 0 20px;

    padding-left: 34px;
    font-size: 18px;
    line-height: 1.3;

    font-weight: 700;

    text-align: left;
}


/* ==============================
   TITLE TICK
================================ */

.currcol.do h3::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #1e6b45;
    font-size: 17px;
    font-weight: 700;

    box-sizing: border-box;
}


/* ==============================
   TITLE CROSS
================================ */

.currcol.dont h3::before {
    content: "×";

    position: absolute;

    left: 0;
    top: -2px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #a33127;

    font-size: 20px;
    font-weight: 700;

    box-sizing: border-box;
}


/* ==============================
   LIST
================================ */

.currcol ul {
    margin: 0;
    padding: 0;

    list-style: none;

    display: flex;
    flex-direction: column;

    gap: 14px;

    text-align: left;
}


/* ==============================
   LIST ITEM
================================ */

.currcol li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: var(--body-text-color);
    text-align: left;
}


/* ==============================
   DASH BEFORE LIST ITEM
================================ */

.currcol li::before {
    content: "-";

    position: absolute;

    left: 0;
    top: 0;

    color: #14263f;

    font-size: 18px;
    line-height: 1.5;

    font-weight: 700;
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {


}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .curr {
        margin-top: 25px;
    }

    .currcol {
        padding: 23px 18px;
    }




    .currcol li {
        font-size: 13px;
    }
}
/*  */

/* ==============================
   WHO SHOULD ATTEND
================================ */

.chips {
    width: 100%;
    max-width: 850px;

    margin: 30px auto 0;

    display: flex;
    flex-wrap: wrap;

    justify-content: flex-start;
    align-items: center;

    gap: 12px;

    box-sizing: border-box;
}

.chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px 10px 30px;
    background: var(--color-white);
    border: 1px solid #e2ddd2;
    border-radius: 30px;
    color: #14263f;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 6px 18px rgba(20, 38, 63, 0.05);
    box-sizing: border-box;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Dot */
.chip::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 3px;
    height: 3px;
    transform: translateY(-50%);
    background: #c9a75b;
    border-radius: 50%;
}

/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

    .chips {
        max-width: 850px;

        gap: 10px;
    }

    .chip {
        padding: 9px 16px;

        font-size: 13.5px;
    }
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .chips {
        width: 100%;

        margin-top: 25px;

        gap: 9px;

        justify-content: flex-start;
    }

    .chip {
        min-height: 40px;

        padding: 9px 14px;

        font-size: 13px;
    }
}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .chips {
        gap: 8px;
    }

    .chip {
        padding: 8px 12px;

        font-size: 12.5px;
    }
}
/*  */
.block .equals + p {
    max-width: 850px;

    margin: 25px auto 0;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 600;

    color: #5d6b7a;

    text-align: left;
}

.block .equals + p a {
    color: #c9a75b !important;
    font-weight: 600;
    text-decoration: none;
   font-size: 15px;
    transition: color 0.3s ease;
}

/*  */
/* ==============================
   MEDIATION vs CONCILIATION
================================ */

.twin {
    width: 100%;
    max-width: 850px;

    margin: 35px auto 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 22px;

    box-sizing: border-box;
}


/* ==============================
   PANEL
================================ */

.twin .panel {
    position: relative;
     margin-bottom: 25px;
    width: 100%;

    padding: 28px 25px 26px;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    box-sizing: border-box;

    text-align: left;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* ==============================
   HEADING
================================ */

.twin .panel h3 {
    margin: 0 0 15px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;
    line-height: 1.4;

    font-weight: 700;

    color: #14263f;

    text-align: left;
}


/* Highlighted word */
.twin .panel h3 span {
    color: #c9a75b;
}


/* ==============================
   PARAGRAPH
================================ */

.twin .panel p {
    margin: 0;

    font-size: 14px;

    line-height: 1.75;

    font-weight: 400;

    color: #5d6b7a;

    text-align: left;
}

/* ==============================
   SECOND PANEL
================================ */

.twin .panel:nth-child(2) h3 span {
    color: #c9a75b;
}


/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

    .twin {
        max-width: 850px;

        gap: 18px;
    }

    .twin .panel {
        padding: 25px 22px;
    }
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .twin {
        width: 100%;

        grid-template-columns: 1fr;

        gap: 18px;

        margin-top: 30px;
    }

    .twin .panel {
        width: 100%;

        padding: 24px 21px;
    }

    .twin .panel h3 {
        font-size: 19px;

        margin-bottom: 13px;
    }

    .twin .panel p {
        font-size: 13.5px;

        line-height: 1.7;
    }
}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .twin {
        margin-top: 25px;
    }

    .twin .panel {
        padding: 22px 18px;
    }

    .twin .panel h3 {
        font-size: 18px;
    }

    .twin .panel p {
        font-size: 13px;
    }
}
/*  */
/* ==============================
   NOTICE
================================ */

.notice {
    width: 100%;
    max-width: 850px;

    margin: 0 auto 40px;

    padding: 20px 24px;

    display: flex;
    align-items: center;

    gap: 16px;

    background: #fbf7ec;

    border: 1px solid #e2d4ae;

    border-radius: 10px;

    box-sizing: border-box;

    box-shadow: 0 8px 25px rgba(20, 38, 63, 0.05);
}


/* ==============================
   STAR
================================ */

.notice .star {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c9a75b;

    border: 2px solid #c9a75b;
    border-radius: 50%;

    color: var(--color-white);

    font-size: 20px;
    line-height: 1;
}


/* ==============================
   CONTENT
================================ */

.notice > div:last-child {
    flex: 1;

    text-align: left;
}

.notice p {
    margin: 0;

    font-size: 14px;

    line-height: 1.75;

    font-weight: 500;

    color: var(--body-text-color);

    text-align: left;
}

.notice p b {
    color: #14263f;

    font-weight: 700;
}


/* ==============================
   HOVER
================================ */

.notice {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.notice:hover {
    transform: translateY(-3px);

    border-color: #c9a75b;

    box-shadow: 0 14px 32px rgba(20, 38, 63, 0.09);
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .notice {
        padding: 18px;

        gap: 13px;

        align-items: flex-start;
    }

    .notice .star {
        flex: 0 0 36px;

        width: 36px;
        height: 36px;

        font-size: 17px;
    }

    .notice p {
        font-size: 13px;
        line-height: 1.7;
    }
}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .notice {
        padding: 16px;

        gap: 11px;
    }

    .notice .star {
        flex: 0 0 32px;

        width: 32px;
        height: 32px;

        font-size: 15px;
    }

    .notice p {
        font-size: 12.5px;
    }
}
/*  */

/* ==============================
   WHO LIST
================================ */

.wholist {
    width: 100%;
    max-width: 850px;
    margin: 30px auto 0;

    display: flex;
    flex-direction: column;
    gap: 14px;

    text-align: left;

    padding: 25px 28px;

    border: 1px solid #e2ddd2;
    border-radius: 12px;

    background: var(--color-white);

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    box-sizing: border-box;
}

/* List Item */
.wholist p {
    position: relative;

    margin: 0;
    padding: 0 0 0 28px;

    font-size: 15px;
    line-height: 1.75;
    font-weight: 600;

    color: var(--body-text-color);
    text-align: left;
}

/* Left Dot */
   .wholist p::before {
    content: "\00a7";
    color: var(--brass);
    font-weight: 700;
    margin-right: .55rem;
    position: absolute;
    left: 5px;
    top: 0;
    color: #c9a75b;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
}

/* Bold Text */
.wholist p b {
    color: #14263f;
    font-weight: 600;
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .wholist {
        margin-top: 25px;
        gap: 12px;
    }

    .wholist p {
        padding-left: 24px;
        font-size: 14px;
        line-height: 1.7;
    }

    .wholist p::before {
        left: 3px;
        font-size: 20px;
    }
}
/*  */
/* ==============================
   FIGCAPTION
================================ */

figcaption {
    position: relative;

    width: 100%;
    max-width: 850px;

    margin: 0 auto;
    padding: 16px 18px 14px;

    box-sizing: border-box;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 0 0 8px 8px;

    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;

    color: #687585;
    text-align: left;

    box-shadow: 0 6px 18px rgba(20, 38, 63, 0.04);

    overflow: hidden;
}

/* Top Gold Border */
figcaption::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c9a75b;
}

figcaption b {
    color: #14263f;
    font-weight: 700;
}
/*  */

/* ==============================
   MEMBERSHIP TWIN CARDS
================================ */

.twin {
    width: 100%;
    max-width: 850px;

    margin: 30px auto 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    box-sizing: border-box;
}

/* ==============================
   PANEL
================================ */

.twin .panel {
    position: relative;

    padding: 28px 25px;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(20, 38, 63, 0.06);

    overflow: hidden;

    text-align: left;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* Top Gold Border */
.twin .panel::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c9a75b;
}

/* ==============================
   HEADING
================================ */

.twin .panel h3 {
    margin: 0 0 20px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;

    color: #14263f;
}

.twin .panel h3 span {
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 600;
}

/* ==============================
   FEE
================================ */

.twin .panel .fee {
    margin: 0 0 12px;

    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    color: #14263f;
}

.twin .panel .fee b {
    color: #A8802F;
    font-weight: 700;
}

/* ==============================
   NOTE
================================ */

.twin .panel .fnote {
    margin: 18px 0 0;
    padding-top: 14px;

    border-top: 1px solid #e7e1d5;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6;

    color: var(--body-text-color);
}



/* ==============================
   TABLET
================================ */

@media (max-width: 767px) {

    .twin {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .twin .panel {
        padding: 25px 22px;
    }

    .twin .panel h3 {
        font-size: 19px;
    }
}
/*  */
/* ==============================
   PROCESS STEPS
================================ */
.process {
    width: 100%;
    max-width: 850px;
    margin: -32px auto 25px;

    display: flex;
    gap: 14px;
    align-items: stretch;

    position: relative;
    z-index: 10;
}

.pstep {
    display: flex;
    /* align-items: center; */
    gap: 18px;

    width: 100%;
    min-height: 100px;

    padding: 18px 22px;

    background: var(--color-white);
    border: 1px solid #e2ddd2;
    border-radius: 10px;

    box-sizing: border-box;
    text-align: left;

    box-shadow: 0 8px 25px rgba(20, 38, 63, 0.05);

    transition: all 0.3s ease;
}

/* Number */
.pstep .n {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #14263f;
    border: 2px solid #c9a75b;
    border-radius: 50%;

    color: #c9a75b;
    font-size: 16px;
    font-weight: 700;
}

/* Heading */
.pstep b {
    display: block;
    margin-bottom: 4px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    color: #14263f;
}

/* Description */
.pstep span {
    display: block;
   font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #687585;
}
/* ==============================
   FEE NOTE
================================ */

.feenote {
    width: 100%;
    max-width: 850px;

    margin: 0 auto 30px;
    padding: 18px 22px;

    position: relative;

    background: #fbf7ec;
    border: 1px solid #e2d4ae;
    border-radius: 10px;

    color: #5d6b7a;
    font-size: 14px;
    line-height: 1.7;

    box-sizing: border-box;
}

.feenote::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #c9a75b;

    border-radius: 10px 0 0 10px;
}

.feenote b {
    color: #14263f;
}


/* ==============================
   MAIN FORM CARD
================================ */

.card {
    width: 100%;
    max-width: 850px;

    margin: 30px auto 50px;

    background: var(--color-white);

    border: 1px solid #e2ddd2;
    border-radius: 14px;

    box-shadow: 0 15px 45px rgba(20, 38, 63, 0.08);

    overflow: hidden;
}

.chead {
    position: relative;

    padding: 28px 30px 24px;

    background: #fbf7ec;

    border-bottom: 1px solid #e2ddd2;
}

.chead::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c9a75b;
}

.chead h2 {
    margin: 0 0 8px;
    font-size: 27px;
    line-height: 1.3;
    color: #14263f;
}

.chead p {
    margin: 0;

    font-size: 14px;
    color: #687585;
}

.cbody {
    padding: 30px;
}


/* ==============================
   FIELDSET
================================ */

#memForm fieldset {
    position: relative;

    margin: 0 0 28px;
    padding: 25px;

    border: 1px solid #e2ddd2;
    border-radius: 11px;

    background: var(--color-white);
}

#memForm fieldset legend {
    width: auto;

    margin: 0;
    padding: 0 10px;

    font-size: 18px;
    font-weight: 700;

    color: #14263f;
}

.lnum {
    color: #c9a75b;
    margin-right: 5px;
}


/* ==============================
   MEMBERSHIP OPTIONS
================================ */

.memchoice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;

    margin-top: 10px;
}

.mopt {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 16px 18px;

    background: #fbfaf7;
    border: 1px solid #e2ddd2;
    border-radius: 9px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.mopt:hover {
    border-color: #c9a75b;
    background: #fffdf7;
}

.mopt input {
    margin-top: 4px;
    accent-color: #14263f;
}

.mopt span {
    display: block;
}

.mopt b {
    display: block;

    margin-bottom: 4px;

    color: #14263f;
    font-size: 14px;
}

.mopt small {
    display: block;

    color: #687585;
    font-size: 12px;
    line-height: 1.55;
}


/* ==============================
   OPTION GRID
================================ */

.optgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    margin-top: 12px;
}

.opt {
    display: flex;
    align-items: center;
    gap: 9px;

    min-height: 42px;
    padding: 10px 13px;

    background: #fbfaf7;
    border: 1px solid #e5dfd4;
    border-radius: 7px;

    font-size: 13px;
    line-height: 1.4;
    color: #4f5d6b;

    cursor: pointer;

    transition: all 0.25s ease;
}

.opt:hover {
    border-color: #c9a75b;
    color: #14263f;
}

.opt input {
    accent-color: #14263f;
    flex-shrink: 0;
}


/* ==============================
   FORM GRID
================================ */

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 20px;

    margin-top: 15px;
}

.field {
    width: 100%;
}

.field.full {
    grid-column: 1 / -1;
}

.field label {
    display: block;

    margin-bottom: 7px;

    color: #26384c;

    font-size: 13px;
    font-weight: 700;
}

.req {
    color: #a33127;
}

.field input,
.field textarea,
.field select {
    width: 100%;

    padding: 12px 29px;

    border: 1px solid #dcd6ca;
    border-radius: 7px;

    background: var(--color-white);

    color: #26384c;

    font-family: inherit;
    font-size: 14px;

    outline: none;

    box-sizing: border-box;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.field textarea {
    min-height: 100px;
    resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
    border-color: #c9a75b;

    box-shadow: 0 0 0 3px rgba(201, 167, 91, 0.12);
}

.hint {
    display: block;

    margin-top: 5px;

    font-size: 11px;
    color: #8a929b;
}


/* ==============================
   TABLES
================================ */

.rows {
    width: 100%;

    margin-top: 15px;

    border-collapse: separate;
    border-spacing: 0;

    border: 1px solid #e2ddd2;
    border-radius: 8px;

    overflow: hidden;
}

.rows th {
    padding: 12px;

    background: #14263f;

    color: var(--color-white);

    font-size: 12px;
    font-weight: 700;

    text-align: left;
}

.rows td {
    padding: 8px;

    border-top: 1px solid #e7e1d5;
}

.rows td + td {
    border-left: 1px solid #e7e1d5;
}

.rows input {
    width: 100%;

    padding: 9px 10px;

    border: 1px solid #ddd8ce;
    border-radius: 5px;

    font-size: 13px;

    box-sizing: border-box;
    outline: none;
}

.rows input:focus {
    border-color: #c9a75b;
}


/* ==============================
   ADD ROW BUTTON
================================ */

.addrow {
    margin-top: 12px;

    padding: 8px 14px;

    border: 1px solid #c9a75b;
    border-radius: 6px;

    background: transparent;

    color: #14263f;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition: all 0.25s ease;
}

.addrow:hover {
    background: #c9a75b;
    color: var(--color-white);
}


/* ==============================
   DECLARATION
================================ */

.decl {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    margin: 25px 0;

    padding: 17px 18px;

    background: #fbf7ec;
    border: 1px solid #e2d4ae;
    border-radius: 8px;

    color: #5d6b7a;

    font-size: 13px;
    line-height: 1.7;

    cursor: pointer;
}

.decl input {
    margin-top: 4px;
    flex-shrink: 0;
    accent-color: #14263f;
}

.decl b {
    color: #14263f;
}


/* ==============================
   ACTIONS
================================ */

.actions-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;

    margin-top: 25px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 11px 20px;

    border-radius: 7px;

    border: 1px solid transparent;

    font-family: inherit;
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition: all 0.25s ease;
}

.btn-primary {
    background: #14263f;
    color: var(--color-white);
}

.btn-primary:hover {
    background: #14263f;
    border-color:#14263f ;
}

.btn-gold {
    background: #c9a75b;
    color: #14263f;
}

.btn-gold:hover {
    background: #a8802f;
    color: var(--color-white);
}

.btn-ghost {
    background: var(--color-white);
    border-color: #d8d2c7;
    color: #14263f;
}

.btn-ghost:hover {
    border-color: #c9a75b;
}


/* ==============================
   REVIEW SECTION
================================ */

#reviewWrap {
    display: none;
}

.printhead {
    padding-bottom: 20px;
    margin-bottom: 25px;

    border-bottom: 1px solid #e2ddd2;
}

.printhead h2 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.35;

    color: #14263f;
}

.printhead p {
    margin: 0;

    color: #687585;
    font-size: 12px;
    line-height: 1.6;
}


/* ==============================
   NEXT BOX
================================ */

.nextbox {
    margin-top: 25px;
    padding: 20px 22px;

    background: #fbf7ec;

    border: 1px solid #e2d4ae;
    border-left: 4px solid #c9a75b;

    border-radius: 8px;
}

.nextbox > b {
    display: block;

    margin-bottom: 10px;

    color: #14263f;
    font-size: 18px;
}

.nextbox ol {
    margin: 0;
    padding-left: 22px;

    color: #5d6b7a;

    font-size: 13px;
    line-height: 1.75;
}

.nextbox li {
    margin-bottom: 8px;
}

.nextbox li:last-child {
    margin-bottom: 0;
}

.nextbox li b {
    color: #14263f;
}


/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .card {
        max-width: 95%;
    }

    .cbody {
        padding: 25px;
    }

    .optgrid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {

    .process,
    .feenote {
        max-width: 100%;
    }

    .pstep {
        padding: 16px;
        gap: 13px;
    }

    .pstep .n {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .pstep b {
        font-size: 14px;
    }

    .pstep span {
        font-size: 13px;
    }

    .card {
        max-width: 100%;
        margin-top: 25px;
        border-radius: 10px;
    }

    .chead {
        padding: 23px 20px 20px;
    }

    .chead h2 {
        font-size: 22px;
    }

    .cbody {
        padding: 18px;
    }

    #memForm fieldset {
        padding: 20px 16px;
        margin-bottom: 20px;
    }

    #memForm fieldset legend {
        font-size: 16px;
    }

    .memchoice,
    .grid2 {
        grid-template-columns: 1fr;
    }

    .field.full {
        grid-column: auto;
    }

    .optgrid {
        grid-template-columns: 1fr;
    }

    .rows {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .rows th,
    .rows td {
        min-width: 150px;
    }

    .actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }
}


@media (max-width: 480px) {

    .feenote {
        padding: 16px 17px;
        font-size: 13px;
    }

    .pstep {
        align-items: flex-start;
    }

    .pstep .n {
        margin-top: 2px;
    }

    .chead h2 {
        font-size: 20px;
    }

    .decl {
        padding: 14px;
        font-size: 12px;
    }
}
/*  */

/* Content */

.pstep > div:last-child {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.pstep b {
    display: block;
    margin-bottom: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.4;

    color: #14263f;
}

.pstep span {
    display: block;

    font-size: 14px;
    line-height: 1.6;

    color: #687585;
}


/* ==============================
   TABLET
================================ */

@media (max-width: 768px) {

    .process {
        width: 94%;
        margin: -20px auto 25px;
        gap: 12px;
    }

    .pstep {
        min-height: 95px;
        padding: 17px 18px;
        gap: 15px;
    }

    .pstep .n {
        flex: 0 0 40px;

        width: 40px;
        height: 40px;

        font-size: 15px;
    }

    .pstep b {
        font-size: 15px;
    }

    .pstep span {
        font-size: 13.5px;
        line-height: 1.6;
    }
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 576px) {

    .process {
        width: 100%;
        margin: -15px auto 22px;
        gap: 10px;
    }

    .pstep {
        min-height: 0;
        padding: 15px;
        gap: 13px;

        align-items: flex-start;
    }

    .pstep .n {
        flex: 0 0 36px;

        width: 36px;
        height: 36px;

        font-size: 14px;
    }

    .pstep b {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.4;
    }

    .pstep span {
        font-size: 13px;
        line-height: 1.55;
    }
}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 400px) {

    .process {
        margin-top: -10px;
    }

    .pstep {
        padding: 13px;
        gap: 11px;
    }

    .pstep .n {
        flex: 0 0 34px;

        width: 34px;
        height: 34px;

        font-size: 13px;
    }

    .pstep b {
        font-size: 13.5px;
    }

    .pstep span {
        font-size: 12.5px;
    }
}

/*  */
@media (max-width: 768px) {

    .process {
        width: 100%;
        max-width: 100%;
        margin: -15px auto 25px;
        padding: 0 15px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .pstep {
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 16px;
        gap: 14px;
        box-sizing: border-box;
        align-items: flex-start;
    }

    .pstep .n {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }

    .pstep > div:last-child {
        min-width: 0;
        width: 100%;
    }

    .pstep b,
    .pstep span {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}


@media (max-width: 480px) {

    .process {
        padding: 0 10px;
        margin-top: -10px;
    }

    .pstep {
        padding: 14px;
        gap: 12px;
    }

    .pstep .n {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .pstep b {
        font-size: 14px;
    }

    .pstep span {
        font-size: 13px;
        line-height: 1.55;
    }
}
/*  */



/* pop up page */
/* =========================================
   MAIN PAGE
========================================= */

.payment-page {
    width: 850px;
    min-height: 650px;
    margin: 55px auto 50px;

    background: var(--color-white);

    border: 1px solid #a5a5a5;
}


/* =========================================
   HEADER
========================================= */

.payment-header {
    width: 100%;
    height: 114px;

    display: flex;
    align-items: center;

    padding-left: 14px;

    border-bottom: 1px solid #a5a5a5;
}

.dac-logo {
    width: 241px;
    height: 85px;

    display: block;

    object-fit: contain;
}


/* =========================================
   CONTENT
========================================= */

.payment-content {
    padding: 36px 14px 15px;
}


/* =========================================
   GREETING
========================================= */

.greeting {
    margin-bottom: 51px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;

    color: #626568;
}


/* =========================================
   PAYMENT STATUS
========================================= */

.payment-status {
    margin-bottom: 21px;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20.5px;
    line-height: 1.3;

    color: #111111;
}

.payment-status strong {
    font-weight: 700;
}


/* =========================================
   CANCELLED MESSAGE
========================================= */

.cancelled-message {
    margin-bottom: 28px;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.3;

    color: #111111;
}


/* =========================================
   FEES PAYMENT HEADING
========================================= */

.fees-heading {
    margin-bottom: 29px;

    font-size: 19px;
    line-height: 1.2;

    font-weight: bold;

    text-decoration: underline;

    color: #626568;
}


/* =========================================
   PAYMENT DETAILS
========================================= */

.payment-details {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 55px;

    font-size: 18.5px;
    line-height: 1.2;
}

.details-column {
    min-width: 0;
}


/* Individual row */

.detail-row {
    margin: 0;
    padding: 0;
}


/* Labels */

.detail-label {
    font-weight: 700;
    font-size: 15px;
}


/* Values */

.detail-value {
    font-weight: 600;
    font-size: 15px;
    color: var(--body-text-color);
    margin-left: 3px;
}


/* =========================================
   PARTY / APPLICANT
========================================= */

.party-row {
    display: flex;
    align-items: flex-start;
}

.party-row .detail-label {
    flex-shrink: 0;
}

.party-value {
    padding-left: 5px;

    line-height: 1.2;
}


/* =========================================
   PAYMENT TIME
========================================= */

.time-row {
    margin-top: 0;
}


/* =========================================
   FOOTER
========================================= */

.payment-footer {
    margin-top: 51px;

    font-size: 18.5px;
    line-height: 1.2;
}

.regards {
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 600;
    color: var(--body-text-color);
}

.team-name {
    font-weight: 700;
    font-size: 16px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .payment-page {
        width: calc(100% - 30px);
    }
}


@media (max-width: 650px) {

    .payment-page {
        width: calc(100% - 20px);

        min-height: auto;

        margin: 20px auto;
    }


    .payment-header {
        height: auto;
        min-height: 90px;

        padding: 12px;
    }


    .dac-logo {
        width: 240px;
        max-width: 100%;
        height: auto;
    }


    .payment-content {
        padding: 25px 12px 15px;
    }


    .greeting {
        margin-bottom: 35px;
        font-size: 15px;
    }


    .payment-status {
        font-size: 17px;
    }


    .cancelled-message {
        font-size: 17px;
    }


    .fees-heading {
        font-size: 17px;
        margin-bottom: 22px;
    }


    .payment-details {
        grid-template-columns: 1fr;

        row-gap: 20px;

        font-size: 16px;
    }


    .payment-footer {
        margin-top: 35px;

        font-size: 16px;
    }
}
