body{
    /* font-family: 'Helvetica Neue'; */
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
a{
    text-decoration: none;
}

p{
    font-size: 14px;
    color: #6C8691;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: #012E41;
}
.btn{
    --bs-btn-padding-x : 1.25rem;
    --bs-btn-padding-y : 0.5rem;
    display: inline-block;
}
.header {
    position: relative;
    background-color: transparent; /* Default background */
    transition: background-color 0.3s ease; /* Smooth transition */
}

span{
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.715;
    color: #FA7335;
}

.header.sticky {
    background-color: rgba(255,255,255,.75);
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for better effect */
}

.hero-bg-color {
    /* position: relative; */
    isolation: isolate;
}

.hero-bg-color::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; /* Make sure it covers the entire area */
    content: "";
    background-image: linear-gradient(359deg, rgba(108, 149, 255, .1) 5.46%, #dcf1ff 98.89%);
    mask-image: url(assets/img/hero-1-shape.png);
    -webkit-mask-image: url(assets/img/hero-1-shape.png);
    mask-size: cover; /* Ensure the mask covers the entire area */
    -webkit-mask-size: cover; /* Ensure cross-browser compatibility */
    mask-position: center top;
    -webkit-mask-position: center top;
    z-index: -1;
    height: 800px;
}


/* ======================header-area start=========================================== */
a.nav-link, .navbar-nav a {
    font-size: .875rem;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#FA7335;
}
.fs-14 {
    font-size: .875rem;
}
img.logo-site {width: 100px;}


.dropdown-item{
    width: auto;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #FB9668;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #FEF1EA;
    color: #FA7335;
}
a.dropdown-item:hover{
    background-color: #FEF1EA;
    color: #FA7335;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Make sure it stays above other content */
    background-color: rgba(255,255,255,.75);
     box-shadow: 0 4px 30px rgba(0,0,0,.1);
     -webkit-backdrop-filter: 5px;
     backdrop-filter: blur(5px);
  }
 
  
.book-trip{
    background-color: #26a59e;

}
.book-trip:hover{
    background-color: #47B3AD
    
}

/* ======================header-area end============================================== */




/* ===================hero-section========================== */

.hero-section {
    padding: 80px 0;
}

.hero-title h1 {
    font-size: 75px;
}
.get-qoute {
    margin-left: 15px;
}

/* ===================hero-section========================== */
/* ===================hero-content========================== */
.hero-content-bg{
    background-image: url(assets/img/hero-1_content_bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    padding: 2rem;
    min-height: 21.875rem;
    flex-direction: column;
    margin-bottom: 20px;
   height: 535px;
}
.hero-form {
    padding: 2rem 2.5rem;
    background: rgba(1,46,65,.5);
    border-radius: .5rem;
    margin-block-start: auto !important;
    color: #fff;
}
.form-select {
    color: #54727F;
    font-size: 14px;
    font-weight: 500;
}

button.btn.find-availability {
    background: #FB8853;
    display: inline-block;
    margin-top: 28px;
    color: #Fff;
    font-size: 15px;
}
.hero-title {
    margin-bottom: 28px;
}

/* ===================hero-content========================== */

/* =================== Hero-Area-Page2 ========================== */
.hero-area-page2{
    background-size: cover;
    background-position: center;
    background: url(./assets/img/hero-page-2.png);
    padding: 147px 0;
    border-radius: 16px;
    background-repeat: no-repeat;
}

.hero-page-2-s a img{
    margin-bottom: 12px;
}
.hero-page2-content h1{
    color: #000;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 61px;
    padding: 20px 0px;
}
.hero-page2-content p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 206px;
    padding-bottom: 64px;
}






/* ===================Section about start========================== */
.section-about {
    padding: 80px 0;
}
.about-title span {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.715;
    color: #FA7335;
}

.about-title h2 {
    font-size: 45px;
}
.expericence-blog p {
    padding: 32px;
    font-size: 25px;
    font-weight: 600;
    background: #DEF2F0;
}
.about-details ul {
    padding: 0;
    margin: 0;
}
.about-details {
    margin-bottom: 16px;
}
.about-details li {
    list-style: none;
}

.about-details img {
    display: inline-block;
}

.about-details p {
    display: inline-block;
    margin-left: 10px;
}
.about-bg img {
    width: 100%;
    height: 100%;
}
.about-list .discover-more {
    background: #FB8853;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
/* ===================Section about end========================== */

/*------------- Destination section start ----------------------- */
.destination-section {
    background: #F6F6F6;
    padding: 80px 0;
}
.destination-title span {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.715;
    color: #FA7335;
}
.destination-title h2 {
    font-size: 45px;
}
.destination-title {
    margin-bottom: 30px;
}
.single-destination-item {
    margin: 15px;
    border: 1px solid #E7E7E7;
    padding: 20px;
    border-radius: 5px;
    transition: .3s;
}
.single-destination-item p{
   font-size: 14px;
   margin-bottom: 0;
}
.single-destination-item a img {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.single-destination-item:hover {
    background: #FFFFFF;
}

.single-destination-item 
 a.destination-subtitle {
    text-decoration: none;
    color: #012E41;
    transition: .3s;
}
.single-destination-item 
 a.destination-subtitle:hover {
   color: #FA7335;
}

.single-destination-item a.destination-subtitle h3 {
    font-size: 24px;
    margin-bottom: 0;
}


.single-destination-item a h3 {
    font-size: 22px;
}
/*------------- Destination section End ----------------------- */


/*------------- team-section start ---------------------------- */
.section-team {
    padding: 80px 0;
}

.team-title {
    text-align: center;
    margin-bottom: 75px;
}

.team-title h2 {
    font-size: 45px;
}
.single-team-item {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.team-details h3, .team-info h3 {
    color: #fff;
}
.team-details {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    z-index: 1;
}
.team-details img {
    border: 1px solid #012E41;
    border-radius: 50%;
    padding: 16px;
}
.team-details p{
    color: #fff;
}
.team-details::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #012E41;
    content: "";
    z-index: -1;
    border-radius: 10px;
    transition: .3s;
}
.single-team-item:hover .team-details::after {
    height: 100%;
}
.team-inner-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #012E41;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 10px;
}

.single-team-item:hover .team-inner-hover {
    visibility: visible;
    opacity: 0.9; /* Adjust the opacity level as needed */
}
.team-inner-hover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* display: none; */
}
.team-info ul {
    padding: 0;
    margin: 0;
}
.team-info h3, .team-details h3 {
    font-size: 36px;
}
.single-team-item:hover .team-details h3, .single-team-item:hover .team-details p{
   opacity: 0;
}

.team-info li {
    list-style: none;
    display: inline-block;
}

.team-info li a {
    display: block;
    padding: 5px;
    color: #fff;
    transition: .3s;
}
.team-info li a:hover{
    color: #E46D36;
}
.team-info p {
    color: #fff;
}
.team-info {
    margin-bottom: 30px;
}


/*------------- team-section  End ----------------------------- */

/* ---------------------------about-section  Start----------------- */
.about-middle-bg img {
    width: 100%;
    height: 100%;
}
.single-about-list {
    margin-bottom: 70px;
}
.about-title {
    margin-bottom: 75px;
}
.single-about-list img {
    margin-bottom: 20px;
}
/* ---------------------------bout-section  End----------------- */

/* ---------------------------popular-destination  start----------------- */
.popular-destination {
    padding: 80px 0;
}

.popular-destination-title h2 {
    font-size: 45px;
    margin-bottom: 22px;
}

.popular-destionation-list {
    padding: 60px 0;
}

.popular-destination-bg  {
    position: relative;
    z-index: 1;
}
.popular-destination-bg img {
    width: 100%;
    height: 100%;
}
.popular-destination-menu li a:hover{
    color: #012E41;
}
.nav-link.active, .show>.nav-link {
    border: 1px solid #012E41;
    color: #012E41;
    border-radius: 50px;
}
.nav-link, .show>.nav-link {
   
    color: #012E41;
}
.popular-destionation-list {
    padding: 60px 0;
}

.popular-destination-bg img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.single-popular-destination {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom : 35px;
}

.popular-destination-bg a.popular-icon  {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #414142;
    font-size: 14px;
    transition: .3s;
}
.popular-destination-bg a.popular-icon:hover {
    background: #CFCFD1;
}
.popular-destination-details h3 a {
    font-size: 22px;
    text-decoration: none;
    color: #012E41;
    transition: .3s;
}
.popular-destination-details h3 a:hover {
    color: #FA7335;
}
.single-popular-destination ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.popular-destination-details h3 {
    margin-bottom: 8px;
}
.single-popular-destination li {
    list-style: none;
    display: inline-block;
}
.popular-destination-details {
    padding: 22px;
}

.popular-destination-details li .fa-solid {
    font-size: 14px;
    color: #FFBE0B;
}

.popular-destination-details li p {
    font-weight: 400;
    font-size: 14px;
}
p.popular-price-tag strong {
    font-size: 25px;
    color: #012E41;
}
.popular-btn {
    display: inline-block;
    padding: 8px 18px;
    border: none;
    background: #fa7234;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s;
    text-decoration: none;
    font-weight: 400;
}
.popular-btn:hover {
    background: #FB8853;
    color: #F4F4F6;
}

p.popular-price-tag {
    margin-bottom: 0;
}
.price-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.popular-destination-details .fa-location-dot {
    font-size: 16px;
    color: #FA7335;
}
.popular-destination-details p {
    margin-bottom: 0;
    font-weight: 400;
}
/* ---------------------------popular-destination  End==----------------- */

/* ---------------------------Top section   Start------------------- */
.top-section {
    margin-bottom: 50px;
}
.top-section-title h2 {
    font-size: 45px;
}

.top-section-title {
    margin-bottom: 40px;
}
.top-section-title h2 {
    font-size: 45px;
}

.top-section-title {
    margin-bottom: 40px;
}

.single-top-list {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
}

.single-top-list img {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.single-top-list h3 {
    color: #fff;
}

.top-details {
    position: absolute;
    bottom: 0;
    padding: 24px;
    color: #fff;
}

.top-details h3 {
    font-size: 24px;
}

.top-details p {
    color: #fff;
}
a.top-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    background: #012E41;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .3s;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}
a.top-btn:hover{
    background-color: #274D5E;
    color: #fff;
}
.top-details a {
    text-decoration: none;
    color: #fff;
}

.top-details a h3 {
    margin-bottom: 5px;
}
/* ---------------------------Top section End-------------------- */

/* ---------------------------Tending Destination Start-------------------- */
.section-tending_destination {
    padding: 80px 0;
    background-color: #F6F6F6;
}

.tending_destination-title {
    margin-bottom: 70px;
}

.tending_destination-title h2 {
    font-size: 45px;
}
.single-tending-destination {
    margin-bottom: 30px;
}
.tending-list {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}
.tending-destination-info {
    display: block;
    padding: 16px;
}

.tending-destination-info a.book-now {
    text-decoration: none;
    font-weight: 400;
    color: #F3F4F6;
    background-color: #26a59e;
    padding: 8px 15px;
    border-radius: 5px;
}
.tending-destination-info a.book-now:hover{
    background-color: #47B3AD
}
.tending-destination-info h6 {
    font-size: 20px;
}
.tending-destination-info p {
    margin-bottom: 2px;
}
.tending-destination-info i.fa-solid {
    color: #FFBE0B;
}

.tending-destination-info span {
    color: #012E41;
    font-weight: 400;
}
.tending-destination-info h3 {
    font-size: 20px;
    font-weight: 600;
}
/* ---------------------------Tending Destination End---------------------- */
/* ---------------------------feedback-section Start---------------------- */

.feedback-title h2 {
    font-size: 45px;
    margin-bottom: 100px;
}
.feedback-section {
    padding: 80px 0;
}

.single-feedback-list img {
    width: 80px !important;
    height: 80px !important;
    display: block; /* Ensure it's a block element to handle margin */
    margin: 0 auto 20px; /* Add margin-bottom here (20px or your desired value) */
}

.single-feedback-list {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #26A59E;
    padding: 30px;
    position: relative;
}

.feedback-data {
    margin: 50px 0;
}
.single-feedback-list img {
    margin-top: -70px;
}
.feedback-details {
    margin-bottom: 40px;
    margin-top: 60px;
}
.feedback-details p {
    font-weight: 400;
}
.feedback-owl .owl-prev i.fa-solid.fa-arrow-left,
 .feedback-owl .owl-next i.fa-solid.fa-arrow-right {
    background: #fff;
    border: 1px solid #16272e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #c4cacc;
    border-radius: 5px;
    transition: .3s;
}
.feedback-owl .owl-prev i.fa-solid.fa-arrow-left:hover, 
.feedback-owl .owl-next i.fa-solid.fa-arrow-right:hover {
    background: #26A59E;
    border-radius: 5px;
    color: #B0DEDC;
    border: 1px solid #26A59E;
}
.feedback-owl button.owl-next {
    position: absolute;
    right: -24px;
    top: 45%;
}
.feedback-owl button.owl-prev{
    position: absolute;
    left: -24px;
    top: 45%;
}

/* ---------------------------feedback-section End---------------------- */

/* ---------------------------faq-section start---------------------- */
.faq-section {
    background-color: #F6F6F6;
    padding: 80px 0;
}
.faq-title {
    margin-bottom: 60px;
}
.faq-title h2 {
    font-size: 45px;
}
.faq-info .accordion-button:not(.collapsed) {
    background-color: #fff !important;
}
.faq-info .accordion-item {
    margin-bottom: 30px;
}

.faq-info .accordion{
    --bs-accordion-border-color:none !important;
}

.faq-info button.accordion-button.collapsed , .faq-info button.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #345867;
}


.faq-info .accordion-button:focus {
    box-shadow: none; /* Removes any box shadow */
    outline: none; /* Removes the default outline */
}

.faq-info .accordion-item {
    border-radius: 0px; /* Removes rounded corners */
    font-weight: 400;
    color: #54727F;
}

.faq-info .accordion-body {
    border-radius: 0px; /* Removes rounded corners */
}
.accordion-item .accordion-collapse.collapse.show {
    border-bottom: 3px solid #26A59E;
}
.faq-bg img {
    width: 100%;
    height: 100%;
}

.faq-bg {
    margin-bottom: 30px;
}
/* ---------------------------faq-section  End----------------------- */

/* ---------------------------blog-section  Start----------------------- */
.blog-section {
    padding: 80px 0;
}

.blog-title {
    margin-bottom: 50px;
}

.blog-title h2 {
    font-size: 45px;
}
.blog-list-bg a img {
    width: 100%;
    height: 100%;
}
.single-blog-list {
    position: relative;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-list-bg p {
    position: absolute;
    top: 20px;
    width: 60px;
    height: 60px;
    background-color: #FA7335;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    left: 20px;
    padding: 8px;
    font-weight: 400;
}
.blog-details {
    padding: 22px;
}

.blog-details span {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.blog-details h3 {
    font-size: 22px;
    margin-bottom: 16px;
    transition: .3s;
}
.blog-details h3:hover {
   color:#FA7335 ;
}
.blog-wraper {
    display: flex;
}

.blog-wraper h6 {
    margin: 14px;
}
.blog-details a.blog-details-header {
    text-decoration: none;
}

/* ---------------------------blog-section end----------------------- */

/* ---------------------------footer-cta-Start----------------------- */

.footer-cta-details{
    background-image: url(assets/img/footer-cta-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #26A59E;
    background-repeat: no-repeat;
    /* padding: 80px; */
    padding: 50px;
    border-radius: 20px;
    width: 100%;
    height: 100%;

}
.footer-cta-title h2 {
    font-size: 50px;
    color: #fff;
}

.footer-cta-title p {
    font-weight: 400;
    color: #fff;
}
.footer-cta-form {
    position: relative;
    padding: 40px 0;
}

.footer-cta-form input[type="email"] {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    outline: none; /* This removes the outline */
    position: relative;
}
.footer-cta-form input[type="submit"] {
    position: absolute;
    right: 8px;
    padding: 8px 25px;
    top: 47px;
    background-color: #012e41;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .3s;
}
.footer-cta-form input[type="submit"]:hover{
    background-color: #274D5E;
}
.footer-cta-form input[type="email"]::placeholder {
    color: #99ABB3;
}

.footer-cta-section {
    padding: 0px 0;
    margin-bottom: -115px;
    position: relative;
}
/* ---------------------------footer-cta end----------------------- */



/* --------------------------footer-section start----------------------- */
.footer-section {
    padding: 200px 0;
    background-color: #F7FDFC;
    height: 500px;

}

ul.footer-3-wrapper li a {
    font-size: 15px;
}
.fooer-info ul {
    padding: 0;
    margin: 0;
}

.fooer-info li {
    list-style: none;
}

.fooer-info li a {
    text-decoration: none;
    font-weight: 400;
}
.fooer-info.footer-1 p 
{color: #012E41;
}
ul.footer-3-wrapper i.fa-solid {
    padding: 0px 6px 0px 0px;
}
.fooer-info.footer-1 img {
    width: 100px;
    margin-bottom: 20px;
}

.fooer-info.footer-1 p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.fooer-info.footer-1 ul {
    padding: 0;
    margin: 0;
}

.fooer-info.footer-1  li {
    list-style: none;
    display: inline-block;
}

.fooer-info li a {
    display: block;
    padding: 5px;
    color: #032e40;
    transition: .3s;
    font-size: 16px;
}

.fooer-info li a:hover {
    color: #FA7335;
}

.footer-4-wrapper {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    /* gap: 10px;  */
}

.footer-4-wrapper li {
    display: flex;
}

.footer-4-wrapper img {
    width: 100%;
    border-radius: 5px;
}

.credit-info p {
    font-size: 16px;
    font-weight: 400;
}

.credit-section {
    margin-bottom: 0;
    border-top: 1px solid #E7E7E7;
    background-color: #F7FDFC;
}
.credit-info {margin: 20px;}
/* ---------------------------footer-section  end----------------------- */


/* blog-page start */
.page-title{
    background-image: url(assets/img/blog-page/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding: 130px 0;
}
.page-breadcrumbd h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    transition: .3s;
}

.page-breadcrumbd a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: .3s;
}
.page-breadcrumbd a:hover {
    color: #FA7335;
}

.page-breadcrumbd p {
    color: #FA7335;
    font-size: 16px;
}
/* -----------------blog-page end --------------------------*/

/* ----------------------blog start ----------------------*/
.blog-data {
    border-top: 1px solid #E9E9E9;
}
.blog-info {
    padding: 30px;
}
.single-blog-list.blog {
    margin-bottom: 45px;
}

.single-blog-list.blog img {
    width: 100%;
}
.single-blog-list img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.blog-info h2 {
    font-weight: 500;
    font-size: 37px;
    transition: .3s;
}
.blog-page.blog-info h2:hover{
    color: #FA7335;
}
.blog-info p {
    font-weight: 400;
    font-size: 16px;
    color: #345867;
}

.blog-data li {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-left: 8px;
}

.blog-data i.fa-solid, .blog-data i.fa.regular {
    color: #5B7075;
}
.blog-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.blog-data ul {
    display: flex;
    gap: 15px; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-data .btn.read-more {
    margin-left: auto; 
    padding: 8px 18px;
    background-color: #FA7335; 
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.blog-data .btn.read-more:hover {
    background-color: #FB8853; /* Hover effect */
}
ul.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 60px;
}
.pagination .page-item.active a {
    color: #fff;           
    background-color: #FA7335;
}

.pagination .page-item a {
    color: #012E41;        
    text-decoration: none; 
    padding: 10px 15px;
    border-radius: 4px;
}

.pagination .page-item a:hover {
    /* background-color: #E9ECEF;  */
    color: #FA7335            
}
.pagination li.page-item.active a:hover {
    color: #fff;
}


.single-comment-list.details img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.search-form {
    position: relative;
    width: 100%;
    margin-left: 10px;
}
.search-form input.form-control {
    background: #F6F6F6;
    color: #94A6AE;
}
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.form-control {
    width: 100%;
    padding: 10px 40px 10px 15px; /* Space for the icon */
    border: none;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.search-form .fa-magnifying-glass {
    position: absolute;
    right: 10px;
    color: #ccc;
    font-size: 16px;
    pointer-events: none; 
    right: 0;
    background: #FA7335;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-control:focus {
    border-color: #007bff; /* Change border color on focus */
    outline: none;
}
.blog-list {
    padding: 10px;
    margin-top: 20px;
}


.blog-list h3 {
    font-weight: 500;
}

.blog-list ul {
    padding: 0;
    margin: 0;
}

.blog-list li {
    list-style: none;
}

.blog-list li a {
    font-weight: 400;
    color: #012E41;
    transition: .3s;
    display: inline-block;
    margin-bottom: 8px;
}

.blog-list li a:hover {
    color: #FA7335;
}




.blog-single-recent {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 30px; 
    border-bottom: 1px solid #ddd; 
}

.blog-single-recent:last-child {
    border-bottom: none; 
    margin-bottom: 0; 
}
.blog-single-recent img {
    width: 100px;
    height: auto;
}

.blog-recent-wrapper {
    display: flex;
    flex-direction: column;
}

.blog-recent-wrapper h4 {
    margin: 0;
    font-size: 1.2rem; 
}

.blog-recent-wrapper p {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    color: #666;
    font-weight: 400; 
}


.blog-recent-wrapper a h4 {
    font-weight: 500;
    font-size: 16px;
    color: #194253;
    transition: .3s;
}

.blog-recent-wrapper a h4:hover {
    color: #FB8853;
}


.blog-list.tag a.tag-item {
    padding: 10px 20px;
    background-color: #f6f6f6;
    color: #050d22;
    font-weight: 400;
    font-size: 15px;
    transition: .3s;
    border-radius: 5px;
}

.blog-list.tag a.tag-item:hover {
    background-color: #FA7335;
    color: #fff;
}
a.tag-ad-img {
    display: inline-block;
    padding-top: 35px;
}

.tag-subscribe input[type="email"] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #E7E7E7;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.tag-subscribe input[type="email"]::placeholder{
    color: #99ABB3;
    font-size: 14px;
}
.tag-subscribe input[type="submit"] {
    width: 100%;
    background-color: #012e41;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    transition: .3s;
}

.tag-subscribe input[type="submit"]:hover {
    background-color: #274D5E;
}
.tag-newsletter {
    padding: 10px;
    margin-top: 20px;
}
.tag-newsletter h3 {
    font-weight: 500;
}
/* blog end */

/*  blog page deatils start */
.blog-page-details .blog-info p {
    font-weight: 400;
}

.blog-page-details .blog-info h3 {
    font-weight: 500;
    padding: 10px 0;
}


.blog-page-details .blockquote {
    box-shadow: -5px 0 10px #F4F4F4, 5px 0 10px #F4F4F4; 
    border-bottom: 6px solid #FA7335; 
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}
.blog-page-details .blockquote p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

.blog-page-details .blockquote figcaption.blockquote-footer {
    font-weight: 400;
    font-size: 16px;
}
.blog-page-details-bg {
    padding: 10px 0;
    margin-bottom: 12px;
}
.blog-page-details .tag-list {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-page-details .tag-list ul {
    padding: 0;
    margin: 0;
}

.blog-page-details .tag-list li {
    list-style: none;
    display: inline-block;
}

.blog-page-details .tag-list li a {
    display: block;
    padding: 10px 20px;
    line-height: 18px;
    color: #16272f;
    margin-left: 10px;
    font-weight: 400;
    border: 1px solid #16272f;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: .3s;
    font-size: 14px;
}
.blog-page-details .tag-list li a:hover{
    background-color: #CED4DA;
    border: 1px solid #ADB5BD;
}
.tag-list h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 5px 0;
}




.single-comment-list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E7E7E7;
}
.single-comment-list:last-child {
    border-bottom: none; 
}
.single-comment-list img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.comment-header h4 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 15px; 
}

.comment-date {
    margin: 0;
    font-size: 0.9em;
    color: #666; 
}

.comment-reply {
    color: #FA7335;
    text-decoration: none;
}

.comment-reply:hover {
    text-decoration: underline;
}


.blog-details-comment-section a.comment-reply {
    background: #012e42;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 400;
    transition: .3s;
}

.blog-details-comment-section a.comment-reply:hover {
    background-color: #274D5E;
    text-decoration: none;
}
.blog-details-comment-section h2 {
    margin-bottom: 30px;
}


.blog-details-comment-section .comment-form-area input[type="text"],
.blog-details-comment-section .comment-form-area input[type="email"],
.blog-details-comment-section .comment-form-area textarea {
    width: 100%;
    padding: 8px;
    background-color: #F8F9FA;
    outline: none;
    box-shadow: none;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.blog-details-comment-section .comment-form-area input[type="text"]::placeholder,
.blog-details-comment-section .comment-form-area input[type="email"]::placeholder,
.blog-details-comment-section .comment-form-area textarea::placeholder {
    color: #96A8B1; 
    padding:2px;
    
}




.blog-details-comment-section .comment-form-area button.post_comment {
    background-color: #012E41;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;
}

.blog-details-comment-section .comment-form-area button.post_comment:hover {
    background-color: #274D5E;
}

.check-box {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-bottom: 20px;
}

.check-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
   
}

.check-box label {
    font-size: 14px; 
    color: #345867;
    font-weight: 400;
}


/*  blog page deatils end */


/* contact section start */
.map-section {
    background-color: #F6F6F6;
    padding: 80px 0;
    margin-bottom: 80px;
}

.contact-page-form input[type="text"], .contact-page-form input[type="email"], .contact-page-form textarea {
    width: 100%;
    border: none;
    background-color: #F6F6F6;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
}
.contact-page-form input[type="text"]::placeholder, 
.contact-page-form input[type="email"]::placeholder,
.contact-page-form textarea::placeholder{
    color: #95A7AF;
    font-weight: 400;
    font-size: 16px;

}
.contact-page-form .send_message {
    width: 100%;
    border: none;
    background-color: #fa7234;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    transition: .3s;
    margin-bottom: 30px;
}

.contact-page-form .send_message:hover {
    background-color: #FB8853;
}
.contact-page-title h2 {
    font-size: 45px;
    padding: 18px 0px;
    font-weight: 500;
}
.contact-page-form-section .card {
    margin-bottom: 70px;
}

.contact-page-bg img {
    width: 100%;
}
/* contact section end */





/*:::::::::::::::::::::::::: Destination Page Area ::::::::::::::::::::::::::: */
.destination-area{
    padding: 120px 0;
    background-color: #F6F6F6;
}

.destination-bg{
    width: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 24px;
}

.desti-bg-1{
    background-image: url(./assets/img/destination-bg/d-1.png);
}
.desti-bg-2{
    background-image: url(./assets/img/destination-bg/d-2.png);
}
.desti-bg-3{
    background-image: url(./assets/img/destination-bg/d-3.png);
}
.desti-bg-4{
    background-image: url(./assets/img/destination-bg/d-4.png);
}

.destination-content {
    display: flex;
    flex-direction: column;
    height: 368px;
    justify-content: space-between;
}

.destination-content .intro span {
    padding: 4px 12px;
    background: #012E41;
    border-radius: 50px;
    color: #F4F4F6;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.01px;
}

.destination-content h4 a {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.destination-content h4 {
    margin-bottom: 0;
}

.destination-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.01px;
    margin-bottom: 0;
}



/* ===================================Responsive start ================================ */

/* Tablet (768px and up) */
@media (min-width: 768px) {
   
}
/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .mainmenu {
        display: contents !important;
    }
    .navbar-overlay {
        background-color: rgba(255,255,255,.75);
    }
    .hero-title h1 {
        font-size: 44px !important;
    }
    .hero-title p {
        font-size: 14px;
    }
    .feedback-owl button.owl-prev{
        left: -5px;
    }
    .feedback-owl button.owl-next {
        right: -5px;
    }
    .footer-cta-title h2 {
        font-size: 36px;
    }
    .footer-cta-title p {
        font-size: 12px;
    }
    .footer-4-wrapper {
        grid-template-columns: repeat(5, 1fr); /* 5 columns for mobile */
    }
    .footer-section {
        height: 920px;
    }
    .blog-data li {
        font-size: 12px;
    }
    .blog-info h2 {
        font-size: 26px;
    }
    ul.tag-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
    .single-comment-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .single-comment-list img {
        width: 50px;
        height: 50px;
    }

    .comment-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-header h4 {
        font-size: 1em;
    }

    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .comment-date {
        font-size: 0.8em;
    }

    .blog-details-comment-section a.comment-reply {
        font-size: 14px;
        padding: 5px 12px;
    }
    .check-box {
        flex-direction: row; 
        gap: 8px; 
    }

    .check-box label {
        font-size: 13px; 
        line-height: 1.4; 
    }
    
    
}

/* Desktop (992px and up) */
@media (min-width: 992px) {
   
}

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
    .navbar-nav a {
        margin: 10px;
    }
    
}
/* ===================================Responsive end =================================== */