﻿.adiba-theme {
    --primary-color: #429f58;
    --secondary-color: #298940;
    --text-color: #298940;
    --light-color: rgb(41 137 64 / 20%);
}

.akram-theme {
    --primary-color: #0e565c;
    --secondary-color: #003d42;
    --text-color: #003d42;
    --light-color: rgb(12 74 80 / 20%);
}

.bhaktiyar-theme {
    --primary-color: #5e503f;
    --secondary-color: #3a3023;
    --text-color: #3a3023;
    --light-color: rgb(94 80 63 / 20%);
}

.heading, .umrah-group-departure .heading {
    color: var(--primary-color);
}
/*------------------------ Main Style ----------------------------*/
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

/*------------------------ Banner Style ----------------------------*/
.banner-cntr {
    background: url('../Images/umrah-package/banner-1.webp') center;
    height: 380px;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    margin-bottom: 20px;
}

    .banner-cntr:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 61, 66, 0.8), rgba(0, 61, 66, 0));
    }

    .banner-cntr .banner-text {
        margin-top: 40px;
    }

        .banner-cntr .banner-text h5 {
            color: white;
            font-size: 22px;
        }

            .banner-cntr .banner-text h5 i {
                background: #fff;
                color: rgba(0, 61, 66, 1);
                padding: 5px 6px;
                border-radius: 5px;
                font-weight: bold;
            }

        .banner-cntr .banner-text h2 {
            color: white;
            font-size: 44px;
            font-weight: bold;
        }

        .banner-cntr .banner-text ul {
            display: ruby;
            padding: 0;
        }

            .banner-cntr .banner-text ul li {
                color: white;
                margin-bottom: 5px;
                font-weight: 500;
                list-style: none;
                margin-left: 5px;
                margin-right: 20px;
                white-space: nowrap;
            }

                .banner-cntr .banner-text ul li i {
                }
.query-info{
    margin-top: 20px;
}

.query-info a {
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 15px;
    margin-right: 5px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .query-info a img {
        width: 20px;
    }

@media (max-width: 767px) {
    .banner-cntr {
        height: 320px;
    }

        .banner-cntr .banner-text h2 {
            margin: 0;
        }

        .banner-cntr .banner-text {
            margin-top: 0;
        }
}

/*------------------------ About Style ----------------------------*/
.about-cntr {
    padding-top: 80px;
}

    .about-cntr .about-box {
    }

    .about-cntr .about-text {
        padding: 60px 40px;
    }

        .about-cntr .about-text h2 {
            color: var(--secondary-color);
            font-size: 38px;
        }

        .about-cntr .about-text p {
            color: #444;
            font-size: 18px;
        }

    .about-cntr img {
        max-width: 100%;
        border-radius: 20px;
    }

@media (max-width: 767px) {
    .about-cntr .about-text {
        padding: 0px;
    }

        .about-cntr .about-text h2 {
            font-size: 34px;
        }

    .about-cntr img {
        height: 260px;
        border-radius: 0px 0px 40px 40px;
    }
}


/*------------------------ Umrah Group Departure Style ----------------------------*/
.umrah-group-departure {
    padding-top: 60px;
}

    .umrah-group-departure .heading {
        margin: 0;
    }

    .umrah-group-departure .card {
        box-shadow: 0px 0px 8px #ccc;
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

        .umrah-group-departure .card.mb-0 {
            margin: 0;
        }

        .umrah-group-departure .card img {
            border-radius: 15px;
        }

        .umrah-group-departure .card p {
            font-size: 16px;
            font-weight: normal;
        }

        .umrah-group-departure .card .line-through {
            text-decoration: line-through;
        }

        .umrah-group-departure .card .pricing_cntr .btn-theme {
            background: var(--primary-color);
            padding: 10px 20px;
            margin-bottom: 10px;
            color: white;
            border-radius: 5px;
            width: 100%;
        }

        .umrah-group-departure .card .pricing_cntr p {
            margin-bottom: 0;
        }

        .umrah-group-departure .card .pricing_cntr h2 {
            color: var(--secondary-color);
            margin: 0;
            margin-top: 10px;
        }

    .umrah-group-departure .package_details h3 {
        margin: 0;
        color: var(--secondary-color);
    }

    .umrah-group-departure .package_details h4 {
        margin-top: 0;
    }

    .umrah-group-departure .itinerary p {
        display: inline-block;
        color: #444;
        margin: 0 12px 0 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 24px;
    }

    .umrah-group-departure .itinerary .zamzam {
        width: 17px;
    }

.package_table {
    width: 100%;
    margin-top: 10px;
}

    .package_table tr {
        margin-bottom: 10px;
        border: 1px solid var(--primary-color);
    }

        .package_table tr .package_table-title {
            color: var(--secondary-color);
            font-weight: bold;
        }

    .package_table td, .package_table th {
        border: 1px solid var(--primary-color);
        text-align: left;
        padding: 15px 10px;
    }

    .package_table td {
        padding: 4px 8px;
        color: #222;
        font-size: 14px;
    }

        .package_table td i {
            width: 20px;
            color: var(--secondary-color);
        }

@media (max-width: 767px) {
    .umrah-group-departure .card {
        margin: 10px 0px;
    }

        .umrah-group-departure .card img {
            margin-bottom: 15px;
            height: 200px;
            object-fit: cover;
        }

        .umrah-group-departure .card .pricing_cntr .btn-theme {
            margin-top: 10px;
        }

        .umrah-group-departure .card .pricing_cntr div {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
        }

            .umrah-group-departure .card .pricing_cntr div h2 {
                margin: 0;
            }

    .umrah-group-departure .itinerary .zamzam {
        height: 21px;
        margin-top: 10px;
    }
}

/*------------------------ We Are Happy Style ----------------------------*/
.we-are-happy {
    padding-top: 80px;
    padding-bottom: 80px;
}

.islamic-history {
    width: 100%;
}

    .islamic-history h2 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 20px;
    }

    .islamic-history p {
        padding-bottom: 30px;
        font-size: 18px;
    }

    .islamic-history .btn-theme {
        background: var(--primary-color);
        color: white;
        font-size: 18px;
        border-radius: 4px;
    }

        .islamic-history .btn-theme:hover {
            background: none;
            border: 1px solid #003d42;
            color: #003d42;
            font-size: 18px;
            border-radius: 4px;
        }

ul.list li {
    padding-bottom: 14px;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}

    ul.list li:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--common-colour);
        border-radius: 50%;
        top: 7px;
        left: 0;
    }

.circle-text {
    position: relative;
    text-align: center;
}

    .circle-text .circle-text-img {
        top: 5%;
        position: absolute;
        left: 15.5%;
        animation: rotate 25s infinite;
        border: 5px dashed #fff;
        border-radius: 100%;
        width: 176px;
        height: 176px;
    }

    .circle-text figure.circle-img {
        width: 194px;
        height: 194px;
        background-color: var(--secondary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: auto;
    }

        .circle-text figure.circle-img img {
            border: 1px solid;
            width: 118px;
            padding: 30px;
            border-radius: 50%;
            filter: invert(1);
        }

.real-history-book {
    margin-top: 20px;
}

    .real-history-book img {
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }

    .real-history-book.two {
        margin-top: 0px;
        position: relative;
    }

        .real-history-book.two:before {
            z-index: -1;
            left: -77%;
            content: "";
            position: absolute;
            background-image: url(../background-history.png);
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            mix-blend-mode: difference;
            bottom: 11%;
        }

        .real-history-book.two img {
            border-radius: 0;
            border-top-left-radius: 250px;
            border-top-right-radius: 250px;
        }

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

@media (max-width: 767px) {
    .islamic-history h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .we-are-happy .col-lg-7 {
        display: none;
    }
}

/*------------------------ Details Style ----------------------------*/
.details-cntr {
    background: var(--light-color);
    padding: 30px 0;
}

    .details-cntr .details-box {
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        height: 110px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .details-cntr .col-md-2 {
        border-right: 1px solid #9ecdd1;
    }

        .details-cntr .col-md-2:last-child {
            border-right: none;
        }

    /*.details-cntr .details-box:hover {
    box-shadow: -4px 4px 0 #222;
    background: var(--secondary-color);
    transition: 0.5s;
}*/
    .details-cntr .details-box h2 {
        color: #003d42;
        margin: 0;
        margin-bottom: 5px;
    }

    .details-cntr .details-box p {
        color: #666;
        margin: 0;
        line-height: 18px;
    }

    .details-cntr .details-box b {
        color: #eda324;
    }

@media (max-width: 767px) {
    .details-cntr .col-md-2 {
        border-bottom: 1px solid #1f585c;
        padding: 10px 15px;
        width: 50%;
        float: left;
    }

        .details-cntr .col-md-2:last-child {
            border: none;
            width: 100%;
            padding-bottom: 0;
        }
}

/*------------------------ Why Choose Us Style ----------------------------*/
.why-choose-cntr {
    padding-top: 80px;
}

    .why-choose-cntr h3 {
        margin-bottom: 30px;
    }

    .why-choose-cntr .choose-box {
        border: 1px solid transparent;
        background: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        height: 240px;
        transition: 1s;
    }

.choose-box .icon {
    width: 65px;
    height: 65px;
    background: var(--primary-color);
    padding: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 0 0;
    margin: 10px 0;
}

    .choose-box .icon img {
        width: 40px;
        filter: brightness(0) invert(1);
    }

.why-choose-cntr .choose-box:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 5px var(--light-color);
}

.why-choose-cntr .choose-box h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 26px;
}

.why-choose-cntr .choose-box p {
    margin: 0;
    line-height: 22px;
}

.why-choose-cntr .choose-box i {
    background: var(--primary-color);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 10px;
    transition: 1s;
}

.why-choose-cntr .choose-box:hover h2 {
    color: var(--secondary-color);
}

.why-choose-cntr .choose-box:hover i {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 5px var(--light-color);
    background: transparent;
    color: var(--secondary-color);
}

/*------------------------ testimonial Style ----------------------------*/
.Testimonial_cntr {
    padding-bottom: 0;
    padding-top: 100px;
}

    .Testimonial_cntr h2 {
        margin: 0;
        margin-bottom: 30px;
    }

    .Testimonial_cntr .Testimonial_box {
        background: var(--light-color);
        border-radius: 20px;
        padding: 25px;
        position: relative;
    }

.Testimonial_box .item {
    position: relative;
    cursor: pointer;
    height: 390px;
    margin: 28px;
}

    .Testimonial_box .item img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.Testimonial_cntr .Testimonial_box .owl-theme .owl-controls .owl-pagination {
    display: none;
}

.Testimonial_cntr .Testimonial_box .row.mb-5 {
    margin-bottom: 4rem;
}

.Testimonial_cntr .Testimonial_box .owl-item {
    text-align: center;
}

.Testimonial_cntr .Testimonial_box iframe {
    background: white;
    border-radius: 20px;
    height: 380px;
}

.Testimonial_cntr .Testimonial_box .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    opacity: 1;
    background: white;
    padding: 0 10px;
}

.Testimonial_cntr .Testimonial_box .owl-controls .owl-buttons .owl-prev:after, .Testimonial_cntr .Testimonial_box .owl-controls .owl-buttons .owl-next:after {
    font-size: 24px;
    line-height: 26px;
}

.Testimonial_cntr .Testimonial_box:before {
    content: "";
    position: absolute;
    background: url(https://cdn3d.iconscout.com/3d/premium/thumb/islamic-lantern-5122316-4280903.png);
    top: 30px;
    right: 50px;
    width: 120px;
    height: 170px;
    background-size: cover;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -10px;
}

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.Testimonial_cntr .Testimonial_box .Testimonial_head p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}

.Testimonial_cntr .Testimonial_box .Testimonial_head h2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.Testimonial_cntr .Testimonial_box .Testimonial_head a {
    background: #fff;
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: bold;
    display: inline-block;
}

.Testimonial_cntr .Testimonial_box a:hover {
    background: transparent;
    border: 1px solid var(--secondary-color);
}


.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: -8%;
        left: 0px;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: -8%;
        right: 0px;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media (min-width: 770px) {
    .Testimonial_cntr .Testimonial_box .row {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 770px) {
    .Testimonial_cntr .Testimonial_box .head h2 {
        font-size: 36px;
    }

    .Testimonial_cntr .Testimonial_box .head a {
        margin-bottom: 20px;
        display: inline-block;
    }

    .Testimonial_cntr .Testimonial_box img {
        margin-bottom: 20px;
    }

    .Testimonial_cntr .Testimonial_box .Testimonial_head h2 {
        font-size: 34px;
        margin-top: 0;
    }

    .Testimonial_cntr .Testimonial_box .Testimonial_head a {
        margin-bottom: 20px;
    }

    .Testimonial_cntr .Testimonial_box .Testimonial_head p {
        margin-bottom: 0;
    }

    .Testimonial_cntr .Testimonial_box:before {
        top: 0;
        right: -17px;
        width: 100px;
        height: 120px;
    }

    .Testimonial_cntr .Testimonial_box .card {
        margin: 10px 5px;
    }

    .testi-img {
        display: none;
    }
}

/*------------------------ FAQ Style ----------------------------*/
.faq-cntr {
    padding-top: 80px;
}

    .faq-cntr .heading {
        margin-bottom: 30px;
    }

        .faq-cntr .heading h5 {
            margin: 0px;
            margin-bottom: 5px;
        }

        .faq-cntr .heading h3 {
            margin: 0;
            margin-bottom: 5px;
        }

        .faq-cntr .heading p {
            color: #222;
            line-height: 22px;
        }

    .faq-cntr .faq-img {
        display: flex;
        gap: 30px;
        align-items: end;
    }

        .faq-cntr .faq-img .img-1 {
            display: flex;
            border-radius: 300px 300px 10px 10px;
            box-shadow: -15px 15px 0px 0px #C6AC8F;
            background-image: url(https://kitpro.site/zamzam/wp-content/uploads/sites/203/2023/12/vertical-shot-of-sultan-qaboos-grand-mosque-in-mus-2023-11-27-05-36-00-utc.jpg);
            background-position: center center;
            background-size: cover;
            width: 55%;
            height: 450px;
        }

        .faq-cntr .faq-img .img-2 {
            border-radius: 10px 130px 10px 10px;
            box-shadow: -15px 15px 0px 0px #C6AC8F;
            background-image: url(https://kitpro.site/zamzam/wp-content/uploads/sites/203/2023/12/building-in-mecca-city-2023-11-27-05-32-29-utc.jpg);
            background-position: center center;
            background-size: cover;
            width: 45%;
            height: 350px;
        }

.accordion {
    width: 100%;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    padding: 1rem 3rem 1rem 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

    .accordion-item-header::after {
        content: "\002B";
        font-size: 2rem;
        position: absolute;
        right: 1rem;
    }

    .accordion-item-header.active::after {
        content: "\2212";
    }

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


@media (min-width: 770px) {
}

@media (max-width: 767px) {
    .faq-cntr .faq-img {
        gap: 20px;
        margin-bottom: 30px;
    }

        .faq-cntr .faq-img .img-1, .faq-cntr .faq-img .img-2 {
            box-shadow: -10px 10px 0px 0px #C6AC8F;
        }
}


/*------------------------ Authorized Style ----------------------------*/
.authorized {
    padding-top: 80px;
}



/*------------------------ Adiba ----------------------------*/
.banner-cntr2 {
    background: url('../Images/umrah-package/banner-3.webp') center;
    background-size: cover;
}

/*------------------------ Bakhtiyar ----------------------------*/
.banner-cntr3 {
    background: url('../Images/umrah-package/banner-2.jpg') center;
    background-size: cover;
}
