/* FONT */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLightBETA.woff2') format('woff2'),
        url('../fonts/Inter-ExtraLightBETA.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-LightBETA.woff2') format('woff2'),
        url('../fonts/Inter-LightBETA.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ThinBETA.woff2') format('woff2'),
        url('../fonts/Inter-ThinBETA.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* FONT */



/* Style the parent menu item with a dropdown */
.menu-item-has-children > a::after {
    content: " ▼";
}

/* Style the dropdown submenu */
.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Show the submenu on hover */
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Style individual submenu items */
.sub-menu .menu-item {
    list-style: none;
}

.sub-menu .menu-item a {
    padding: 8px 16px;
    text-decoration: none;
    color: #333 !important;
}

.sub-menu .menu-item a:hover {
    background-color: #f0f0f0;
}


.account-dropdown .sub-menu {
    display: none;
    position: absolute;
    background: white;
    z-index: 1000;
}

.account-dropdown:hover .sub-menu {
    display: block;
}

body.wp-singular{
    color: #1E1E1E !important;
    box-sizing: border-box;
    font-family: 'Inter' !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1 {
    font-size: 62px;
}
h2 {
    font-size: 60px;
}
h3{
    font-size: 50px;
}
h4{
    font-size: 40px;
}
h5 {
    font-size: 24px;
}
h6{
    font-size: 18px;
}
 h1, h2, h3, h4, h5, h6{
    color: #1E1E1E;
}
P{
    margin: 0;
    font-size: 18px;
}
.btn {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 18px 28px;
    color: #FFFFFF;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
 .secondary-btn {
    color: #1E1E1E !important;
    background: #FFFFFF !important;
}
 .primary-btn {
    background-color: #326BFF !important;
    color: #fff !important;
}
.btn img {
    margin-left: 5px;
}
.booking-btn {
    background: linear-gradient(199.82deg, #234DB9 13.25%, #102253 116.01%);
    color: #fff !important;
}
input, select {
    height: 50px !important;
    border: 1px solid #ddd !important;
    width: 100% !important;
    padding: 10px 30px 10px 10px !important;
    border-radius: 6px !important;
    background-color: #fff;
}
p.invalid-case {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: red;
    font-size: 30px;
}
.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
}
label {
    margin-bottom: 6px;
}
/* HEADER CSS START */
header .custom-logo-link img {
    max-width: 205px;
    width: 205px;
}
    .custom-header nav.navbar {
        background: linear-gradient(90.81deg, #234DB9 32.22%, #102253 128.81%);
        padding: 0;
    }
    .custom-header nav.navbar ul.navbar-nav {
        margin-left: auto;
    }
    .custom-header .navbar-collapse {
        justify-content: end;
    }
    .custom-header .navbar-nav .nav-item .nav-link {
        padding: 41px 0;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        text-transform: capitalize;
        color: #fff;
    }
    .custom-header .navbar-nav li.nav-item {
        margin: 0 22px;
    }
    .custom-header .login-btn button.btn {
        background: #fff;
        border-radius: 6px;
        padding: 10px 39px;
        line-height: normal; 
        cursor: pointer;
        color: #1E1E1E;
    }
/* HEADER CSS START */

/* BANNER CSS START */

section.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 172px 0;
    position: relative;
}
section.banner-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
}
.banner-section .banner-inner-content {
    max-width: 790px;
    z-index: 1;
    position: relative;
}
.banner-section .banner-inner-content h1 {
    font-weight: 700;
    line-height: 69px;
    text-transform: capitalize;
}
.banner-section .banner-inner-content h1 span {
    font-size: 50px;
    font-weight: 400;
    line-height: 69px;
    display: block;
    text-transform: capitalize;
}
.banner-section .banner-inner-content p {
    font-size: 20px;
    line-height: 26px;
    vertical-align: middle;
    text-transform: lowercase;
    margin: 19px 0;
    max-width: 635px;
}
.banner-section .banner-inner-content ul.banner-list {
    display: flex;
    gap: 17px;
    margin-top: 57px;
}
.banner-section .banner-inner-content ul li {
    box-shadow: -3px 5px 13px 0px #ABABAB1A,-14px 18px 23px 0px #ABABAB17, -31px 41px 31px 0px #ABABAB0D, -56px 73px 37px 0px #ABABAB03, -87px 114px 40px 0px #ABABAB00;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 6px;
    flex: 0 0 210px;
}
.banner-section .banner-inner-content .banner-btn {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.banner-section .banner-inner-content .banner-list h5 {
    font-weight: 600;
    line-height: 100%;
}
.banner-section .banner-inner-content .banner-list h5 span{
  font-size: 18px;
}
.banner-section .banner-inner-content .banner-list h6{
    font-weight: 500;
    line-height: 100%;
    text-transform: lowercase;
}
/* BANNER CSS END */
/* WORLD QUALITY SEC CSS START */
section.world-quality-sec {
    padding: 163px 0;
    background: url(https://novadent.shinedezign.pro/wp-content/uploads/2025/04/Group-36.png)no-repeat center/cover;
    position: relative;
}
section.world-quality-sec:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.world-quality-sec .world-quality-inner {
    max-width: 700px;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.world-quality-sec .world-quality-inner h2 {
    line-height: 73px;
    text-transform: capitalize;
    color: #fff;
}
.world-quality-sec .world-quality-inner p {
    line-height: 30px;
    color: #EFEFF0;
    margin: 33px 0;
}
/* WORLD QUALITY SEC CSS END */

 /* WORKFLOW SECTION CSS START  */
section.workflow-video-sec {
    padding: 65px 0 0;
    text-align: center;
    background: #F2F5F6;
}
.workflow-video-sec .heading {
    margin-bottom: 50px;
}
.workflow-video-sec .heading h2 {
    font-weight: 600;
    line-height: 79.19px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.workflow-video-sec .heading p {
    line-height: 30px;
    text-transform: lowercase;
    max-width: 795px;
    margin: 0 auto;
}
.workflow-video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
 /* WORKFLOW SECTION CSS END  */

 /* COLLECTION SECTION  CSS START */

 section.collection-sec {
    padding: 100px 0 30px;
    background: linear-gradient(357.41deg, #F2F5F6 74.7%, #FFFFFF 97.83%);
}
.collection-sec h2 {
    margin-bottom: 53px;
    font-weight: 600;
    line-height: 79.19px;
    text-transform: capitalize;
}
.collection-sec .collection-inner {
    background: url(https://novadent.shinedezign.pro/wp-content/uploads/2025/04/caucasian-female-patient-consulting-dentist-oral-care-treatment-1.png) no-repeat center/cover;
    min-height: 619px;
    display: flex;
    align-items: flex-end;
    padding: 50px;
    border-radius: 20px;
}
.collection-sec .collection-inner .collection-inner-data {
    background: rgb(30 30 30 / 60%);
    padding: 42px;
    border-radius: 15px;
    max-width: 485px;
}
.collection-sec .collection-inner .collection-inner-data h4 {
    font-weight: 600;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 22px;
    color: #fff;
}
.collection-sec .collection-inner .collection-inner-data p{
    color: #fff;
    line-height: 22px;
    margin-bottom: 32px;
}
.collection-sec .collection-inner .collection-inner-data .btn.secondary-btn {
    border-color: transparent;
}
 /* COLLECTION SECTION  CSS END */

 /*  ADVANCED TECHNOLOGY SECTION  CSS START */
 section.advanced-technology {
    padding: 30px 0 50px;
    background: #F2F5F6;
}
.advanced-technology .advanced-technology-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
}
.advanced-technology .advanced-technology-inner .advanced-technology-data {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
}
.advanced-technology .advanced-technology-inner .advanced-technology-top-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 34px;
}
.advanced-technology .advanced-technology-inner .advanced-technology-top-data .arrow-btn {
    border: 1px solid #1E1E1E;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.advanced-technology .advanced-technology-inner .advanced-technology-top-data .advanced-technology-content {
    flex: max-content;
    max-width: max-content;
}
.advanced-technology .advanced-technology-inner .advanced-technology-data h5 {
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.advanced-technology .advanced-technology-inner .advanced-technology-data p {
    line-height: 24px;
    text-transform: lowercase;
    max-width: 452px;
}
.advanced-technology .advanced-technology-inner .advanced-technology-data .advanced-technology-img img {
    border-radius: 10px;
}
 /*  ADVANCED TECHNOLOGY SECTION  CSS END */

 /* SERVICE INNOVATION  SECTION  CSS START */
 section.service-innovation {
    padding: 50px 0 100px;
}
.service-innovation .service-innovation-inner {
    background: linear-gradient(92.98deg, #102253 -8.23%, #234DB9 82.24%);
    border-radius: 30px;
    padding: 73px 109px;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.service-innovation .service-innovation-inner .service-innovation-left h3 {
    font-weight: 600;
    line-height: 56px;
    text-transform: capitalize;
    margin-bottom: 24px;
    color: #fff;
}
.service-innovation .service-innovation-inner .service-innovation-left p {
    line-height: 26px;
    text-transform: lowercase;
    color: #EFEFF0;
}
.service-innovation .service-innovation-inner .service-innovation-center {
    align-self: flex-end;
}
.service-innovation .service-innovation-inner .service-innovation-right {
    align-self: center;
    flex: 0 0 max-content;
    max-width: max-content;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.service-innovation .service-innovation-inner .service-innovation-right .btn.call-btn {
    display: block;
    border-color: transparent;
    color: #fff !important;
}
.service-innovation .service-innovation-inner .service-innovation-right .call-btn img {
    margin-left: 10px;
}
 /* SERVICE INNOVATION  SECTION  CSS END */

 /* OUR SERVICES SECTION  CSS START */

 .our-services-slider .slick-list.draggable {
    overflow: visible;
    padding-bottom: 100px;
}
 section.our-services {
    padding: 100px 0;
}
.our-services .our-services-top-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.our-services .our-services-top-data h2 {
    font-weight: 600;
    line-height: 79.19px;
    text-transform: capitalize;
}
.our-services .our-services-slider-item {
    padding: 0 11px;
}
.our-services .our-services-slider-item-data {
    padding: 34px;
    background: #F2F5F6;
    border-radius: 20px;
    position: relative;
}
.our-services .our-services-slider-item-data .our-services-slider-item-img {
    width: 168px;
    height: 168px;
    min-width: 168px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 50px;
}
.our-services .our-services-slider-item-data .our-services-slider-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-services .our-services-slider-item-data h5 {
    font-weight: 600;
    line-height: 31px;
    text-transform: capitalize;
    margin-bottom: 41px;
}
.our-services .our-services-slider-item-data p {
    line-height: 30px;
    text-transform: lowercase;
    color: rgb(30 30 30 / 70%);
}
.our-services .our-services-slider-item-data .explore-btn {
    position: absolute;
    top: 34px;
    right: 34px;
}
.our-services .our-services-slider-item-data .explore-btn a {
    border: 1px solid #1E1E1E;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    padding: 8px 26px;
    color: #1E1E1E;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.our-services button.slick-arrow {
    background: linear-gradient(199.82deg, #234DB9 13.25%, #102253 116.01%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
    bottom: 0;
    top: auto;
    transform: unset;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.our-services button.slick-arrow:before {
    content: '' !important;
    width: 18px;
    height: 16px;
    position: absolute;
    opacity: 1;
   background: url(https://novadent.shinedezign.pro/wp-content/uploads/2025/04/Vector-7.svg) no-repeat center/contain;
}
.our-services button.slick-arrow.slick-prev:before {
    rotate: 180deg;
}
.our-services button.slick-arrow.slick-disabled:before {
    filter: invert(1);
}
.our-services button.slick-arrow.slick-disabled{
    border: 1px solid #1E1E1E;
    background: #fff;
    opacity: .1;
    cursor: not-allowed;
}
.our-services button.slick-arrow.slick-prev {
    left: 0;
}
.our-services button.slick-arrow.slick-next {
    right: calc(100% - 120px);
}
.our-services ul.slick-dots {
    background: #F2F5F6;
    display: flex !important;
    width: 100%;
    max-width: 1051px;
    justify-content: center;
    left: 0;
    right: 0;
    margin-left: auto;
    bottom: 20px;
}
.our-services .slick-dots li {
    width: 100%;
    height: 9px;
    margin: 0;
    padding: 0;
}
.our-services .slick-dots li button {
    width: 100%;
    height: 9px;
    box-shadow: none !important;
}
.our-services .slick-dots li.slick-active {
    background: linear-gradient(199.82deg, #234DB9 13.25%, #102253 116.01%);
}
.slick-dots li button:before{
    display: none;
}
 /* OUR SERVICES SECTION  CSS END */

/* FOOTER CSS START  */
 footer {
    background: #1E1E1E;
    padding: 63px 0 26px;
    margin-top: auto;
}
.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 375px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 62px;
    margin-bottom: 24px;
}
footer .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 200px;
}
footer .footer-menu .footer-menu-data h4, .footer-inner h2.widget-title {
    font-weight: 700;
    font-size: 18.95px;
    line-height: 28.07px !important;
    color: #fff;
    margin-bottom: 30px;
}
footer .footer-menu .footer-menu-data ul li a {
    font-weight: 400;
    font-size: 18.95px;
    line-height: 28.07px;
    color: #fff;
    margin-bottom: 40px;
    display: block;
}
footer .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
footer .footer-bottom .footer-condtion-pages ul {
    display: flex;
}
footer .footer-bottom .footer-condtion-pages ul li {
    border-right: 1px solid #92989F;
    padding: 0 30px;
}
footer .footer-bottom .footer-condtion-pages ul li:first-child {
    padding-left: 0;
}
footer .footer-bottom .footer-condtion-pages ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.26px;
    color: #92989F;
}
footer .footer-bottom .footer-social-icon {
    margin-left: auto;
}
footer .footer-bottom .footer-social-icon ul {
    display: flex;
    gap: 32px;
}
/* FOOTER CSS END  */



/** new header/Footer css **/

.site-header {background: linear-gradient(90.81deg, #234DB9 32.22%, #102253 128.81%) !important;}

.site-header .main-header-bar {background-color: transparent !important;}
#ast-desktop-header {
    max-width: 1600px !important;
    margin: 0 auto;
}
#ast-desktop-header .ast-nav-menu a.menu-link {
    color: #fff !important;
}

#ast-desktop-header .account-dropdown a {
    color: #ffffff;
}
.login-link a {
    background: #fff;
    border-radius: 6px;
    padding: 10px 39px;
    line-height: normal;
    cursor: pointer;
    color: #1E1E1E;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    margin: 0 15px;
}

.footer-inner h2.widget-title {
    color: #ffffff !important;
}

.site-footer {
    padding: 10px 0 !important;
}
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: transparent !important;
    padding: 0 !important;
}

/* REGISTER CSS START */
.um-page-register .um.um-register {
    max-width: 100%;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
    background: aliceblue;
}
.um-page-register .um.um-register .um-col-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.um-page-register .um.um-register .um-col-1 .um-field {
    flex: calc(50% - 20px);
    max-width: 50%;
}

.um-page-register .delivery-field-row {
    display: grid;
    gap: 20px;
    margin-bottom: 10px;
    grid-template-columns: 49.4% 44% max-content;
}
.um-page-register .delivery-field-row textarea {
    width: 100%;
}
.um-page-register .delivery-field-row button {
    padding: 10px 20px;
    height: 50px;
    line-height: normal;
    min-height: auto;
}
.um-page-register .delivery-field-row button img {
    filter: brightness(0) invert(1);
}
.um-page-register .um.um-register .um-col-1 .um-field input, .um-page-register .delivery-field-row input {
    min-height: 50px;
}
.um-page-register .um-col-alt .um-center {
    text-align: left;
}
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #286cd5;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 5px;
    /* visibility: hidden; */
    font-size: 0;
}
 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* REGISTER CSS END */

/* SUBMIT NEW CASE CSS START */

.custom-novaform {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
    background: aliceblue;
}
.custom-novaform .form-grp.form-file-upload {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.custom-novaform .form-grp {
    flex: calc(50% - 10px);
    max-width:calc(50% - 10px);
}
.custom-novaform .form-grp.form-grp-text-area, 
.custom-novaform .form-grp.form-grp-select-add, .custom-novaform .form-grp.form-grp-pickup{
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-novaform .form-grp.form-file-upload #file-upload-section {
    width: 100%;
    max-width: calc(100% - 60px);
}
.custom-novaform .form-grp.form-file-upload #add-more-files {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 0;
    height: 50px;
    width: 50px;
}
.custom-novaform .form-grp.form-file-upload #add-more-files img.emoji, .custom-novaform .form-grp.form-file-upload .file-upload button.remove-file-upload img.emoji {
    filter: brightness(0)invert(1);
}
.custom-novaform .form-grp.form-file-upload .file-upload {
    position: relative;
}
.custom-novaform .form-grp.form-file-upload .file-upload button.remove-file-upload {
    position: absolute;
    right: -60px;
    margin: 0 !important;
    width: 50px;
    height: 50px;
    padding: 0;
}
.custom-novaform .form-grp.form-file-upload #file-upload-section select, .custom-novaform .form-grp.form-file-upload #file-upload-section input {
    margin-bottom: 20px;
}
.custom-novaform .form-grp.form-grp-select-add table {
    border: 1px solid #dddd !important;
    background: #fff;
    border-radius: 4px;
}
.custom-novaform .form-grp.form-grp-select-add table tr td {
    border: 0;
    border-bottom: 1px solid #dddd;
}
.custom-novaform .form-grp.form-grp-select-add table tr:last-child td  {
    border: 0;
}
.custom-novaform .form-grp.form-grp-select-add table label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.custom-novaform .form-grp.form-grp-select-add input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
}
#cases_list .pro-status {
    color: green;
}
.custom-novaform .form-grp.form-grp-pickup label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 10px;
}
.custom-novaform .form-grp.form-grp-pickup label input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}
/* SUBMIT NEW CASE CSS END */

/* CLIENT CASE DASHBOARD CSS START */
.client-case-dashboard h4 {
    margin-bottom: 30px;
}
.case-detail-wrapper .case-status, 
.case-detail-wrapper .third-party-lab, 
.case-detail-wrapper .uploaded-files, .case-detail-wrapper .client-notes {
    border-top: 1px solid #ddd;
    padding: 12px 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-detail-wrapper {
    max-width: 800px;
    margin: 40px auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
}

.case-detail-wrapper .case-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px !important;
    padding: 12px 15px;
    text-align: center;
}
.status-badge {
    background-color: #e9f5ff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    color: #0073aa;
}

.uploaded-files ul {
    list-style: disc;
    padding-left: 20px;
}

.uploaded-files a {
    text-decoration: none;
    color: #0073aa;
    word-break: break-all;
}

.uploaded-files a:hover {
    text-decoration: underline;
}

.case-content {
    margin-top: 30px;
}

.no-case-found {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}
.client-case-dashboard table.dataTable.no-footer {
    border-bottom: 0;
}
.client-case-dashboard table#cases_list {
    margin-bottom: 20px;
}
.dataTables_length label, .dataTables_filter label{
    display: flex;
    align-items: center;
    gap: 10px;
}
.dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
}
.case-detail-wrapper h2.case-info {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px !important;
    padding: 12px 15px;
    text-align: center;
    border-top: 1px solid #ddd;
}
/* CLIENT CASE DASHBOARD CSS END */

/* ACCOUNT CSS START */
.um-account .um-form {
    background: aliceblue;
    padding: 40px;
    border-radius: 10px;
}
.um-account .um-form form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.um-account .um-form .um-account-side {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: calc(30% - 10px);
    max-width: calc(30% - 10px);
}
.um-account .um-form .um-account-side li, .um-account .um-form .um-account-side li:hover {
    background: transparent;
}
.um-account .um-form .um-account-side li a {
    background: #f0f8ff;
    margin-bottom: 10px;
}
.um-account .um-form .um-account-side li a.current, .um-account .um-form .um-account-side li a:hover {
    background: #3ba1da;
}
.um-account .um-form .um-account-side li a.current span, .um-account .um-form .um-account-side li a:hover span {
    color: #fff;
}
.um-account .um-form .um-account-side li a.current .um-faicon-angle-right:before, .um-account .um-form .um-account-side li a:hover .um-faicon-angle-right:before {
    color: #fff;
}
.um-account .um-account-side li a span.um-account-arrow {
    opacity: 1;
}
.um-account .um-form .um-account-main {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: calc(70% - 10px);
    max-width: calc(70% - 10px);
}
.um-account-main div.um-account-heading {
    margin: 0 0 10px !important;
    font-size: 26px;
    line-height: normal;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.um-account .um-request-button {
    text-decoration: none !important;
}
/* ACCOUNT CSS END */

/* CLIENT RESPONSE CSS START */
.client-response-wrapper {
    padding: 80px 0;
}
.client-response-wrapper h4 {
    margin-bottom: 30px;
}
.client-response-wrapper form {
    background: aliceblue;
    padding: 40px;
    border-radius: 10px;
}
.client-response-wrapper form .form-grp {
    margin-bottom: 20px;
}
.client-response-wrapper .form-grp.client-response-file {
    position: relative;
}
.client-response-wrapper .form-grp.client-response-file #file-upload-section {
    width: 100%;
    max-width: 96%;
}
.client-response-wrapper .form-grp.client-response-file #add-more-files {
    position: absolute;
    top: 26px;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
}
.client-response-wrapper .form-grp.client-response-file #add-more-files img.emoji, .client-response-wrapper .form-grp.client-response-file .file-upload .remove-file-upload img.emoji{
    filter: brightness(0)invert(1);
}
.client-response-wrapper .form-grp.client-response-file .file-upload {
    position: relative;
    margin-bottom: 20px;
}
.client-response-wrapper .form-grp.client-response-file .file-upload select {
    margin-bottom: 20px;
}
.client-response-wrapper .form-grp.client-response-file .file-upload .remove-file-upload {
    padding: 0;
    position: absolute;
    top: 26px;
    right: -58px;
    width: 50px;
    height: 50px;
    margin: 0 !important;
}
/* CLIENT RESPONSE CSS END */

/* INVOICES PAGE CSS START */
.invoices-page {
    padding: 80px 0;
}
.invoices-page h4 {
    margin-bottom: 30px;
}
.invoices-page form.invoice-filter-form {
    display: flex;
    gap: 20px;
    align-items: end;
    background: aliceblue;
    padding: 20px;
    border-radius: 10px;
}
.invoices-page form.invoice-filter-form .filter-grp {
    flex: 1;
}
.invoices-page form.invoice-filter-form .filter-grp button {
    min-height: 50px;
}
.invoices-page table.table {
    background: aliceblue;
    padding: 20px;
    border-radius: 10px;
    border: 0;
}
.invoices-page form.invoice-filter-form .filter-grp input[type="date"] {
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    background: #fff;
}
.invoices-page table, .invoices-page table td, .invoices-page table th {
    border: 0;
}
/* INVOICES PAGE CSS END */

/* ABOUT US SECTION CSS START */
section.about-us-sec {
    padding: 100px 0;
}
section.about-us-sec.about-us-second {
    background: aliceblue;
}
.about-us-sec .about-us-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.about-us-sec .about-us-inner .about-us-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    max-width: 600px;
}
.about-us-sec .about-us-inner .about-us-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}
/* ABOUT US SECTION CSS END */

/* CONTACT US SECTION CSS END */

section.contact-form {
    padding: 100px 0;
}
.contact-form .contact-form-inner {
    background: aliceblue;
    padding: 50px;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.contact-form .contact-form-inner form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-form .contact-form-inner form .form-grp {
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 0;
}
.contact-form .contact-form-inner form .form-grp.form-grp-text-area{
    flex: 100%;
    max-width:100%;
}
.contact-form .contact-form-inner form .form-grp.form-btn {
    max-width: max-content;
    flex: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.contact-form .contact-form-inner form .form-grp.form-btn input {
    padding: 10px 20px !important;
}
.contact-form .contact-form-inner form .wpcf7-response-output {
    flex: 0 0 100%;
    margin: 0 !important;
}
.contact-form .contact-form-inner form .form-grp.form-btn .wpcf7-spinner {
    background-color: #44a1ff;
    min-width: 24px;
}
/* CONTACT US SECTION CSS END */

.um-um_account_id .delivery-field-row input.um-form-field {
    width: calc(100% - 48px) !important;
}
.um-um_account_id .delivery-field-row{
    position: relative;
}
.um-um_account_id .delivery-field-row button#add-more-address {
    position: absolute;
    right: 0;
    top: 76%;
    padding: 0;
    width: 40px;
    height: 40px;
}
.um-um_account_id .delivery-field-row button#add-more-address img.emoji, .um-um_account_id .delivery-field-row button.remove-address-row img.emoji{
    filter: brightness(0) invert(1);
}
.um-um_account_id .delivery-field-row textarea.um-form-field {
    margin-bottom: 20px;
}
.um-um_account_id .delivery-field-row button.remove-address-row {
    position: absolute;
    right: 0;
    top: 76%;
    padding: 0;
    width: 40px;
    height: 40px;
}
.um-account-profile-link {
    display: none;
}
div#um_field_0_um_show_last_login {
    display: none;
}
.um-page-register .delivery-field-row {
	position: relative;
}
.um-page-register .delivery-field-row button {
	line-height: normal;
	min-height: auto;
	position: absolute;
	right: 0;
	top: 1%;
	padding: 0;
	width: 50px;
	height: 50px;
}


/* 13-05-25 css */
.banner-section .banner-inner-content .banner-list h5 {
    margin-bottom: 10px;
}
.banner-section .banner-inner-content .banner-list h6 {
    font-size: 16px;
}
.banner-section .banner-inner-content ul li {
    flex: 1 0 0;
}
/* 13-05-25 end */
