body {
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

/* canvas width */
.offcanvas.offcanvas-start {
    width: 100% !important;
}

header {

    border-bottom: 1px solid #ededed;
    padding: 15px 40px;

}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0px auto;
}

.header img {
    width: 200px;
}

.header ul {
    padding: 0px;
    margin: 0px;
}

.header-link {
    display: block;
}

.header ul li {
    margin: 0px 13px;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    display: inline;
}

.header ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
}

.header .book-now-btn a {
    background-color: #fd5c31;
    border: 1px solid #fd5c31;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    transition: all 200ms;
}

.header .book-now-btn a:hover {
    background-color: transparent;
    border: 1px solid #fd5c31;

    padding: 10px 25px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
}

.header-btn {
    display: none;
}

.header-btn button {
    border: none;

    background-color: transparent !important;
}

.header-btn button i {
    font-size: 32px;
}

.offcanvas-header img {
    width: 150px;
}


/* canvas link */
.offcanvas-body ul li {
    display: block;
    margin: 20px 10px;
}

.header-social-link {
    margin: 10px 0px;
    padding: 20px 15px;
    border-top: 1px solid #ededed;
    text-align: center;
}

.header-social-link a {
    text-decoration: none;
    color: #000;

}

.header-social-link a i {
    margin: 0 20px 0 0;
    font-size: 25px;
}

#hero {
    height: 94vh;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 50px;
    background-size: cover !important;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('assest/media/Kedarnath_Temple.jpg') center;
}

#hero h1 {
    font-size: 3.1rem;
    font-weight: 600;
    max-width: 800px;
    color: #fff;
    text-transform: capitalize;
}

#hero p {
    max-width: 800px;
    font-size: 15px;
    margin: 20px 0px;
    color: #adadad;
    text-transform: capitalize;
}

#hero button {
    border: none;
    background-color: transparent;
    margin: 30px 0 0 0;
}

#hero button a {
    background-color: #fd5c31;
    color: #fff;
    padding: 13px 50px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fd5c31;
    transition: all 200ms;
}

#hero button a:hover {
    background-color: transparent;
    border: 1px solid #fd5c31;
}

#feature {
    max-width: 1440px;
    margin: 0px auto;
    padding: 50px 30px;
    background-color: #fafbfb;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#feature div:hover i {
    transform: rotateY(180deg);
}

#feature i {
    font-size: 30px;
    color: #fd5c31;
    margin-bottom: 20px;
    transition: all 300ms;
    transform: rotateY(0deg);

}

#feature h4 {
    font-size: 24px;
    text-transform: capitalize;
}

#feature p {
    font-size: 15px;
}

#pop-tours {
    max-width: 1440px;
    margin: 20px auto;
    padding: 20px 40px;
}

.tour-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.tour-inner-list {
    border: 1px solid #ededed;
    border-radius: 12px;
    overflow: hidden;
    transition: all 200ms;
}

.tour-inner-list:hover {
    transform: translateY(-10px);

}

.tour-inner-list img {
    border-radius: 12px 12px 0 0;
    transform: scale(1);
    transition: all 200ms;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.tour-inner-list img:hover {

    transform: scale(1.1, 1);
}

#pop-tours h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 5px 0px;
    text-align: center;
}

#pop-tours span {
    color: #fd5c31;
}

#pop-tours button {
    margin: 40px auto 20px auto;
    background-color: transparent;
    border: none;
    display: block;


}

#pop-tours button a {
    background-color: #fd5c31;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fd5c31;
}

#pop-tours button a:hover {
    background-color: transparent;
    border: 1px solid #fd5c31;
    color: #000;
}

#pop-tours h4 {
    font-size: 18px;
    margin: 5px 0px !important;
    height: 36px;
    color: #004aad;
    text-align: center;
}

.tour-content {
    padding: 10px;
}

.tour-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0 !important;
    color: #000 !important;
    text-align: left !important;
}

.days-people {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.days-people i {
    margin: 0 5px 0 0;
    color: #fd5c31;

}

.days-people span {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #7c7c7c !important;
}

.price {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ededed;
    margin-top: 15px;
}
del {
    margin-left: 10px;
    color: orangered;
}

.price p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#about-us,
#faq {
    max-width: 1300px;
    margin: 30px auto;
    padding: 0px 10px;
}

#about-us h4 {
    font-size: 20px;
    color: #004aad;
    margin: 0 0 5px 0;
    font-weight: 600;
    /* text-align: center; */
    text-transform: capitalize;
}

#about-us h1 {
    font-size: 3rem;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: 500;
    /* text-align: center; */
    line-height: 65px;
    text-transform: capitalize;
}

#about-us p {
    /* text-align: center; */
    margin: 20px 0px;
    /* max-width: 700px; */
    text-transform: capitalize;

}

.about-con {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
}

.about-con-list {
    background-color: #fbfbfb;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.about-con-list p {
    text-align: left !important;
    margin: 0px !important;
    color: #393939;
}

.about-con-list i {
    font-size: 30px;
    margin-bottom: 10px;
}

.about-con-list h2 {
    margin: 0px 0px 10px 0;
    color: #000;
}

.about-char-dham {
    margin: 20px auto;
}

.about-char-dham h4 {
    font-size: 26px !important;
}

.about-char-dham p {
    max-width: 100% !important;
}

.char-dham-yatra-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px auto;
}

.char-dham-yatra-img img {
    border-radius: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.char-dham-yatra-img h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-top: 5px !important;
}

/* faq */

#faq h2 {
    font-size: 2rem;
    color: #000;
    font-weight: 500;
}

#faq h2 span {
    color: #fd5c31;
    margin: 5px 0px;
}

#faq h4 {
    margin: 0px;
    color: #004aad;
}

/* accordion-item */
.accordion {
    margin-top: 40px;
}

.accordion-item {
    margin: 20px auto;
    border-radius: 20px;
    border: none;
}

.accordion-item .accordion-header .accordion-button {
    background-color: #1e1e1e !important;
    color: #fff !important;
    box-shadow: none;
    outline: none;
    border-radius: 30px !important;
}

.accordion-button::after {
    background-color: white !important;
    padding: 4px;
    border-radius: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-color: white !important;
    padding: 4px;
    border-radius: 20px;
}

.accordion-header {
    background-color: #1e1e1e !important;
    color: #fff !important;
    border-radius: 30px !important;
}

#char-dham-place-info {
    max-width: 1300px;
    margin: 30px auto;
    padding: 0px 10px;
}

#char-dham-place-info h2 {
    font-size: 2rem;
    color: #000;
    font-weight: 500;
}

#char-dham-place-info span {
    color: #fd5c31;
}

#char-dham-place-info h4 {
    margin: 0px;
    color: #004aad;
    margin-bottom: 20px;
}


/* place info */
#place-info {
    margin-top: 40px;
}

.place-info-inner .row {
    align-items: center !important;
    padding: 0px;
    border: 2px solid #ededed;
    border-radius: 20px;
    --bs-gutter-x: 0rem !important;
    margin: 40px auto;
}

.place-info-inner .row img {
    border-radius: 18px 0 0 18px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.place-info-inner .row:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.place-info-inner .row:nth-child(2n+2) img {
    border-radius: 0 18px 18px 0;
}

.place-con {
    padding: 20px 30px;

}

/* footer */
footer {
    background-color: #1e1e1e;
}

.footer {
    max-width: 1440px;
    padding: 60px 40px 10px 40px;
    margin: 20px auto;

}

.footer .row {
    justify-content: center !important;
    --bs-gutter-x: 0rem !important;
}

.footer .logo p {
    font-size: 15px;
    margin: 15px 0px;
    color: #aaafb6;
}

.footer .logo {
    padding: 0px 10px;
    max-width: 400px;
}

.con-info {
    margin: 30px 0px 10px 0px;

}

.con-info h5 {
    margin: 5px 0px;
    font-size: 17px;
    color: #fff;
}

.con-info a {
    font-size: 15px;
    text-decoration: none;
    color: #aaafb6;
    transition: all 100ms;
}

.con-info a:hover {
    color: #fff;
}

.con-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffd700;
}

.footer-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-link ul {
    padding: 0px;
    margin: 0px;
}

.footer-link ul li {
    margin: 0px 0px 20px 0px;
    list-style-type: none;
}

.footer-link ul li a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #aaafb6;
    transition: all 100ms;
}

.footer-link ul li a:hover {
    color: #fff;
}

.footer-connect h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;

}

.social-media {
    margin: 10px 0px;
}

.social-media i {
    font-size: 24px;
    margin: 10px 15px 10px 0px;
    color: #fff;

}

.footer .social-media .fa-instagram {
    background-color: #c32aa3;
    padding: 8px 10px;
    border-radius: 50px;
    color: #fff;
    transition: all 200ms
}

.footer .social-media .fa-instagram:hover {
    background-color: #fff;
    color: #c32aa3;
}

.footer .social-media .fa-facebook {
    background-color: #1877f2;
    padding: 9px 10px;
    border-radius: 50px;
    color: #fff;
    transition: all 200ms
}

.footer .social-media .fa-facebook:hover {
    background-color: #fff;
    color: #1877f2;
}

.footer .social-media .fa-twitter {
    background-color: #1da1f2;
    padding: 9px 10px;
    border-radius: 50px;
    color: #fff;
    transition: all 200ms
}

.footer .social-media .fa-twitter:hover {
    background-color: #fff;
    color: #1da1f2;
}

.top-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.top-gallery img {
    border-radius: 5px;
    transition: all 200ms;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.insta-post {
    position: relative;
}

.insta-post img:hover {
    opacity: 1;
    filter: grayscale(10);
    transform: translateY(-5px);
}

.insta-post:hover .insta-icon {
    display: block;
}

.insta-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #fff;
    display: none;
}

.insta-icon i {
    font-size: 35px;
}

.footer-copy-right {
    margin: 30px 0px 0px 0px;
    padding: 20px 0px;
    border-top: 1px solid #393939;
    text-align: center;
}

.manage-title span {
    color: #ffd700 !important;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.footer-copy-right p {
    color: #aaafb6;
    margin: 0px;
}



.opning-sec {
    margin: 80px 0;
}

#date-open {
    max-width: 1440px;
    margin: 20px auto;
    padding: 20px 40px;
}

.open-main {
    border-radius: 20px;
}

.open-main h1 {
    text-align: center;
    color: #3f3f3f;
    /* -webkit-text-stroke: 1px #000000; */
    font-weight: 600;
    margin-bottom: 50px;
}

.data {
    text-align: center;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.tem {
    width: 100%;
    height: 150px;
    box-shadow: 0px 0px 10px #00000075;
    display: block;
    align-content: center;
    border-radius: 10px;
}

.tem h2 {
    font-size: 23px;
    margin-bottom: 20px;
}


:root {
    --primary-gradient: linear-gradient(135deg, #4F46E5, #7C3AED);
    --secondary-gradient: linear-gradient(135deg, #3B82F6, #2563EB);
    --text-color: #1F2937;
    --bg-color: #F3F4F6;
}

body {
    /* font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
    margin: 0;
    /* padding: 20px; */
    min-height: 100vh;
    background-color: var(--bg-color);
    /* background-image: 
        radial-gradient(circle at 20% 20%, rgba(79, 70, 229, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.1) 0%, transparent 50%); */
}


#date-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#date-main div {
    text-align: center;
    padding: 20px;
    background-color: #FF8E53;
    border-radius: 5px;
}

#date-main div h3 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 10px 0;
}

#date-main div p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
}

#overlay {
    display: none;
}

.overlay {


    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    z-index: 999;
    animation: fadeIn 0.3s ease-out;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 90%;
    max-width: 900px;
    z-index: 1001;
    opacity: 1;
    transition: all 0.3s ease-out;
    background-image:
        radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(124, 58, 237, 0.03) 0%, transparent 50%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.close-button {
    position: absolute;
    top: 30px;
    right: 20px;
    background: rgba(243, 244, 246, 0.8);
    border: none;
    font-size: 38px;
    cursor: pointer;
    color: #6B7280;
    padding: 8px;
    line-height: 1;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover {
    background: rgba(243, 244, 246, 1);
    color: #374151;
    transform: rotate(90deg);
}

.popup-content {
    position: relative;
}

.popup-content h2 {
    margin: 30px 0 12px 0;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.popup-content p {
    margin: 0 0 32px 0;
    color: #4B5563;
    font-size: 20px;
    text-align: justify;
    line-height: 1.6;
    margin: 40px auto;
}


.discount-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(135deg, #FF6B6B, #FF8E53);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
    transform: rotate(12deg);
}

.special-offer {
    margin: 60px auto 40px auto;
    display: block;
    text-align: center;
}

.special-offer a {
    background-color: #fd5c31;
    color: white;
    font-size: 20px;
    padding: 14px 35px;
    border-radius: 5px;

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .popup {
        padding: 32px;
        width: 129%;
    }

    .popup-content h2 {
        font-size: 24px;
    }
}

/* Decorative elements */
.decorative-shape {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.1));
    z-index: -1;
}

.shape-1 {
    top: -20px;
    left: -20px;
}

.shape-2 {
    bottom: -20px;
    right: -20px;
    background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.1));
}



.cont {
    text-align: center;
}

/* media quries */
@media(max-width:1250px) {
    #pop-tours h4{
        height: 60px;
    }
}
@media(max-width:1050px) {
    header {

        border-bottom: 1px solid #ededed;
        padding: 15px 10px;

    }

    .tour-list {
        grid-template-columns: repeat(3, 1fr);
    }
    #pop-tours h4{
        height: 50px;
    }
}

@media(max-width:992px) {
    .footer .logo {
        padding: 0px;
    }

    .footer {
        max-width: 1440px;
        padding: 40px 10px 10px 10px;
    }
    #pop-tours h4{
        height: 35px;
    }

}

@media(max-width:900px) {
    .header-btn {
        display: block;
    }

    .header-link {
        display: none;
    }
    #pop-tours h4{
        height: auto;
    }
}

@media(max-width:768px) {
    #hero h1 {
        font-size: 1.5rem;
    }

    .place-info-inner .row img {
        border-radius: 18px 18px 0 0 !important;
    }

    #hero {
        padding: 0px 10px;
    }

    #hero button {
        margin: 20px 0 0 0;
    }

    #hero p {
        max-width: 800px;
        font-size: 15px;
        margin: 30px 0px;
        color: #adadad;
    }

    .tour-list {
        grid-template-columns: repeat(2, 1fr);
    }

    #pop-tours {

        padding: 20px 10px;
    }

    #feature {
        grid-template-columns: repeat(2, 1fr);

    }

    .data {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-con {
        grid-template-columns: repeat(1, 1fr);

    }

    .place-con {
        padding: 20px 10px;
    }

    .char-dham-yatra-img {
        grid-template-columns: repeat(2, 1fr);

    }

    .footer h4 {
        margin: 20px 0px !important;
    }

    #hero {
        height: 55vh;
    }
}

@media(max-width:670px) {
    .footer-copy-right p {
        color: #aaafb6;
        margin: 0px;
        font-size: 14px !important;
    }
}

@media(max-width:580px) {
    .tour-list {
        grid-template-columns: repeat(1, 1fr);
    }

    #about-us h1 {
        font-size: 2rem;
        line-height: 40px;
    }

    .footer-copy-right {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .manage-title {
        margin-bottom: 10px !important;
    }
}

@media (max-width:500px) {
    .header img {
        width: 170px;
    }
}

@media (max-width:425px) {
    #feature {
        grid-template-columns: repeat(1, 1fr);
    }
}