﻿.navbar-brand img {
    width: 115px;
}
.nav-item .btn {
    border-color: var(--bs-secondary) !important;
    color: white;
    border-width: 2px;
    font-size: 14px;
    padding: 5px 25px;
}
.nav-item .btn:hover {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-primary);
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.primary-nav .nav-link {
    font-size: 18px !important;
    color: var(--bs-secondary) !important;
}
.secondary-nav .nav-list{
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.secondary-nav .nav-link {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    flex: 1 1 auto !important;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 28px;
    padding-right: .5rem;
    padding-left: .5rem;
}
    .navbar-light .navbar-nav .nav-link .arabic, .navbar-light .navbar-nav .nav-link .english {
        direction: ltr
    }
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-light .navbar-nav .nav-link span span{
    font-size: 14px;
}
.hero-section-bg {
    height:700px;
    width: 100%;
    background-image: url('../images/home/hero-img.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:center top
}
.service-hero-section-bg {
    width: 100%;
    background-image: url('../images/home/services-hero-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top
}
.about-hero-section-bg {
    width: 100%;
    height: 700px;
    background-image: url('../images/home/about-hero-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top
}
.bg-transparent-dark {
    background-color: #00000087
}
.why-choose-us {
    width: 100%;
    background-image: url('../images/home/why-choose-us.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}
.contact-info {
    display: flex;
    gap: 10px;
    align-items: center;
    color: black;
    margin-bottom:18px
}
.contact-info a{
    color: black;
}
.contact-info .contact-icon {
    min-height: 25px;
    min-width: 25px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    color: white;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
footer .link-section .navbar-brand img{
    width: 200px;
}
footer .footer-social-links, .social-links {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
}
    footer .footer-social-links .footer-social-link, .social-links .social-link {
        min-height: 30px;
        min-width: 30px;
        border-radius: 50%;
        background-color: #ffffff;
        color: var(--bs-primary);
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-decoration: none;
    }
footer .footer-link {
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 20px;
}
footer .footer-link:hover {
    color: var(--bs-secondary);
}
.service-card {
    position: relative;
    z-index: 1;
    padding: 30px;
    height: 100%;
    display: block;
    text-decoration: none;
    color: black;
}
.service-card img, .service-card:hover .hover-img {
    width: 100%;
    height: 350px !important;
    min-height: 350px !important
}
.service-card::after {
    content: '';
    position: absolute;
    height: 50%;
    top: 50%;
    width: 100%;
    bottom: 0;
    z-index: -1;
    background-color: var(--bs-secondary);
    left: 0;
    right: 0
}
.service-card .hover-img, .service-card .btn{
    display: none
}
    .service-card:hover img, .service-card:hover h4 {
        display: none
    }
    .service-card:hover .hover-img, .service-card:hover .btn {
        display: block !important
    }
.team img {
    width:100%;
    display: block;
    margin: auto;
    border: 2px solid var(--bs-primary);
}
/*.tracking-form{
    position:relative
}
.tracking-form button{
    position:absolute
}*/
.bar-icon {
    height: 20px;
    width: 40px;
}
.user-icon, .login-icon {
    height: 30px;
    width: 30px;
}
.globe-icon {
    width: 20px;
    height: 20px;
}
.hero-section-video video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    top: 0;
}
.hero-section .nav-menu {
    transform: translateY(-50%);
}
.hero-section .menu-card {
    background-color: white;
    
    border-radius:5px;
    padding: 50px 0px;
    box-shadow: 0px 0px 17px #08080873;
}
.menu-card h6 {
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-align: center;
}

.menu-card-item .horizontal-line {
    position: relative;
    height: 0px;
    margin-bottom: 35px;
}
.menu-card-item .horizontal-line::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: black;
    left: 50%;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: 0px 2px 10px #000000; */
    border: 4px solid #908f8f;
    bottom: 50%;
}
.menu-card-item .horizontal-line::before {
    position: absolute;
    content: '';
    width: 100%;
    background-color: black;
    height: 1px;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%);
}
.brand-section img{
    display:block;
    margin:auto
}
.menu-card p {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding: 0px 38px;
}
.dropdown-item label {
    font-size: 14px !important;
}
.language-selection {
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    font-size: 18px !important;
    padding: 1px 10px;
}

.custom-btn {
    border-radius: 16px;
    border: 1px solid var(--bs-secondary);
    background: linear-gradient(to bottom, #ffffff, #ffffff 75%, var(--bs-secondary) 100%);
    color: var(--bs-secondary);
    font-size: 22px
}
.method-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.method-cards .single-card {
   padding:200px 50px;
   text-align:center
}
.method-cards .single-card img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 50px;
}

.review-card {
    background-color: #EDECEC
}
.client-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}
.client-profile img {
    display: flex;
    height: 150px;
}
.client-profile h5 {
    font-size: 24px;
    font-weight: 400;
}
.star-rating-box span i {
    font-size: 30px;
    color: #EEBC2E;
}
.star-rating-box {
    display: flex;
    gap: 10px;
    margin-top:15px
}

.review-content p {
    font-size: 20px;
    padding: 22px;
    line-height: 32px;
}
.customer-opinions-slider .slick-prev:before {
    content: unset !important;
}

.customer-opinions-slider .slick-next:before {
    content: unset !important;
}
.slick-prev, .slick-next {
    width: 65px;
    height: 65px;
}
.slick-prev {
    left: -65px !important;
    right:unset !important
}
.slick-next {
    right: -65px !important;
    left: unset !important;
}
.contact-us-section label, .form-section label {
    font-size: 14px;
    color: var(--bs-primary)
}
.contact-us-section label span, .form-section label span {
    color: red;
    vertical-align: super;
    font-size: 7px;
}
.contact-us-section .form-control, .form-section .form-control {
    font-size: 14px;
    /* box-shadow: 0px 3px 6px lightgray; */
    border-radius: 0px;
    padding: 15px 0px !important;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid;
}
.contact-detail-card.mid-card .contact-detail-img {
    background-color: var(--bs-light);
}
.contact-detail-card .contact-detail-img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-color: #78559100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.contact-detail-card .contact-detail-img img {
    height: 150px;
    width: 150px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    max-width: 170px;
    max-height: 170px;
    padding: 30px;
}
.footer-star-rating-box {
    display: flex;
    padding: 0px 45px;
}
.footer-star-rating-box img {
    flex: 1 1 auto !important;
    width: 50px;
}
.app-links  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}
.hero-img, .hero-img2 {
    height: 100vh;
    width: 100vw;
}
    .hero-img2 .hero-text {
        position: relative;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 60px;
    }
.hero-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.hero-img2 img {
   position:absolute;
   height:100%;
   width:100%;
   object-fit:cover
}
.content-card-text {
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}
.profile-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 9px 15px var(--bs-secondary);
    padding: 20px;
    height: 100%;
}
.profile-card img {
   height:200px;
   width:200px;
   object-fit:contain
}
.social-icons {
    position: fixed;
    bottom: 10%;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
}
.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
}
.social-icons a:hover {
    background-color: transparent;
    color: var(--bs-secondary);
}
.tracking-form{
    position:relative
}
.tracking-form button {
    position: absolute;
    font-size: 15px;
    border-radius: 5px;
    top: 50%;
    bottom: 50%;
    padding: 10px 30px;
    height: 41px;
    transform: translateY(-50%);
    line-height: 0;
    right: 0;
    margin-right: 7px;
}
.tracking-form .form-control {
    font-size: 14px;
    border-radius: 5px;
    padding: 16px 10px !important;
    border: none;
}
.tracking-timeline {
    position: relative;
    z-index: 1;
}
.tracking-timeline::before {
    position: absolute;
    content: '';
    height: 96%;
    width: 1px;
    background-color: #673ab71f;
    left: 30px;
    z-index: -1;
    top: 10px;
}
.single-timeline .timeline-icon {
    background-color: #ebe2fc;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 15px;
    min-width: 60px;
    min-height: 60px;
}
.single-timeline .timeline-icon:hover {
    background-color: white;
}
.profile-div img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.profile-div p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 4px;
}
.personal-account .form-group {
    position: relative;
}
.personal-account .form-control {
    background-color: var(--bs-primary);
    margin-bottom: 0px !important;
    border-radius: 20px;
    color: white;
    padding: 12px 20px !important;
}
.personal-account .form-group img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    height: 20px;
    transform: rotate(180deg) translateY(48%);
    right: 0;
    margin-right: 20px;
}
.modal-content {
    border-radius: 20px;
}
.btn-close {
    position: absolute;
    background-color: white;
    margin-top: -10px;
    right: 0;
    margin-right: -10px;
    border-radius: 50%;
    padding: 10px;
    opacity: 1;
    z-index: 1;
    background-size: 35%;
    margin: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
}
.active {
    color: var(--bs-primary) !important;
}
.dropdown-item.active label, .dropdown-item:active label {
    color: var(--bs-secondary) !important;
}

.map-btn {
    margin: 0;
    padding: 4px 16px;
    border: 0;
    border-radius: 20px;
    font-size: 12px;
}