@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    scrollbar-width: thin;
    scrollbar-color: var(--placeholder) var(--gray-first);
  }
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--gray-first);
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: var(--gray-first);
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: var(--gray-first);
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--placeholder);
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: var(--placeholder);
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: var(--placeholder);
  }
:root {

      /* Typography */   
    --base-fonts: "Poppins", sans-serif;    
    --text-10: 10px;
    --text-12: 12px;
    --text-14: 14px;
    --base-text: 16px;       
    --text-17: 17px; 
    --text-18: 18px;    
    --text-20: 20px;
    --text-22: 22px;
    --text-24: 24px;
    --text-26: 26px;
    --text-30: 30px;
    --text-32: 32px;
    --text-35: 35px;
    --text-40: 40px;
    --text-50: 50px;


    /* Colors */
     --base-color: #22252A; 
    --primary: #137DC5;
    --primary-dark: #0d5585;
    --primary-50: #89BEE2;
    --primary-30: #c0ddf1;
    --close-gray: #DCDDE0;
    --radio-border: #393E46;
    --slogan-gray: #505762;
    --placeholder: #A7ABB0;
    --error: #dd0b0b;
    --highlight: #DE731F;
    --highlight-dark: #b05917;
    --green: #05510A;
    --green-light: #00C269;
    --red-light: #F20F30;
    --remove: #FE0A0A;




    --card-hover: #DF6368;
    --yellow: #EFC01A;
    --primary-light: #FBE9EA;    
    --primary-selected-check:#FFFAF9;
    --white: #ffffff;
    --gray-field:#E2E6EB;
    --gray-inner-bg:#fafafa;
    --gray-progress:#D9D9D9;
    --gray-header-border:#DEE5EA;
    --gray-first:#EEEEF0;
    --gray-second:#AAA1A0;
    --gray-third:#FAF8F8;
    --gray-fourth:#F5F5F5;
    --gray-fifth:#F6F6F6;
    --gray-sixth:#D3D7D8;
    --gray-seventh:#BDBDBD;
    --gray-eighth:#D0CFCF;
    --gray-nav:#848484;
    --gray-border:#E8DADA;
    --gray-box-border:#E4E2E2;
    --gray-card:#212838;
    --gray-card-service:#E8E8E8;
    --gray-section-bg:#F5F7F9;
    --primary-selected:#FFECE9;
    --primary-sidebar:#FAE9E9;
    --cart-bg:#F6F8F9;
    --cart-border:#D0E2EA;
    --dark-gray:#8A8A8A;


    /* Car colors */
    --car-black:#000000;
    --car-white:#ffffff;
    --car-gray-dark:#9C9292;
    --car-silver:#D7D3D3;


    /* Border Rounded */  
    --border-r-6: 6px;
    --border-r-8: 8px;
    --border-r-10: 10px;
    --border-r-12: 12px;
    --border-r-15: 15px;
    --border-r-20: 20px;
    --border-r-30: 30px;
    --border-r-40: 40px;
    --border-r-100: 100px;
 
    


}

/*--------------General CSS---------*/




body {
    margin: 0;
    padding: 0;
    color: var(--base-color);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    font-size: var(--base-text);
    font-family:var(--base-fonts);
    font-weight: 400;
    width: 100%;
    background-color: var(--body-bg);
    overflow: auto;
}



img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
    color: var(--primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--primary-dark);
    text-decoration: none;
}

a,
button,
.btn {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.primary-text {color: var(--primary);}


/*-----------------------main styles starts here-----------------------------------------------*/

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

main {margin-top: 81px;}



/*=====================================	PLACE HOLDER CSSS START HERE 		====================================*/
.form-control::-moz-placeholder {
    color:var(--placeholder);
    opacity:1
  }
  .form-control::placeholder {
    color:var(--placeholder);
    opacity:1
  }
  .form-control:-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
  }
  .input-group-text {font-size: var(--text-14); background-color: var(--close-gray);}
input.form-control,
textarea.form-control,
select.form-control {
    background-color: var(--white);
    border: 1px solid var(--close-gray);
    border-radius: var(--border-r-10);
    box-shadow: none;
    font-size: var(--text-14);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
    color: var(--base-color);
    padding: 10px 20px;
    font-weight: 400;
}
select.form-control {background-image: url(../images-nct/select-arrow.svg); background-position: 97% center; background-repeat: no-repeat; background-size: 24px 24px;}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus
{box-shadow: none; border: 1px solid var(--base-color);}
textarea.form-control {
    height: auto;
    overflow: auto;
    white-space: normal;
    resize: none;
}
.form-label .option-note {font-size: var(--text-14); color: var(--gray-text);}
.form-group {
    margin-bottom:20px;
}
.form-check {display: flex; padding: 0; gap: 14px; align-items: self-start;}
.form-check .form-check-input {box-shadow: none; outline: none; width: 24px; height: 24px; min-width: 24px; min-height: 24px;  border-color: var(--close-gray); margin: 0px;}
.form-check-input:checked[type="checkbox"] {background-image: url(../images-nct/check.svg); background-repeat: no-repeat; background-position: center center; background-color: var(--white); background-size: 12px auto; border-color: var(--primary); box-shadow: none; outline: none;}
/*===================================== Commen Butons ===================================*/
.text-gradient {
  background: linear-gradient(45deg, #137DC5, #093C5F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.lg-btn {
    border-radius: var(--border-r-10);
    border: none;
   background: linear-gradient(to right,  #137dc5 1%,#393e46 100%);
    text-align: center;
    color: var(--white);
    padding: 13px 36px;
    font-size: var(--text-18);
    font-weight: 700;
    line-height: 1.40022222;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    
}

.lg-btn:hover,
.lg-btn:focus {
    background: linear-gradient(to right,  #393e46 0%,#137dc5 99%);
    color: var(--white);
}
.second-medium-border-btn {
    border-radius: var(--border-r-40); 
    border: 1px solid var(--primary);
    background-color: var(--white);    
    text-align: center;
    color: var(--primary);
    padding: 11px 24px;
    font-size: var(--text-18);
    font-weight: 600;
    line-height: 1.40022222;
    
}

.second-medium-border-btn:hover,
.second-medium-border-btn:focus {
    background-color: var(--primary);
    color: var(--white);
}
 
.medium-border-btn {
    border-radius: var(--border-r-30);
 
     border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #137DC5, #093C5F) border-box;
    
    text-align: center;
    color: var(--primary);
    padding: 11px 24px;
    font-size: var(--text-20);
    font-weight: 600;
    line-height: 1.40022222;
    
}

.medium-border-btn:hover,
.medium-border-btn:focus {
    background: var(--primary);
    color: var(--white);
}
.medium-border-btn:hover span,
.medium-border-btn:focus span {
    background: none;
    color: var(--white);
     -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.google-btn {
    border-radius: var(--border-r-10);
    border: 1px solid var(--base-color);
    background-color: transparent;
    text-align: center;
    color: var(--base-color);
    padding: 12px 36px;
    font-size: var(--text-18);
    font-weight: 600;
    line-height: 1.40022222;
    
}

.google-btn:hover,
.google-btn:focus {
    border: 1px solid var(--base-color);
    background-color: transparent;
    color: var(--base-color);
    background-color: var(--gray-eighth);
}



.second-btn {
    border-radius: var(--border-r-30);
    border: 1px solid var(--highlight);
    background-color: var(--highlight);
    text-align: center;
    color: var(--white);
   padding: 13px 36px;
    font-size: var(--text-18);
    font-weight: 600;
    line-height: 1.40022222;
    
}

.second-btn:hover,
.second-btn:focus {
    border: 1px solid var(--highlight-dark);
    background-color: var(--highlight-dark);
    color: var(--white);
}
.header-btn {
    border-radius: var(--border-r-30);
    border: 1px solid var(--highlight);
    background-color: var(--highlight);
    text-align: center;
    color: var(--white);
    padding: 11px 30px;
    font-size: var(--text-18);
    font-weight: 600;
    line-height: 1.40022222;
    
}

.header-btn:hover,
.header-btn:focus {
    border: 1px solid var(--highlight-dark);
    background-color: var(--highlight-dark);
    color: var(--white);
}













.btn-block .btn {margin-right: 15px;}
.btn-block .btn:last-child {margin: 0;}

.navbar-brand {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 5;
}
.navbar-brand img {max-width: 115px;}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--gray-header-border);
    background-color: var(--white);
    z-index: 100;
    padding: 0;
}
.menu.btn12 {display: none;}
.profile-menu .dropdown-toggle {display: flex; align-items: center; gap: 5px; color: var(--base-color); font-weight: 600;}
/* Booking Steps */
.booking-header {background-color: var(--white);}
.nav-icon-btn {display: flex; align-items: center; justify-content: center; border-radius: var(--border-r-10); border:none; margin-left: 20px;}
.nav-icon-btn .profile-pic {width: 45px; height: 45px; border-radius: 50%; display: block;}
.nav-icon-btn .profile-pic img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.nav-icon-btn:hover, .nav-icon-btn:focus {background-color: var(--white);}
.menu.btn12 {margin-left: 20px;}
.profile-menu .dropdown-toggle::after {display: none;}
.booking-main, .inner-main {margin-top: 81px;} 
.inner-main {background-color: var(--gray-inner-bg); min-height: calc(100vh - 310px); } 
.booking-section {padding: 60px 0; position: relative;}
.bg-img {position: fixed; width: 100%; height: 100%; left: 0; top: 0;}
.bg-img img {width: 100%; height: 100%; object-fit: cover;}
.booking-section .container {max-width: 850px; position: relative; z-index: 2;}


.booking-progress {height: 10px;}
.booking-top {text-align: center; position: relative; margin-bottom: 40px;}
.close-booking {width: 30px; height: 30px; border-radius: 50%; background-color: var(--close-gray); display: flex; align-items: center; justify-content: center;  border: none;}
.close-booking:hover, .close-booking:focus {background-color: var(--base-color);}
.booking-top h1 {font-size: var(--text-26); margin: 0; font-weight: 600;}
.booking-top p {font-size: var(--text-14); margin: 10px auto 0; max-width: 620px; width: 100%; color: var(--slogan-gray);}
.booking-progress {margin-top: 30px; background-color: var(--gray-progress);}
.booking-progress .progress-bar {border-radius: var(--border-r-10); background-color: var(--primary);}
.booking-box {background-color: var(--white); border-radius: var(--border-r-20); box-shadow: 0 4px 6px rgba(0,0,0,0.15); padding: 50px; margin-top: 30px;}
.step-container-lg {width: 100%; max-width: 1000px; margin: 0 auto;}
.step-container-lg .booking-box {padding: 70px 70px;}
.step-container-md {width: 100%; max-width: 650px; margin: 0 auto;}
.step-container-sm {width: 100%; max-width: 582px; margin: 0 auto;}
.icon-check {position: relative;} 
.icon-check [type="radio"] {position: absolute; width: 100%; height: 100%; opacity: 0;}
.icon-check .form-radio:checked + .radio-label {
  color: var(--primary);
  border-color: var(--primary);
}
.fom-sm {max-width: 480px; margin: 0 auto;}

.icon-check .form-radio + .radio-label .icon img  {filter: grayscale(100); }
.icon-check .form-radio:checked + .radio-label .icon img  {filter: none; }

.icon-check .radio-label.radio-icon-v {
  flex-direction: column;
  width: 130px; height: 130px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.icon-check .radio-label {
  border: 1px solid var(--close-gray);
  display: block;
  border-radius: var(--border-r-12);
  position: relative;
  color: var(--base-color);
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: var(--text-22);
}
.icon-check .radio-label > .icon {
  border-radius: var(--border-r-12);
  background-color: var(--primary-selected-check);
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; 
  
}
.icon-check .radio-label > .r-label {
  font-size:var(--base-text);
  font-weight: 600;
  display: block;
}
.cat-radio-block {display: flex; width: 100%; gap: 10px;}
.radio-icon-h {flex-direction: column; height: 100%;}
.radio-icon-h p {margin: 0; width: 100%; font-weight: 400; font-size: var(--text-18);}
/* Box radio */
.box-radio {position: relative;} 
.box-radio [type="radio"] {position: absolute; width: 100%; height: 100%; opacity: 0;}
.box-radio .form-radio:checked + .radio-label {
  color: var(--primary);
}
.box-radio .form-radio:checked + .radio-label .icon  {border-color: var(--primary); }
.box-radio .form-radio:checked + .radio-label .icon-color  {border-color: var(--primary); }
.box-radio .form-radio:checked + .radio-label .icon:before  {width: 20px; height: 20px; border-radius: 50%;content: ""; background-color: var(--primary); }
.box-radio .radio-label {
  border: 1px solid var(--gray-field);
  display: block;
  border-radius: var(--border-r-12);
  position: relative;
  color: var(--base-color);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.box-radio .radio-label  .icon {
  border-radius: 50%;
  border: 1px solid var(--gray-second);
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; 
  position: relative;  
}
.box-radio .radio-label .icon-color {
  border-radius: 50%;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;

}
.box-radio .radio-label  .r-label {
  font-size:var(--text-18);
  font-weight: 600;
  display: block;
}
.box-radio .radio-label .icon-color.car-black {background-color: var(--car-black);}
.box-radio .radio-label .icon-color.car-white {background-color: var(--car-white); border-color: var(--gray-second);}
.box-radio .radio-label .icon-color.car-gray {background-color: var(--car-gray-dark);}
.box-radio .radio-label .icon-color.car-silver {background-color: var(--car-silver);}


.radio-flex {display: flex; justify-content: space-between; gap: 5px; width: 100%;}

/* Box check */
.box-check {position: relative;} 
.box-check [type="checkbox"] {position: absolute; width: 100%; height: 100%; opacity: 0;}
.box-check .form-check:checked + .check-label {
  color: var(--primary);
}
.box-check .form-check:checked + .check-label .icon  {border-color: var(--primary); }
.box-check .form-check:checked + .check-label .icon-color  {border-color: var(--primary); }
.box-check .form-check:checked + .check-label .icon:before  {width: 15px; height: 11px; background-image: url(../images-nct/check.svg); background-position: center center; background-repeat: no-repeat; display: block; content: "";}
.box-check .check-label {
  border: 1px solid var(--gray-field);
  display: block;
  border-radius: var(--border-r-12);
  position: relative;
  color: var(--base-color);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;

}
.box-check .check-label  .icon {
  border: 1px solid var(--gray-second);
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; 
  position: relative;  
    border-radius: 5px;
}

.box-check .check-label  .r-label {
  font-size:var(--text-18);
  font-weight: 600;
  display: block;
}
.password-field .input-group-text {background-color: transparent;}
.form-note {display: flex; gap: 6px; margin: 5px 0 0; font-size: var(--text-10); color: var(--placeholder);}

.booking-section .btn-block {display: flex; justify-content: space-between; align-items: center; margin-top: 50px;}

.booking-section .btn-block .lg-btn  {min-width: 300px;}
.booking-spacer {margin-bottom: 50px;}
.label-lg {font-size: var(--text-22); font-weight: 600; margin: 0 0 15px;}
.form-link {font-size: var(--base-text); font-weight: 500; margin: 24px 0 0;}


.input-group input.form-control-lg {border-right: none;}
.days-check .radio-label {min-height: 123px; padding: 15px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.booking-back-btn {
    position: absolute;
    left: 0px;
    top: 50px;
    background-color: var(--white);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
    z-index: 1;
    font-weight: 500;
    border-radius: 0px 30px 30px 0px;
    padding: 12px 30px;
    display: inline-block;
}

.auth-bottom {margin-top: 25px;}

.or-line {border: 1px solid var(--close-gray); height: 2px; position: relative; margin: 30px 0;}
.or-line span {background-color: var(--white);
    padding: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 70px;
    top: -16px; color: var(--close-gray);}
.forgot-block {display: flex; justify-content: space-between; align-items: center;}
.booking-box .form-label {font-size: var(--text-18); font-weight: 600; margin-bottom: 10px;}
.field-add-btn {display: inline-block; margin-top: 10px;}
.success-block {color: var(--slogan-gray);}
.success-block figure {margin-bottom: 0;}
.success-block h2 {font-size: var(--text-24); margin: 10px 0 0; font-weight: 500;}
.success-block p {font-size: var(--text-14); margin: 5px 0 0;}
.success-block .lg-btn {margin-top: 30px;}
.password-link {font-size: var(--text-20); color:var(--close-gray);}
.error {font-size:var(--text-14); color:var(--error);}
.country-field .iti {width:100%;}
.country-field  .iti__selected-flag {height:100%; background-color:var(--white);}
.country-field .iti--separate-dial-code .iti__selected-flag {background-color:var(--white); border-right: 1px solid var(--close-gray);     border-radius: var(--border-r-10) 0 0 var(--border-r-10);}

.inner-section {
    padding: 60px 0;
    position: relative;
}
.inner-section .container {

    position: relative;
    z-index: 2;
}

.common-box {background-color: var(--white); border-radius: var(--border-r-20); box-shadow: 0 4px 6px rgba(0,0,0,0.15); padding: 50px; }


/* Seller Dashboard */
.seller-section {padding: 45px 0; }
.left-panel {border: 1px solid var(--dark-gray); border-radius: var(--border-r-20);  background-color: var(--white); position: sticky; left: 0; top: 90px;}
.user-box {padding: 25px 20px;  display: flex; align-items: center; gap: 15px; background-color: var(--primary-50); border-radius: var(--border-r-20);}
.common-card { background-color: var(--white); border-radius: var(--border-r-20);border: 1px solid var(--dark-gray);}
.profile-photo {width: 60px; height: 60px; border-radius: 50%; overflow: hidden; flex-shrink: 0;}
.profile-photo img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.user-name {font-size: var(--text-20); font-weight: 600; color: var(--base-color); margin: 0;}
.user-email {font-size: var(--base-text); color: var(--slogan-gray); margin: 5px 0 0;  word-break: break-all;}
.sidebar-menu {padding:20px 30px;}

.sidebar-item a {font-size: var(--text-20); color: var(--base-color); font-weight: 500; padding: 10px 0px; display: block;display: flex; gap: 12px; }
.sidebar-item a .icon img {filter: brightness(19%);}
.sidebar-item a:hover, .sidebar-item a:focus {color: var(--primary); } 
.sidebar-item a .icon {width: 24px; height: 24px; min-width: 24px; min-height: 24px;}
.sidebar-item a.active {color: var(--primary); font-weight: 700;}
.sidebar-item a.active .icon img, .sidebar-item a:hover .icon img, .sidebar-item a:focus .icon {filter: none;}
.common-header {border-bottom: 1px solid var(--gray-header-border); padding: 20px 30px; margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between;}
.common-title {font-size: var(--text-26); font-weight: 500; margin: 0; color: var(--base-color);}
.common-tabs {border-bottom:none; box-shadow: none; margin: 0 0 30px; display: flex; justify-content: space-between; flex-wrap: nowrap;}
.common-tabs .nav-item {width: 100%; text-align: center;}
.common-tabs .nav-link {font-size: var(--text-20); color: var(--slogan-gray); font-weight: 500; border: none; border:none;color: var(--base-color); width: 100%; padding: 20px 0px; position: relative;}

.common-tabs .nav-link.active span {
  background: linear-gradient(45deg, #137DC5, #393E46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  display: inline-block;
}
.common-tabs .nav-link.active::before {width: 100%; height: 4px; content: ""; background: linear-gradient(135deg,  #137dc5 0%,#093c5f 100%); position: absolute; left: 0; bottom: 0;
} 
.common-table th {padding: 12px 15px; background-color: var(--gray-card-service); font-weight: 600;white-space: nowrap;}
.common-table td {padding: 12px 15px;  font-size: var(--text-14); color: var(--base-color); box-shadow: none; border-bottom-color: var(--gray-box-border);}
/*.common-table tr:last-child td {border-bottom: none;}*/
.status {font-size: var(--text-14); font-weight: 500; padding: 3px 7px; border-radius: var(--border-r-15); display: inline-block; color: var(--base-color); min-width: 104px; text-align: center;}
.status.pending {background-color: #F2A85E;}
.status.approved {background-color: #7EB886;}
.status.rejected {background-color: #F26A5E;}
.status.suspended {background-color: #81A9FF;}
.status.draft {background-color: #f6bd65;}
.action-btns {display: flex; gap: 7px; flex-wrap: nowrap; align-items: center; }
footer {padding: 40px 0;}
.footer-social {display: flex; gap: 10px; align-items: center;} 
.footer-row {display: flex; justify-content: space-between; align-items: start; }
.footer-block {padding-right: 25px;}
.footer-block:last-child {padding-right: 0;}
.footer-block h2 {font-size: var(--text-24); font-weight: 700; margin-bottom: 15px;
  background: linear-gradient(45deg, #137DC5, #393E46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.footer-block h3 {font-size: var(--text-20); font-weight: 700; margin-bottom: 15px;
   color: var(--primary);
}
.footer-first {max-width: 390px;}
.footer-first p {font-size: var(--text-12);}
.copyright {border-top: 1px solid var(--gray-header-border); margin-top: 30px; padding-top: 20px;  color: var(--slogan-gray);}
.footer-nav a {font-size: var(--base-text); color: var(--base-color); }
.footer-nav a:hover, .footer-nav a:focus {color: var(--primary); }
.footer-nav li {margin-bottom: 15px;}
.footer-nav li:last-child {margin-bottom: 0;}
.verification-card {background-color: #CCE1EF; margin-bottom: 35px;}
.space-30 {padding: 30px;}
.verification-text {font-size: var(--text-22); margin-bottom: 0;}
.verification-btn {margin-top: 30px;}
.verification-btn p {font-style: italic; margin: 10px 0 0;}
.verification-card h3 {font-size: var(--text-24); margin: 50px 0 0; font-weight: 500;}
.file-btn input[type=file] {position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; cursor: pointer;}
.verification-btn .medium-border-btn {min-width: 300px;}
.jconfirm-box-container {margin:0 auto;}

.user-box-lg { display: flex; align-items: center; gap: 15px;}
.profile-photo-lg {min-width: 150px; min-height: 150px; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 10px solid var(--white);}
.profile-photo-lg img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.user-name-lg {font-size: var(--text-30); font-weight: 600; color: var(--base-color); margin: 0 0 15px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap;}
.icon-block { display: flex; align-items: baseline; gap: 15px; color: var(--slogan-gray);}
.profile-card {padding: 30px; background-color: rgba(255, 255, 255, 0.20);}
.profile-card .icon-block {font-size: var(--text-20); margin-bottom: 15px; word-break: break-all;}
.profile-card .icon-block:last-child {margin-bottom: 0;}
.profile-summary {font-size: var(--text-20); color: var(--slogan-gray); font-style: italic; margin: 20px 0 0;}
.edit-btn {position: absolute; top: 25px; right: 25px; font-size: var(--text-20);}
.table-filter {padding: 5px 30px 20px;}
.table-filter .form-control {height: 40px; width: 220px; padding: 6px 15px; }
.list-btns {font-size: var(--text-22); display: inline-block; min-width:30px;}
.check-btn {color: var(--green);}
.remove-btn {color: var(--remove);}
.msg-btn {color: var(--base-color);}

.switch {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 30px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--red-light);
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  left: 3px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background: var(--green-light);
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -moz-transform: translateX(36px);
  transform: translateX(36px);
}

.note-row {display: flex; gap: 15px; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--gray-header-border);}
.note-row:last-child {border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
.note-text {font-size: var(--text-18); color: var(--base-color); margin-bottom: 0;}
.da-block figure { margin-bottom: 30px;}
.da-block p {font-size: var(--text-18); margin: 0 auto 30px; max-width: 860px; width: 100%;}
.uploaded-img-thumb figure {margin-bottom:0px;}

.is-trash-ico.btn-del-image {
  position: absolute;
  right: -6px;
  top: -10px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--error);
}
.uploaded-img-thumb .card {margin-top:10px;}

.upload-btn {font-size: var(--base-text); color: var(--primary);display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;  background-color: var(--white); cursor: pointer;}
.upload-btn input[type=file] {visibility: hidden; width: 100%;height: 100%; position: absolute; left: 0; top: 0; font-size: 100px; cursor: pointer;}
.booking-box .second-medium-border-btn {border-radius: var(--border-r-10); min-height:54px;}
.cke_chrome, .cke_inner {border-radius: var(--border-r-10);}
.cke_top{border-radius: var(--border-r-10) var(--border-r-10) 0 0;}
.cke_bottom {border-radius: 0 0 var(--border-r-10) var(--border-r-10);}
.form-control[multiple] {overflow: inherit; min-height:70px;}
.delete_document_type_file {color:var(--red-light);}
.booking-box .table.table-bordered {font-size:var(--text-14);}
.inline-radio-block {
  display: flex;
  align-items: center;
  gap:25px;
  flex-wrap: wrap;
}
.form-check-input:checked[type="radio"] {justify-content: center;display: flex; align-items: center;}
.form-check-input:checked[type="radio"] {background-image: none; background-color: transparent}
.form-check-input:checked[type="radio"]:before {content:""; width:14px; height:14px; background-color:var(--primary);display: block;
  border-radius: 50%;}
.assets-radio .form-group {margin-bottom:40px;}


/* Landing Page */
.landing-main {margin-top: 0;}
.dark-header {background-color: transparent; border-bottom: none;}
.dark-header .navbar-brand img {filter: brightness(50)}
.dark-header .nav-link {color: var(--white); margin-right: 20px; font-size: var(--text-18); font-weight: 600;}
.hero-section {padding: 0; position: relative; display: flex; align-items: center; justify-content: center; min-height: 800px; color: var(--white);} 
.common-section {padding: 70px 0; position: relative;}
.section-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}
.section-img img {width: 100%; height: 100%; object-fit: cover;}
.hero-section h1 {font-size: var(--text-40); font-weight: 600; margin: 0 auto; max-width: 930px; width: 100%;}
.hero-section h2 {font-size: var(--text-26); font-weight: 500; margin: 50px 0 0;}
.hero-section .second-btn {margin-top: 50px;}
.todo-section {position: relative;}
.section-title {margin-bottom: 30px; font-size: var(--text-40);}
.section-title .title {margin: 0px; font-size: var(--text-40); font-weight: 600;}
.section-title .title-text {margin: 15px 0 0; font-size: var(--text-24); font-weight: 400; color: var(--base-color);}
.todo-card .second-medium-border-btn {min-width: 250px;}
.todo-card {background-color: transparent; border-radius: var(--border-r-20);  padding: 30px; text-align: center; border: 2px solid var(--primary); color: var(--base-color);}
.todo-card .card-footer {background-color: transparent; border: none;}
.todo-card .card-title {font-size: var(--text-26); font-weight: 600; margin: 0 0 15px; color: var(--primary);}
.todo-card .card-text {font-size: var(--text-20);}
.listing-table th {background-color: var(--gray-inner-bg); font-weight: 400; font-size: var(--text-20); padding: 15px;}
.listing-table td {padding: 15px; font-size: var(--text-14); color: var(--base-color); box-shadow: none; border-bottom-color: var(--gray-box-border);}
.listing-table tr:last-child td {border-bottom: none;}
.listing-table .t-head, .listing-table .t-row {
  display: flex;  
}
.t-head {background-color: var(--gray-inner-bg); font-weight: 400; font-size: var(--text-20); padding: 15px; }
.t-body {background-color: var(--white); font-weight: 400; font-size: var(--text-24); padding: 15px; border-radius: var(--border-r-20); box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); border: 1px solid var(--gray-box-border); margin-top:25px;}
.t-col {flex: 1;  padding: 15px;}
.primary-color {color: var(--primary);}
.listing-table {margin: 10px;}
.listing-link {font-size: var(--text-24); color: var(--base-color);}
.label-action {display: flex; align-items: center; justify-content: space-between; gap: 30px;}

.hiw-card {background-color: transparent; border-radius: var(--border-r-20);  padding: 30px 15px; text-align: center; border: 2px solid var(--primary); color: var(--base-color); position: relative;}
.hiw-card::after {width: 100px; height: 50px; content: ""; position: absolute; top: 45%; right: -110px; background-image: url(../images-nct/arrow-bordered.svg); background-position: center center; background-repeat: no-repeat;}
.hiw-card .card-footer {background-color: transparent; border: none;}
.hiw-card .card-title {font-size: var(--text-40); font-weight: 600; margin: 0 0 15px; color: var(--primary);}
.hiw-card .card-text {font-size: var(--text-24); font-weight: 600; word-wrap: normal;}
.hiw-section .g-lg-5 {--bs-gutter-x: 7rem;}
.hiw-row .col:last-child .hiw-card::after {display: none;}
.add-bg {background: linear-gradient(90deg,rgba(19, 125, 197, 1) 0%, rgba(136, 171, 195, 0.39) 100%); color: var(--white); position: relative; min-height: 219px;  display: flex; align-items: center; padding: 15px 0;}
.add-bg .add-img {position: absolute; top: 0; right: 0;}
.add-title {font-size: var(--text-30); font-weight: 600; margin: 0;}

.pagination-main {margin: 20px 0 !important; display: flex; justify-content: center; align-items: center;}
.pagination-main .pagination {display: flex;justify-content: end;}
.pagination-main .pagination a {margin: 0 3px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border:1px solid var(--gray-second); background-color: var(--white); color: var(--secondry);}
.pagination-main .pagination .disabled a {color: var(--gray-text);}
.pagination-main .pagination .page.active a {background: linear-gradient(to right,  #137dc5 1%,#393e46 100%);  color: var(--white); border-color:var(--primary);}
.blog-card {border-radius: var(--border-r-20); border-color: var(--gray-box-border);}
.blog-card .card-img-top {border-radius: var(--border-r-20);}
.blog-card .card-img-top img {border-radius: var(--border-r-20); width: 100%;}
.blog-card .card-title {margin: 0; font-size: var(--text-20); font-weight: 600;}
.blog-block li {display: flex; align-items: center; gap: 15px; flex-wrap: wrap; font-size: var(--text-18); margin-bottom: 10px; color: var(--slogan-gray);}
.blog-block li .blog-icon {min-height: 24px; min-height: 24px;}
.blog-card .card-footer {background-color: transparent; border: none;}
.news-section {position: relative;}
.news-form {width: 100%; max-width: 1000px; position: relative; margin-top: 30px;}
.news-form .form-control {height: 60px; border-radius: var(--border-r-40); border-color: var(--highlight); background-color: rgba(255, 255, 255, 0.60);}
.news-form .second-btn {position: absolute; right: 0; top: 0; min-height: 60px;}

/* Messages Start */
.inner-section {padding: 45px 0;}
.msg-list {
  height: 100%;
  max-height: calc(100vh - 317px);
  overflow: auto;
}
.msg-search {position: relative;}
.msg-search .form-control {border-radius: var(--border-r-40); padding-left: 50px;}
.msg-search .search-btn {position: absolute; left: 15px; top: 10px; background: none; border: none; outline: none; padding: 0; font-size: var(--text-18); color: var(--slogan-gray); padding: 4px;}
.left-msg {background-color: var(--gray-eighth); border-radius: var(--border-r-10); overflow: hidden;}

.msg-list .msg-list-cell {display: flex; align-items: center;  gap: 20px; padding: 15px;}
.msg-list-info h3 {font-size: var(--text-20); font-weight: 500; margin: 0; color: var(--base-color);}
.msg-list-info p {font-size: var(--text-18); font-weight: 700; margin: 5px 0 0;}
.circle-75 {width: 75px; height: 75px; min-width: 75px; min-height: 75px; display: block; border: 2px solid var(--white); border-radius: 50%; background-color: var(--gray-card-service); overflow: hidden;}
.msg-list .active .msg-list-cell {background-color: var(--primary-50);}
.sticky-header {background-color: #004aad}
.banner-slider {width: 100%;}
.banner-slider .slide {min-height: 800px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative; padding: 100px 0;}
.banner-slider .slick-prev, .banner-slider .slick-next   {z-index: 5;}
.banner-slider .slick-next::before {font-family: 'Font Awesome 6 Free'; content: "\f105"; font-weight: 900; font-size: var(--text-40);} 
.banner-slider .slick-prev::before {font-family: 'Font Awesome 6 Free'; content: "\f104"; font-weight: 900; font-size: var(--text-40);} 
.chat-top {display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--gray-header-border); padding-bottom: 10px; margin-bottom: 10px;}
.chat-top-left h2 {font-size: var(--text-20); font-weight: 500; margin: 0;}
.chat-top-left h2 span {display: block;}
.chat-top-right h3 {font-size: var(--text-18); font-weight: 500; margin: 0 0 4px; text-align: right;}
.chat-top-right h3:last-child {margin-bottom: 0;}
.chat-block {display: flex; align-items: start; gap: 20px; margin-bottom: 15px;}
.chat-text {border-radius: var(--border-r-10); padding: 20px;}
.my-chat {flex-direction: row-reverse;}
.my-chat .chat-text {background-color: var(--primary-30); border: 1px solid var(--primary-50);}
.my-chat .chat-text p:last-child {margin-bottom: 0;}
.my-chat .chat-date {font-weight: 300; margin: 5px 0 0; font-size: var(--text-14); text-align: right;}
.other-chat .chat-text {background-color: var(--white); border: 1px solid var(--gray-second);}
.other-chat .chat-text p:last-child {margin-bottom: 0;}
.other-chat .chat-date {font-weight: 300; margin: 5px 0 0; font-size: var(--text-14); text-align: left;}
.chat-container {padding: 20px 25px;max-height: calc(100vh - 445px); overflow: auto;}

.chat-form {width: 100%; max-width: 1000px; position: relative; }
.chat-form .form-control {height: 60px; border-radius: var(--border-r-40); border-color: var(--primary); background-color: var(--white)}
.chat-form .second-btn {position: absolute; right: 0; top: 0; min-height: 60px;}
.no-data-card {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.nodata-img {text-align: center; margin-bottom: 5px;}
.nodata-img img {
  max-width: 160px;
  opacity: 0.3;
  margin: 0 auto;
}
.no-data-card h3 {font-size: var(--base-text); margin: 0; font-weight: 400; color: var(--slogan-gray);}
.offer_status_text {
  display: inline-block;
  min-width: 78px;
  color: var(--base-color);
  font-weight: 600;
  padding-right: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {font-family: 'Font Awesome 6 Free'; content: "\f105"; font-weight: 900;}

/* Search Start */
.left-search { border-radius: var(--border-r-10); overflow: hidden; height: 100%; padding: 15px;
  max-height: calc(100vh - 230px); overflow: auto; position: sticky; left: 0; top: 100px;
  border: 1px solid var(--primary); background-color: var(--white);}
  .left-search .form-group {margin-bottom: 25px; border-bottom: 1px solid var(--gray-box-border); margin-bottom: 20px; padding-bottom: 15px;}
.left-search .form-control {height: 44px;}  
.left-search .form-label {font-size: var(--text-20); font-weight: 500; margin-bottom: 10px; }
.filter-list-search {position: relative;}
.filter-list-search .form-control {border-radius: var(--border-r-40); padding-left: 50px;}
.filter-list-search .search-btn {position: absolute; left: 15px; top: 4px; background: none; border: none; outline: none; padding: 0; font-size: var(--text-18); color: var(--slogan-gray); padding: 4px;}
.filter-left-top {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.filter-left-top h3 {margin-bottom: 0; font-size: var(--text-20); font-weight: 400;}
.clear-filter, .more-filter {font-weight: 600;}

.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  font-size: var(--text-14);
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 10px 0 0 0;
  border: none;
  outline: none;
}
.price-range-slider .range-bar {
  border: none;
  background: #DFE0E2;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: var(--primary);
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: var(--white);
  border: 2px solid var(--primary);
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
  display: inline-block;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: var(--primary);
}
.price-range-slider {
  padding-bottom: 15px;
}
.range-block {display: flex; align-items: center; margin-bottom: 10px;}
.range-block .dash {display: block; padding: 0 20px;}
.range-block .form-control {text-align: center;}
.search-right-top {display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px;}
.list-sort {display: flex; align-items: center; gap: 10px;}
.list-sort .form-control {height: 44px; min-width: 250px;}
.list-sort .form-label {white-space: nowrap;}
.search-right-top h3 {font-size: var(--text-20); margin: 0; font-weight: 500;}
.search-card {border: 1px solid var(--primary); border-radius: var(--border-r-10); padding: 25px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); background-color: var(--white); margin-bottom: 25px;}
.search-thumb {display: block; border-radius: var(--border-r-6); overflow: hidden; display: inline-block; max-width: 200px;}
.search-card h3 {font-size: var(--text-22); font-weight: 600; margin: 0 0 15px;}
.search-list-info {display: flex; gap: 15px; margin-top: 20px;}
.search-list-info .info {border-right: 1px solid var(--gray-box-border); padding-right: 15px; width: 100%;}
.search-list-info .info:last-child {border-right: none; padding-right: 0;} 
.search-list-info p {margin: 0;}
.search-list-info h4 {font-size: var(--text-18); font-weight: 600; margin: 5px 0 0;}
.search-card .card-disc {font-size: var(--text-18); margin-top: 10px;}
.search-card .card-disc:last-child {margin-bottom: 0;}
.search-price-block h5 {font-size: var(--text-18); font-weight: 400; margin: 0;}
.search-price-block h2 {font-size: var(--text-26); font-weight: 700; margin: 10px 0 0; color: var(--primary);}
.search-price-block {
  min-height: 145px;
}
.search-btns .btn { width: 100%; margin-bottom: 20px;}
.search-btns .btn:last-child {margin-bottom: 0;}   





@media(max-width:768px) {
  .navbar-brand img {max-width: 80px;}
  .nav-icon-btn {margin-left: 10px;}
  .nav-icon-btn img {max-width: 30px;}
  .profile-menu .dropdown-toggle .user-name {display: none;}
  .booking-main {margin-top: 64px;}
  .booking-section {padding: 25px 0;}
  .booking-box, .step-container-lg .booking-box {padding: 20px 15px;margin-top: 0;}
  .booking-top h1 {font-size: var(--text-20);}
  .booking-top {margin-bottom: 20px;}
  .icon-check .radio-label > .r-label {font-size: var(--text-14);}
  .booking-section .btn-block {margin-top: 25px;}
  .booking-section .btn-block .lg-btn {min-width: 100%;}
  .lg-btn, .google-btn {padding: 10px 25px; font-size: var(--base-text);}
  input.form-control, textarea.form-control, select.form-control {height: 44px;}
  .booking-back-btn {position: relative; top: 0; margin-bottom: 15px; font-size: var(--text-14); padding: 8px 15px;}
  .icon-check .radio-label {font-size: var(--base-text);}
  .radio-icon-h p {font-size: var(--text-14);}
  .icon-check .radio-label {gap: 5px; padding: 15px;}
  body {font-size: var(--text-14);}
  .booking-box .form-label {font-size: var(--text-14); margin-bottom: 5px;}
  .success-block figure img {max-width: 70px;}
  .success-block h2 {font-size: var(--text-20);}
}







