:root {
    --theme-primary: #8E1E7D;
    --theme-font-color: #000000;
    --theme-border-color: #000000;
}


.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: darkslategrey;
}

.toleft {
  margin-right: 50%;
}


.sc-dark-button,
.sc-light-button {
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.4s;
}

.sc-dark-button {
    background: var(--theme-primary);
    color: #fff;
    border: 1px solid var(--theme-primary);
}

.sc-dark-button:hover {
    background: #fff;
    color: var(--theme-primary);
}

.sc-light-button {
    background: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

.sc-light-button:hover {
    background: var(--theme-primary);
    color: #fff;
}

.sc-img {
    border-radius: 12px;
    overflow: hidden;
}

.sc-section-heading {
    margin-bottom: 5vh
}

.sc-page-nav {
    position: fixed;
    top: 50%;
    width: 100%;
}

.sc-page-nav span i {
    font-size: 2.5rem;
    color: var(--theme-primary);
}

.sc-page-nav-prev {
    display: inline-block;
    left: 2vw;
    position: absolute;
}

.sc-page-nav-next {
    display: inline-block;
    right: 2vw;
    position: absolute;
}

.sc-page-nav-item {
    display: inline-block;
}


/*####### Header ######*/
header {
    position: fixed;
    width: 100%;
    background-color:red;
    z-index: 100;
    top: 0;
}
.hidden-header {
  display: none;
}

header nav {
    border-bottom: 1px solid #6670801A;
}

.sc-nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-nav-logo img {
    height: 6vh;
    width: 100%;
}

.sc-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vh 0vw;
}

.sc-nav-menu {
    border: none;
    background: #fff;
}

.sc-nav-menu i {
    font-size: 2rem;
    padding-top: 4px;
}

/*##### Top Nav ####*/
.sc-top-nav {
    padding: 6vh;
}

.sc-top-nav-list {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: center;
}

.sc-top-nav-list li a {
    color: #000;
    text-decoration: none;
    padding: 0px;
    margin: 0px 15px;
    position: relative;
    font-weight: 600;
    font-size: 0.9vw;
}

.sc-top-nav-list li.active a {
    color: var(--theme-primary);
}

.sc-top-nav-list li.active a::after {
    position: absolute;
    content: "";
    background: var(--theme-primary);
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    border-radius: 80px;
    display: inline-block;
}

/*#### Page Slider ###*/
#scSlideWrapper {
    /* width: 500%; */
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    /* overflow: hidden; */
}

.sc-slide-section {
    /* position: relative; */
    min-width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding-top: 30vh;
/*  border:1px solid red;*/
}
#scEstimateSection{
    /* width: unset;
    flex: 1 0 auto; */
}


/*####### Estimate Section #######*/
.sc-estimate-card {
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin: 0 1vw;
}

.sc-estimate-card-tag {
    display: block;
    margin-left: auto;
    width: fit-content;
    background: #6EB5B2;
    padding: 0.5rem 01rem;
    border-radius: 20px;
    color: #fff;
}

.sc-estimate-card-type {
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #86357A;
    margin: 0.8rem 0;
    display: inline-block;
    border: 1px solid #86357A;
}

.sc-estimate-card-services p {
    margin: 0;
    font-size: 1.1rem;
}

.sc-estimate-card-services p:nth-child(2) {
    font-weight: 700;
}

.sc-estimate-button {
    max-width: fit-content;
    margin-top: 1.5rem !important;
}

.sc-estimate-card-price p {
    margin: 0;
}

.sc-estimate-card-price {
    margin: 1rem 0;
}

.sc-estimate-card-services {
    margin: 1rem 0;
}

.fix-w {
    width: 800px;
  border:1px solid blue;
}




@media only screen and (max-width: 767px) {
  
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1600px) {
  
}

    .main-circle-content {
    text-align: center;
    border: 3px solid #fbbc04;
    padding: 50px 20px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 9px;
    justify-content: center;
    margin-bottom: 10px;
}

.content-hide p{
margin-bottom:0px !important;
}

.secondvid_text a{
    align-self: center;
}

  h1, h5 {
    transition: color 0.5s ease;
  }
 .scrolled-h1 {
    color: #df9242;
    font-family: monospace;
  }

  .scrolled-h5 {
    color: #2f3f58;
    font-family: monospace;
  }


.modal_form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content_form {
  position: absolute;
  border: 2px solid #df9242;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 2.5rem;
  width: 50em;
  border-radius: 0.5rem;
}
.close-button_form {
  float: right;
  width: 2.5rem;
  font-size: 1.2em;
  line-height: 2;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #ddd;
  color: #333;
  transition: color 0.12s ease-in-out;
  position: absolute;
  top: 10px;
  right: 20px;
}
.close-button_form:hover {
  color: #d75b4c;
}
.show-modal_form {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9;
}
.spinner_license{
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 7px;
    left: 50%;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/****** CODE ******/

.file-upload {
    display: block;
    text-align: center;
    font-family:  Helvetica,  Arial,  sans-serif;
    font-size:  12px;
}

.file-upload .file-select {
    display: block;
    border:  1px solid black;
    color:  black;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #ccc;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: black;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: black;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #ccc;
/*    color: #FFFFFF;*/
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border:  2px solid #fbc92d;
    color:  black;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #fbc92d;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}



span.userconsultant {
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 0px;
    background: #52f152;
    padding: 1px 3px;
    border-radius: 5px;
    color: black;
 }

  .alertcustom {
    position: fixed;
    bottom: 10px;
    right: 5px;
        z-index: 9;
}
.bg-unique {
    background: #978f8f1f;
}


.rowcustom {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    overflow: hidden;
}

.login-slider {
    display: flex;
    align-items: center;
    justify-content: center;
/*    height: 75vh;*/
    width: 100%; /* Ensure full width */
    overflow: hidden;
}

.login-slider__single {
    width: 100%; /* Full width container */
/*    height: 75vh; /* Full height */*/
}

.login-slider__single img, .login-slider__single video {
    width: 100%;
/*    height: 650px; /* Ensures full coverage */*/
/*    object-fit: cover; /* Prevents distortion and ensures full coverage */*/
/*    border-radius: 10px;*/
/*    border:1px solid #ccc;*/
}

.login-slider .swiper-container, .login-slider .swiper-slide{
    width: 100% !important;
}

.login-form-container{
    display: flex;
    align-items: center;  /* Vertically center */
    justify-content: center; /* Horizontally center */
    height: 85vh; /* Full height */
}

.container-fluidcust{
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

label.col-md-12 {
/*    margin-left: 20px;*/
}



.loginheader .logo {
    max-width: 100%;
}

.login-box h5{
    width: 100%; /* Ensures full width */
    position: absolute;
    top: 20%;
}
.p-r{
    position: relative;
}

.login-slider .slider_underdiv{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: white;
    position: absolute;
    z-index: 9;
    right: -10px;
    top: -25px;
}
.login-slider .slider_underdiv img{
    margin: 30px 8px;
}
.login-slider .slider_underdiv2{
        width: 30px;
    height: 30px;
    border-radius: 100px;
    background: white;
    position: absolute;
    z-index: 9;
    right: 80px;
    top: -5px;
}

.close_modal{
    z-index: 9;
    background: black;
    position: absolute;
    top: -15px;
    right: -5px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: transparent;
    color: white;
}
.close_modal:hover{
}
#modalVideo{
    border-radius: 10px;
}

#videoModal .modal-dialog {
    max-width: 90vw; /* Makes modal width responsive */
}

.icon_email, .icon_pass{
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.registerheader .logo {
    max-width: 100%;
}

.icon_dob{
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.register-box h5{
    width: 100%; /* Ensures full width */
 }

.h5custom{
   font-size: 1.5rem; /* Adjust size */
   font-weight: bold;
}

.step2header .logo {
    max-width: 100%;
}

fieldset {
  border: 1px solid #FFA500;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  background: white;
}

legend {
    font-size: 1em;
    color: black;
    font-weight: bold;
    float: initial;
    background: white;
    padding: 3px 15px;
    border-radius: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    text-transform: uppercase;
}

.headerselectorg .logo {
    max-width: 100%;
}

.nav_a_right{
fill:#ccc;
}

.nav_a_right:hover{
fill:#FFA500;
}

#pro_right{
    padding:0px 20px;
}

.custom_a{
    background: #FFA50052 !important;
    color: black !important;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
}

.normal_heading{
    font-size: 14px;
    font-weight: 500;
}

.normal_heading2{
    font-size: 20px;
    font-weight: 500;
}

.normal_p{
    font-size: 12px;
}
.card_dash{
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 6%);
    border-radius: 6px;
    border: 1px solid #e3e6f1;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    position: relative;
}

.card_dash_mini{
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 6%);
    border-radius: 6px;
    border: 1px solid #e3e6f1;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    position: relative;
}

.normal_count{
font-size:25px;
}

.custom_bage{
        background-color: #FFA50052 !important;
    color: black;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    color: black;
    border-radius: 5px;
    padding: 5px 10px;
}

.no_search_p{
        text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.my-custom-pagination .page-link {
    color: #333;
    margin: 0 5px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 6%);
    border-radius: 6px;
    border: 1px solid #e3e6f1;
}

.my-custom-pagination .page-item.active .page-link {
    background-color: #007bff;
    color: white;
}

.my-custom-pagination .page-item.disabled .page-link {
   background-color: #f1f4fb;
    color: white;
}


#searchResults {
    z-index: 1000;
    width: 70% !important;
    top: 43px;
    border-radius: 0px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid black;
    padding: 10px;
}


.search_pre_populate_cat {
    display: flex;
    flex-wrap: wrap; /* allow next line */
/*    padding: 10px;*/
    gap: 10px; /* spacing between items */
    margin-bottom: 10px;
}

.search_pre_populate_cat a {
    flex: 0 0 calc(50% - 10px); /* 2 per row */
    text-align: center;
    padding: 10px 15px;
    background: #f1f4fb;
    color: #FFA500;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s;
}

.search_pre_populate_cat a:hover {
    background: #FFA500;
    color: white !important;
}

#search_cat a{
    border: none !important;
    border-bottom: 1px solid !important;
}

.fw-5{
    font-weight: 500 !important;
}


.custom_left_consultant_hr {
    width: 90%;
    text-align: center;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0;
}


.box-image img {
    width: 70px;
    height: 70px;
}