/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 18:01:59 */
s/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.package-item,
.service-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08)
}

:root {
    --primary: #b49144;
    --secondary: #b49144;
	--prevcolor: #9AC133;
	--newcolor: #9AC133;
    --light: #b49144;
    --dark: #b49144
}

.fw-medium,
.fw-semi-bold {
    font-weight: 600 !important
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1
}

.btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transition: .5s
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 0
}

.btncolr,
.navbar-light .navbar-nav .nav-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 50px;
    padding: 15px 0;
    color: #b49144 !important;
    font-size: 18px;
    outline: 0;
    transition: .5s
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #b49144 !important
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #406100 !important
}

.navbar-light .navbar-brand img {
	width:170px;
/* 	padding-bottom:15px; */
/*     max-height: 130px; */
    margin-left: -10px;
    transition: .5s
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 110px
}

@media (max-width:991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #fff
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #b49144 !important
    }

    .navbar-light .navbar-brand img {
        max-height: 90px
    }
}

.section-title::after,
.section-title::before,
.service-item:hover,
.team-item .btn:hover {
    background: var(--primary)
}

.beat-header,
.hero-header {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/ahram-teavel.jpg) center center/cover no-repeat;
    height: 550px;
    width: 100%
}

.umrah-header {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/ahram-umrah-package.jpg) center center/cover no-repeat;
    height: 550px;
    width: 100%
}

.ramadan-header {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/ramadan-package.webp) center center/contain no-repeat;
    min-height: 750px;
    width: 100%
}

.easter-header {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/easter-package.webp) center center/contain no-repeat;
    min-height: 750px;
    width: 100%
}

.innerbanner-header {
	margin: 130px 0 0 0;
    width: 100%;
    background: linear-gradient(45deg, #bd8f42, #9AC133);
    padding: 50px 20px 15px 20px;
    min-height: 200px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--newcolor);
}

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    z-index: -1
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    z-index: -1
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0
}

.service-item {
    transition: .5s
}

.destination img,
.package-item img,
.service-item *,
.team-item img,
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s
}

.service-item:hover * {
    color: var(--light) !important
}

.destination a:hover img,
.package-item:hover img,
.team-item:hover img {
    transform: scale(1.1)
}

.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)) center center/cover no-repeat, url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/booking.html) center center/cover no-repeat
}

.team-item .btn {
    background: #fff;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary)
}

.team-item .btn:hover {
    color: #fff
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1
}

@media (min-width:768px) {

    .testimonial-carousel::after,
    .testimonial-carousel::before {
        width: 200px
    }
}

@media (min-width:992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 5px;
        left: 50%;
        transform: translate(-50%, 0);
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color: #fff
    }

    .sticky-top.navbar-light {
        background: #ffffffbf;
        width: 100%;
        margin: auto;
        position: fixed;
		top: 0;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        width: calc(100% - 2px);
        left: 1px
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none
    }

    .testimonial-carousel::after,
    .testimonial-carousel::before {
        width: 300px
    }
}

.grad1,
.testimonial-carousel .owl-item.center .testimonial-item {
    background-image: linear-gradient(#9AC133, #023633)
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #fff !important
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    transition: .5s
}

.cta,
.cta:hover {
    transition: 1.2s
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary)
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 35px;
    transition: .3s
}

.footer .btn.btn-social:hover {
    color: var(--primary)
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1)
}

.footer .copyright a {
    color: var(--light)
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.bg-grey {
    background-color: #f4f4f4
}

.bg-dark,
.btnview {
    background-color: #b49144
}

.container-mid {
    width: 100%;
    max-width: 1300px;
    position: relative;
    margin: auto
}

@media (min-width:320px) and (max-width:1100px) {
    .container-mid {
        width: 100%;
        position: relative;
        margin: auto
    }
}

.starpack {
    color: #b49144
}

.motif {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/motif.jpg)
}

.motiff {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/motiff.png) top no-repeat
}

.motiffs {
    background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/motiff.png) right no-repeat
}

.grad {
    background-image: linear-gradient(#9AC133, #023633);
    border-top: 10px solid #b49144
}

.btncolr {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #fff
}

.smalltext,
.textlef {
    color: #3a3a3a
}

.cardpos {
    text-align: left;
    margin-right: 45px;
    margin-top: 3px
}

.textlefsmall1 {
    margin-left: 6px
}

@media (min-width:781px) and (max-width:1600px) {
    .textlef {
        font-size: 15px !important
    }
}

.iconwhats,
.linkbtn {
    display: none
}

.smalltext {
    font-size: 15px;
    font-weight: 400
}

.btn-socialmedia {
    color: #fff;
    border-color: #fff
}

.hairline,
.hairlinediv {
    border-top: 1px solid #c4c4c4
}

.checked {
    color: #bbb
}

.cta,
.number {
    height: 60px;
    color: #fff
}

.gradbg {
    background-image: linear-gradient(to top, #d4c388, #fed3a9)
}

.hairline {
    padding: 0
}

.hairlinebtm {
    padding: 0;
    border-bottom: 1px solid #c4c4c4
}

.hairlinediv {
    padding: 0 40px 10px
}

.phone {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    position: absolute;
    cursor: pointer
}

.dropdown:hover .dropdown-content,
.packagesd,
.visaimg1 {
    display: block
}

.cta {
    width: 320px;
    z-index: 1;
    background: linear-gradient(to right bottom, var(--newcolor), var(--newcolor))
}

.number {
    width: 318px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-size: cover;
    box-shadow: 3px 3px 30px #aaa;
    margin: auto;
    position: relative
}

.cta:hover {
    transform: translateX(-80%)
}

.dropdown:hover .dropbtn {
    background-color: #9AC133
}

.formheight {
    margin-top: 100px
}

.visaimg1 {
    background: url(https://albaqitravels.com/wp-content/uploads/2025/01/ftr-cllogos.png);
    width: 225px;
    height: 125px;
    float: left;
	background-size: cover;
}

.spacebeat {
    margin-bottom: 45px
}

.fonttext {
    font-size: 22px !important;
    font-weight: 500;
    line-height: 36px
}

@media (min-width:320px) and (max-width:780px) {
    .hero-header {
        height: 400px;
        width: 100%;
    }

    .beat-header {
        background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/bgwhite.jpg) center center/cover no-repeat;
        min-height: 0;
        width: 100%;
        margin-top: -25px !important
    }

    .easter-header,
    .ramadan-header,
    .umrah-header {
/*         background: url(https://albaqitravels.com/wp-content/themes/hmabdullah276/assets/img/bgwhite.jpg) center center/cover no-repeat; */
        height: 400px;
        width: 100%;
/*         margin-top: -25px !important */
    }

    .bannertop,
    .innerbanner-header,
    .packagesd {
/*         display: none; */
/* 		height: 270px; */
		margin: 0;
    }

    .starpos {
        text-align: right;
        margin-left: -25px
    }

    .starpos1 {
        text-align: left;
        margin-left: 280px
    }

    .cardpos {
        text-align: left;
        position: absolute;
        margin-left: -15px;
        margin-top: 3px
    }

    .cardpos1 {
        text-align: left;
        position: absolute;
        margin-left: -25px;
        margin-top: 3px
    }

    .textlef {
        font-size: 15px
    }

    .visatext {
        text-align: left;
        position: absolute
    }

    .flighttext {
        text-align: left;
        position: absolute;
        margin-left: 170px
    }

    .textprice {
        font-size: 40px
    }

    .textbtn {
        text-align: left
    }

    .linkbtn {
        display: block
    }

    .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .formheight {
        margin-top: 0
    }

    .iconwhats {
        display: block;
        font-size: 21px !important;
        font-weight: 600 !important;
        color: #9AC133 !important
    }

    .spacebeat {
        margin-bottom: 0
    }

    .fonttext {
        font-size: 18px !important;
        font-weight: 400;
        line-height: 25px
    }
}