* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: rgba(24, 168, 182, 1);
    --secondary-color: rgba(163, 207, 0, 1);
}
body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
}
.btn-info {
    background-color: var(--primary-color);
    border: none;
}
.btn-secondary {
    background-color: var(--secondary-color);
    border: none;
}
.grey-color {
    color: rgba(68, 69, 67, 1);
}
.primary-color {
    color: var(--primary-color);
}
.secondary-color {
    color: var(--secondary-color);
}
.header .top-info {
    padding: 15px 70px;
    background-color: #ffffff;
}
.header .header-content {
    position: relative;
    height: auto;
    /* padding: 24px 80px; */
    /* background-image: url("../images/header-background.jpg"); */
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.header .header-content2 {
    position: relative;
    height: 400px;
        display: flex;
    align-items: center;
    justify-content: center;

}
#header-logo {
    width: 194px;
    height: 58;
}
#main-nav {
    width: 90%;
    height: 75px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgba(24, 168, 182, 0.2);
    border: 1px solid rgba(10, 71, 76, 1);
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
a{
text-decoration: none !important;
color: var(--primary-color) !important;
}
.bor-20 {
    border-radius: 20px;
}
.med-48 {
    font-weight: 500;
    font-size: 44px;
}
.med-40 {
    font-weight: 500;
    font-size: 36px;
}
.med-32 {
    font-weight: 500;
    font-size: 28px;
}
.med-24 {
    font-weight: 500;
    font-size: 19px;
}
.med-20 {
    font-weight: 500;
    font-size: 16px;
}
.med-18 {
    font-weight: 500;
    font-size: 14px;
}
.sem-24 {
    font-weight: 600;
    font-size: 20px;
}
.reg-24 {
    font-weight: 400;
    font-size: 20px;
}
.reg-20 {
    font-weight: 400;
    font-size: 16px;
}
.reg-16 {
    font-weight: 400;
    font-size: 12px;
}
.bol-20 {
    font-weight: 700;
    font-size: 16px;
}
.bol-24 {
    font-weight: 700;
    font-size: 20px;
}
h1 {
    font-weight: 500 ;
    font-size: 32px ;
}
h2 {
    font-weight: 500 ;
    font-size: 24px ;
}
h3 {
    font-weight: 500 ;
    font-size: 20px ;
}
h4 {
    font-weight: 500 ;
    font-size: 18px ;
}
h5 {
    font-weight: 500;
    font-size: 16px ;
}
h6 {
    font-weight: 500 ;
    font-size: 14px ;
}
.icon-size {
    width: 32px;
    height: 32px;
}
.gradient-text {
    background: linear-gradient(90deg, #a3cf00 0%, #18a8b6 50.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
}
/* navbar */

.navbar {
    width: 100%;
}
.navbar-nav {
    gap: 20px;
}
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 15px;
}
@media (max-width: 992px) {
    .navbar-nav .nav-link {
        color: #000 !important;
    }
}
.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
.navbar-nav .nav-link:hover {
    color: var(--secondary-color) !important;
}
.navbar-nav .nav-item.active,
.navbar-nav .nav-link.show {
    background: rgba(24, 168, 182, 1);
    border-radius: 20px;
    padding-right: 10px;
}
.btn-contact {
    background-color: var(--secondary-color);
    width: 99px;
    padding: 16px;
    color: #fff !important;
    border-radius: 8px;
    padding: 6px 18px;
    font-weight: 500;
}
.btn-contact:hover {
    background-color: #7bd042;
    color: #fff;
}
.navbar-brand img {
    height: 50px;
}
@media (max-width: 991px) {
    .navbar-collapse {
        background-color:rgb(255 255 255);
        padding: 10px;
        border-radius: 10px;
    }
    .top-bar {
        text-align: center;
    }
}
.search-box input::placeholder {
    color: #999;
    font-size: 0.95rem;
}

.search-box button:hover {
    opacity: 0.9;
}
.tour-request-section .input-group .form-control,
.tour-request-section .input-group .btn {
    border-radius: 10px !important;
}

.tour-request-section form {
    gap: 10px;
}

@media (max-width: 768px) {
    .tour-request-section form {
        flex-direction: column;
    }
}
.card {
    border-color: #b5b7b2 !important;
}

.card .img1 {
    height: 300px;
    object-fit: fill;
    width: 100%;
}

.card .img2 {
    height: 250px;
    object-fit: fill;
    width: 100%;
}
.card .img3 {
    height: 350px;
   object-fit: fill;
    width: 100%;
}
.card .img4 {
    height: 233px;
      object-fit: fill;
    width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    color: white;
    background: var(--primary-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #ffffff;
}
/* modified buttons */
.swi-button-next::after {
    content: "prev";
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swi-button-prev::after {
    content: "next";
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swi-button-prev::after,
.swi-button-next::after {
    font-size: 16px;
    color: #ffffff;
}
.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.swi-button-next {
    top: 50%;
    position: absolute;
    left: -10px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: var(--primary-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
}
.swi-button-prev {
    top: 50%;
    position: absolute;
    right: -10px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: var(--primary-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
}

    
}
.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.h-300 {
    height: 300px !important;
}
.h-400 {
    height: 400px !important;
}
.h-460 {
    height: 460px !important;
}
.h-500 {
    height: 500px !important;
}
.h-540 {
    height: 540px !important;
}
.h-600 {
    height: 600px !important;
}
.h-665 {
    height: 665px !important;
}
@media (max-width: 786px) {
    .h-300 {
        height: auto !important;
    }
    .h-400 {
        height: auto !important;
    }
    .h-460 {
        height: auto !important;
    }
    .h-500 {
        height: auto !important;
    }
    .h-540 {
        height: auto !important;
    }
    .h-600 {
        height: auto !important;
    }
    .h-665 {
        height: auto !important;
    }
}
.icon-size {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.circled-blue {
    border: 1px solid #0896a1;
    border-radius: 50%;
    padding: 5px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advertise {
    border-radius: 20px;
    min-height: 330px;
    width: 100%;
    padding: 40px;
    margin: 20px 0;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(
            275.42deg,
            rgba(0, 0, 0, 0.8) 19.36%,
            rgba(0, 0, 0, 0) 82.28%
        ),
        url("../images/advertise_background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.video-card {
    position: relative;
    border-radius: 12px;
    height: 400px;
}
.video-card img {
    height: 100%;
    object-fit: cover;
}
.video-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.7));
}
.favorite-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 18px;
}
.play-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    font-size: 50px;
    color: white;
}
.feature-card {
    background: #f8fcf5;
    border-radius: 12px;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: 12px;
    background: linear-gradient(to right, #18a8b6 61%, #0083cf 68%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.featureSwiper {
    padding: 10px 10px 40px 10px;
}

.feature-next,
.feature-prev {
    background: #7ac943;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff !important;
}
.feature-next::after,
.feature-prev::after {
    font-size: 16px;
}

.footer-v1-tabs-container {
    background: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.footer-v1-section-title {
    text-align: start;
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 40px;
}

.footer-v1-nav-tabs {
    border-bottom: 2px solid #e9ecef;
    justify-content: start;
    margin-bottom: 30px;
}

.footer-v1-nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    padding: 12px 25px;
    margin: 0 5px;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.footer-v1-nav-tabs .nav-link:hover {
    color: #00a8e8;
    background-color: #f8f9fa;
}

.footer-v1-nav-tabs .nav-link.active {
    color: #00a8e8;
    background-color: transparent;
    border-bottom: 3px solid #00a8e8;
    font-weight: 600;
}

.footer-v1-tab-content {
    padding: 20px 0;
}

.footer-v1-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.footer-v1-link-item {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
    font-size: 20px;
}

/* .footer-v1-link-item:hover {
  background: #00a8e8;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 168, 232, 0.2);
} */
.footer-top-bar {
    position: relative;
    padding: 0 3rem;
    background-image: url(../images/footer-top-background.jpg);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -5px -5px 20px #adb5bd;
    background-position-y: center;
    overflow: hidden;
}

.footer-top-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(203, 233, 238, 0.5);
    z-index: 1;
}

/* Ensure content stays above the color overlay */
.footer-top-bar > * {
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .footer-v1-tabs-container {
        padding: 20px;
    }

    .footer-v1-section-title {
        font-size: 22px;
    }

    .footer-v1-nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }

    .footer-v1-links-grid {
        grid-template-columns: 1fr;
    }
    .footer-top-bar {
        background-image: url(../images/footer-top-background.jpg);
        background-color: white;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 1rem;
        box-shadow: -5px -5px 20px #adb5bd;
        background-position-y: center;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

.img-container {
    position: relative;
}

.img-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none;
    border-radius: inherit;
}

/* wejhat */
.breadcrumb-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.weghat-tabs {
    background-color: #f6fae6;
    border-radius: 10px;
    padding: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
@media (max-width: 600px){
    .weghat-tabs {
    justify-content: center;
}
}

.weghat-tab {
    border: none;
    background: transparent;
    color: #333;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.weghat-tab:hover {
    background-color: #f1f3eb;
}

.weghat-tab.active {
    background-color: var(--primary-color);
    color: #fff;
}

.weghat-tab:focus {
    box-shadow: none;
}

.weghat-content {
    margin-top: 25px;
}

.weghat-pane {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.weghat-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f8fcf5;
}
.mxw-50 {
    max-width: 50%;
}
@media (max-width: 600px) {
    .header .header-content {
        height: auto;
        /* padding: 10px 10px 70px 10px; */
    }

    .header .top-info {
        padding: 15px;
        background-color: #ffffff;
    }
    #header-logo {
        width: 150px;
        height: 45px;
    }
    h1 {
    font-weight: 500 ;
    font-size: 28px ;
}
h2 {
    font-weight: 500 ;
    font-size: 20px ;
}
h3 {
    font-weight: 500 ;
    font-size: 18px ;
}
h4 {
    font-weight: 500 ;
    font-size: 16px ;
}
h5 {
    font-weight: 500;
    font-size: 14px ;
}
h6 {
    font-weight: 500 ;
    font-size: 12px ;
}

    .med-48 {
        font-weight: 500;
        font-size: 36px;
    }
    .med-40 {
        font-weight: 500;
        font-size: 26px;
    }
    .med-32 {
        font-weight: 500;
        font-size: 21px;
    }
    .med-24 {
        font-weight: 500;
        font-size: 15px;
    }
    .med-20 {
        font-weight: 500;
        font-size: 14px;
    }
    .med-18 {
        font-weight: 500;
        font-size: 12px;
    }
    .sem-24 {
        font-weight: 600;
        font-size: 16px;
    }
    .reg-24 {
        font-weight: 400;
        font-size: 16px;
    }
    .reg-20 {
        font-weight: 400;
        font-size: 14px;
    }
    .reg-16 {
        font-weight: 400;
        font-size: 10px;
    }
    .mxw-50 {
        max-width: 80%;
    }
    .swi-button-prev {
        right: -3px;
        width: 32px;
        height: 32px;
    }
    .swi-button-next {
        left: -3px;
        width: 32px;
        height: 32px;
    }

    .swi-button-next {
display: none;

}
.swi-button-prev {
display: none;
}
}
