/*
Theme Name: Salaton Safaris Ltd
Theme URI:  https://www.acesolutionafrica.com/
Author:     Bethulow
Author URI: https://www.acesolutionafrica.com/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
  font-family: myFirstFont;
  src: url(./fonts/Amotrio-Regular.otf);
}

body,p{
	font-family: "Montserrat", sans-serif !important;
	line-height:1.8 !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Playfair Display", serif !important;
	line-height:1.2 !important;
}

.baton .gm-menu-item__txt-wrapper{
    background-color: #a3672f;  /* Warm golden-brown */
    color: #fff;                 /* White text for contrast */
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 25px;         /* Rounded edges */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Hover effect */
.baton .gm-menu-item__txt-wrapper:hover {
    background-color: #804d24;  /* Slightly darker brown for hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.gm-toolbar-nav-container {
    margin: 0 0px !important;
}


/* Card */
.safari-card {
    position: relative;
    display: block;
    height: 520px;
	border-radius:5px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

/* Overlay */
.safari-overlay {
    position: absolute;
    inset: 0;
    background:linear-gradient(to bottom,rgba(103,40,19,0) 57%,rgba(103,40,19,.75) 100%) !important;
    transition: background 0.4s ease;
    z-index: 1;
}

/* Days badge */
.safari-days {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    color: #000;
    padding: 10px 12px;
    text-align: center;
    z-index: 2;
}

.safari-days strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.safari-days em {
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Content */
.safari-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    transition: transform 0.4s ease;
}

/* .safari-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
} */

.safari-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff75;
    padding-bottom: 14px;
}

/* Hidden description */
.safari-desc {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
}

/* Hover */
.safari-card:hover .safari-desc {
    opacity: 1;
    max-height: 200px;
	color:#fff !important;
    transform: translateY(0);
}

.safari-card:hover .safari-content {
    transform: translateY(-10px);
	color:#fff !important;
}

.safari-card:hover .safari-overlay {
    background: linear-gradient(
        to bottom,
        rgba(103, 40, 19, 0.2),
        rgba(103, 40, 19, 0.5)
    ) !important;
}

/* Owl fix */
.safari-carousel .item {
    height: 100%;
    padding: 5px !important;
}

#fom label{
	width:100% !important;
}

/* Carousel wrapper */
.safari-carousel {
    position: relative;
}

/* Common arrow styles */
.safari-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

/* Left arrow */
.safari-carousel .owl-nav .owl-prev {
    left: -25px; /* push it slightly outside */
}

/* Right arrow */
.safari-carousel .owl-nav .owl-next {
    right: -25px;
}

/* Hover effect */
.safari-carousel .owl-nav button:hover {
    background: #c9a14a !important; /* safari / gold vibe */
    transform: translateY(-50%) scale(1.05);
}

/* Remove focus outline */
.safari-carousel .owl-nav button:focus {
    outline: none;
}

@media (max-width: 768px) {
    .safari-carousel .owl-nav .owl-prev {
        left: 5px;
    }
    .safari-carousel .owl-nav .owl-next {
        right: 5px;
    }
}

.safari-desc ul li{
	list-style-image:url('https://www.acesolutionafrica.net/projects/newsalaton/wp-content/uploads/2026/02/paw-1.png');
	line-height:1.8 !important;
}
.safari-desc ul{
	padding:0px 0px 0px 25px !important;
}


/* Force carousel images to proper height */
.carousel-img {
    width: 100%;
    height: 400px; /* adjust as needed */
    object-fit: cover;
}

/* Hide inactive carousel slides (Bootstrap 3 fix) */
.carousel-inner > .item {
    display: none;
    position: relative;
}
.carousel-inner > .active {
    display: block;
}

/* Thumbnails below carousel */
.carousel-thumbnails {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.carousel-thumbnails .thumbnail-img {
    width: calc(100% / 4 - 10px); /* 4 thumbnails across */
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s;
}
.carousel-thumbnails .thumbnail-img.active-thumb {
    border-color: #007bff;
}


/* blog carousel */

/* Carousel wrapper */
.blog-carousel {
    padding: 20px 0;
}

/* Individual blog item */
.blog-item {
    padding: 10px;
}

/* Card */
.blog-card {
    display: block;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

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

/* Image */
.blog-image {
    height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Soft overlay for readability */
.blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.55) 100%
    );
}

/* Content */
.blog-content {
    padding: 20px 22px 26px;
}

/* Meta */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 10px;
}

.meta-sep {
    opacity: 0.5;
}

/* Title */
.blog-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
    color: #1f2933;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #c9a24d; /* change to match your brand */
}

/* Owl dots spacing */
.owl-dots {
    margin-top: 25px;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .blog-image {
        height: 220px;
    }

    .blog-title {
        font-size: 18px;
    }
}

/* Show nav */
.blog-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Common arrow styles */
.blog-carousel .owl-nav button {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    pointer-events: all;
    transition: all 0.3s ease;
}

/* Left arrow */
.blog-carousel .owl-nav .owl-prev {
    left: -25px;
}

/* Right arrow */
.blog-carousel .owl-nav .owl-next {
    right: -25px;
}

/* Arrow icon */
.blog-carousel .owl-nav button span {
    font-size: 28px;
    line-height: 1;
    color: #1f2933;
}

/* Hover */
.blog-carousel .owl-nav button:hover {
    background: #c9a24d !important; /* brand color */
}

.blog-carousel .owl-nav button:hover span {
    color: #fff;
}

/* Hide arrows on small screens */
@media (max-width: 768px) {
    .blog-carousel .owl-nav {
        display: none;
    }
}

.glyphicon-chevron-left:before {
    content: "\f053" !important;
}
.glyphicon-chevron-right:before
 {
    content: "\f053" !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    height: 500px !important;
    border-radius: 15px !important;
}


/* destination page display */
/* .safari-col {
    margin-bottom: 30px !important;
} */

/* Keep card height consistent */
.safari-card {
    height: 460px !important;
}

/* .blog-item {
    margin-bottom: 30px;
} */

.blog-image {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.blog-card {
    display: block;
    height: 100%;
}

.gm-navbar .gm-toolbar-social-link i
{
	background:red !important;
	border-radius:50px !important;
	height:30px;
	width:30px;
}
.gm-navbar .gm-toolbar-socials-list .gm-toolbar-socials-list__item
 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.gm-navbar .gm-toolbar-social-link i {
    background:#c17539 !important;
	font-size:14px !important;
    line-height: 30px !important;
    border-radius: 50px !important;
    height: 30px !important;
    width: 30px !important;
}

.gm-navbar .gm-toolbar-socials-list {

    margin-left: 0px !important;
    margin-right: 0px !important;

}

.groovy-28328-Mail:before, .groovy-28328-Mobile:before
 {
    background:#c17539 !important;
    border-radius: 50px !important;
    padding: 8px !important;
}

.ekit-accordion--content ul li{
	list-style-image:url('https://www.salatonsafaris.com/wp-content/uploads/2026/02/paw-2.png') !important;
	line-height:1.8 !important;
}
.ekit-accordion--content ul{
	padding:0px 0px 0px 25px !important;
}

.carousel
{
	overflow: hidden !important;
}
.carousel-control span:before{
	display:none !important;
}
.carousel-inner
{
	border-radius: 15px !important;
}

.pagination
{
	justify-content: center !important;
}

.page-numbers {
    box-shadow: none;
    text-decoration: none;
    background: #bf7332;
	border:2px solid #bf7332;
    padding: 10px 15px;
    color: #fff;
}

.nav-links .current{
    box-shadow: none;
    text-decoration: none;
    background:transparent;
    border:2px solid #bf7332;
    padding: 10px 15px;
    color:#bf7332 !important;
}

#attraction-track{
border:2px solid #C48B73 !important;
}

