@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap');

:root {
  --theme-primary-color: #d55e0e !important;
  --theme-secondary-color: #610eb9 !important;
  font-size: large;
  --theme-third-color: #00adef;
  --theme-text-color:#dcdcdc;
  --theme-dark-color:#000000;
}

/* Main Style */
*{
  font-family: serif;
}
.p-c{
  color: var(--theme-primary-color) !important;
}
.s-c{
  color: var(--theme-secondary-color) !important;
}
.p-bg{
  background-color:var(--theme-primary-color) !important;
}
.s-bg{
  background-color:var(--theme-secondary-color) !important;
}
.bg-theme-third{
  background-color: var(--theme-third-color) !important;
}
.p-t-c{
  color:var(--theme-third-color) !important;
}
.bg-whatsapp{
  background-color:#25D366;
}
.fb-color{
  color:#316FF6;
}
.tw-color{
  color:#1da1f2;
}
.insta-color{
  color:#FF0000;
}
.linked-clor{
  color:#0077B5;
}
.youtube-color{
  color:#FF0000;
}

.mt-b{
  margin-top:100px;
  margin-bottom: 100px;
}
.bg-theme-p-c{
  background-color:var(--theme-primary-color) !important;
}
.bg-theme-s-c{
  background-color:var(--theme-secondary-color) !important;
}
.bg-theme-t-c{
  background-color:var(--theme-third-color) !important;
}
.c-fix-margin{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.c-fix-margin-home-package{
  margin-top:0px !important;
  margin-bottom: 80px !important;
}
/* End of Main Style */

/***Additional Bootstrap Class Style****/
.c-form-control:focus {
  border-color: var(--theme-secondary-color) !important;
  box-shadow: none;
}
.c-form-check-input:focus{
  box-shadow: none;
}
.c-form-check-input[type=radio] {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/***End of Additional Bootstrap Class Style****/

/* Nave Bar Style */
.top-bar{
  font-weight: 500;
  padding: 5px 0px 5px 0px;
  background-color: black;
}
.top-bar p{
  font-size: 15px;
}
.top-bar-second p span{
  color:var(--theme-secondary-color);
  font-weight: 700;
}
.top-bar .first-div{
  color:var(--theme-secondary-color);
  padding: 10px 5px 10px 50px;
}
.top-bar .second-div{
  padding: 10px;
  color: var(--theme-secondary-color);
  justify-content: space-around;
}
.header{
  position: relative;
  z-index: 900;
  width: 100%;
  transition: all 1s ease-in-out;
}
.navbar .navbar-brand img{
  width:225px;
  height: 70px;
}
.custom-navbar-brand{
  padding-right: 10px;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .show>.nav-link {
  color: var(--theme-text-color) !important;
}
.navbar .navbar-nav .nav-item{
  margin-left: 5px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--theme-text-color);
}
.top-bar-navbar .navbar-nav .nav-link {
  color: var(--theme-secondary-color) !important;
}
.top-bar-navbar .navbar-nav .nav-link:hover {
  color: var(--theme-secondary-color) !important;
}

.navbar-nav .nav-link:hover {
  color: var(--theme-text-color) !important;
}
.dropdown:hover .dropdown-menu{
  display: block;
  transition: 1s;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--theme-text-color) !important;
  background-color: var(--theme-primary-color) !important;
}
.dropdown-item:focus, .dropdown-item:hover .s-c{
  color: var(--theme-text-color) !important;
}
.currency-change-droapdown{
  min-width: 0px !important;
}

#header-currency-btn{
  color: var(--theme-primary-color) !important;
}

.currency-toggle::after{
  color:white;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: #fff  !important;
}

.currency-btn-toggler{
  border-radius: 0px;
  color: white;
  background-color: #212540a3;
  padding: 5px;
  font-size: 14px;
}

.toggle-dropdown-currency .dropdown-menu{
  min-width: 0px !important;
}

/* Remove border color on focus */
.navbar-toggler:focus {
  outline: none; /* Remove the default outline */
  box-shadow: none; /* Remove the default box shadow */
  border-color: transparent; /* Ensure border color is transparent */
}

/* Optional: If you want to ensure no border is applied */
.navbar-toggler {
  border: none; /* Remove border */
}

.c-bottom-navbar{
  background: #ffffff !important;
}
.c-bottom-navbar .navbar-nav .nav-link {
  color: var(--theme-dark-color) !important;
}
.c-bottom-navbar .navbar-nav .nav-link:hover {
  color: var(--theme-secondary-color) !important;
}

/* Side menu styles */
.side-menu {
  position: fixed;
  top: 0;
  right: -265px; /* Initially hidden off-screen */
  width: 260px;
  height: 100%;
  background: #fff;
  color: var(--theme-secondary-color);
  transition: right 0.3s ease; /* Smooth sliding effect */
  z-index: 1000;
  overflow: scroll;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}

.side-menu.open {
  right: 0; /* Slide in */
}

.side-menu .close-btn {
  background: none;
  border: none;
  color: var(--theme-secondary-color);
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}

.menu-items li {
  padding: 15px;
  border-bottom: 1px solid #555;
}

.menu-items a {
  color: var(--theme-secondary-color);
  text-decoration: none;
  display: block;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid darkgray;
}

.c-accordiaon-button{
  background-color: #fff !important;
  color: var(--theme-secondary-color) !important;
  font-weight: 200 !important;
}

.mobile-menu-droapdown{
  list-style-type: none;
  padding-left: 0px;
}

.mobile-menu-droapdown .m-droapdown-li{
  padding: 0px !important;
  padding: 5px !important;
  border-bottom: 0px;
}
.mobile-menu-droapdown .m-droapdown-li a{
  padding: 0px 0px 5px 0px !important;
}

.collapsible {
  position: relative;
  background-color: #fff;
  color: var(--theme-secondary-color);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid darkgray; 
}

.collapsible::after{
  position:absolute;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  right: 10px;
  content: "\f077"; /* FontAwesome icon code for chevron-down */
  font-family: "Font Awesome 5 Free"; /* Specify the FontAwesome font family */
  font-weight: 900; /* Set font weight for solid icons */
  color: var(--theme-secondary-color);
  display: inline-block; /* Ensure the icon is rendered correctly */ 
  transform: rotate(180deg);
  transition: transform .2s ease-in-out; 
}

.co-active, .collapsible:hover {
  background-color: #fff;
}

.co-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}



/* End of Nave Bar Style */

/***Breadcrumb Style***/
.breadcrumb-tour{
  background: cornsilk;
  padding: 10px;
}

.breadcrumb-tour {
  overflow: auto; /* Allow the content to scroll */
  white-space: nowrap; /* Prevent line breaks */
}

.breadcrumb-tour p {
  word-wrap: normal; /* Allow normal word wrapping */
  margin-bottom: 0; /* Set bottom margin to zero */
}

/* ::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-third-color);
  border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
  background: var(--theme-third-color);
} */

/* Custom scrollbar styles for WebKit browsers */
.breadcrumb-tour::-webkit-scrollbar {
  display:none;
}

.breadcrumb-img{
  height: 350px;
}
.bg-breadcrumb{
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 8%);
  z-index: 1;
  display: flex;
  align-items: end;
}
.breadcrumb-title{
  position: absolute;
  /* height: 100%; */
  width: 100%;
  background: #31507ac4;
}
.inner-bg-breadcrumb {
  background: #00000036;
  width: 100%;
  text-align: center;
}
.inner-bg-breadcrumb  h1{
    font-size: 45px;
    color:white;
}

/** End of Breadcrumb***/


/***Banner Style*****/
.banner {
  position: relative;
  padding: 40px 0px 40px 0px;
  background: #000000e0;
 }

 .banner h1{
  font-size: 35px;
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  line-height: 1.7;
 }
 .banner-icon-style{
  display: inline-block;
  padding: 15px;
  background-color: #1192bd;
  border-radius:10px;
 } 
 .banner-icon-style img{
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items:center;
 }
 .banner-icon{
  flex-wrap: nowrap;
 }
 .banner-btn{
  border:1px dashed #fff;
 }  
 /****End of Banner Style*****/

/***Best tours Area****/

/* 
.best-tours::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/world-map.png");
  background-position: center;
  background-size: cover; 
  background-repeat: no-repeat;
  z-index: -1; 
} */

.best-tours h2{
  font-weight: 600;
}
.best-tours p{
  color:#697488 !important; 
  font-size: 16px !important;
}
/****End of Best tours*****/

/**packge style**/
.card-package{
  position: relative;
  border:0px !important;
  display: flex;
  flex-direction: column;
  /*height: 100%; */
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}
.card-package:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
}
.card-package img{
  height: 200px;
  /* object-fit: cover; */
}
.package-link{
  text-decoration: none;
  color:inherit;
}
.package-link:hover{
  text-decoration: none;
  color:inherit;
}
.card-package .card-body{
  padding: 10px 8px 8px 8px !important;
  /* background:#f8f8ffab;   */
}
.card-package .card-title{
  font-size: 17px;
}
.card-package .duration{
  font-size: 14px;
}
.card-package .location{
  font-size: 14px;
}
.card-package .reviews{
  font-size: 13px;
}
.card-package .reviews .fa-star{
  color:orange;
}
.card-package .booked{
  font-size: 14px;
}
.package-currency{
  font-size: 17px;
}
.package-img-wrap{
  position: relative;
  overflow: hidden;
}
.card-package:hover .package-img-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000024;
}
.card-package .package-img-wrap img{  
  transition: all .35s ease-out;
  transform: scale(1);
}
.card-package:hover .package-img-wrap img{  
  /* transition: all 1s ease-out; */
  /* scale: 1.2; */
  transform: scale(1.12);
}
.ribbon-sell-out{
  border-radius: 100px;
    position: absolute;
    background: forestgreen;
    color: antiquewhite;
    font-size: 11px;
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    top: 8px;
    left: 4px;
}
.ribbon-top-rated{
  border-radius: 100px;
  position: absolute;
  background: var(--theme-primary-color);
  color: #000000;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  top: 8px;
  left: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}
.ribbon-best-seller{
  border-radius: 100px;
  position: absolute;
  background: #ffc845;
  color: #000000;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  top: 8px;
  left: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}

/* .card-package {
  display: flex;
  flex-direction: column;
  height: 100%; 
} */

.card-body {
  flex-grow: 1; /* Allows the body to take up the remaining space */
  display: flex; /* Enables Flexbox for the body */
  flex-direction: column; /* Aligns content vertically */
  justify-content: space-between; /* Distributes space between elements */
}

.package-img-wrap {
  flex-shrink: 0; /* Prevents the image section from shrinking */
}


/**ebd of package style**/

/***Popular Destination*****/
.hover-effect {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.hover-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Explore Now button styles */
 .heading .title{
  font-size: 30px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  color: #555;
}
.heading-title{
  font-size: 35px !important;
  font-weight: bold;
}
.destination-heading{
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin-bottom: 17px;
}
/*
.heading .title::before{
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -1.5px;
  position: absolute;
  background: linear-gradient(to right, var(--theme-primary-color) 0, var(--theme-secondary-color) 100%);
  content: "";
}

.heading .title::after{
  position: absolute; 
  background: linear-gradient(to right, var(--theme-secondary-color) 0, var(--theme-primary-color) 100%);
  content: "";
  left: 50%;
  width: 25px;
  height: 25px;
  bottom: -26px;
  margin: 0 0 0 -10px;
  -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
  clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
} */

.effect{
  background: #000000;
  position: relative;
  overflow: hidden;
  max-height: 240px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: auto;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
  border: 5px solid #f5f5f5;  
}
.effect:hover img{
  /* -webkit-transform: translate3d(-20px, 0, 0) scale(1); */
  -webkit-transform: scale(1);
   opacity: .5;
}

.effect img{
  position: relative;
  display: block;
  /* min-height: 100%; */
  /* max-height: 240px; */
  height: 240px;
  /* max-width: none; */
  /* width: calc(100% + 60px); */
  width: 100%;
  opacity: 1;
  object-fit: cover;
  /* transform: translate3d(0, 0, 0) scale(1.12); */
  transform: scale(1.12);
  transition: all .35s;
  /* -webkit-transform: translate3d(0, 0, 0) scale(1.12); */
  -webkit-transform: scale(1.12);
  -webkit-transition: all .35s;
}

.effect .tab-text{
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect:hover .tab-text p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect .tab-text p {
  width: 65%;
  font-size: 68%;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  float: right;
  padding-left: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  opacity: 0;
  transition: all .35s;
  font-family: "Open sans";
  padding-bottom: 5px;
}

.effect .tab-text p:before {
  right: 0;
  bottom: -6px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  content: "";
  position: absolute;
}

.effect .tab-text p:after {
  top: -5px;
  left: -5px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  content: "";
  position: absolute;
}
/*** End of Popular Destination***/

/*****Partener Style******/
/* .partener{
  background-image: url("/assets/img/bg-line-part-1.png"), url("/assets/img/bg-line-part-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right, left;
  background-attachment: fixed;
} */
.partners-item img{
  height: 33px;
  width: 150px;
}
/****End of Partener Style*****/

/*****Blank Message****/
.blank-message img{
  height: 350px;
  object-fit: cover;
}
.blank-message .message-area{
  background:#00ffff0a;
}
.blank-message h5{
  font-size: 28px;
}
.blank-message p{
  font-size: 15px;
}
/***End of Blank Message*****/

/***Offer Area*****/
.feature-item {
  -webkit-box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
}
.feature-item img{
  height: 50px;
}
.feature-item h5{
  font-size: 16px;
  margin-bottom: 5px;
}
.feature-item p{
  font-size: 13px;
}
/***End of Offer Area****/


/**Style of Tour itenery***/
.gallery-item {
  position: relative;
  overflow: hidden;
  /* border-radius:5px; */
}
/* .gallery-item:hover{
  -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
} */
.gallery-item img {
  width: 100%;
  /* height: auto; */
  transition: transform 0.3s ease;
  /* object-fit: cover; */
}
.h-450{  
  height: 408px;
}
.h-200{
  height: 200px;
}
.all-package-booking-form li a{
  color: firebrick;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.tour-itenery-title{
  font-size: 30px;
  margin-bottom: 30px;
}
.tour-icon{
  font-size: 20px;
}
.overview p{
  font-size: 16px;
}
.tour-highlight{
  list-style-type: none;
  padding: 0;
  font-size: 15px;
}
.inclusion{
  list-style-type: none;
  padding: 0;
  font-size: 15px;  
}
.exclusion{
  list-style-type: none;
  padding: 0;
  font-size: 15px;
}
.itinerary_heading{
  margin-bottom: 30px;
}
.itinerary_heading .head{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.itinerary_heading .detail p{
  margin-bottom: 0px !important;
  font-size: 16px;
}

.box_style_4 {
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
}
.box_style_4:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #ccc;
  margin-bottom: 0;
}
.keydetails1 {
  border-radius: 10px;
  color: #000;
}
.keydetails1 ul {
  padding: 0;
  margin: 0;
}
.keydetails1 li {
  border-bottom: 1px dotted #ada2a2;
  font-size: 14px;
}
li.font_style12 {
  list-style-type: none;
}
.box_style_4:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff;
  margin-bottom: -1px;
  z-index: 1;
}
.package-all-tours {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
}
.keydetails1 .font_style12 {
  list-style-type: none;
}
.keydetails1 .font_style12 a{
  text-decoration: none;
}
.keydetails1 .font_style12 a:hover{
  color:#000000;
}

#carouselExampleControls .carousel-inner .carousel-item img{
  height: 300px;
  object-fit: cover;
}
/*** End of Tours Itenery***/

/***Internation formate form style*****/
.iti {
  position: relative;
  display: block !important;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  background: beige !important;
}
/***End of Internation formate form style*****/

/***Footer***/
/*.footer{*/
  /*position:relative;*/
  /* background-color: #000000e0; */
  /* background-color: #000000e0; */
  /*background-color: #fff;*/
  /*padding: 50px 0px 50px 0px;*/
  /*color:#000;*/
  /*border-top: 1px solid #8080803b;*/
  /*background-color: aliceblue;*/
/*}*/
.footer-top-class{
  width: 100%;
  height: 20px;
  background: var(--theme-primary-color);
}

.footer-icon-location{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 100px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}
.footer-icon-phone{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
}
.footer-icon-email{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
}
.main-link{
  list-style-type: none;
  padding: 0px;
}
.main-link li{
  margin-bottom: 15px;
}
.main-link li a{
  text-decoration: none;
  font-size: 16px;
}
.main-link li a:hover{
  color:#000;
}
.footer-fs{
  font-size: 18px;
}
.upper-footer{
  padding: 50px 0px 50px 0px;
  background-image:url("/assets/img/bg-line.png");
  border-top: 4px dashed var(--theme-primary-color);
  background: #000000e0;
}
.upper-footer a{
  text-decoration: none;
  font-size: 15px;  
}
.footer-below a{
  text-decoration: none;  
}
.footer-below{
  /* background: #000000e0; */
  background: #fff;
  color:#000;
}
/***End of Footer***/


/* Page Preloader */
.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side,#0000 40%,#474bff 41%);
  background: linear-gradient(0deg ,rgba(71,75,255,0.5) 50%,rgba(71,75,255,1) 0) center/4.5px 100%,
       linear-gradient(90deg,rgba(71,75,255,0.25) 50%,rgba(71,75,255,0.75) 0) center/100% 4.5px;
  background-repeat: no-repeat;
  animation: spinner-d3o0rx 1s infinite steps(12);
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.spinner::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes spinner-d3o0rx {
  100% {
     transform: rotate(1turn);
  }
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: rgb(0 0 0 / 86%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
/***End of preloader***/

/** Animation */
  /* Define keyframes for fade-in */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* Define keyframes for fade-out */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  /* Apply fade-in animation */
  .fade-in {
    animation: fadeIn 0.5s ease-in;
  }

  /* Apply fade-out animation */
  .fade-out {
    animation: fadeOut 0.5s ease-out;
  }

  @keyframes fadeInSlideUp {
    from {
      opacity: 0; /* Start as fully transparent */
      transform: translateY(20px); /* Start 20px below its original position */
    }
    to {
      opacity: 1; /* End as fully opaque */
      transform: translateY(0); /* End at its original position */
    }
  }
  
  /* Apply the animation */
  .fade-in-slide-up {
    animation: fadeInSlideUp 0.5s ease-out; /* Adjust duration and easing as needed */
  }
/**Animation*/

/***other functionality****/
.read-more{
  /* display: inline-block; */
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.background-style-area{
  position: relative;
  height: 350px;
  width: 100%;
  background-image: url("/assets/img/banner/img-psx.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.background-style-area .inner-bg-stl-area{
  position:absolute;
  width: 100%;
  height: 100%;
  background:#00000070;
}

.background-style-area h3{
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 1.7;
}
.fix-m-hr{
  margin: 50px 0px 50px 0px;
}
.btn:focus{
  box-shadow:none !important;
}
.loading {
  cursor: not-allowed !important; /* Change cursor to indicate the button is disabled */
  opacity: 0.5; 
  pointer-events: none !important;  /* Optionally, change opacity to visually indicate the button is disabled */
}
.thnk-thumb{
  font-size: 50px;
}
.border-bottom{
  border-bottom:1px solid var(--theme-secondary-color) !important;
}
/****End of other Functionality****/
/***Style Checkout page***/
.checkout-nav-border {
  border-bottom: 2px solid var(--theme-primary-color);
}
#checkout-form-timer {
  background: lemonchiffon;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}
.fs-8 {
  font-size: 8px;
}
.checkout-tooltip {
  position: relative;
}
.checkout-tooltip .c-tooltip {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  right: 20px;
  top: 8px;
}
.c-accordian-style{
  border: 0px; 
  border-bottom:1px solid #80808052 !important;
  /* border: 1px 0px 0px 0px solid #80808052 !important;   */
}
.c-accordian-style .accordion-button:focus{
  border-color:#fff;
  box-shadow:none;
}
.c-accordian-style .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

/***End of Checkout Page****/

/***Booking Form Style***/
.booking-form-wrapper{
  background: #f5faff6e;
}
/***End of Booking Form Style***/


.blog-card img{
  width: 100%;
  height: 200px;
}

.blog-card{
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
}

.blog-anch{
  text-decoration: none !important;
}
.blog-anch:hover{
  color: var(--theme-secondary-color) !important;
}

/***Style of owl carausel********/
.owl-carousel .item {
  padding: 10px; 
}

.owl-carousel .card {
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}

.owl-carousel .card:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75); 
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.contact-icon{
  font-size: 25px;
}

  /* Customize the previous button */
  .owl-prev {
    left: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  /* Customize the next button */
  .owl-next {
    right: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
  }

  .owl-carousel .owl-nav button.owl-next{
    margin-left:10px;
  }
  .owl-carousel .owl-nav button.owl-next i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev{
    margin-right:10px;
  }

  /* Additional styling if needed */
 /* .owl-prev, .owl-next {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
  }*/
/*******End of Style of owl carausel********/

/* update css by devendra */
.owl-nav span{
    display:none;
  }
  
.owl-nav {
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin-top: -10px; 
}

.owl-prev, .owl-next {
  padding: 10px 15px; 
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.owl-prev, .owl-next i:hover{
 transform: scale(1);
  transition: all 2s;
}


.owl-dots {
  display: flex;
  margin: 0 15px; 
}

.owl-dot {
  background: #ddd; 
  border-radius: 50%; 
  width: 10px; 
  height: 10px;
  margin: 0 5px; 
  cursor: pointer; 
  border:none;
}

.owl-dot.active {
  background: #007bff; 
}


/*end-update new css by devendra */

/*** Add Media Query***/

/* Styles for screens 576px and below */
@media only screen and (max-width: 576px) {
  /****Style of baaner***/
  
/*  .blog-card img{*/
/*  width: 100%;*/
/*  height: 180px;*/
/*}*/

    .card-package img {
        height:137px !important;
    }
  .custom-navbar-brand img{
    width:135px !important;
    height:50px !important;
  }
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
     }
     .banner h1{
      font-size: 20px;
    }
    .heading-title{
      font-size: 20px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    /*.owl-theme .owl-nav {*/
    /*  margin-top: 0px !important;*/
    /*}*/
    /*.owl-theme .owl-dots {*/
    /*  display: none !important;*/
    /*}*/
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }
    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
  /****End of Style of baaner***/
  
  /*update by devendra*/
  
  .owl-stage
  {
    margin-left:-55px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
    
  /*end of update by devendra*/
}

/* Styles for screens between 577px and 768px */
@media only screen and (min-width: 577px) and (max-width: 768px) {
  /****Style of baaner***/
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
     }
     .banner h1{
      font-size: 25px;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      display: none !important;
    }
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }
    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    
     /*update by devendra*/
  
  .owl-stage
  {
    margin-left:-40px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
    
  /*end of update by devendra*/
  /****End of Style of baaner***/
}

/* Styles for screens between 769px and 992px */
@media only screen and (min-width: 769px) and (max-width: 992px) {
   /****Style of baaner***/
   .banner h1{
      font-size: 30px;
    }
    .banner p{
      font-size: 13px;
    }
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
    }
    .banner h1{
      font-size: 25px;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      /*display: none !important;*/
    }
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }

    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    /****End of Style of baaner***/
}

/* Styles for screens larger than 992px */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /****Style of baaner***/
    .banner h1{
      font-size: 35px;
    }
  /****End of Style of baaner***/
}

/* Styles for screens larger than 992px */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
 
}
/*** End of Media Query***/

.whats-app-btn{
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 20px;
  left: 30px;
  background: #04d735;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff !important;
  z-index:9999999;
}

/*=========start===29-11-2024==================*/


.njs-sticky-side.image_button_cover.placement-right {
  right: 0;
}

.njs-sticky-side.image_button_cover {
  position: fixed;
  top: 60%;
  box-shadow: none;
  z-index: 99999;
  transition: transform .3s cubic-bezier(0,0,0,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

.njs-sticky-side.image_button_cover.placement-right.now-show button {
    font-size: 1rem !important;
  transform: translate3d(4px,0,0) rotate(-90deg);
  -webkit-transform: translate3d(4px,0,0) rotate(-90deg);
}

.njs-sticky-side.image_button_cover.placement-right button {
  border-radius: 20px 20px 0 0;
  transform: translate3d(200%,0,0) rotate(-90deg);
  -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

.njs-sticky-side.image_button_cover button {
padding: 6px 15px 12px;
font-size: 12px;
font-weight: 700;
display: inline-block;
position: relative;
transition: transform .3s;
-webkit-transition: -webkit-transform .3s;
background-color: rgb(4, 6, 48); 
color: white;	
border-radius: 8px;
font-weight: 100; 
top: -106.5px; 
font-family: 'Arial';
}

.njs-sticky-side.image_button_cover button:hover {
background-color: white;
color: black;
border: 2px solid #acacac;
transition: all .5s;
}



/*========end====29-11-2024==================*/

 
.tour-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
   /*min-height: 383px; */
  height: 100%;
}
    .tour-image {
      position: relative;
    }
    .tour-image img {
      height: 250px;
    object-fit: cover;
    }

    .day-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #E66D1C;
      color: white;
      padding: 5px 10px;
      font-size: 0.8rem;
      font-weight: bold;
      border-radius: 3px;
    }

    .tour-body {
      padding:15px ;
      
    }

    .tour-title {
      font-size: 1rem;
      font-weight: 600;
      color: #2c2c2c;
    }

    .tour-location {
      font-size: 0.8rem;
      color: #555;
    }

    .icon-buttons .btn{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      color: white;
    }

    .btn-call {
      background-color: #4b4bbd;
    }

    .btn-whatsapp {
      background-color: #25d366;
    }

    .btn-package {
      background-color: #E66D1C;
      color: white;
      font-weight: 500;
      font-size:0.8rem;
    }

    @media only screen and (max-width: 576px) {
      .tour-title {
        font-size: 1rem;
      }
      .btn-package {
        width: 100%;
        font-size:14px !important; 
        
      }
      .tour-image img {
        height: 230px !important;
   
    }
      
      
    }
.tour-rating i {
  font-size: 0.7rem;
}

.tour-rating .reviews{
    font-size:0.7rem ;
}

 
    
    /*=============24-07-2025================*/
    
    /* Custom CSS for the banner section */
.inner_banner {
    background: linear-gradient(135deg, #4E158A 0%, #4E158A 100%);
    padding: 60px 0;
    /*border-radius: 10px;*/
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



.inner_banner .container {
    max-width: 1200px;
}

.inner_banner img {
    height: 350px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.inner_banner h3 {
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.inner_banner p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.p-c {
    color: #E66D1C !important;
}

/*.tour-icon-style {*/
/*    margin-top: 20px;*/
/*}*/
.tour-icon-style {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
}
@media (max-width: 768px) {
    .tour-icon-style {
        justify-content: center;
        gap: 10px;
    }
}
.tour-icon-style a {
    display: inline-block;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.tour-icon-style a:hover {
    transform: translateY(-5px);
}

.tour-icon-style img {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.rounded-10 {
    border-radius: 10px !important;
}

/* Owl Carousel adjustments for mobile */
/*.owl-carousel .item {*/
/*    text-align: center;*/
/*}*/

/*.owl-carousel .tour-icon-style img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    margin: 0 5px;*/
/*}*/

/* Responsive adjustments */
@media (max-width: 768px) {
    .inner_banner {
        padding: 40px 0;
    }
    
    .inner_banner h3 {
        font-size: 28px;
        text-align: center;
    }
    
    .inner_banner p {
        text-align: center;
    }
    
    .tour-icon-style {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .inner_banner img {
        height: 250px;
    }
    
    .inner_banner h3 {
        font-size: 24px;
    }
}
    
     /*=============25-07-2025================*/
     
     
 .destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.destination-card img {
    transition: transform 0.3s ease;
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}

.destination-card:hover img {
    transform: scale(1.1);
}

.destination-card a {
    text-decoration: none;
    color: #fff;
}

.destination-card .destination-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.destination-card:hover .destination-info {
    opacity: 1;
}


 .footer{
    background-color: #d55e0e;
    color: #fff;
    background-image: url(/assets/img/bg-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
 }
 .footer .first-section{
    border-bottom:1px dashed var(--theme-primary-color);
 }
 .footer-last-btm{
    background-color: #350f5e;
    color:#fff;
 }
 .footer .first-section i{
    font-size: 10px;
 }
 /* .footer::before{
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: -1px;
    height: 14px;
    background-image: url('/assets/img/other/background-pattern.webp');
    background-repeat: repeat-x;
    transform: rotate(3.142rad);
    position: absolute;
 } */
 .footer h4{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom:1px solid #fff;
 }
 .footer a{
    text-decoration: none;
    color: #fff;
 }
 
 .footer-down-area{
    padding-top: 30px;
    padding-bottom: 30px;
 }
 .footer-sosial-icon a{
    padding: 10px 15px 10px 15px;
    border-radius: 100px;
    color: var(--theme-primary-color);
    border: 1px dashed;
 }
  
     /*==========breadcrub===========*/
     .sectionTitle__title{
         font-size:35px;
     }
     /*===========end breadcrumb==================*/
     
    .blog-card {
        
        border: none;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

    .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .blog-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .blog-card h5 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #343a40;
        margin-bottom: 0.5rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .blog-card p {
        font-size: 0.95rem;
        color: #666;
        font-family: 'Roboto', sans-serif;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .blog-anch {
        text-decoration: none;
        color: inherit;
    }

    .blog-anch:hover {
        text-decoration: none;
    }
    
/*===================28-07=====================*/
  .blog-detail-section {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .blog-detail-title {
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-bottom: 10px;
    }

    .blog-detail-date {
        font-size: 0.95rem;
        color: #888;
        margin-bottom: 20px;
    }

    .blog-detail-img {
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
        max-height: 450px;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .blog-detail-content {
        font-size: 1.05rem;
        color: #333;
        font-family: 'Roboto', sans-serif;
        line-height: 1.8;
    }

    @media (max-width: 768px) {
        .blog-detail-title {
            font-size: 1.5rem;
        }

        .blog-detail-img {
            max-height: 300px;
        }
    }
    
    /*==================28-07-2025============*/
    
    .blog-header {
  background: linear-gradient(to right, #6a11cb, #2575fc);
}

.blog-title {
  color: white;
  font-weight: bold;
  font-size: 3rem;
}

.blog-highlight {
  color: #ffd700; /* or any highlight color you prefer */
}

.blog-subtitle {
  color: #f8f9fa;
  font-size: 1.25rem;
}

/* Optional: Responsive font adjustments */
@media (max-width: 576px) {
  .blog-title {
    font-size: 1rem;
  }
  
  .blog-subtitle {
    font-size: 0.5rem;
  }
}



