.arc {
    --b: 60px;
    --a: 180deg;

    width: 420px;
    aspect-ratio: 1;
    padding: var(--b);
    border-radius: 50%;
    background: #f04c40 ;
    ;
    --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%, #000 97%, #0000);
    mask: top var(--_g),
        calc(50% + 50%*sin(var(--a))) calc(50% - 50%*cos(var(--a))) var(--_g),
        linear-gradient(#0000 0 0) content-box intersect,
        conic-gradient(#000 var(--a), #0000 0);
    rotate: 0deg;
}

.logo-container{
    width: 100vw;
}

.arc-menu-container {
    position: absolute;
    top: -202px;
    left: -100px;
    height: inherit;
}

.logo {
    top: 82px;
    position: absolute;
    height: 250px;
    left: 90px;
}

.arc-div {
    position: relative;
    background: transparent;
}
.f-a-style0,
.f-a-style,
.f-a-style2,
.f-a-style3,
.f-a-style4,
.f-a-style5 {
    font-size: 35px;
    position: absolute;
    transition: color 0.9s ease-in-out;
}
.f-a-style0-p,
.f-a-style-p,
.f-a-style2-p,
.f-a-style3-p,
.f-a-style4-p,
.f-a-style5-p {
    display: none;
}
.f-a-style0 {
    top: 16px;
    left: 220px;
}
.f-a-style {
    top: 52px;
    left: 307px;
}

.f-a-style2 {
    top: 140px;
    left: 364px;
}

.f-a-style3 {
    top: 245px;
    left: 364px;
}

.f-a-style4 {
    top: 330px;
    left: 307px;
}

.f-a-style5 {
    top: 370px;
    left: 220px;
}

.title-text {
    font-size: 18px;
    color: #f04c40 ;
    transition: color 0.9s ease-in-out;
    margin-bottom: 20px;
    width: fit-content;
}

.data-text {
    font-size: 16px;
    color: white;    
    transition: 0.9s ease-in-out;
}

.menu-detail>div {
    position: absolute;
    transition: 1s ease-in-out;
    min-width: 200px;
}

.menu-detail>div.zero {
    top: -240px;
    left: -155px;
}
.menu-detail>div.one {
    top: -170px;
    left: -15px;
}

.menu-detail>div.two {
    top: -52px;
    left: 49px;
}

.menu-detail>div.three {
    top: 56px;
    left: 49px;
}

.menu-detail>div.four {
    top: 170px;
    left: -15px;
}

.menu-detail>div.five {
    top: 240px;
    left: -165px;
}
.menu-detail>div>a>p
,.menu-detail>div>p {
    margin-top: -5px;
}
.dropdown-landing-page1{
    width: 250px;
    z-index: 1;
    top: -40px;
    left: 80px;
}
.dropdown-landing-page2{
    width: 250px;
    z-index: 1;
    top: 75px;
    left: -415px;
}
.custom-list-hover:hover{
    background-color: #353530 !important;
}

.hovered,
.clicked {
    color: white !important;
    cursor: pointer;
}

.hovered-txt,
.clicked-txt {
    color: white !important;
    font-size: 22px !important;
    border-bottom: 2px solid #baa43c;
    padding-right: 10px;
    transition: 0.4s ease-in-out;
}
.clicked-header {
    color: white !important;
    cursor: pointer;
    border-bottom: 2px solid #353530;
}
.clicked-header-txt {
    color: white !important;
}



@media only screen and (max-width: 780px) {
    .menu-detail>div>a>p.data-text,
    .menu-detail>div>p.data-text {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    .menu-detail>div>a>p.title-text ,
    .menu-detail>div>p.title-text{
        display: none;
    }
    .f-a-style0,
    .f-a-style,
    .f-a-style2,
    .f-a-style3,
    .f-a-style4,
    .f-a-style5 {
        font-size: 22px;
    }
    .f-a-style0-p,
    .f-a-style-p,
    .f-a-style2-p,
    .f-a-style3-p,
    .f-a-style4-p,
    .f-a-style5-p {
        display: block;
        position: absolute;
        font-size: 10px;
        font-weight: bolder;
        text-wrap: nowrap;
        transition: color 0.9s ease-in-out;
    }
    .f-a-style0-p{
        top: 40px;
        left: 219px;
    }
    .f-a-style-p{
        top: 75px;
        left: 305px;
    }
    .f-a-style2-p{
        top: 165px;
        left: 362px;
    }
    .f-a-style3-p{
        top: 267px;
        left: 366px;
    }
    .f-a-style4-p{
        top: 352px;
        left: 304px;
    }
    .f-a-style5-p{
        top: 391px;
        left: 218px;
    }
    .f-a-style3 {
        top: 245px;
        left: 370px;
    }
    
    .f-a-style4 {
        top: 330px;
        left: 320px;
    }
}
@media only screen and (max-width: 548px) {
    .dropdown-landing-page2 {
        width: 200px;
        z-index: 1;
        top: 41px;
        left: -266px;
    }
}
@media only screen and (max-width: 455px) {
    .arc-menu-container {
        left: -105px;
    }
}
@media only screen and (max-width: 410px) {
    .arc-menu-container {
        left: -130px;
    }
}
@media only screen and (max-width: 380px) {
    .arc-menu-container {
        left: -160px;
    }
}
@media only screen and (max-width: 345px) {
    .arc-menu-container {
        left: -172px;
    }
}


/* @media only screen and (max-width: 800px) {
    .menu-detail>div>a>p.title-text ,
    .menu-detail>div>p.title-text{
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .menu-detail>div>a>p.data-text,
    .menu-detail>div>p.data-text {
        display: none;
    }
} */


/* -------------------- login/signUp ------------------ */
#formContainer {
    transition: all 0.5s ease-in-out;
}

.d-none {
    display: none;
}


#loginForm h2,
#signupForm h2,
#resetForm {
    color: #fff;
}

.btn-clr {
    background-color: #003058;
    color: #ffffff;
    border-radius: 0px;
}
.btn-clr:hover{
    background-color: #003058;
    color: #ffd503;
    transition: 0.9s ease-in-out;
}

.form-label-custom {
    color: #363631;
    
}

.form-control-custom {
    background-color: #ffffff;
    border: 1px solid #7c7c7c;
    color: #000000;
}
.border-radius-0{
    border-radius: 0px;
}
.form-control-custom:focus {
    background-color: #0000;
    color: #000000;
    border: 1px solid #1c1b19;
}

.form-background {
    background: #efefef;
    box-shadow: 2px 2px #003058;
}

.Ui-body {
    background-color: #fff;
    padding-bottom: 40px;
}
.custom-rounded {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-rounded-R {
    border-top-left-radius:0 ;
    border-bottom-left-radius:0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#toggleSignUpButton:focus,
#toggleLoginButton:focus {
    background-color: #003058;
    color: #ffffff;
}
.custom-hover:hover{
    cursor: pointer;
    color: #f04c40 ;
}
.form-group-eye {
    position: relative;
}
.toggle-password-eye {
    position: absolute;
    top: 43px;
    right: 20px;
    color: #003058;
    cursor: pointer;
}
/* ------------------------------- Header ------------------ */
.f-a-header-icon {
    font-size: 20px;
    margin-right: 15px;
}
.f-a-header{
    font-size: 24px;
}

.f-a-header:hover{
    color: #ffffff;
    transition: 0.8s ease-in-out;
    cursor: pointer;
}
.bg-gold {
    background-color: #f04c40 ;
}
.clr-gold {
    color: #f04c40 ;
}
.header-logo{
    display: none;
}
.screen-logo{
    display: flex;
}
.navbar-nav .nav-item a{
    color: #000000;
}

.navbar-nav .nav-item:hover a,
.navbar-nav .nav-item a span:hover,
.navbar-nav .nav-item:hover i {
    color: #ffffff !important;
    transition: color 0.3s ease-in-out; 
    cursor: pointer;
}
.navbar-nav .nav-item:hover{
    border-bottom: 2px solid #353530;
}
.navbar-toggler {
    border: var(--bs-border-width) solid #353530;
}
.navbar-nav .nav-item .dropdown-menu {
    background-color: #353530;
}
.navbar-nav .nav-item i {
    margin-right: 10px;
}

@media only screen and (max-width:1207px) {
    .f-a-header-icon {
        display: none;
    }
}



@media only screen and (max-width: 991px) {
    .screen-logo {
        display: none;
    }
    .header-logo{
        display: block;
    }
    .nav-item{
        border-bottom: 0.4px solid #1c1b19;
    }
    .nav-item:nth-child(6){
        border-bottom: none;
    }
    .f-a-header-icon {
        display: inline;
    }
}




/* ----------------- Modal Custom CSS -------------- */
.booking-page .form-navigation ul .step.active .count{
    background-color: #ffffff;
    color: #1c1b19;
}
.booking-page .form-navigation ul li .count{
    background-color: #f04c40 ;
}
.booking-page .tab .nav-pills .nav-item .nav-link.active {
    color: #fff;
    border-color: #f04c40 ;
    background-color:#f04c40 ;
}
.booking-page .tab ul.nav-pills {
    border-bottom: 2px solid #f04c40 ;
}
.booking-page .tab .filed-clm {
    border-color: #EAECEE;
    border-width: 0px;
    border-style: solid;
    padding: 0px 20px;
    position: relative;
}
.total-con h4{
    color: #ffffff;
}
.booking-page .tab .booking-details-sidebar-con {
    background: #353530;
}
.booking-page .tab .booking-details-sidebar-con .detail-row .detail-desc,
.booking-page .tab .booking-details-sidebar-con .detail-row .detail-heading  {
    color: #a3a48b;
}
.el-btn::before {
    background-color: #f04c40 ;
}
.booking-page .countryselect-con.filed-clm>label, .booking-page .filed-clm.bkType .form-check {
    color: #a3a48b;
}
.form-check-input:checked {
    color: #f04c40 ;
}
span {
    color: white;
}
.booking-page .tab .filed-clm .el-bk-form-input {
    border: 0;
    padding: 10px 5px 10px 5px;
}
.booking-page .filter-veh-con .heading {
    background-color: #f04c40 ;
    color: #000;
    padding: 14px 21px 15px 21px;
}
.pac-matched{
    color: #000;
}



/* ------------------------- Services Screen -------------------------- */
@media only screen and (max-width: 992px){
    .img-1{
        display: none;
    }
    .img-2{
        display: block;
    }
}
@media only screen and (min-width: 992px){
    .img-1{
        display: block;
    }
    .img-2{
        display: none;
    }
}
.service-section{
    border-bottom: 1px solid rgb(117, 115, 115);
}



/* ---------------------------------Team page ----------------------------------- */
.team-card {
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 8px;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.team-card img {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #3c3c3c;
    border-radius: 8px 8px 0 0;
}

.team-info {
    background-color: #3c3c3c;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.team-info h5 {
    margin: 15px 0 5px 0;
    font-size: 18px;
    color: #fff;
}

.team-info p {
    font-size: 14px;
    color: #c5c0c0;
    margin-bottom: 15px;
}

.team-social-icons a {
    color: #c5c0c0;
    margin: 0 5px;
    transition: color 0.2s;
}

.team-social-icons a:hover {
    color: #bca41f;
}

/* Media Queries */
@media (max-width: 768px) {
    .team-card {
        margin-bottom: 30px;
    }
}