@tailwind base;
@tailwind components;
@tailwind utilities;

/* Nav Start */
.header-2.inverted {
    background: #000;
    transition: 0.7s ease;
}

nav.header-2.new-h {
    background: #000;
}

#navbar-collapse a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#dropdownHover1 ul li a {
    flex-direction: row !important;
    justify-content: flex-start !important;
}

/* Nav End */

/* Hero Banner Css Start */
.h-800 {
    height: 800px;
}

/* Hero Banner Css End */

/* Explore Section Start */
.overlay {
    background: #23374fde;
    border-radius: 11px;
    z-index: 9;
}

/* Explore Section End */

/*  Discover Section Css Start */
#dropdownHoverButton,
#dropdownHover {
    width: 33rem;
}


/*  Discover Section Css End */

/* Lead The Pack Section CSS Start */
#accordion-collapse-heading-1 [aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#accordion-collapse-heading-2 [aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#accordion-collapse-heading-3 [aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#accordion-collapse-heading-4 [aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#accordion-collapse-heading-5 [aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

section#leadthepack::after {
    position: absolute;
    content: '';
    background-image: url('../images/faq-image.webp');
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 552px;
    background-size: auto;
    height: 54rem;
}

/* Lead The Pack Section CSS End */

/* Footer Css Start */
.icon a {
    color: #243b55;
    height: 40px;
    width: 40px;
    text-align: center;
}

.icon .fa-twitter {
    background-color: #03aced;
}

.icon .fa-linkedin {
    background-color: #007bb6;
}

.icon .fa-facebook-f {
    background-color: #3b5998;
}

/* Footer Css End */

/* RESPONSIVE START */
@media all and (max-width: 1200px) {
    .container {
        padding: 0px 50px;
    }

    section#leadthepack::after {
        opacity: 0.6;
        height: 53rem;
    }
}

@media all and (max-width: 767px) {

    #dropdownHoverButton,
    #dropdownHover {
        width: 19rem;
    }

    #navbar-collapse {
        padding: 20px 0;
    }

    section#leadthepack::after {
        display: none;
    }
}

/* RESPONSIVE END */










/* Cform Css Start */
#popup-modal2 {
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #464646;
    width: 680px;
    height: 100%;
}

/* Steps Css Start */
/* Step Forms Css Start */

/* Model Css Start*/
.main-model {
    position: relative;
    z-index: 999;
}

.overlay-n {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000009c;
    opacity: 0.8;
    z-index: 99;
}

section#popup-modal2 {
    display: none;
}

section#popup-modal2.active-tab {
    display: block;
    z-index: 9999;
    position: fixed;
    height: fit-content;
    inset: 0;
    background: #fff;
}

div#cform-bg {
    height: 100%;
    width: 100%;
}

div#popup-modal1 {
    display: none;
}

div#popup-modal1.active-tab {
    display: block;
    z-index: 999;
}

.highlighted {
    display: none !important;
}

/* Model Css End */

#main-content-1 {
    z-index: 999;
    /* margin-top: 20px; */
    position: relative;
    padding: 25px;
}

.suitable {
    margin-top: 0px !important;
    padding: 0px !important;
}

/* .gray-img img {
    max-width: 230px !important;
} */
.option-list.check-option {
    background: #47a5e6;
    color: #fff;
}

.main-ul {
    border-radius: 15px;
}

.option-list:nth-child(1) {
    border-radius: 15px 15px 0px 0px;
}

.option-list:last-child {
    border-radius: 0px 0px 15px 15px;
}

.option-list-months:nth-child(1) {
    border-radius: 15px 15px 0px 0px;
}

.option-list-months:last-child {
    border-radius: 0px 0px 15px 15px;
}

.option-list-months.check-option {
    background: #47a5e6;
    color: #fff;
}

/* Step Forms Css end */

.cf-step-forms {
    display: none;
    transform-origin: left;
    animation: 1s
}

.cf-step-forms-active {
    display: block
}

/* Steps Css End */

/* Box Css Start */
.th-box {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.th-box svg {
    width: 75px;
    height: auto;
    margin: 0 auto;
}

.th-box:hover {
    cursor: pointer;
    background: #1891a7;
    transition: 0.7s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.th-box:hover svg {
    filter: invert(1);
}

.th-box:hover h4 {
    color: #fff;
}

.cform-listing {
    border: 1px solid hsl(0deg 0% 0% / 66%);
}

/* Box Css End */

/* Tabs Css Start */
/*
 CSS for the main interaction
*/
.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}


.tabset>label {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-right: 10px;
    color: #fff;
}


input:focus-visible+label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
    color: var(--yellow-cf);
}

.tabset>input:checked+label::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: var(--yellow-cf) !important;
    display: block;
    width: 35px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin: 0 auto;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}


.tab-panel {
    padding: 15px;
    margin-top: 15px;
}

/* Tabs Css End */



/* Step 4 Css Start */
#formfour .button {
    width: 140px;
    cursor: pointer;
    padding: 1em;
    border-radius: 0.2em;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1em;
    transition: all 0.5s ease;
    background-color: #ff8552;
}

#formfour .button:hover {
    background-color: #ff4f05;
}

#formfour .button.disabled {
    opacity: 0.5;
}

#formfour .button.disabled:hover {
    background-color: #ff8552;
}

#formfour .form {
    width: 20em;
    margin: auto;
    margin-top: 5em;
    padding: 5em;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: white;
    font-family: "Raleway", sans-serif;
    color: #33312e;
    border-radius: 0.2em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#formfour .form .progress-bar {
    width: 100%;
    list-style-type: none;
    display: flex;
    padding: 0;
    justify-content: center;
    margin-bottom: 3.5em;
}

#formfour .form .progress-bar li.progress-bar__dot {
    display: block;
    width: 0.6em;
    border-radius: 1000em;
    height: 0.6em;
    border: 0.2em solid #ff8552;
    background-color: white;
    cursor: pointer;
    transition: all 0.5s ease;
}

#formfour .form .progress-bar li.progress-bar__dot.full {
    background-color: #ff8552;
}

#formfour .form .progress-bar li.progress-bar__connector {
    display: block;
    width: 5em;
    border-radius: 1000em;
    height: 0.1em;
    background-color: #ff8552;
    margin-top: 0.45em;
}

#formfour .form label {
    font-weight: bold;
    font-size: 1.2em;
}

#formfour .form input {
    width: 100%;
    padding: 1.3em;
    margin-bottom: 3em;
    box-sizing: border-box;
    margin-top: 1em;
    border: none;
    border-radius: 0.5em;
    background-color: #e6e6e6;
    font-size: 1em;
    font-family: "Raleway", sans-serif;
}

#formfour .form input:focus {
    border: none;
}

#formfour .form .button-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#formfour .form button#validate {
    margin: auto;
    background-color: #1a936f;
    width: 12em;
}

#formfour .form button#validate:hover {
    background-color: #12684e;
}

.text-option li:hover {
    background: #243B55;
    color: #fff;
}

/* Step Form Css End */

.step-step-forms {
    display: none;
    transform-origin: left;
    animation: 1s
}

.step-step-forms-active {
    display: block
}




/* Multi Step Form */
#multi_step_form {
    padding-bottom: 75px;
}

#multi_step_form .container #multistep_nav {
    display: flex;
    justify-content: space-between;
}

#multi_step_form .container #multistep_nav .progress_holder {
    padding: 20px 0px 7px 0px;
    width: 32%;
    text-align: left;
    border-bottom: 2px solid #ccc;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-weight: 600;
    color: #ccc;

}

#multi_step_form .container #multistep_nav .progress_holder.activated_step::before {
    content: '✓';
    display: -webkit-flex;
    display: flex;
    width: 1.4em;
    height: 1.4em;
    color: #3d91a5;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    font-size: 1.2em;
    justify-content: center;
    line-height: 0px;
    margin-right: 8px;
}

#multi_step_form .container #multistep_nav .progress_holder::before {
    content: '';
    display: -webkit-flex;
    display: flex;
    width: 1.4em;
    height: 1.4em;
    color: #3d91a5;
    background: #ccc;
    border-radius: 50px;
    align-items: center;
    font-size: 1.2em;
    justify-content: center;
    line-height: 0px;
    margin-right: 8px;
}

#multi_step_form .container #multistep_nav .activated_step {
    /* background-color: red; */
    color: white;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

#multi_step_form .container fieldset.step {
    position: relative;
    padding: 125px;
    text-align: left;
    align-items: center;
    justify-content: center;
}

#multi_step_form .container fieldset.step .prevStep {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100px;
    border: 1px solid black;
}

#multi_step_form .container fieldset.step:not(:first-of-type) {
    display: none;
}


.shw-stepk {
    display: none;
}

.shw-step {
    display: none;
}

.shw-step.active-step {
    display: block;
}







.ts-step-forms {
    display: none;
    transform-origin: left;
    animation: 1s
}

.ts-step-forms-active {
    display: block
}

.matching h6 {
    display: block;
    color: #000000;
}

.matching {
    border-bottom: 2px solid #000000;
}

.matching .tick {
    display: none;
}

.matching h4 {
    color: #000000;
}

.matching.act h6 {
    display: none;
    color: #8b8b8b;
}

.matching.act {
    border-bottom: 2px solid #1791a7;
}

.matching.act .tick {
    display: block;
}

.matching.act h4 {
    color: #1791a7;
}

.profile {
    border-bottom: 2px solid #1791a7;
}

.opportu h6 {
    display: block;
    color: #000000;
}

.opportu {
    border-bottom: 2px solid #000000;
}

#eleven_step input,
#nine_step input {
    border: 1px solid #e9e9e9 !IMPORTANT;
    box-shadow: 0px 0px 6px 0px #e9e9e9;
}

.opportu .tick {
    display: none;
}

.opportu h4 {
    color: #000000;
}

.opportu.act h6 {
    display: none;
    color: #8b8b8b;
}

.opportu.act {
    border-bottom: 2px solid #1891a7;
}

.opportu.act .tick {
    display: block;
}

.opportu.act h4 {
    color: #1791a7;
}




.hero {
    width: 100%;
    height: 100%;
}

.calendar-events {
    position: initial;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #fbfbfb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow-y: auto;
    z-index: 0;
}

.calendar-inner {
    padding: 10px 30px;
    max-width: 100%;
}

.event-list>.event-empty,
.calendar-sidebar>span#sidebarToggler,
#eventListToggler {
    display: none;
}

tr.calendar-body .calendar-day .day,
tr.calendar-header .calendar-header-day {
    font-weight: 500;
}

.calendar-sidebar {
    background: var(--tw-teal-cf);
    font-size: 1em;
    font-weight: 600;
}

.calendar-sidebar>.month-list>.calendar-months>li.active-month {
    background: var(--tw-yellow-cf);
    color: #000;
    font-size: 1em;
    font-weight: 600;
}

.calendar-sidebar>.month-list>.calendar-months>li {
    background: var(--tw-teal-cf);
}

th[colspan="7"] {
    color: var(--tw-yellow-cf);
}

tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-active:hover {
    border-color: var(--tw-yellow-cf);
    background: var(--tw-yellow-cf);
    color: #000;
}

.calendar-events>.event-header>p {
    color: var(--tw-yellow-cf);
}



.ui-timepicker-list li {
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
}

#booking-modal {
    background: #000000b7;
}



.form-wizard {
    position: relative;
    display: table;
    margin: 0 auto;
    max-width: 540px;
}

.steps {
    margin: 40px 0;
    overflow: hidden;
}

.steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps ul li {
    float: left;
    color: #fff;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
}

.steps ul li:hover,
.steps ul li.active {
    color: #fb8200;
}

.steps ul li:hover span,
.steps ul li.active span {
    background: #fb8200;
    color: #fff;
}

.steps ul li:hover::after,
.steps ul li.active::after {
    background: #fb8200;
    width: 100%;
}

.steps ul li::before,
.steps ul li::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 22px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
}

.steps ul li::after {
    width: 0;
}

.steps ul li span {
    display: block;
    margin: 0 auto 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
}

.steps ul li:first-child::before,
.steps ul li:first-child::after {
    display: none;
}

.form-container {
    clear: both;
    display: none;
    left: 100%;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -oborder-radius: 4px;
    border-radius: 4px;
}

.form-container.active {
    display: block;
}

.form-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.form-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background: #fb8200;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -otransform: translateX(-50%);
    transform: translateX(-50%);
}


/* -----------------------------------------------------------------------  Responsive Start ---------------------------------------------------------------------- */
@media all and (max-width: 991px) {
    #main-content-1 {
        width: auto;
        padding: 20px;
        margin-top: 30px;
    }
}

@media all and (max-width: 768px) {
    .event-hide .calendar-events {
        transform: translateX(0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .calendar-inner .calendar-table {
        overflow-x: scroll;
        width: 100%;
        display: block;
    }

    #one_step ul {
        width: 100%;
    }

    #one_step ul li {
        padding: 10px;
    }
}

@media all and (max-width: 640px) {
    .suitable {
        margin-top: 30% !important;
    }
}










@media all and (max-width: 567px) {

    .form-container {
        padding: 30px 0px 30px 0px;
    }

    .th-box {
        padding: 10px;
    }

    .th-box svg {
        width: 50px;
        height: auto;
        margin: 0 auto;
    }

    .th-box h4 {
        font-size: 0.8em;
    }

    .matching h4,
    .opportu h4,
    .profile h4 {
        font-size: 0.9em;
    }

    .matching h6,
    .opportu h6,
    .profile h6 {
        font-size: 0.8em;
    }

    .tick {
        width: 20px;
        height: 20px;
    }
}










@media all and (max-width: 480px) {
    .suitable {
        margin-top: 46% !important;
    }

    .foot-content ul {
        display: block;
        text-align: center;
    }

    .foot-content ul li {
        border: none;
    }

}

@media all and (max-width: 390px) {
    .th-box svg {
        width: 40px;
        height: auto;
        margin: 0 auto;
    }

    .th-box h4 {
        font-size: 0.8em;
    }

    .oppor {
        font-size: 1em;
        text-align: left;
    }
}

/* -----------------------------------------------------------------------  Responsive End ---------------------------------------------------------------------- */
/* Search Form Css */

.search-form {
    position: relative;
    width: 100%;
}

.search-form .search-field,
.search-form .search-submit,
.search-form .input-reset {
    display: block;
    border: none;
    border-radius: 0;
    font-size: 1em;
    appearance: none;
}

.search-form .search-field {
    width: 100%;
    padding: 1.3rem;
    padding-right: 8.05rem;
    position: relative;
    top: 0;
    border: 2px solid #fff;
    border-radius: 50px;
    background: none;
    color: #fff;
    height: 60px;
    font-size: 1.2em;
    font-weight: 600;
}

.search-form .search-field:not(:valid)~.input-reset {
    display: none;
}

.search-form .search-field::placeholder {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 250px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: var(--tw-yellow-cf);
    border-radius: 50px;
    font-size: 1.5em;
    font-weight: 500;
}

.search-form .input-reset {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    transform: translate(-8.5rem, 0);
    cursor: pointer;
    text-align: center;
    appearance: none;
    background: transparent;
}

.search-form .input-reset .icon {
    width: 25px;
    height: 25px;
}

.search-form .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

@media all and (max-width: 576px) {

    /* Search Button Css Start */
    .search-form .search-submit {
        width: 100% !important;
        padding: 5px 10px !important;
        font-size: 1em !important;
        height: 50px !important;
        margin-top: 66px;
    }

    .search-form .search-field {
        height: 46px !important;
        padding: 15px !important;
    }

    .search-form .search-field::placeholder {
        color: #fff !important;
        font-size: 0.8em !important;
        font-weight: 500 !important;
    }

    /* Search Button Css End */
}

/* Search Form End */