@charset "UTF-8";
/* Global Css Start */

:root {
  --theme-Colour-light: #fad6cbb3;	
  --theme-Colour: #ff5722;
  --theme-Colour-dark: #df3803;
  --theme-Colour-line: #ffaa8f;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  font-size: 0.88rem;
}
a:hover {
  text-decoration: none !important;
}

p {
  text-align: justify;
  font-size: 14px;
}

h2 {
  font-size: 30px;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
}


.main-navbar {
  border-bottom: 1px solid var(--theme-Colour-line);
  background: white;
}
.main-navbar .top-navbar {
  background-color: #ffffff;
 /* padding-top: 10px;
  padding-bottom: 10px; */
}

.main-navbar .top-navbar .main-logo {
    width: 40px;
    position: absolute;
    z-index: 999;
    padding-top: 60px;
}
.main-navbar .top-navbar .biswa-logo img {
  height: 80px;
}
.main-navbar .top-navbar .main-name-title h1, .main-navbar .top-navbar .main-name-title .bangla {
  font-size: 16px;
  font-weight: 500;
  background-size: cover;
  color: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000000;
 /* margin-left: 100px!important; */
  margin-bottom: 4px;

}
.main-navbar .top-navbar .main-name-title .bangla {
  font-family: "Tiro Bangla", serif;
  font-size: 15px;
}
.main-navbar .top-navbar .main-name-title h1 {
 /* margin: 0 !important; */
}
.main-navbar .top-navbar .contact-details a {
    color: #050505;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    margin-right: 15px;
}
.main-navbar .top-navbar .contact-details svg {    
    color: var(--theme-Colour);
    padding: 5px;
    border-radius: 18px;
	border: 1px solid var(--theme-Colour-dark);
}
.main-navbar .top-menu-separator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px; /* Adjust height to control vertical spacing */
}
.main-navbar .top-menu-separator::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%; /* Full width */
  background-color: #eb0000; /* Light gray color */
  top: 50%; /* Center it vertically */
  transform: translateY(-50%); /* Adjust for perfect centering */
}
.main-navbar nav {
  padding: 0px;
  background-color: #ffffff; 
  border-top: 1px solid var(--theme-Colour-line);
}
.main-navbar nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.main-navbar nav .dropdown-menu {
  padding: 0px 0px;
  border-radius: 0px;
  list-style: none;
  padding-left: 2rem;
  background: #ffffff;
  border: 1px solid var(--theme-Colour-line);
  border-top: none;
  position: absolute;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: none;
  margin-top: 0 !important;
}
.main-navbar nav .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.main-navbar nav .dropdown-menu .dropdown-item i {
  width: 20px;
  text-align: center;
  color: #2874f0;
  font-size: 14px;
}
.main-navbar nav .dropdown-menu a {
  transition: 0.3s;
}
.main-navbar nav .dropdown-menu a:hover {
  letter-spacing: 0.5px;
}
.main-navbar nav .dropdown-menu li {
  font-size: 15px;
  font-weight: 500;
  width: 270px;
  padding: 3px 0px;
}

 .main-navbar nav .dropdown-menu li::before {
  content: "➠";  /*Unicode checkmark or use custom content */
  margin-right: 5px;
  color: var(--theme-Colour-dark);
} 
 .main-navbar nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
} 

/* .main-navbar nav .nav-item.dropdown.show .dropdown-menu {
  display: block;
} */

.main-navbar nav .nav-item:hover .nav-link {
  color: var(--theme-Colour-dark) !important;
}
.main-navbar nav .input-group {
  margin-left: 25%;
}
.main-navbar nav .input-group input {
  border-radius: 0 !important;
}
.main-navbar nav .input-group button {
  border-radius: 0 !important;
}
.main-navbar nav .nav-item .nav-link {
  padding: 8px 20px;
  color: #000;
  font-size: 15px;
 /* font-weight: 600; */
}
.main-navbar nav .main-logo {
  height: 50px;
  width: 120px;
}
.main-navbar nav li {
  list-style: none;
}
.main-navbar nav .multi-column-dropdown {
  padding: 0;
}
.main-navbar nav .sub-menu-heading {
  font-weight: 600;
  color: #05448c;
}
.main-navbar nav a {
  text-decoration: none;
  color: #000;
}
.main-navbar nav .nav-link {
   color: #061744 !important; 
}
.main-navbar nav .dropdown,
.main-navbar nav .dropend,
.main-navbar nav .dropstart,
.main-navbar nav .dropup {
  position: inherit;
}
.main-navbar nav .dropdown-menu {
  width: 95%;
  margin-left: 2.5%;
  padding: 1rem;
}

@media only screen and (max-width: 800px) {
  .main-navbar .top-navbar .nav-link {
    font-size: 12px;
    padding: 8px 10px;
  }
  .input-group {
    margin-left: 0% !important;
  }
  .top-navbar .dropdown-menu {
    left: -60px !important;
  }
  h1 {
    font-size: 15px !important;
  }
  .main-title-h2 {
    font-size: 18px;
    text-align: center;
  }
  .bangla {
    font-size: 15px !important;
    text-align: center;
    font-weight: 600;
  }
  .main-name-title {
    width: 100%;
    text-align: center;
  }
  .contact-details {
    margin: auto;
    font-size: 12px;
  }
  .main-navbar {
    border: none;
    height: 100px;
  }
  .main-navbar .top-navbar .contact-details svg {
    padding: 3px;
    border-radius: 2px;
    font-size: 9px;
  }
  .main-navbar nav .main-logo {
    height: 70px;
    width: auto;
    position: static;
    background: transparent;
    padding: 5px;
    margin-top: 5px;
  }
  .main-navbar nav {
    background-color: rgba(255, 255, 255, 1);
   /* top: -50px; */
  }
  .navbar-height {
    background: rgb(255, 255, 255);
    top: 80px;
    position: absolute;
    width: 100vw;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    border: 2px solid #fff;
  }
  .x-scrolling-notice .title {
    font-size: 14px;
    line-height: 1.8;
  }
  .banner-main {
   /* height: 430px !important; */
  }
  .banner-main img {
    height: 100%!important
  }
  .menu-support-img {
    display: none;
  }
  .main-navbar nav .dropdown-menu {
    position: relative;
    border: none;
  }

.main-navbar nav {
    border-top: none;
}

}
/*====================================================================================*/
/*====================================================================================*/
/*====================================================================================*/
/*====================================================================================*/
.animated-button {
  position: relative;
  display: inline-flex;              /* IMPORTANT for <a> */
  align-items: center;
  gap: 4px;
  padding: 4px 36px;
  /* border: 4px solid transparent; */
  font-size: 16px;
  background-color: transparent;     /* <a> has no background */
  border-radius: 12px;
  font-weight: 500;
  color: var(--theme-Colour-dark);
  box-shadow: 0 0 0 1px var(--theme-Colour-dark);
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;             /* REMOVE underline */
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* SVG arrows */
.animated-button svg {
  position: absolute;
  width: 24px;
  height: 24px;
  fill: var(--theme-Colour-dark);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

/* Expanding circle */
.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--theme-Colour);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Button text */
.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Hover effects */
.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #ffffff;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #ffffff;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* Active / click effect */
.animated-button:active {
  transform: scale(0.95);   /* FIX: scale instead of invalid property */
  box-shadow: 0 0 0 4px #05448c;
}

/*====================================================================================*/
/*====================================================================================*/
/*====================================================================================*/
/*====================================================================================*/
.main-title-h2 {
  color: var(--theme-Colour-dark);
  font-weight: 700;
}

.banner-main {
 /* height: 470px; */
  overflow: hidden;
}
.banner-main .image-info {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}
.banner-main .image-info svg {
  font-size: 8px;
  color: #fdaf05;
  border: 2px solid #fdaf05;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 900;
}
.banner-main img {
  border-radius: 10px;
  margin-top: 20px;
  height: 482px;
}

.notice-order {  
  overflow: hidden;
  height: 470px;
}
.notice-order .notice-date {
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.notice-order .each-item {
  padding: 10px 5px;
  border-bottom: 1px solid var(--theme-Colour);
  margin-bottom: 3px;
  margin-right: 20px;
}
.notice-order .each-item .title {
  font-size: 14px;
  font-weight: 600;
}
.notice-order .each-item .text {
  font-size: 13px;
}
.notice-order .notice-title {
    font-size: 16px;
    background-color: #0f4d6e;
    padding: 5px;
    color: white;
}

.notice-order .notice-container {
  height: 430px; /* Visible height for 5 items (adjust as needed) */
  overflow: hidden; /* Hide items outside the container */
  position: relative;
  padding: 10px;
}
.notice-order .notice-wrapper {
  position: absolute;
  width: 100%;
}

.my-badge {
  display: inline-block;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  height: 20px;
}

.x-scrolling-notice {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  margin: 5px 0px;
}
.x-scrolling-notice .s-hide {
  display: none !important;
}
.x-scrolling-notice .title {
  display: block;
  width: 145px;
  line-height: 35px;
  background-color: #e91010;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.x-scrolling-notice .all-items {
  display: block;
  line-height: 35px;
  font-size: 18px;
  white-space: nowrap;
  background-color: var(--theme-Colour-dark);
  overflow: hidden;
  margin-left: 1px !important;
}
.x-scrolling-notice .each-item {
  display: inline-block;
  margin-right: 20px;
}
.x-scrolling-notice .each-item svg {
  color: #ffc609;
}
.x-scrolling-notice .each-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.x-scrolling-notice .each-item a:hover {
  text-decoration: underline;
}

.footer-section {
  background-image: linear-gradient(140deg, #8ad7f55c, rgba(255, 255, 255, 0.1921568627)), url("../image/footer-bg.png") !important;
  background-position: center left;
 /* border-top: 2px solid #313131; */
  background-repeat: no-repeat, repeat-x;
  background-size: cover, auto;           /* gradient covers, image at natural size */
  background-position: center, bottom;  
}
.footer-section .contact-info svg {
  color: var(--theme-Colour-dark);
  font-size: 18px;
 /* border: 1px solid #0f4d6e; */
  padding: 5px 10px;
  border-radius: 5px;
}
.footer-section h5 {
	color: #34acdd;
    font-weight: 800;
}
.footer-section .footer-logo {
  width: 100px;
}
.footer-section a {
  color: #000000;
  font-size: 14px;
}
.footer-section a:hover {
  color: #ff5722;
}

/*========== Counter Section Start  ==========*/
.counter-section .item {
  /* background-color: #c6e0fd; */
  border: 1px solid #a9a9a9;
  border-radius: 10px;
}
.counter-section .counter-number {
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-Colour-dark);
}
.counter-section .text {
  font-size: 12pxrem;
  font-weight: 600;
}
.counter-section img {
  height: 80px;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
}
.counter-section .counter-info {
  margin-left: 10px;
}

/*========== Counter Section End  ==========*/
.member-section {
  text-align: center;
  font-size: 13px;
}
.member-section img {
  padding: 0px 10px 10px 10px;
  border-radius: 20px !important;
}
.member-section .item {
  /* border: 2px solid #05448c; */
  border-radius: 10px;
}
.member-section .item .head-side {
  background-color: var(--theme-Colour-light); /* rgb(212, 212, 212); */
  border-radius: 10px 10px 0px 0px;
}
.member-section .item .head-side .title {
  padding: 5px 0px;
  color: #212529;
}
.member-section .item .bottom-side {
  background-color: var(--theme-Colour-light)!important; /* rgb(235, 235, 235) !important; */
  padding: 5px 0px;
  border-radius: 0px 0px 10px 10px;
  height: 110px;
}
.member-section .item .bottom-side .tel {
  color: #348bba;
  font-weight: 600;
}

.member-section .item .bottom-side .tel span{
  color: #0f4d6e;
}

.gallery-section img {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #6b6b6b; 
}
.gallery-section .text {
  font-size: 12px !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--theme-Colour);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 0px 0px 10px 10px;
}
.gallery-section svg {
  font-size: 8px;
  color: #fdaf05;
  border: 2px solid #fdaf05;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 900;
}

.fs-14 { font-size: 14px; }
.notification a{
	color:#ffd418!important;
	font-size: 18px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--theme-Colour-dark);
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #d5effd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	
    padding: 4px 16px;
    font-size: 0.9rem;
    color: #0f4d6e;
    font-variant: all-petite-caps;	
}


legend {
	font-size: 0.9rem;
	font-weight: 500;
	color: #0f4d6e;
	padding: 0 0.5rem;
	width: auto;
	float: none;
	font-size: 0.9rem;
}

.menu-list a:hover {
  transform: translateX(10px); /* move slightly right */
}

.tourist-place-head {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: system-ui;
    color: #06793a;
    position: relative;
    display: inline-block; /* so underline fits text width */
}

.tourist-place-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;  /* half underline */
    height: 2px; /* thickness of underline */
    background-color: red;
}

.form-label {
	margin-bottom: 0rem;
	font-size: 0.9rem;
}



div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

/* Keep them aligned side by side */
div.dataTables_wrapper div.dataTables_length {
  justify-content: flex-start;
}

div.dataTables_wrapper div.dataTables_filter {
  justify-content: flex-end;
}

/* Optional: adjust search input size on mobile */
div.dataTables_wrapper div.dataTables_filter input {
  width: auto;
  min-width: 120px;
}

.custom-border-table td, .custom-border-table th {
  vertical-align: middle !important;
  padding: 6px !important;
  border: 1px solid #000 !important;
  font-size: 95%;
}

.custom-border-table th{
	font-weight: 500;
}

.text-smallcaps {
  font-variant: small-caps;
}

.date-container {
	width:50px;
	height: 45px;
	text-align: center; 
	background: #f8f9fa;
}
.month-year {
	background-color: #0f4d6e;
	color: white;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.day {
	font-size: 19px;
	font-weight: 600;
	color: #212529;
	margin-top: 0px;
	background-color: #0f4d6e12;
}