/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 25px;
  height: 25px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
  background: #fdfdf5;
  color: var(--bs-primary) !important;
}

.btn.btn-light {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: #e9e9e9 !important;
}

/*** Section Title Start ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.section-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}



/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 35px 15px;
  color: #2b4162 !important;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
  color: #2b4162 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #000 !important;
}

.navbar-light .navbar-brand h1 {
  color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
  color: var(--bs-primary);
}

.packages {
  background-color: #fdfdfd !important;
}

.py-5-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.navbar-light .navbar-brand img {
  transition: 0.5s;
  width: 160px;
  padding: 5px 0px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}



.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

/* Hide dropdown by default */
.navbar .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(-75deg);
  transform-origin: top;
}

/* Show on hover */
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
  background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 25px 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
  background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 25px 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
  background-size: 60% 60%;
}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
  opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
  position: relative;
  min-height: 100vh;
}

.carousel-header .carousel-inner .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}



/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)),
    url(../img/breadcrumb-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-secondary) !important;
}

/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .container .section-about-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.about .container .section-about-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** About End ***/

/*** Services Start ***/
.service .service-content-inner {
  transition: 0.5s;
}

.service .service-content-inner:hover {
  position: relative;
  background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
  transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
  color: var(--bs-white) !important;
}

/*** Service End ***/

/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 3;
  transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
  opacity: 0;
  transition: 0.5s;
}

.destination .tab-class .nav-item {
  padding: 0 0 20px 0;
}

.destination .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
  background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
  bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
  opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
  transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
  transform: scale(1.2);
}

/*** Destination End ***/

/*** Packages Start ***/
.packages .packages-item .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.packages-item h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
}

.packages .packages-item .packages-img .packages-info {
  background: rgba(0, 0, 0, 0.3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
  color: var(--bs-white);
  transition: 0.5s;
}

.packages .packages-item .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.7s;
  z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
  color: var(--bs-white) !important;
}

.packages .packages-item .packages-img img {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
  transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.packages .packages-carousel {
  position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}

/*** Packages End ***/

/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
  padding: 0 0 20px 0;
}

.ExploreTour .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
  transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
  transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
  background: rgba(19, 53, 123, 0.6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
  opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  border-top-right-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
  transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
  transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  border-top-right-radius: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  background: var(--bs-primary);
  color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
  background: rgba(19, 53, 123, 0.6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
  font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
  opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
  position: relative;
  overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
  width: 40px;
  background: var(--bs-primary);
}

/*** Explore Tour End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-item img {
  min-height: 300px;
  object-fit: cover;
}

.gallery .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
  position: relative;
  margin-bottom: -100%;
  opacity: 0;
  transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
  opacity: 1;
  margin: 0;
}

.gallery .gallery-item img {
  transition: 0.5s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
  background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
  padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
  background: #2b4162;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.booking .container .section-booking-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-white);
}

.booking .container .section-booking-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
  box-shadow: inset 0 0 0 0 #fdfdfd;
  background: #fdfdfd;
  color: #2b4162;
}

.booking .container form .btn.btn-primary:hover {
  box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
  position: relative;
}

.guide .guide-item .guide-img .guide-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: -50px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--bs-primary);
  background: var(--bs-light);
  z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: rgba(19, 53, 123, 0.5);
}

.guide .guide-item .guide-img-efects img {
  transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
  transform: scale(1.1);
}

.guide .guide-item .guide-title {
  position: relative;
  background: var(--bs-light);
  transition: 0.5s;
}

.guide .guide-item .guide-title::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
  height: 100%;
  background: var(--bs-primary) !important;
  color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
  transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
  position: relative;
  color: var(--bs-white) !important;
  z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
  color: var(--bs-white);
}

/*** Travel Guide End ***/

/*** Blog Start ***/
.blog .blog-item .blog-img {
  position: relative;
}

.blog .blog-item .blog-img .blog-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
  opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
  height: 100%;
  background: rgba(19, 53, 123, 0.6);
  opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
  overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
  transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
  transform: scale(1.2);
}

/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
  position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid var(--bs-primary);
  border-style: dotted;
  border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
  width: 40px;
  background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -55px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: -55px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
  border: 3px solid var(--bs-white);
  border-style: dotted;
  transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
  box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
  background: linear-gradient(rgba(19, 53, 123, 0.6), rgba(19, 53, 123, 0.6)),
    url(../img/subscribe-img.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe .subscribe-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-white);
}

.subscribe .subscribe-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid var(--bs-white) !important;
}

/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item a {
  line-height: 30px;
  color: var(--bs-white);
  transition: 0.4s ease-in-out;
}

.footer .footer-item a:hover {
  letter-spacing: 1.8px;
  color: #fff;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark) !important;
}

/*** copyright end ***/

/* whatsapp and call button */
.bh-widget-page .bh-w-link {
  display: none;
}

.bh-widget-page__button-main {
  width: 50px;
  height: 50px;
}

.bh-widget-page__call-to-action {
  width: 50px;
  height: 50px;
}

/* === bg mainn==== */
.bg-main {
  background: #2b4162 !important;
}

.bg-main h5,
.bg-main h1,
.bg-main p {
  color: #fdfdf5 !important;
}

/* ========= Service card css =========== */

.card {
  position: relative;
  padding: 10px 40px;
  border-radius: 20px;
  background: linear-gradient(145deg, hsl(0, 0%, 100%), hsl(60, 2%, 96%));
  box-shadow: 0 -6px 12px hsl(0, 0%, 100%, 0.2), 0 6px 24px hsl(0, 0%, 0%, 0.6),
    inset 0 -12px 32px hsl(0, 0%, 0%, 0.6),
    inset 0 12px 32px hsl(0, 0%, 100%, 0.3),
    inset 0 -8px 12px -5px hsl(0, 0%, 100%, 0.3);
  transition: transform 0.3s ease;
}

.card div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img-wrap {
  display: flex;
  justify-content: center;
  padding: 0px 30px;
}

.card-content h2 {
  text-align: center;
  font-size: 25px;
}

.about {
  margin-top: 50px;
}

.about .col-lg-5 img {
  border-radius: 20px !important;
  border: 3px solid #2b4162 !important;
}

.card {
  margin-bottom: 20px;
}

.navbar {
  background-color: white !important;
}

.text-md-end {
  text-align: left !important;
}

.text-md-start {
  text-align: right !important;
  padding-right: 20px !important;

}

:root {
  --primary-orange: #2b4162;
  --text-dark: #2b4162;
  /* Dark teal/blue for the heading */
  --text-muted: #444;
}

/* Background Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Darkens the background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal Box */
.popup-content {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Close Button (X) */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.emoji-container {
  font-size: 50px;
  margin-bottom: 20px;
}

.popup-title {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.popup-text {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* The Big Orange Button */
.call-button {
  display: inline-block;
  background-color: var(--primary-orange);
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px #037a92;
  transition: transform 0.2s, background-color 0.2s;
}

.call-button:hover {
  color: #2b4162;
  background-color: white;
  transform: translateY(-2px);
}

.popup-footer {
  color: #2b4162;
  font-size: 14px;
  margin-top: 20px;
}

/* Container Spacing */
.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* The Card Styling */
.single-counter {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  /* Soft shadow like the image */
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-counter:hover {
  transform: translateY(-5px);
}

/* Icon Styling */
.single-counter img {
  max-width: 60px;
  margin-bottom: 20px;
}

/* Number Styling */
.counter {
  color: #4a4a4a;
  /* Dark purple/blue from the image */
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

/* The Plus Sign */
.counter small {
  display: block;
  /* Moves + below the number as seen in screenshot */
  font-size: 35px;
  margin-top: -5px;
}

/* Text Below Number */
.single-counter p {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.counter-area {
  background-color: white !important;
}

/* Page Header Main Container */
.page-header {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
  overflow: hidden;
  background-color: #f4f7f7;
  /* Light fallback color */
  text-align: center;
}

/* Background Image & Overlay */
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Using your previous pattern */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  /* Keeps it subtle */
  z-index: -1;
}

/* Title Styling */
.page-header__title {
  margin: 0;
  color: white;
  /* Deep teal/dark blue */
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

/* Breadcrumb List Styling */
.careox-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: white;

}

.careox-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
  /* Foundation Green/Teal */
  font-weight: 600;
  list-style: none;
}

/* Breadcrumb Links */
.careox-breadcrumb li a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.careox-breadcrumb li a:hover {
  color: #2b4162;
}

/* The separator between Home and About */
.careox-breadcrumb li+li::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  font-weight: 400;
}

/* Active Page Span */
.careox-breadcrumb li span {
  color: white;
}

/* Animations (To support your bw-split-in-left classes) */
.bw-split-in-left div {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.page-header {
  background-image: url(../img/aboutus-slider.jpg);
}

.volunteer {
  background-color: #2b4162;
  color: white;
}

.volunteer h3 {
  color: white;
}

.text-box {
  padding-left: 50px;
}

.img-box img {
  border-radius: 20px;
  border: 2px solid white;
}

/* ===== CONTACT SECTION ===== */
.contact-one {
  padding: 80px 0;
  background: #f9f9f9;
}

/* IMAGE SIDE */
.contact-one__image {
  position: relative;
  text-align: center;
}

.contact-one__image img {
  width: 100%;
  border-radius: 10px;
}

.contact-one__image__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.contact-one__image__icon img {
  width: 50px;
}

/* CALL BOX */
.contact-one__image__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #04416a;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: left;
}

.contact-one__image__info__icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.contact-one__image__info a {
  color: #fff;
  text-decoration: none;
}

/* TITLE */
.sec-title__tagline {
  font-size: 14px;
  color: #04416a;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.sec-title__title {
  font-size: 30px;
  font-weight: 700;
  color: #04416a;
  margin-bottom: 15px;
}

/* TEXT */
.contact-one__text {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* FORM */
.form-one__group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-one__control {
  width: 48%;
}

.form-one__control--full {
  width: 100%;
}

/* INPUTS */
.form-one__control input,
.form-one__control textarea,
.form-one__control select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.form-one__control textarea {
  height: 120px;
  resize: none;
}

.form-one__control input:focus,
.form-one__control textarea:focus,
.form-one__control select:focus {
  border-color: #04416a;
}

/* BUTTON */
.careox-btn {
  background: #04416a;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.careox-btn:hover {
  background: #04416a;
}

/* CONTACT INFO */
.donation-details__share {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.sidebar__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #04416a;
}

.contactlist li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-widget__info__icon {
  margin-right: 8px;
  color: #04416a;
}

.contactlist a {
  color: #333;
  text-decoration: none;
}

/* SOCIAL */
.donation-details__share__social a {
  display: inline-block;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #04416a;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.donation-details__share__social a:hover {
  background: #04416a;
}

/* MAP */
iframe {
  border: 0;
  width: 100%;
}



/* ===== SECTION ===== */
.blog-one {
  padding: 80px 0;
  background: #f9f9f9;
}

/* ===== SIDEBAR ===== */
.sidebar__single {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.sidebar__title {
  font-size: 18px;
  font-weight: 600;
  color: #04416a;
  margin-bottom: 15px;
  border-bottom: 2px solid #04416a;
  padding-bottom: 8px;
}

/* CATEGORY LIST */
.sidebar__categories {
  padding: 0;
  margin: 0;
}

.sidebar__categories li {
  list-style: none;
  margin-bottom: 10px;
}

.sidebar__categories li a {
  display: block;
  padding: 10px 12px;
  background: #f1f1f1;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

/* HOVER */
.sidebar__categories li a:hover {
  background: #04416a;
  color: #fff;
  padding-left: 18px;
}

/* ===== CONTENT ===== */
.blog-details__content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}

/* TITLES */
.blog-details__title {
  font-size: 26px;
  font-weight: 700;
  color: #04416a;
  margin-bottom: 15px;
}

.sec-title__tagline {
  font-size: 14px;
  color: #04416a;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.blog-details__content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

/* IMAGES */
.blog-details__image img {
  width: 100%;
  border-radius: 8px;
  margin: 15px 0;
}

/* GRID IMAGES */
.row img {
  width: 100%;
  border-radius: 6px;
}

/* LIST */
.blog-details__content ul {
  padding-left: 18px;
  margin-top: 10px;
}

.blog-details__content ul li {
  margin-bottom: 8px;
  color: #444;
}

/* HR */
.blog-details__content hr {
  margin: 25px 0;
}

.contact-slider {
  background-image: url(../img/contact-slider.png);
  background-size: cover;

}

.gallery-slider {
  background-image: url(../img/gallery-slider.png);
  background-size: cover;

}

.activity-slider {
  background-image: url(../img/activity-slider-img.jpg);
  background-size: cover;

}

.titleh3 {
  margin-top: 20px;
}