*{
    font-family: "Mulish", sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-alert {
    position: fixed;
    top: 80px;
    right: 25px;
    z-index: 9;
}

.bodySector {
    background-color: #e0e4eb;
    z-index: -1;
}

.colorFirst {
    color: #BFC6D4 !important;
}

.colorSecond {
    color: #926d29 !important;
    font-family: "Faculty Glyphic", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.colorThird {
    color: #b5912f !important;
    margin-top: -0.8rem !important;
    font-family: "Faculty Glyphic", serif !important;
}

.colorFour {
    background-color: #192026 !important;
}

.colorFive {
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #4b546c !important;
    letter-spacing: 4px;
    line-height: 45px;
}

.colorSix {
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #e0e4eb !important;
    letter-spacing: 4px;
    line-height: 45px;
}

.colorSeven {
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #e0e4eb !important;
    letter-spacing: 4px;
    line-height: 45px;
    max-width: 69%;
    text-align: center;
}


.colorEight {
    color: #926d29 !important;
    font-optical-sizing: auto !important;
    letter-spacing: 6px;
    line-height: 45px;
    font-weight: bolder !important;
    font-style: normal !important;
}


.--btn1 {
    padding: 1rem 3rem;
    background: linear-gradient(145deg, #a1b4d1, #8c9db0);
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.--btn1:hover {
    background: linear-gradient(145deg, #8c9db0, #a1b4d1);
    transform: translateY(-4px); 
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1); 
    color: white;
}

.--btn1:focus {
    outline: none; 
    box-shadow: 0 0 0 4px rgba(99, 168, 255, 0.5); 
}

.--btn1:active {
    transform: translateY(2px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.--btn2 {
    padding: 1rem 5rem;
    background: white;
    color: black;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}


.--btn2:hover {
    background: linear-gradient(145deg, #8c9db0, #a1b4d1);
    transform: translateY(-4px); 
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1); 
    color: white;
}


.--btn2:focus {
    outline: none; 
    box-shadow: 0 0 0 4px rgba(99, 168, 255, 0.5); 
}


.--btn2:active {
    transform: translateY(2px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.--btn-success {
    padding: 1rem 5rem;
    background: #24a287;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 1rem;
}

.--btn-success:focus {
    outline: none; 
}

.--btn-success:active {
    transform: translateY(2px);
}


.--btn-faild {
    padding: 1rem 5rem;
    background: transparent;
    color: #24a287;
    border: 0.2rem solid #24a287;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 1rem;

}

.--btn-faild:focus {
    outline: none; 
}

.--btn-faild:active {
    transform: translateY(2px);
}


.--btnAdd {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #192026;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    margin: 2rem 0;
}


.goldText {
    color: #926d29;
    font-size: 15px;
}

.normalText {
    text-transform: none !important;
}

.text-faild {
    text-decoration: none;
    text-transform: none;
    color: #24a287;
}

.text-faild:hover {
    color: #24a287;
}

.--success-download {
    color: #24a287;
    text-decoration: none;
    text-transform: capitalize;
}


.--success-download:hover {
    color: #24a287;
    text-decoration: none;
}

/* header css */

#nav-bar {
    z-index: 9;
}

.navbar-brand {
    display: none !important;
}

.loginText {
    color: #BFC6D4;
    text-decoration: none;
    padding: 0.5rem 0rem;
    margin: 0.5rem;
}


.loginText:hover{
    color: #b5912f;
}

.navbar-light .navbar-nav .nav-link {
    color: #BFC6D4;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #b5912f;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #926d29;
}

.dropdown-menu {
    min-width: 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #BFC6D4;
    background-color: #b5912f;
}

.navbar-light .navbar-toggler {
    color: #926d29;
    border-color: #926d29;
    background-color: #926d29;
}


.faqPading {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
}

/* end header css */

/* start register css */

.password-strength-bar {
    height: 5px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #e0e0e0; /* Light gray background */
    z-index: 9999;
}

.password-weak {
    width: 33%;
    background-color: red;
}

.password-medium {
    width: 66%;
    background-color: yellow;
}

.password-strong {
    width: 100%;
    background-color: green;
}

/* end register css */

/* slide css */

.slider-position{
    margin-top: -6.2rem;
    position: relative;
}

.swiper-slide {
    position: relative;
}

.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    flex-direction: column;
}

.c-t {
    padding: 1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    color: white;
    text-align: center;
}


.c-t h1, 
.c-t h2 {
    font-size: 5rem;
}

.read-more a {
    text-decoration: none;
    color: #b5912f;
}

.read-more:after,
.read-more:before {
    content: "";
    width: 20%;
    height: 1.5px;
    display: inline-block;
    vertical-align: middle;
    background: #b5912f;
    will-change: width;
    transition: width 0.3s ease-in-out;
}


.read-more:before {
    margin-right: 8px;
}

.read-more:after {
    margin-left: 8px;
}


.slider-container {
    position: relative !important;
    background: #aad5f6 !important;
}

.slide {
    width: 100% !important;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    overflow-x: hidden !important;
    background-color: rgba(10, 14, 21, 0.63) !important;
}

.slide-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(10, 14, 21, 0.63) !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #BFC6D4 !important;
}

/* end slide css */

/* Service css */

.servicesSector {
    margin-top: 5rem;
}

.card {
    background-color: #fff;
    background-clip: border-box;
    border: 0px !important;
    border-radius: 0 !important;
}

.headlineService {
    color: #926d29;
    margin: 1rem;
    font-family: "Faculty Glyphic", serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.titleService {
    max-width: 70%;
    font-size: 12px !important;
    margin: 1rem;
    font-weight: 400 !important;
    color: rgb(224, 228, 235, 0.8);
}


.thiirdTitleService {
    max-width: 70%;
    font-size: 12px !important;
    margin: 1rem;
    font-weight: 400 !important;
    color: rgb(224, 228, 235, 0.8);
}

.h-line-btn {
    content: "";
    width: 3%;
    height: 0.1rem;
    display: inline-block;
    vertical-align: middle;
    background: #b5912f;
    will-change: width;
    margin-top: -15px;
}

.card-img-overlay-third {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9;
    flex-direction: column;
    margin: 3rem;
}


/* end Service css */


/* Fleet css */

.fleetSector {
    margin-top: 5rem;
}

.cardBg {
    padding: 2rem;
    border: 0.1rem dashed #b5912f !important;
}


.titleFleet {
    max-width: 90%;
    font-size: 12px !important;
    margin: 1rem;
    font-weight: 400 !important;
    text-transform: none;
    color: rgba(38, 38, 39, 0.8);
}

/* end Fleet css */


/* About css */

.aboutSector {
    margin-top: 10rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.411), rgba(0, 0, 0, 0.753)), url(../images/about.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}

.facilitiesImgSection {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -10rem;
}

.facilitiesSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 0.1rem dashed #b5912f !important;
    border-left: 0.1rem dashed #b5912f !important;
    margin: 0.5rem;
}

.facilitiesText {
    text-align: center;
    color: #e0e4eb;
}

/* end About css */


/* Member css */

.memberSector {
    margin-top: 0;
    background-color: #192026;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}

.memberContainer {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

/* end Member css */


/* Contact css */

.contactSector {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.homeContactForm {
    max-width: 800px;
    width: 100%;
    padding: 30px;
    background-color: transparent;
}

.homeContact {
    border: 1px solid #b5912f;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    transition: border-color 0.3s ease;
}


.homeContact:focus {
    border-color: #b5912f;
    outline: none;
  }

.homeContact::placeholder {
    color: #4b546c;
}


.--btn3 {
    background-color: #b5912f;
    color: white;
    padding: 14px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width: 97%;
    transition: background-color 0.3s ease;
}


.--btn3:hover {
    background-color: #926d29;
  }

/* end Contact css */


/* Certificates css */

.certificatesSector {
    background-color: #b1b8c3;
    padding: 5rem 0;
}


.certificateSection {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 1rem;
}

/* end Certificates css */

/* Footer css */

.footerSection {
    background-color: #192026;
    color: #e0e4eb;
}

.footerContainer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.h-line {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #b5912f;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.fotterContact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #e0e4eb;
    border-right: 0.1rem dashed #b5912f !important;
    border-left: 0.1rem dashed #b5912f !important;
    height: 100%;
}


.fotterContact:hover {
    color: #b5912f;
}

.fotterContact i {
    font-size: 35px;
    color: #926d29;
    transition: transform 0.3s ease, color 0.3s ease;
}

.fotterContact:hover i {
    transform: scale(1.1);
    color: #b5912f;
}

.footerText {
    font-weight: 400 !important;
    letter-spacing: 2px;
    text-transform: lowercase;
    text-align: center;
    margin: 0;
    padding: 2rem;
}

.footerContainer .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.secondFooter {
    background-color: rgba(13, 18, 22, 0.93);
    color: white;
}

.secondFooterText {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Mulish", sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.secondFooterTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #926d29 !important;
}

/* end Footer css */



/* Contact Us Page*/

.bgimageContact {
    background-image: url(../images/maps-6.png);

}

.contactInfo {
    display: flex;
    flex-direction: column;
    align-content: space-around;
}

.contactLinks {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #343b42;
}


.contactLinks:hover {
    color: #b5912f;
}

.contactIcones {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.7rem;
    margin: 0.5rem;
    border-radius: 50%;
    background-color: #926d29;
    color: white;
}


.contactForm {
    max-width: 800px;
    width: 100%;
    padding: 5rem 3rem;
    background-color: rgb(191, 198, 212, 0.8);
    border-radius: 5% !important;
}


.contactFormGroup {
    border: none;
    border-radius: 5%;
    border-bottom: 1px solid #b5912f;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    transition: border-color 0.3s ease;
}


.contactFormGroup:focus {
    border-color: #b5912f;
    outline: none;
  }

.contactFormGroup::placeholder {
    color: #4b546c;
}

.iframe-grey {
    background-color: #4b546c; /* Light grey background */
    filter: grayscale(100%); /* Apply grayscale filter */
}

/* End Contact Us Page*/

/* FAQ Page*/

.faqSector {
    background-color: #192026;
    margin-top: -5.3rem;
    background-image: url(../images/globeBg1.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.faqHeader {
    padding: 10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #a1b4d1;
}

.faqHeaderText, 
.faqHeaderTextS {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 900 !important;
    text-transform: none;
    letter-spacing: 6px;
    line-height: 45px;
}

.faqTextSecond, 
.faqText {
    padding: 0 0 6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 70%;
    text-align: center;
    font-weight: 400 !important;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 20px;

}

.faqHeaderText, 
.faqText {
color: #e0e4eb !important;

}

.faqHeaderTextS, 
.faqTextSecond {
    color: #926d29 !important;
}

.faq-section {
    margin: 0;
}

.faq-item {
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    background-color: #BFC6D4;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #b5912f;
}

.faq-question h2 {
    margin-left: 10px;
    font-size: 16px;
}

.faq-answer {
    padding: 15px;
    display: none;
    background-color: #e0e4eb;
    align-items: center;
}

.bi-caret-down {
    color: #926d29;
}

.bi-dot {
    color: #926d29;
    font-size: 2rem;
    padding: 0;
    margin: 0;
}

.bi-dash {
    color: #926d29;
    font-size: 2rem;
    padding: 0;
    margin: 0;
}

.faq-item.active .faq-answer {
    display: flex;
}

.faqAsk {
    background-color: #BFC6D4;
    margin: 3rem 0;
}

.faqBG {
    background-image: url(../images/faqBG.png);
    background-repeat: no-repeat;
    background-position: center;
}

.faqContactForm {
    padding: 50px;
}

.faqContact {
    border: 1px solid #e0e4eb;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    background-color: #e0e4eb;
    transition: border-color 0.3s ease;
}

.faqContact:focus {
    border-color: #b5912f;
    outline: none;
  }

.faqContact::placeholder {
    color: #818797;
}

.--btn4 {
    background-color: #e0e4eb;
    color: #926d29;
    padding: 14px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.--btn4:hover {
    background-color: #BFC6D4;
}

.faqIcones {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: transparent;
    color: #b5912f;
}

.faqIcones i {
    font-size: 1.5rem;
}

/* End FAQ Page*/

/* Service Page*/

.serviceBG {
    background-image: url(../images/IMG_32284.jpg);
    height: 80vh;
    margin-top: -5.4rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5rem;
    background-size: 100% auto;
}

.serviceHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #a1b4d1;
    z-index: 1;
}

.serviceHeaderText, 
.serviceHeaderTextS {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 900 !important;
    text-transform: none;
    letter-spacing: 6px;
    line-height: 45px;
}

.serviceTextSecond, 
.serviceText {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 70%;
    text-align: center;
    font-weight: 400 !important;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 20px;
}

.serviceHeaderText, 
.serviceText {
color: #e0e4eb !important;

}

.serviceHeaderTextS, 
.serviceTextSecond {
    color: #926d29 !important;
}

.service-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 80vh !important;
    background-color: rgba(10, 14, 21, 0.63) !important;
}

.--btn5 {
    padding: 1rem 3rem;
    background: #b5912f;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem;
}

.--btn5:hover {
    background: linear-gradient(145deg, #aa924f, #a18a48);
    transform: translateY(-4px); 
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1); 
    color: white;
}

.--btn5:focus {
    outline: none; 
    box-shadow: 0 0 0 4px rgba(181, 145, 47, 0.5); 
}

.--btn5:active {
    transform: translateY(2px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}


.secondServiceText {
    max-width: 70%;
    font-weight: 400 !important;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 20px;
    margin-bottom: 5rem;
    color: #926d29;
}

.secondServiceHeader {
    font-weight: 900 !important;
    text-transform: none;
    letter-spacing: 4px;
    line-height: 30px;
    color: #192026;
    margin-bottom: 1rem;
}

.serviceCardBG {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;
}

.serviceCard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #BFC6D4;
    border: 0.5rem solid #e0e4eb;
    flex-direction: column;
    margin-left: -10rem;
    border-radius: 35px;
    padding: 1rem;
}

.serviceButton {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
}

.--btn6 {
    padding: 1rem 2rem;
    background: #b5912f;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem;
}

.--btn6:hover {
    background: linear-gradient(145deg, #aa924f, #a18a48);
    transform: translateY(-4px); 
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1); 
    color: white;
}

.--btn6:focus {
    outline: none; 
    box-shadow: 0 0 0 4px rgba(181, 145, 47, 0.5); 
}

.--btn6:active {
    transform: translateY(2px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.hdService {
    color: #926d29;
    margin: 0.5rem;
    font-size: 25px !important;
    font-weight: 900 !important;
}

.titleService {
    max-width: 90%;
    font-size: 12px !important;
    margin: 0.5rem;
    font-weight: 400 !important;
    text-transform: none;
    color: #192026;
}

.priceService {
    max-width: 90%;
    font-size: 35px !important;
    margin: 0 1rem;
    font-weight: 400 !important;
    text-transform: none;
    color: #192026;
}

/* End Service Page*/


/* Fleet Page*/

.aboutUs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 5rem;
    width: 14rem;
}

.aboutUsTwo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 5rem;
    width: 16rem;
}

.fleetText {
    font-weight: 400 !important;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 20px;
    margin-bottom: 3rem;
    color: #926d29;
}

.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: transparent;
}

.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 0.5rem solid white;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #e0e4eb;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button i:hover {
    background-color: #926d29;
}

.play-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b5912f;
    font-size: 3rem;
    padding: 1rem 1rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.video::-webkit-media-controls {
    display: none !important;
}

.video::-webkit-media-controls-play-button {
    display: none !important;
}

.textFleet {
    margin: 0;
    font-weight: 400 !important;
    text-transform: none;
    color: #192026;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconeFleet {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.iconeFleet i {
    margin: 0 0.5rem 0 1rem;
    color: #926d29;
}


.--btn7 {
    padding: 1rem 2rem;
    background: #7bb52f;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem;
}

.--btn7:hover {
    background: linear-gradient(145deg, #82b83c, #628a2d);
    transform: translateY(-4px); 
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1); 
    color: white;
}

.--btn7:focus {
    outline: none; 
    box-shadow: 0 0 0 4px rgba(181, 145, 47, 0.5); 
}

.--btn7:active {
    transform: translateY(2px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.chooseUs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chooseUsIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #BFC6D4;
    border-radius: 20px;
    padding: 1rem 0;
    max-width: 16rem;
    margin-bottom: 2rem;
}

/* End Fleet Page*/


/* Fleet Details Page*/


.slideFleet {
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    overflow-x: hidden !important;
    margin: 2rem 0;
}

.fleetDetails {
    color: #926d29;
    font-size: xx-large !important;
    font-weight: 900 !important;
}


.titleDetails {
    font-size: large !important;
    margin: 2rem 0;
    font-weight: 400 !important;
    text-transform: none;
    color: #192026;
}

.iconeFleetDetails {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.iconeFleetDetails i {
    margin: 0 0.5rem 0 0;
    color: #926d29;
}

/* End Fleet Details Page*/

/* Online Bookings Page*/


.bookingsBG {
    background-image: url(../images/bookingBG.png);
    background-color: #192026;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5.3rem;
    margin-bottom: 5rem;
    background-size: 100% auto;
}

.stopDiv {
    background-color: #926d29;
    padding: 1rem;
    border-radius: 1rem;
}

.stepHeader {
    width: 100%;
    padding: 0.5rem;
    margin: 1rem 0;
    background-color: rgba(191, 198, 212, 0.8);
    color: #192026;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.--btn8 {
    padding: 0.5rem 0.5rem;
    background: linear-gradient(145deg, #2a343d, #0b0e11);
    color: white;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 3px;
}

.--btn8:hover {
    background: linear-gradient(145deg, #0b0e11, #2a343d);
    color: white;
}

.--btn8:focus {
    outline: none; 
}


.rideInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.titleInfo {
    font-size: 15px !important;
    margin: 1rem;
    font-weight: 400 !important;
    text-transform: none;
    color: rgba(38, 38, 39, 0.8);
}

#ride-info form {
    background-color: rgba(191, 198, 212, 0.8);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}

#ride-info .form-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #192026;
}

#ride-info .form-select, #ride-info .form-control, #ride-info .form-group input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid #192026;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: transparent;
}

#ride-info .form-select:focus, #ride-info .form-control:focus {
    border-color: #192026;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    background-color: rgba(191, 198, 212, 0.8) !important;
}

#ride-info .form-group {
    margin-bottom: 20px;
}

#ride-info input[type="number"] {
    -moz-appearance: textfield; /* Remove up/down buttons in number input */
}

#ride-info #map {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.priceCard {
    color: #192026;
    margin: 1rem;
    font-size: 20px !important;
    font-weight: 900 !important;
}


.--btn9 {
    padding: 1rem 0;
    background: #b5912f;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem;
    width: 100%;
}

.--btn9:hover {
    background: linear-gradient(145deg, #aa924f, #a18a48);
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.1); 
    color: white;
}

.--btn9:focus {
    outline: none; 
    box-shadow: 0 0 0 4px rgba(181, 145, 47, 0.5); 
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 2rem 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    
}

thead {
    background-color: #cda274 !important;
    color: white !important;
    width: 100%;
}

th, td {
    padding: 12px !important;
    text-align: left !important;
    border-bottom: 1px solid #ddd !important;
}

tr:hover {
    background-color: #f1f1f1 !important;
}

td span {
    color: #999 !important;
    font-style: italic !important;
}

.policyText {
    font-weight: 400 !important;
    letter-spacing: 3px;
    text-transform: none;
    text-align: left;
    margin: 0.2rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}


.input-field {
    padding: 1rem 0rem;
    font-size: 1rem;
    border-radius: 8px;
    border: transparent;
    outline: none;
    transition: all 0.3s ease;
    margin: 5px;
    text-align: center;
    width: 4rem;
    background: transparent;
}

/* Placeholder styling */
.input-field::placeholder {
    color: #888;
}
/* End Online Bookings Page*/


/* Payment Page*/

.paymentSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* End Payment Page*/

/* My Bookings Page*/

.mybookings {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 1rem 2rem 1rem;
    width: 14rem;
    cursor: pointer;
}

.bookingsForm {
    padding: 2rem 3rem;
    background-color: rgb(191, 198, 212, 0.8) !important;
    border-radius: 5% !important;
}

.badge {
    padding: .6em .65em !important;
    border-radius: 1.25rem !important;
    font-size: .85em !important;
}

.privacy-modal {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.privacy-modal p {
    text-transform: none;
    padding: 0;
    margin: 0;
}

.private-modal {
    padding: 0 1.5rem;
    margin: 0.5rem 0;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #926d29;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    margin-right: 1rem;
}

.custom-checkbox:checked {
background-color: #926d29;
border-color: #926d29;
}

.custom-checkbox:checked::before {
content: '✔';
position: absolute;
top: 0px;
left: 5px;
font-size: 14px;
color: #192026;
}

.custom-checkbox:hover {
color: #926d29;
}

.custom-checkbox:focus {
outline: 2px solid #926d29;
outline-offset: 2px;
}

/* End My Bookings Page*/

/* My Profile Page*/

.profileForm {
    padding: 5rem 3rem;
    background-color: rgb(191, 198, 212, 0.8) !important;
    border-radius: 1% !important;
}

.badge {
    padding: .6em .65em !important;
    border-radius: 1.25rem !important;
    font-size: .85em !important;
}

/* End My Profile Page*/

@media screen and (max-width: 1199.999px) {
    .serviceBG {
        background-size: auto;
    }
    
    .bookingsBG {
        background-size: auto;
    }
}

@media screen and (max-width: 991.999px) {


    .navbar-brand {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .logoDisplay {
        display: none !important;
    }

    .dropdown-menu {
        min-width: 1rem;
    }

    
    .c-t h1, 
    .c-t h2 {
        font-size: 3rem;
    }

    .dropdown-menu.show {
        background-color: transparent !important;
        color: #BFC6D4;
    }
    
    .h-line-btn {
        width: 7%;
        height: 1.5px;
        margin-top: -20px;
    }

        
    .card {
        background-color: #fff;
        background-clip: border-box;
        border: 0px !important;
        border-radius: 0 !important;
    }
    .headlineService {
        color: #b5912f;
        margin: 0.5rem 0 ;
        font-family: "Mulish", sans-serif !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }

    .thiirdTitleService, 
    .titleService {
        font-size: 10px !important;
    }

    .card-img-overlay-third {
        margin: 0;
    }

    
    .facilitiesImgSection {
        margin-bottom: 0;
        margin-top: 1rem;
    }

    .facilitiesText {
        max-width: 60%;
    }

    .memberContainer {
        padding-top: 5rem;
        padding-bottom: 10rem;
    }

    .footerContainer .row>* {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        margin: 1rem 0;
    }


    .certificateSection {
        margin: 1rem 1rem;
    }

    .certificatesRow .row>* {
        width: 30% !important;
    }

    .service-overlay {
        height: 77vh !important;
    }

    
    .serviceHeaderText {
        display: block;
    }

    
    .serviceCard {
        margin-left: 0;
    }
 
    .serviceCardBG {
        margin-top: 0;
    }

    
    .serviceButton {
        margin-bottom: 3rem;
    }
    
    .rideInfo {
        flex-direction: column;
    }
    
    .mybookings {
        margin: 2rem 0rem 2rem 0rem;
    }
    
    .bookingsForm {
        padding: 2rem 3rem;
        background-color: rgb(191, 198, 212, 0.8) !important;
        border-radius: 5% !important;
    }

}

@media screen and (max-width: 395.999px) {
    .serviceHeader {
        margin-top: 4.5rem;
    }
}