@charset "UTF-8";
/*!
 * Alaskan tour guides
 * Copyright 2011-2025 The Alaskan Tour Guides
 * https://alaskantour.com/
*/

:root {
  --bs-secondary: #35b8ab;
  --bs-secondary-rgb: 53, 184, 171;
  --bs-warning: #eee;
  --bs-warning-rgb: 238, 238, 238;
}

/* 
** Activity Table style
*/

table.alaska-activity-table {
  border: none;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
}

table.alaska-activity-table,
table.alaska-activity-table tbody,
table.alaska-activity-table td,
table.alaska-activity-table tr {
  background-color: #fff !important;
  font-weight: normal;
}

table.alaska-activity-table tr:hover {
  background-color: unset !important;
}

.alaska-activity-table thead,
.alaska-activity-table tbody,
.alaska-activity-table tfoot {
  font-size: 1.1rem !important;
  border: none;
}

.alaska-activity-table thead tr th {
  background-color: unset !important;
  color: #fff !important;
  border-color: transparent;
}
.alaska-activity-table thead tr {
  background: #35B8AB;
  background-image: linear-gradient(159deg, var( --e-global-color-d77049d ) 0%, var( --e-global-color-585dbb7 ) 100%) !important;
  font-weight: bold;
}

.alaska-activity-table>tbody>tr>td {
  border: 1px solid #ddd !important;
}

.alaska-activity-table .btn-count {
  padding: 4px 15px;
  background-color: #35B8AB;
  font-weight: bold;
  font-size: 1.4rem !important;
  color: #fff !important;
  position: relative;
}

.alaska-activity-table .btn-count:after {
  content: '' !important;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
  width: 50%;
  left: auto !important;
  height: 150% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  right: 0 !important;
  top: 0 !important;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.alaska-activity-table .btn-count:hover {
  background-color: #2A9388 !important;
  text-decoration: none !important;
}

.alaska-activity-table .btn-count:hover:after {
  width: 60% !important;
}

.alaska-activity-table tr td h4 {
  color: #323c46 !important;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
}

#alreadyAddedActivities {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.tour-item .short-info {
  background-color: rgba(59, 205, 191, .6);
  color: #fff;
}

.tours-result-filter a {
  cursor: pointer;
}

.hvr-underline-from-center {
  /* display: inline-block; */
  /* vertical-align: middle; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2A9388;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 2;
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0
}

.filters li a,
.tours-result-filter a{
  height: 1em;
  padding: 0 4px;
}

/* .filters li a span,
.tours-result-filter a span {
  position: relative;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  transition: transform 0.3s;
}

.filters li a span::before,
.tours-result-filter a span::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 700;
  transition: top 0.3s;
  width: 100%;
}

.filters li a:hover span::before,
.tours-result-filter a:hover span::before {
  top: 0;
}

.filters li a:hover span,
.tours-result-filter a:hover span {
  transform: translateY(-100%);
} */


/* .filters li a span,
.tours-result-filter a span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.filters li a span::before,
.tours-result-filter a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.filters li a:hover span,
.tours-result-filter a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
} */

/* span::before {
  background: yellow;
} */

.alaska-faq-buttons .faq-btn .nav-link {
  border: 1px solid #2A9388;
  color: #2A9388;
  background-color: #fff;
  /* padding: 0.25rem 0.5rem; */
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 25rem;
  font-weight: 700;
  /* padding: 8px; */
}

.alaska-faqs-info .alert-default{
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #2A9388;
  background-color: #fff;
  padding: 2rem;
}

.alaska-faqs-info__link a{
	text-transform: uppercase;
}

/** Form */
.alaska-activity-table .form-control {
  box-shadow: none !important;
}

.alaska-activity-table .form-check-input {
  padding: 0 !important;
  border: 1px solid #323c46 !important;
  box-shadow: none !important;
}

.alaska-activity-table .form-check-input:checked {
  background-color: #2A9388 !important;
  border-color: #2A9388 !important;
}

.alaska-activity-table .form-check-input[type=radio] {
  border-radius: 50% !important;
}

.alaska-activity-table .form-control {
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color)!important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: var(--bs-border-radius) !important;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.3)!important;
}

/* custom styling by Ammar */
@media (min-width: 768px) {
    .col-md-2 {
    width: 22.666667% !important;
	padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    }
	.col-md-6 {
        width: 44%;
    }
	.me-5{
		margin-right: 0 !important;
	}
	.elementor-kit-22 h2 {
        font-size: 30px;
        line-height: 2.25rem;
    }
}
@media (max-width: 400px) {
    .elementor-kit-22 h2 {
        font-size: 27px;
/*         line-height: 2.25rem; */
    }
	.alaska-activity-table thead tr th {
    border-color: white;
    font-size: 12px;
	}
	th.text-center {
    font-size: 12px;
    border: 1px solid white !important;
	}
}

/* @media (max-width: 1024px) {
	.tour-results .elementor-element{
		padding-left: 3rem !important;
	}
} */
