

.slider_section2{
    display: none;
}


/* css start */



.four_point_section{
    background-color: var(--color-white);
    padding: 20px 10px;
    margin-top: 10px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 2px;
}

.four_point_main_div{
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-content: center;
    place-content: center;
    justify-content: center;
    gap: 20px;
}

.four_point_item{
    display: flex;
    align-items: center;
    gap: 15px;
    
}

.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 > h5{
    color: var(--color-dark);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 17px;
    position: relative;
}

.four_item_content_div > h5::after{
    content: '';
    height: 3px;
    width: 30px;
    background-color: var(--theme-color8);
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-radius: 6px;
}

.four_item_content_div > 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;
}


.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;
    height: 630px;
}


.about_main_image > img {
    width: 100%;
    height: 630px;
    display: block;
    object-fit: cover;
    border-radius: 0 28px 0 0;
}


.about_quote_card {
    position: absolute;
    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: absolute;
    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;
}


.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;
}

.about_counter_wrapper {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: var(--gradient-color);
    border: 1px solid var(--theme-color8);
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 25, 55, .1);
}


.counter_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 20px;
    position: relative;
}


.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: 58px;
    height: 58px;
    min-width: 58px;
    border: 1px solid var(--theme-color8);
    border-radius: 50%;
    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;
}

/* 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 */

/* 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;
    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/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;
}


.statutory_left_content > p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}


.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;
}

/* 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: 780px;

    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: 44px;
    line-height: 1.2;

    font-weight: 700;

    margin-bottom: 10px;
}


.panel_title_div > p {

    max-width: 650px;

    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: 22px 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 {

    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-bottom: 18px;
}


.panel_number {

    color: var(--theme-color8);

    font-family: Georgia, serif;

    font-size: 26px;

    font-weight: 700;
}


/* icon */

.panel_icon {

    width: 42px;
    height: 42px;

    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 {

    background: var(--theme-color8);

    color: var(--color-white);

    transform: rotate(5deg);
}


/* ==========================================
   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 > button {

    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);

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition: all 0.3s ease;
}


.panel_load_more > button: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 */

/* 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 */


/* start */
/* ========================================
   DAC 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: #ffffff;
}


/* 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;

    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: #ffffff;

    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: #ffffff;

    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: #ffffff;

    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: #ffffff;
}


/* ========================================
   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: #ffffff;

    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: #ffffff;

    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: #ffffff;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.3s ease;
}


.footer_cta_btn > a:hover {
    background: #ffffff;

    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 */