/*
Theme Name: mathaaf
Theme URI: https://mathaaf.com
Author: Mathaaf
Author URI: https://mathaaf.com
Description: A custom WordPress theme by mathaaf.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mathaaf
*/

body{
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p, div, span, label{
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

a{
    text-decoration: none !important;
}

ul {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}

.color-white{
    color: #ffffff;
}
.color-black{
    color: #100C08;
}
.color-green{
    color: #5C6B39;
}

button, a.my-button{
    background: #5C6B39;
    color: #ffffff;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px !important;
    line-height: 100% !important;
    font-weight: 400 !important;
    border: none;
    box-shadow: none;
    transition: 500ms all;
    border-radius: 4px !important;
    text-decoration: none;
}
button:hover, a.my-button:hover{
    background: #100C08;
    cursor: pointer;
}

.offcanvas-end{
    transition: 1s all;
}

.header-section{
    background: #ffffff;
    .logo{
        padding: 6px 0px;
        width: 120px;
    }

    .navbar-toggler{
        display: none;
    }

    .nav{
        .nav-item{
            margin-right: 12px;
            .nav-link{
                font-size: 14px;
                line-height: 110%;
                color: #100C08;
                background: #ffffff;
                padding: 10px 14px;
                transition: 300ms all;
            }
            .active{
                background: #5C6B39;
                color: #ffffff;
                border-radius: 5px;
            }
            .nav-link:hover{
                background: #5C6B39;
                color: #ffffff;
                border-radius: 5px;
            }
        }
        .nav-item:last-child{
            margin-right: 0px;
        }
        
    }

    .top-right-nav{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        height: 100%;
        padding: 10px 0px;
    }
    .whatsapp-btn{
        background: #ffffff;
        color: #5C6B39;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 100%;
        border: none;
        box-shadow: none;
        transition: 300ms all;
    }
    .whatsapp-btn:hover{
        background: #5C6B39;
        color: #ffffff;
    }
    
}

.connect-us{
    display: flex;
    align-items: center;
    justify-content: flex-end;

    span{
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ebf3d9;
        border-radius: 50%;
        margin-right: 16px;
        transition: 300ms all;
    }
    span:hover{
        background: #5C6B39;

        svg{
            path{
                stroke: #ffffff;
                fill: #ffffff;
            }
        }
    }
}

.sticky-header{
    position: sticky;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 10px #cccccc;
    .logo{
        width: 50px;
    }
    .top-right-nav{
        ul.nav{
            display: none;
        }
    }
}

.hero-section{
    background: url('https://mathaftravels.com/wp-content/uploads/2025/03/hero-img.png') center center no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 60px 0px 30px;
    
    h1{
        font-size: 4rem;
        color: #ffffff !important;
        font-family: "Philosopher", serif;
        font-weight: 700;
        font-style: normal;
        margin-top: 60px;
    }

    .packages-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(300px);
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        flex-direction: row;
        gap: 16px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .packages-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .packages-wrapper {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .package-item{
        background: #ffffff;
        border-radius: 2px;
        padding: 16px;
        box-shadow: 0px 0px 10px #100C08;
        min-height: 165px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        transition: 500ms all;
        scroll-snap-align: start;
        width: 25%;

        img{
            width: 50px;
            margin-bottom: 12px;
        }

        h2{
            color: #100C08;
            font-size: 22px;
        }
        p{
            color: #100C08;
            font-size: 16px;
        }
    }

    /* .package-wrapper:hover{
        background: #5C6B39;

        h2{
            color: #ffffff;
        }
        p{
            color: #ffffff;
        }
        button{
            background: #100C08;
        }
    } */
}

.slider-section{
    height: calc(100vh - 100px);

    h1{
        font-size: 4rem;
        font-family: "Philosopher", serif;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
        margin-top: 60px;
    }

    .slide-1{
        .slider-content-wrapper{
            background: url('https://mathaftravels.com/wp-content/uploads/2025/03/hero-img.png') center center no-repeat;
            background-size: cover;
            justify-content: flex-start;
        }
    }
    .slide-2{
        .slider-content-wrapper{
            background: url('https://mathaftravels.com/wp-content/uploads/2025/03/flight-booking-2.png') center center no-repeat;
            background-size: cover;
            justify-content: flex-start;
        }
    }
    .slide-3{
        .slider-content-wrapper{
            background: url('https://mathaftravels.com/wp-content/uploads/2025/03/umrah-services-desktop.png') center center no-repeat;
            background-size: cover;
            justify-content: flex-start;
        }
    }
    .slide-4{
        .slider-content-wrapper{
            background: url('https://mathaftravels.com/wp-content/uploads/2025/03/hotel-booking.png') center center no-repeat;
            background-size: cover;
            justify-content: flex-start;
        }
    }

    .slider-content-wrapper{
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 60px 0px;
        height: 100%;
        width: 100%;

        span{
            font-size: 16px;
            color: #ffffff;
        }
    }

    
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #ffffff;
      opacity: 0.3;
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: #ffffff;
      opacity: 0.5;
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
}

.about-us-section{
    background: url('https://mathaftravels.com/wp-content/uploads/2025/03/map.png') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 60px 0px;
}

h1, h2{
    font-family: "Philosopher", serif;
    font-size: 24px !important;
    color: #100C08 ;
    font-weight: 700 !important;
    margin-bottom: 16px;
    position: relative;
}
h1:after, h2::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 16px;
    height: 2px;
    background: #5C6B39;
}

.packages-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 60px 0px;  
    background: #edf0e53b;
}

.package-card{
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 18px -15px #100C08;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    
}

.package-card .package-img{
    overflow: hidden;
    height: 200px;
   
}

.package-card .package-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    
}

.package-card .package-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    color: #5C6B39;
    margin-bottom: 12px;
    margin-top: 16px;
    padding: 0px 16px;
}
.package-card .package-description{
    font-size: 14px;
    color: #100C08;
    margin-bottom: 12px;
    padding: 0px 16px;
}
.package-card button, a.my-button{
    margin: 0px 16px 16px;
	width: max-content;
    /* position: absolute;
    bottom: 0px;
    left: 0px; */
}

.package-card:hover{
    .package-img{
        img{
            transform: scale(1.1);
            opacity: 0.9;
            transition: 1s all;
        }
    }
}

.pricing{
    font-size: 12px;
    color: #a8a8a8;
    line-height: 100%;

    span{
        font-size: 1.5rem;
        color: #100C08;
        line-height: 100%;
    }
}

.bg-light-green{
    background: #5c6b391a;
}

.modal-dialog{
    .modal-content{
        border-radius: 0px !important;
    }
}


details > summary {
    list-style: none;
  }
  details > summary::-webkit-details-marker {
    display: none;
  }

  .tour-packages-section{
    background-image: url('https://mathaftravels.com/wp-content/uploads/2025/03/tour-packages-section-bg.png'), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;

    h2{
        color: #ffffff !important;
        margin-bottom: 32px;
    }
    h2::after{
        background: #ffffff
    }

    .package-card{
        border-radius: 5px;
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;
        transition: 1s all;
    }
    .package-card-img{
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        transition: all 0.5s ease-out;
        height: 250px;

        img{
            width: 100%;
            object-fit: cover;
            height: 100%;
        }
    }

    .package-card:hover img{
        transform: scale(1.1);
        opacity: 0.9;
        transition: 1s all;
    }

    .batch{
        position: absolute;
        top: 20px;
        left: -38px;
        transform: rotate(-50deg);
        z-index: 1;

        span{
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.3px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 140px;
            padding: 6px 10px;
        }
    }

    .batch.popular{
        span{
            color: #100C08;
            background-color: #FBB03B;
        }
    }

    .batch.trending{
        span{
            color: #ffffff;
            background-color: #63AB45;
        }
    }


    .package-card-content{
        .card-content-top{
            padding: 14px;

            h5{
                margin-bottom: 15px;
                transition: 0.5s;

                a{
                    color: #100C08;
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1.4;
                    text-transform: capitalize;
                    transition: 0.5s;
                    text-decoration: none;
                }
            }
            h5:hover{
                a{
                    color: #5C6B39;
                }
            }

            .feature-list{
                display: flex;
                align-items: center;
                gap: 30px;
                line-height: 1;
                padding: 0px;

                li{
                    color: rgba(16, 12, 8, 0.5);
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 1;
                    text-transform: capitalize;

                    svg{
                        fill: rgba(16, 12, 8, 0.5);
                    }
                }
            }
        }
    }
    
    .card-content-bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 20px 14px;
        border-top: 1px solid rgba(34, 34, 34, 0.2);

        .price-area{
            line-height: 1;

            .title{
                color: #100C08;
                font-size: 13px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0.26px;
                text-transform: capitalize;
                display: inline-block;
                margin-bottom: 5px;
            }
            h6{
                color: #5C6B39;
                font-size: 20px;
                font-weight: 800;
                line-height: 1;
                text-transform: capitalize;
                margin-bottom: 0;
                sub{
                    bottom: 0;
                }
            }

            span{
                color: #100C08;
                font-size: 11px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.22px;
                text-transform: capitalize;
            }
        }

        summary{
            text-align: right;
        }
    }
  }

  .why-us-section{
    padding: 60px 0;

    h2{
        margin-bottom: 32px;
    }
    
    .feature-card{
        padding: 14px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        border-radius: 10px;
        transition: 0.5s;
        background-color: #ffffff;
        box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.08);
        border: 1px solid #ffffff;
    }

    .feature-card:hover{
        background: #edf0e599;
        border: 1px solid #e7e7e7;
    }

    .feature-card .feature-card-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }

    .feature-card .feature-card-icon svg{
        fill: #63AB45;
        transition: 0.5s;
    }

    .feature-card .feature-card-content h6{
        color: #100C08;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.6px;
        text-transform: capitalize;
        margin-bottom: 6px;
        transition: 0.5s;
        text-align: center;
    }

    .feature-card .feature-card-content p{
        color: #100C08;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.45px;
        margin-bottom: 0;
        transition: 0.5s;
        text-align: center;
        padding: 6px;
    }

    .activities-counter{
        padding: 40px 0;
        border-bottom: 1px solid rgba(16, 12, 8, 0.1);
        border-top: 1px solid rgba(16, 12, 8, 0.1);
        margin-top: 32px;
    }

    .activities-counter .single-activity{
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .activities-counter .single-activity .icon svg{
        fill: #63AB45;
    }

    .activities-counter .single-activity .content .number{
        display: flex;
        align-items: center;
        font-weight: 700;
        line-height: 1;
        color: #100C08;
        margin-bottom: 4px;
    }

    .activities-counter .single-activity .content .number h5{
        font-size: 27px;
        margin-bottom: 0;
        line-height: 1;
        color: #100C08;
    }

    .activities-counter .single-activity .content .number span{
        font-size: 27px;
        display: inline-block;
        line-height: 1;
    }

    .activities-counter .single-activity .content p{
        margin-bottom: 0;
        color: #787878;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
    }

    .activities-counter .divider{
        position: relative;
    }
  }


  .footer-section{
    background-image: url('https://mathaftravels.com/wp-content/uploads/2025/03/footer-bg.png'), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 100px 0px 0px;
  }

  .footer-section .footer-top .footer-widget .footer-logo{
    margin-bottom: 20px;
  }

  .footer-section .footer-top .footer-widget h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget h3 span {
    font-size: 25px;
    font-weight: 400;
}

.footer-section .footer-top .footer-widget .widget-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}

.footer-section .footer-top .footer-widget .widget-title h5 {
    color: rgba(255, 255, 255, 0.8);
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.66px;
    margin-bottom: 0px;
}

.footer-section .footer-top .footer-widget .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .footer-top .footer-widget .widget-list li {
    margin-bottom: 10px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget .widget-list li a {
    color: rgba(255, 255, 255, 0.6);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
    transition: 0.5s;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer-section .footer-top .footer-widget .single-contact .widget-title {
    margin-bottom: 15px;
}

.footer-section .footer-top .footer-widget .widget-title svg {
    fill: #fbb03bcc;
}

.footer-section .footer-top .footer-widget .single-contact a {
    color: rgba(255, 255, 255, 0.6);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget p {
    color: rgba(255, 255, 255, 0.5);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul li img {
    border-radius: 4px;
}

.mb-35 {
    margin-bottom: 35px;
}

.footer-section .footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-section .footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-bottom: 0;
}

.footer-section .footer-bottom p a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    transition: 0.5s;
}

.footer-section .footer-top {
    padding-bottom: 100px;
}



.main-menu{
    margin-top: 20px;
    margin-bottom: 10px;
}

.menu-item{
    margin-right: 12px;
    font-size: 14px;
    padding: 10px 0px;
    a{
        font-size: 14px;
        line-height: 110%;
        color: #100C08;
        background: #ffffff;
        padding: 10px 14px;
        transition: 300ms all;
    }
    a:hover{
        background: #5C6B39;
        color: #ffffff;
        border-radius: 5px;
    }
}

.current-menu-item a{
    background: #5C6B39;
    color: #ffffff;
    border-radius: 5px;
}

.navbar-nav{

    .menu-item{
        padding: 0px;
        padding-bottom: 10px;
    }
    .current-menu-item a{
        background: transparent;
        color: #5C6B39;
        border-radius: 5px;
        padding: 0px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    a{
        padding: 0px;
        padding-bottom: 10px;
    }

    a:active, a:focus{
        background: transparent;
        color: #5C6B39;
    }
}


.nav{
    .nav-item{
        margin-right: 12px;
        .nav-link{
            font-size: 14px;
            line-height: 110%;
            color: #100C08;
            background: #ffffff;
            padding: 10px 14px;
            transition: 300ms all;
        }
        .active{
            background: #5C6B39;
            color: #ffffff;
            border-radius: 5px;
        }
        .nav-link:hover{
            background: #5C6B39;
            color: #ffffff;
            border-radius: 5px;
        }
    }
    .nav-item:last-child{
        margin-right: 0px;
    }
    
}












.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.package-card{
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: 1s all;
}
.package-card-img{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: all 0.5s ease-out;
    height: 250px;

    img{
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
}

.package-card:hover img{
    transform: scale(1.1);
    opacity: 0.9;
    transition: 1s all;
}

.batch{
    position: absolute;
    top: 20px;
    left: -38px;
    transform: rotate(-50deg);
    z-index: 1;

    span{
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.3px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        padding: 6px 10px;
    }
}

.batch.popular{
    span{
        color: #100C08;
        background-color: #FBB03B;
    }
}

.batch.trending{
    span{
        color: #ffffff;
        background-color: #63AB45;
    }
}


.package-card-content{
    .card-content-top{
        padding: 14px;

        h5{
            margin-bottom: 15px;
            transition: 0.5s;

            a{
                color: #100C08;
                font-size: 22px;
                font-weight: 500;
                line-height: 1.4;
                text-transform: capitalize;
                transition: 0.5s;
                text-decoration: none;
            }
        }
        h5:hover{
            a{
                color: #5C6B39;
            }
        }

        .feature-list{
            display: flex;
            align-items: center;
            gap: 30px;
            line-height: 1;
            padding: 0px;

            li{
                color: rgba(16, 12, 8, 0.5);
                font-size: 14px;
                font-weight: 500;
                line-height: 1;
                text-transform: capitalize;

                svg{
                    fill: rgba(16, 12, 8, 0.5);
                }
            }
        }
    }
}

.card-content-bottom{
    display: flex;
    align-items: top;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 14px;
    border-top: 1px solid rgba(34, 34, 34, 0.2);

    .price-area{
        line-height: 1;

        .title{
            color: #100C08;
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 0.26px;
            text-transform: capitalize;
            display: inline-block;
            margin-bottom: 5px;
        }
        h6{
            color: #5C6B39;
            font-size: 20px;
            font-weight: 800;
            line-height: 1;
            text-transform: capitalize;
            margin-bottom: 0;
            sub{
                bottom: 0;
            }
        }

        span{
            color: #100C08;
            font-size: 11px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.22px;
            text-transform: capitalize;
        }
    }

    summary{
        text-align: right;
    }
}

.page-template-default h1{
    margin-block: 60px;
}

.page-template-default .footer-section{
    margin-top: 80px;
}

.single-tours{
    .single-tour-page{
        margin-bottom: 60px;

        img.wp-post-image{
            width: 100%;
            height: auto;
        }
        
        .connect-us{
            justify-content: flex-start;
        }
    }
}

.price-area{
    line-height: 1;

    .title{
        color: #100C08;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.26px;
        text-transform: capitalize;
        display: inline-block;
        margin-bottom: 5px;
    }
    h6{
        color: #5C6B39;
        font-size: 22px;
        font-weight: 800;
        line-height: 1;
        text-transform: capitalize;
        margin-bottom: 0;
        sub{
            bottom: 0;
        }
    }

    span{
        color: #100C08;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.22px;
        text-transform: capitalize;
    }
}

.feature-list{
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 1;
    padding: 0px;

    li{
        color: rgba(16, 12, 8, 0.5);
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: capitalize;

        svg{
            fill: rgba(16, 12, 8, 0.5);
        }
    }
}



@media screen and (max-width: 768px) {
    .header-section{
        .logo{
            width: 100px;
        }
        .nav{
            display: none;
        }
        .navbar-toggler{
            display: block;
        }
        .top-right-nav{
            justify-content: center;
        }
    }

    .hero-section{
        height: calc(100vh - 85px);
        padding: 30px 0px;
        h1{
            font-size: 2rem;
            margin-top: 0px;
            position: absolute;
            left: 50%;
            top: 35%;
            transform: translate(-50%, -50%);
            width: 90%;
        }
        .packages-wrapper{
            align-items: flex-start;
            flex-direction: row;
            justify-content: flex-start;
        }
        .package-item{
            min-height: 125px;
            padding: 6px;
            width: auto;
            div{
                width: 200px;
                margin-right: 20px;
            }
            h2{
                font-size: 14px;
            }
            p{
                font-size: 12px;
            }
        }
    }

    .slider-section{
        height: calc(100vh - 85px);
        padding: 0px;
        
        .slider-content-wrapper{
            justify-content: flex-start !important;

            button, a.my-button{
                position: absolute;
                bottom: 20px;
                left: 50%;
                transform: translate(-50%, -50px);
                width: 90%;
            }
        }
        
        h1{
            font-size: 1.5rem;
            margin-top: 0px;
            width: 100%;
            background: rgb(0, 0, 0, 0.4);
            text-align: center !important;
            padding: 12px;
            color: #ffffff;
        }

        /* .slide-3{
            .slider-content-wrapper{
                background: url('https://mathaftravels.com/wp-content/uploads/2025/03/umrah-services.jpeg') center center no-repeat;
            }
        } */
    }

    .pricing{
        span{
            font-size: 1.3rem;
        }
    }

    .tour-packages-section{
        .card-content-bottom{
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .main-menu{
        margin: 0px;
    }
}


