header.bestday-head.optinal-heder {
background: #333333;
}
header.bestday-head.optinal-heder ul.navbar-nav.ms-auto li a.nav-link.active {
color: #fff0ca;
}
header.bestday-head.optinal-heder ul.navbar-nav.ms-auto li a {
color:#fff;
}
/* =====Guide Hero section==== */
section.guide-welcom-sec {
width: 100%;
position: relative;
padding-top: 150px;
}
.bom-hero-hed {
width: 100%;
border-left: 2px solid #f6b512;
text-align: left;
padding-left: 20px;
margin-top: 20px;
}
ul.socila-media {
width: 100%;
position: relative;
list-style: none;
display: flex;
gap: 20px;
justify-content: flex-end;
padding: 0px;
margin: 0px;
}
ul.socila-media li i {
font-size: 20px;
}
.poblish-date h5 {
margin: 0px;
padding: 0px;
}
.poblish-date p {
margin: 0px;
padding: 0px;
color: #8a8484;
}
.guide-main-infomation-box h2,
.guide-main-infomation-box h3,
.guide-main-infomation-box h4,
.guide-main-infomation-box h5 {
margin-top: 50px;
margin-bottom: 20px;
}
.blog-pic-box-tittleee {
width: 100%;
margin-top: 15px;
padding-left: 20px;
position: relative;
}
.blog-pic-box-tittleee:before {
position: absolute;
width: 2px;
height: 20px;
content: "";
top: 7px;
left: 0;
background: #f6b512;
}
.blog-pic-box-tittleee p {
font-size: 14px;
}
.triple-pic-pada {
width: 100%;
margin-top: 20px;
}
.triple-pic-pada p {
font-size: 14px;
}
/*===video section css==*/
.video-wrapper {
position: relative;
width: 100%;
max-width: 100%;
cursor: pointer;
}
.video-thumbnail {
position: relative;
}
.video-thumbnail img {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: rgb(255 0 0);
border-radius: 50%;
}
.play-button::before {
content: "";
position: absolute;
left: 28px;
top: 20px;
border-style: solid;
border-width: 15px 0 15px 25px;
border-color: transparent transparent transparent #fff;
}
/*===video section css End==*/
ul.blog-list li {
margin-bottom: 12px;
}
ul.blog-list li:last-child {
margin-bottom: 0;
}
.guide-qutation-box {
width: 100%;
background: #efefef;
padding: 20px;
border-radius: 15px;
}
.guide-qutation-box p {
font-size: 15px;
}
.guide-qutation-box i {
font-size: 50px;
}

/* ====Related Packages css ====*/
.safari-card-box {
position: relative;
display: flex;
flex-direction: column;
border-radius: 10px;
overflow: hidden;
text-decoration: none;
box-shadow: 0 1px 5px #9fa7b133;
}
ul.tour-hiegt-points {
width: 100%;
position: relative;
display: flex;
list-style: none;
justify-content: flex-start;
padding: 0px;
gap: 10px;
}
ul.tour-hiegt-points li {
padding: 4px 8px;
font-size: 11px;
border-radius: 24px;
}
ul.tour-hiegt-points li:nth-child(1) {
background: #5242b81a;
border: 1px solid #bdbcc2;
}
ul.tour-hiegt-points li:nth-child(2) {
background: #f8efda;
}
ul.tour-hiegt-points li:nth-child(3) {
background: #fbefef;
}
ul.tour-hiegt-points li:nth-child(4) {
background: #fcf5eb;
}
.safari-card-details h3 {
font-size: clamp(16px, 1.5vw, 19px);
margin: 15px 0;
}
.pack-pricebox {
display: flex;
align-items: center;
padding: 0px;
margin: 0px;
justify-content: space-between;
}
.pack-pricebox h4 {
font-size: clamp(10px, 0.9vw, 12px);
padding: 0;
margin: 0;
color: #7c7c7c;
font-weight: 400;
}
.pack-pricebox h4 strong {
font-size: clamp(14px, 1.5vw, 18px);
color: #000;
padding-left: 5px;
font-weight: 500;
}
.pack-pricebox h4 span {
color: #cc950d;
}
.safari-card-details {
width: 100%;
padding: 25px;
}
.safari-card-pic {
overflow: hidden;
}
.safari-card-box a {
text-decoration: none;
color: inherit;
}
.safari-card-box:hover img{
transform: scale(1.1);
transition: .5s;
}
.safari-card-box:hover h3 {
text-decoration: underline;
text-decoration-color: #f8b712;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}
.travel-guide-slider .carousel-control-prev, .travel-guide-slider .carousel-control-next {
width: 40px;
height: 40px;
background: rgb(246 181 18);
border-radius: 50%;
top: 30%;
transform: translateY(-50%);
}
/* ====CTA ===*/
.guide-cta-box h3 {
font-size: 15px;
padding: 0px;
margin: 0px;
text-transform: uppercase;
color: #fff;
}
.guide-cta-box p {
padding: 0px;
margin: 0px;
color: #a7a7a7;
}
.guide-cta-box {
background: #111111;
padding: 40px 30px;
border-radius: 15px;
}
.guide-cta-rigt-btn {
text-align: end;
}
.guide-cta-rigt-btn .btn-order {
border: 1.5px solid #f6b512;
padding: 10px 28px;
font-weight: 400;
white-space: nowrap;
transition: background 0.3s, color 0.3s;
color: #fff !important;
text-decoration: none;
font-size: clamp(14px, 0.9vw, 15px);
text-transform: capitalize;
border-radius: 25px;
}
.guide-cta-rigt-btn .btn-order:hover {
background: #f6b512;
}
/* ====CTA END===*/
.guide-faq-box h2 {
margin-bottom: 0px;
margin-top:0px;
}
/* ====Related Topic=== */
.related-topic-list {
width: 100%;
position: relative;
margin-top: 20px;
display: flex;
flex-wrap: wrap;
gap:10px;
}
.related-topic-list a {
color: #000;
text-transform: uppercase;
text-decoration: none;
border: 1px solid #333333;
font-size: clamp(10px, 1.2vw, 12px);
font-weight: 500;
padding: 7px 10px;
border-radius: 15px;
}
.related-topic-list a:hover {
color: #fff;
background-color: #f6b512;
border: 1px solid #f6b512;
}
.shre-articel-box {
width: 100%;
text-align: center;
margin: 60px 0px;
}
ul.share-social-list {
list-style: none;
display: flex;
justify-content: center;
gap: 20px;
padding: 0px;
margin: 15px 0px 0px 0px;
}
ul.share-social-list li i {
font-size: 20px;
}
.single-author-box {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 30px;
}
.single-author-avatar {
flex-shrink: 0;
}
.single-author-box-desc {
flex-grow: 1;
}
.single-author-box-desc h3 {
font-size: clamp(13px, 1.2vw, 15px);
padding: 0px;
margin: 0px 0px 10px 0px;
}
.single-author-box-desc h3 span {
display: inline-block;
background: #1e1f24;
color: #fff;
padding: 3px 6px;
font-size: .85rem;
margin-inline-start: 5px;
border-radius: 3px;
vertical-align: middle;
}
.single-author-box-desc ul {
display: flex;
justify-content: flex-start;
}


.post-nav-card {
display: flex;
align-items: center;
gap: 16px;
border: 1px solid #e8e8e8;
border-radius: 12px;
padding: 14px 18px;
text-decoration: none;
background: #fff;
max-width: 420px;
transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.post-nav-card:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border-color: #d0d0d0;
text-decoration: none;
}
.post-nav-card .post-nav-thumb {
width: 80px;
height: 80px;
min-width: 80px;
border-radius: 8px;
object-fit: cover;
display: block;
}
.post-nav-card .post-nav-text {
display: flex;
flex-direction: column;
gap: 4px;
}
.post-nav-card .post-nav-label {
font-size: 10px;
color: #888;
display: flex;
align-items: center;
gap: 4px;
margin: 0;
}
.post-nav-card .post-nav-label span {
font-size: 14px;
line-height: 1;
}
.post-nav-card .post-nav-title {
font-size: 12px;
color: #111;
margin: 0;
line-height: 1.4;
border-top: 1px solid #dcdcdc;
padding-top: 6px;
transition: color 0.2s;
}
.post-nav-card:hover .post-nav-title {
color: #f6b512;
}

/* ====right side box css ===*/
ul.you-make-like-list {
width: 100%;
padding: 0px;
margin: 0px;
list-style: none;
border-top: 1px solid #f6b512;
padding-top: 25px;
}
ul.you-make-like-list li {
margin-bottom: 15px;
}
ul.you-make-like-list li:last-child {
margin-bottom: 0;
}
.guide-info-left {
width: 100%;
padding-right: 50px;
}
.left-blog-post-box {
width: 100%;
position: sticky;
top: 100px;
}
.plan-trip-widget {
border: 1px solid #e0e0e0;
border-radius: 12px;
padding: 24px 20px 20px;
background: #efefef;
text-align: center;
}
.plan-trip-widget .plan-trip-title {
font-size: 15px;
font-weight: 800;
color: #111;
text-transform: uppercase;
letter-spacing: 0.4px;
margin-bottom: 10px;
line-height: 1.3;
}
.plan-trip-widget .plan-trip-desc {
font-size: 13px;
color: #444;
line-height: 1.6;
margin-bottom: 18px;
}
.plan-trip-widget .plan-trip-avatars {
display: flex;
justify-content: center;
margin-bottom: 35px;
}
.plan-trip-widget .plan-trip-avatars img {
width: 70px;
height: 70px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.plan-trip-widget .plan-trip-avatars img:nth-child(2) {
margin-left: -18px;
}
.plan-trip-widget .plan-trip-rec {
font-size: 12px;
color: #888;
margin-bottom: 10px;
}
.plan-trip-widget .plan-trip-logos {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.plan-trip-widget .plan-trip-logos img {
height: 18px;
width: auto;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.7;
transition: opacity 0.2s, filter 0.2s;
}
.plan-trip-widget .plan-trip-logos img:hover {
filter: grayscale(0%);
opacity: 1;
}

/* =====Related Post ===*/
.post-card-tittle {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.post-card-tittle h3 {
font-size: clamp(13px, 1.3vw, 15px);
}
.post-card-tittle h4 {
font-size: 10px;
}
.post-card-tittle h4 span {
text-transform: uppercase;
color: #f6b512;
}
.post-card a {
text-decoration: none;
}
.related-post-tittle h4 {
font-size: 13px;
text-transform: uppercase;
color: #333333;
}
.post-card:hover h3 {
color: #f6b512;
text-decoration: underline;
}
.post-card:hover img {
opacity: 0.7;
}

/*===Blog table of content===*/
.accordion-item.blog-accordion-item h2 {
margin: 0px;
}
.jumping-box ul {
padding: 0px;
list-style: none;
}
.jumping-box ul li {
margin-bottom: 10px;
}
.jumping-box ul li a:hover {
color: #f6b512;
text-decoration: underline;
}
.jumping-box ul li:last-child {
margin-bottom: 0;
}
.jumping-box ul li a {
text-decoration: none;
color: #5d5d5d;
font-size: 15px;
}
.jumping-box ul li a strong {
margin-right: 6px;
}
.accordion-body.blog-accordion-body {
background: #efefef;
}
section.related-post-sec {
width: 100%;
position: relative;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0px;
overflow: hidden;
}


/*====Responsive Code====*/
@media (max-width: 767px) {
  .guide-info-left {
    width: 100%;
    padding-right: 0px;
}
.blog-pic-box .row .col-md-4 {
  width: 33.33% !important;
}
.guide-cta-rigt-btn {
    text-align: left;
    margin-top: 30px;
}
.single-author-box {
    display: flex;
    flex-wrap: wrap;
}
.col-md-12.new-sec-experi {
    display: flex;
    flex-direction: column;
}
.post-card-tittle {
    display: block;
    margin-top: 20px;
}
.related-post-group {
    padding-top: 40px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
.coomon-heading-box {
    width: 100%;
}
section.guide-deatils-sec .row .col-md-9 {
    width: 100%;
}
section.guide-deatils-sec .row .col-md-3 {
    width: 100%;
}
.left-blog-post-box {
    width: 70%;
    display: none;
}
.guide-info-left {
    width: 100%;
    padding-right: 0px;
}
.blog-pic-box .row .col-md-4 {
  width: 33.33% !important;
}
.guide-cta-rigt-btn {
    text-align: left;
    margin-top: 30px;
}
.col-md-12.new-sec-experi {
    display: flex;
    flex-direction: column;
}
.rating-head-bestday {
    width: 100%;
}
}