/********** Template CSS **********/

body {
    background-color: rgb(251, 251, 251);
   }
:root {
    --primary: #00264a;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}


/* navbar */
.container-fluid{
    background-color: #31adf5;
}

.btn-stylish {
    display: flex;
    align-items: center;
    color: black; 
    background-color: transparent; 
   
    padding: 10px;
    text-decoration: none;
    border-radius: 5px; 
}

.btn-stylish i {
    color: black; 
    margin-right: 8px; 
}

.bottom-menu-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: .75em .5em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
}

.text-primary {
    color: black; 
}


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.m-media {
    display: none;
    position: fixed;
    bottom: 0;
}

.m-media a.mobile-phn {
    font-size: 33px;
    color: #FFFFFF;
}

.m-media a.whatsapp-phn {
    font-size: 33px;
    color: #FFFFFF;
}

.call-d {
    background: #0f4270;
}

.whatsapp-d {
    background: #279332;
}

.m-banner {
    display: none;
}

.m-form {
    display: none;
}

@media screen and (max-width:767px) {
    .m-media {
        display: block;
    }
    .pc-media {
        display: none;
    }
    .m-banner {
        display: none;
    }
    .bg-img {
        
    }
    .m-form {
        display: block;
    }
}

/*** Button ***/

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-custom {
    background-color: #cd1b1b;
    border: #000 1px solid;
    color: #FFFFFF;
       margin-top: 5px;
    font-size: 12px;
    width: 130px;
}

.btn-custom:hover {
    background: none;
    border: 1px solid #dd6600;
    color: #dd6600;
}

.btn.btn-primary {
  color: #ffffff;
  background: #ff0000!important;
}

.btn-primary {
    background-color: #ff0000;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.enq-content ::placeholder {
    color: yellow;
}

/*** BLINK
***/

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

/* Apply blinking animation */
.blink {
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
/*** Topbar ***/

.topbar {
    background-color: #187f9e;
}

.topbar ul li a {
    color: #f9db47;
    font-size: 15px;
}

.top-bar {
    
   
   
    
    margin: 1px;/* Optional: subtle shadow for depth */
}








/* Hover effects */
.top-bar .nav-txt a:hover {
    color: #0b0b0b; 
  text-decoration: underline; 
} 




/*** Navbar ***/

.logoname {
    width: 100%;
    max-width: 170px;
}

/*** header ***/

.nav-txt a {
    color: #343434e3;
    font-weight: 600;
    font-family: sans-serif;
}

.bg-img {
    background-image: url(../img/hj-2.webp);
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

/* mobile form */

.m-head-form {
    margin: 20px;
    box-shadow: 0px 0px 10px #84888d;
    background-color: #00264ac4;
    border-radius: 20px;
}

.m-head-form h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #cd1b1b;
    padding: 10px;
}

.modal-header {
    background-color: #07234c;
    padding: 10px;
}

.modal-header h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.btn-close {
    color: #FFFFFF !important;
}

.m-head-form h4 span {
    color: #02e4eb;
}

.m-head-form label {
    font-size: 14px;
}

.m-form-content {
    padding: 16px;
}

/* input fields */

.m-head-form input,
textarea {
    width: 100%;
    padding: 9px;
    margin: 5px 0 9px 0;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
    border-radius: 5px;
}

.m-head-form input[type=text]:focus,
input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* add style to container */

.head-form {
    position: absolute;
   
    margin: 20px;
    max-width: 300px;
    background-color: #00264ac4;
    border-radius: 20px;
}

.head-form h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #cd1b1b;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-header {
    background-color: #07234c;
    padding: 10px;
}

.modal-header h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.btn-close {
    color: #FFFFFF !important;
}

.head-form h4 span {
    color: #02e4eb;
}

.head-form label {
    font-size: 14px;
}

.form-content {
    padding: 16px;
}

/* input fields */

.head-form input,
textarea {
    width: 100%;
    padding: 9px;
    margin: 5px 0 9px 0;
    border: none;
    background: #f1f1f1 !important;
    font-size: 14px;
    border-radius: 5px;
}

.head-form input[type=text]:focus,
input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* hero Area*/

.hero-para h3 {
    color: #007f04;
}

.hero-para span {
    color: #07234c;
}

.hero-para p {
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
    font-family: system-ui;
    text-align: justify;
}

/* Card start here*/

.card-shd .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-body {
    flex: 1 1 auto;
}
.card-footer {
    margin-top: auto;
    text-align: center;
}

.card-shd .card {
    box-shadow: 0 0 10px #726f6f;
}

.card-body {
    padding: 0.5rem 0.5rem !important;
    background-color: #dbffdc;
}

.no-days {
    font-size: 16px;
    background: #046600;
    color: #FFFFFF;
    padding: 5px 1rem;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.des-name {
    font-weight: 700;
    color: #000;
    margin: 0rem !important;
    text-align: center;
    text-transform: uppercase;
}

.way {
    font-size: 14px;
    color: #00264a;
    font-weight: 500;
    text-align: center;
}

.price {
    font-size: 22px;
    background: #046600;
    color: #ffe14f;
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-weight: 700;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.duration {
    font-size: 14px;
    color: #bd0101;
    font-weight: 500;
    padding: 0rem 1.5rem;
    text-align: center;
}


/*------
 Card start here--*/

.button-close {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 0px 10px;
}

.modal-header h5 {
    padding: 0px 20px;
    font-size: 1.5rem;
}

.modal-header h5 span {
    color: #eb5602;
}

.modal-body form input {
    width: 100%;
    padding: 10px;
    margin: 5px 0 9px 0;
    border-radius: 5px;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
}

.modal-content {
    max-width: 350px;
}

/* enquiry form  */

.form-bg {
    background-image: url(../img/himachaljourneys.webp);
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.enq-form {
    position: absolute;
   
    margin: 0px;
    max-width: 400px;
    padding: 24px 0px;
    background-color: #034900bd;
    border-radius: 6px;
}

.enq-form h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-family: cursive;
    font-size: 40px;
}

.enq-form h4 span {
    color: #f12323;
}

.enq-form label {
    font-size: 14px;
}

.enq-content {
    padding: 16px;
}

/* input fields */

.enq-form input,
textarea {
    width: 100%;
    padding: 9px;
    margin: 5px 0 9px 0;
    color: #716d6d;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    font-size: 14px;
    border-radius: 5px;
}

.enq-form input[type=text]:focus,
input[type=password]:focus {
    background-color: rgb(10, 3, 80);
    outline: none;
}

/*------- Thanks Page -------*/

.w-30 {
    width: 100%;
    max-width: 350px;
}

.content-body--title {
    font-size: 60px;
    font-family: 'Great Vibes', cursive;
    color: #ee7f1a;
    
}

.content-body--title span {
    color: #04234c;
    
}   



.top-bar {
    padding: 10px 0;
}


.contact-btn {
    margin: 2px, 0;
}

/* Desktop view adjustments */
@media (min-width: 992px) {
    .top-bar .row {
        display: flex;
        flex-direction: row;
    }

    .top-bar .col-lg-4 {
        margin-bottom: 0;
    }
}

/* Mobile view adjustments */
@media (max-width: 991.98px) {
    .top-bar .row {
        flex-direction: column;
        align-items: stretch;
    }

    .top-bar .col-lg-4,
    .top-bar .col-md-6 {
        margin-bottom: 10px;
    }
}



@media (max-width: 767px) {
    .top-bar .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .top-bar .col-lg-4,
    .top-bar .col-md-6 {
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .top-bar .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .top-bar .btn-stylish {
        width: 100%;
        justify-content: center;
    }
}
.headerstick {
    background-color: #ffffff;
    color: white;
    padding: 3px 3px;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.containerstick {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

h2 {
    margin: 0;
    color: #fff;;
}

.buttons {
    display: flex;
}

button {
    background-color: #fff;
    border: none;
    color: #00264a;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #cd1b1b;
    color: #fff;
}

@media (max-width: 600px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .buttons {
        margin-top: 10px;
    }
}
p {
    text-align: justify; 
    font-size: 16px;   
    color: black;     
    padding-left: 20px; 
    padding-right: 20px; 
}
footer {
    background-color: #034700;
    color: white;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Allows the boxes to wrap on smaller screens */
    max-width: 1200px;
    margin: 0 auto;
}

.footer-box {
    flex: 1; /* Equal width for all boxes */
    padding: 20px;
    box-sizing: border-box;
    min-width: 250px; /* Ensures boxes have a minimum width */
    text-align: center;
}

.footer-box h3 {
    margin-bottom: 10px;
    color: #dcdcdc;
}
.footer-box p {
    text-align: justify; 
    font-size: 16px;   
    color: #dcdcdc   
}

@media (max-width: 768px) {
    .footer-container {
        align-items: center;
    }

    .footer-box {
        width: 80%; /* Adjusts width for mobile devices */
        margin-bottom: 20px;
    }
	.bottom-menu-mobile {
        display: flex
;
    }
}