@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #925806;
    --white: #fff;
    --black: #000;
    --secondary: #593e1a;
}
body {
    font-family: "Roboto", sans-serif;
    font-family: "Rubik", sans-serif;
    margin: 0;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
.breadcrumb-section {
    background: linear-gradient(
179deg, #000000, #925806);
    border-bottom: 1px solid #e9ecef;
    padding: 50px 0 !important;
    margin:0 !important;
}
ol.breadcrumb.mb-0 {
    justify-content: center;
}
.breadcrumb a {
  text-decoration: none;
  color: #fff;
   font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
ol.breadcrumb.mb-0 li {
    color: #fff;
    font-size: 18px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
::placeholder{
 color:#f7f7f7;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    border: solid 1px #945b0a2e;
    color: #000;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 12px 18px;
    width: 100%;
    outline: 0;
    border-radius: 3px;
    font-family: "Rubik", sans-serif;
    background: #482b0314;
}
::placeholder {
 color: #000;
}

input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 4px 25px;
    font-weight: 400;
    font-size: 14px;
    border: 0;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    font-family: "Rubik", sans-serif;
}
input[type="submit"]:hover {
	background: var(--secondary);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 90px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
    font-family: "Rubik", sans-serif;
	color: #000;
	font-weight: 500;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 0.5px;
}
h1 {
	font-size:28px
}
h2 {
	font-size:25px
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size:16px
}
h6 {
	font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    color: #44495a;
    font-size: 15px;
    line-height: 30px !important;
}
ul, li, a {
	list-style-type: none;
    font-family: "Rubik", sans-serif;
	color:  var(--paragraph);
	line-height: 25px;
	font-size: 15px;
}
strong {
    color:  var(--paragraph);
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
.heading {
    letter-spacing: 0.5px;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto 25px;
    color: #000;
}
.leftheading {
    letter-spacing: 0.5px;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    text-align: left;
    margin: 0 auto 12px;
    color: #000;
}
.subheading {
    width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}

/* TOPBAR */

.topbar {
    background: var(--primary);
    padding: 5px 0;
}
.top-contact li, .topbar span {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.top-contact li a, .topbar p {
    color: var(--white);
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 300;
    text-decoration: none;
}

.topbar p {
    margin: 0;
}
.smoicons {
    column-gap: 5px;
}
.smoicons li {
    color: var(--white);
    font-size: 16px;
}

.smoicons li i, .top-contact li i {
    color: var(--primary);
    background: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.top-contact {
    column-gap: 20px;
}
ul.smoicons figure {
    height: 35px;
    width: 35px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
ul.smoicons figure img {
    width: 17px;
}


/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
  border-bottom: 1px solid #eee;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}
.site-header .nav > li > a {
    color: #333;
    text-decoration: none;
    padding: 8px 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
    letter-spacing: .5px;
}

.site-header .nav > li > a:hover, .site-header .nav > li.current-menu-item > a, .site-header .nav > li.current_page_item > a {
    color: var(--primary);
}
.logo img {
    border-radius: 10px;
}
.logo h2 {
    font-size: 21px;
    margin: 0;
    text-align: center;
    color: var(--primary);
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #9258062b;
}
footer .logo h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 6px;
}
#menu-primary-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

/* SLIDER SECTION CSS */

.mainslider {
    position: relative;
}
.carousel-content {
    width: 75%;
    margin: 0 auto !important;
    text-align: center !important;
}

.mainslider #carouselExampleFade img {
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.7);
}
.mainslider .carousel-caption small {
    font-size: 13px;
    padding: 12px 25px;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(45deg, black, #915706);
    border-left: 2px solid var(
    --red);
    border-right: 2px solid var(
    --red);
    display: block !important;
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    border-radius: 50px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    display: block;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--white) !important;
    margin: 30px 0 20px;
}
.mainslider .carousel-caption h2 span {
    font-size: 45px;
    font-weight: 700;
    display: inline;
}
.mainslider .carousel-caption p {
    font-size: 16px;
    line-height: 29px;
}
.carousel-content .btn-primary {
    background: var(--primary);
    border: 1px solid #ffffff69;
    padding: 7px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    transition:.3s ease-in-out;
}
.carousel-content .btn-primary:hover {
 background:var(--black);
 transition:.3s ease-in-out;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--white) !important;
    background-color: var(--black) !important;
    border-color: #fff !important;
}

button.carousel-control-next {
    height: 50px;
    width: 50px;
    background: linear-gradient(45deg, #925806, #080400);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    right: 20px;
}

button.carousel-control-prev {
    height: 50px;
    width: 50px;
    background: linear-gradient(45deg, #925806, #080400);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    left: 20px;
}

/* about us section  */
.about {
    padding: 60px 0 40px;
}

.about img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}
a.btn.btn-primary {
    background: var(--primary);
    border: 1px solid #fff;
    padding: 10px 30px;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
}
a.btn.btn-primary:hover {
background:var(--black);
transition: .3s ease-in-out;
}

/* tour packages section  */

.tourpackages {
    background: #9258060f;
    padding: 40px 0 50px;
}
.about-tourpackages img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.about-tourpackages figure {
 overflow:hidden;
 border-radius:10px;	
}

.tourpackages-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: linear-gradient(178deg, rgb(255 255 255 / 0%) 0, #070700d6 50%);
}

.tourpackages-caption h3 {
    color: var(--white);
    font-size: 23px;
}
.tourpackages-caption a {
    text-decoration: unset;
}
a.btn.btn-secondary {
    background: unset;
    border: 2px solid #895306;
    padding: 6px 25px;
}

/* top destination section  */
.tours {
    background: linear-gradient(45deg, black, #000000a1), url(https://webzensys.com/work/unikafricasafaris.com/wp-content/uploads/2025/10/topkenya.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0 55px;
    background-attachment: fixed;
}
.tours-item {
    background: #ffffff0a;
    text-align: center;
    padding: 10px 7px 20px;
    height: 100%;
    border-radius: 6px;
    border-bottom: 2px solid #925806;
}
.tours-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.tours-info h3 {
    color: #fff;
    font-size: 19px;
}

/* reviews section  */
.reviews-section {
    background: #f9f9f9;
    padding: 50px 0 40px;
    margin-bottom: 40px;
}
.review-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
	flex-wrap: wrap;
}
.about-content ul li img {
    width: 123px;
    height: 50px;
    object-fit: contain;
}
.about-content ul h4 {
    font-size: 13px;
    margin-top: -20px;
}

/* partners section  */

.partners {
    padding: 45px 0 60px;
}
.aboutprtnrs figure{
 margin:0 !important;
}

.aboutprtnrs img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.aboutprtnrs {
    border: 1px solid #9258064a;
    padding: 18px;
    border-radius: 10px;
}
/* GALLERY SECTION CSS */

.ourgallery {
    padding: 0 0 65px;
}
.gallerylightbox .row {
    row-gap: 22px;
}
.gallerylightbox .gallerylightboxlist {
    height: 230px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
    border-radius: 6px;
}
.gallery-item {
    position: relative;
}
.gallery-item:after, .gallery-item:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-item:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.gallery-item:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}

/* BLOG SECTION CSS */
.homeblog {
    background: #c5c5c52b;
    padding: 40px 0 50px;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 40px 5px #0000000d;
    padding: 8px;
	height: 520px;
}
.homebloglist:hover {
    transform: translateY(-2px);
    background: var(--white);
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.user {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}
.homeblogbox {
    padding: 20px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 0 0 12px;
    margin-bottom: 15px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}
.homebloglist .btn-primary {
    padding: 9px 15px !important;
    font-weight: 300;
    margin-top: 12px;
}
.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before, .whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.homebloglist:hover figure:before, .whychoose-thumb:hover:before {
    animation: shine 1s;
	z-index: 1;

}
.homeblogbox a {
    text-decoration: unset;
}
.blog .homeblog {
    background: unset;
    padding-bottom: 0;
}

/* about us page  */
.page-id-19 .about-content ul li figure {
    height: 65px;
    width: 65px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.page-id-19 .about-content ul {
    column-gap: 10px;
}
.page-id-19 .about-content ul li img {
    width: 45px;
}
.about-adminstration {
    background: #92580614;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 60px;
    text-align: center;
    border: 1px dashed var(--primary);
}
.about-adminstration h2 {
    font-size: 32px;
    margin-bottom: 12px;
}
.faqs-section img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.faqs-section {
    margin-bottom: 50px;
    background: #f9f9f9;
    padding: 40px 0;
}
.ourteams {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 12%);
    border-bottom: 2px solid var(--primary);
}
.teams {
    margin-bottom: 60px;
}
.ourteams img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.teamdtls h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.teamdtls p {
    background: #9258062e;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}

/* travel information page  */

.travelinfo .leftheading {
    position: relative;
    font-size: 35px;
    position: relative;
    padding-left: 25px;
}
.travelinfo .leftheading:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 9px;
    height: 55px;
    width: 2px;
    background: var(--primary);
}
.travelinfo .leftheading:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 15px;
    height: 43px;
    width: 2px;
    background: var(--primary);
}
.travelinfo h4 {
    background: #9258062b;
    display: inline-block;
    padding: 6px 30px 6px 40px;
    border-radius: 50px;
    margin: 25px 0 20px;
    position: relative;
    letter-spacing: 2px;
}
.travelinfo h4:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 18px;
    height: 12px;
    width: 12px;
    background: var(--primary);
    border-radius: 50%;
}
.travelinfo strong {
    color: #000000c9;
    font-size: 16px;
}
.globaleaders-slider img {
    height: 400px;
    object-fit: cover;
}
.dtls {
    position: sticky;
    top: 0;
}

/* term & conditions page  */
.conditions ul li {
    margin-bottom: 12px;
    list-style-type: decimal;
}
.conditions ul li {
    margin-bottom: 15px;
    list-style-type: decimal;
}
.conditions ul {
    padding-left: 20px !important;
    margin: 18px 0;
}

/* footer section  */
footer {
    background: #000;
    padding: 50px 0px 0px;
}
.ftrabout {
    color: #dbdbdb;
}
footer h3 {
    margin-bottom: 25px;
    color: var(--white);
    position: relative;
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 12px;
}
.footer-logo.d-block img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}
footer h3:after {
    content: '';
    position: absolute;
    width: 60px;
    border-bottom: solid 2px var(--primary);
    left: 0;
    bottom: 0;
}
ul#menu-quick-links {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul#menu-quick-links li {
    width: 50%;
    margin-bottom: 15px;
}
ul#menu-quick-links li a {
    position: relative;
    padding-left: 15px;
    color: #dbdbdb;
    text-decoration: unset;
}
ul#menu-quick-links li a:before {
    position: absolute;
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 6px;
    color: var(--white);
    top: -2px;
}
ul#menu-tour-menu {
    padding: 0;
}
ul#menu-tour-menu li {
    margin-bottom: 15px;
}
ul#menu-tour-menu li a {
    position: relative;
    padding-left: 15px;
    color: #dbdbdb;
    text-decoration: unset;
}
ul#menu-tour-menu li a:before {
    position: absolute;
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 6px;
    color: var(--white);
    top: -2px;
}

.footer-details li {
    margin-bottom: 15px;
}

.footer-details i {
    height: 35px;
    width: 35px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}
.footer-details a {
    color: #dbdbdb;
    text-decoration: unset;
}
.footer-details span {
    color: #dbdbdb;
    line-height: 30px;
}
.copyright {
    background: #222222;
    padding: 12px;
}
.copyright p {
    color: #fff;
    margin: 0;
}

/* back to top css  */
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #fdb614;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

/* contact page css  */
.contactimg img {
    height: 725px;
    object-fit: cover;
    border-radius: 10px;
}
.contactss .subheading {
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
    background: #9258062e;
    display: inline-block;
    width: fit-content;
    padding: 7px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    border: 1px solid #92580673;
    font-size: 15px;
}
.contactus_details {
    width: 33%;
    background: #92580617;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    height: 145px;
    margin-top:20px;
    border-bottom: 2px solid var(--primary);
}
.contactus_details i {
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 9px;
}
.contactus_info h3 {
    margin-bottom: 6px;
}
.contactus_info h3 p a {
   color:var(--black);
}
.contactus_info p a {
    color: #000 !important;
    text-decoration: none !important;
}
.contactss form {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 9%);
}



/* Private Safari For Kenya Page Details  */

.secondary-container {
    padding: 60px 0;
}
.about-privatesafaris {
    background: #9258060d;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 17%);
}
.privatesafaris-caption {
    padding: 20px 10px;
}
.about-privatesafaris h3 {
    line-height: 32px;
    font-weight: 400;
    margin: 0px 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.about-privatesafaris figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.about-privatesafaris figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.about-privatesafaris figure:hover img{
 transform:scale(1.1);
 transition: .5s ease-in-out;	
}

.about-privatesafaris img {
    height: 200px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.about-privatesafaris a {
    text-decoration: unset;
}
.privatesafaris-caption .btn {
    background: var(--primary) !important;
    transition: .5s ease-in-out;
    padding: 5px 15px !important;
    font-size: 14px;
    letter-spacing: 1px;
}
.privatesafaris .row {
    row-gap: 20px;
}

/* Nairobi Details page css  */
.nairobi-safari-card img {
    width: 100%;
}
.nairobi-safari-card a {
    text-decoration: unset;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.nairobi-featured-img img {
    height: 400px !important;
    object-fit: cover;
}
.packagedtlssidebar {
    position: sticky;
    top: 0;
}
.packagedtls-box {
    padding: 20px 20px 15px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 5px 10px #ddd !important;
    border-top: 2px solid var(--primary);
}
.packagedtls-box h4 {
    color: #000;
    font-size: 20px;
}
.packagedtls {
    margin-bottom: 25px;
    border-top: 3px solid var(--primary);
    box-shadow: 0 5px 10px #ddd !important;
    padding: 20px 20px 15px;
    border-radius: 6px;
    top: 0;
}
ul#menu-tour-packages {
    padding: 0;
}
.packagedtls-box li {
    line-height: 35px;
}
.packagedtls li a {
    transition: .5s;
    display: block;
    padding: 8px 15px;
    border-radius: 2px;
    margin-bottom: 12px;
    background: rgb(254 165 0 / 3%);
    border: 1px solid #ccc6;
	text-decoration:none;
}
.packagedtls li a:hover {
    background: var(--primary);
    color: var(--white);
}
.nairobi-safari-card img {
    height: 250px;
    object-fit: cover;
}

.featured-image img {
    height: 550px;
    object-fit: cover;
}

/* faq section  */

.faqs {
    margin: 30px 0;
}
.accordion-item {
    margin-bottom: 15px;
    border: unset !important;
    border-bottom: 1px solid #eb1f2836 !important;
}
button.accordion-button.collapsed {
    background: linear-gradient(
359deg, black, #925806);
    color: #fff;
}
.accordion-button::after {
    filter: invert(1) brightness(1000);
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--primary) !important;
    box-shadow: unset !important;
}
.accordion-button:focus {
    box-shadow: unset !important;
}
.accordion-body {
    background: #f9f9f9;
    border-bottom: 2px solid var(--primary);
    border-radius: 0 0 8px 8px;
}
.card-text a.btn.btn-primary {
    padding: 4px 22px;
    font-size: 16px;
    font-weight: 400;
}
.about-includeexclude {
    background: #e97b1008;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e97b1024;
}
.about-includeexclude h4 {
    font-size: 20px;
    margin: 0px 0 14px;
    position: relative;
    padding-left: 20px;
}
.about-includeexclude h4:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary);
    border-radius: 50px;
    outline: 2px solid #e97b1052;
}
.about-includeexclude ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left:25px;
}
.about-includeexclude ul li:after {
    position: absolute;
    content: '\f0a4';
    top: 0;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    color: var(--primary);
}
.titles {
    border-left: 3px solid var(--primary);
    font-size: 26px;
    text-align: left !important;
    padding-left: 15px;
}

/* accommodation section css  */
.about-accomodation img {
    width: 100%;
    border-radius: 10px;
    height: 260px;
    object-fit: cover;
}
.about-accomodation {
    text-align: center;
    background: #9258061a;
    padding: 12px;
    border-radius: 10px;
    border: 1px dashed #9258067a;
    margin: 20px 0;
}
.about-accomodation h3 {
    margin: 0;
}


/* Accomodation Page  */

.details figure {
    overflow: hidden;
    border-radius: 10px;
    transition:.5s ease-in-out
}
.details h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 22px;
}
.details span {
    position: absolute;
    top: 0px;
    left: -100px;
    background: linear-gradient(45deg, black, #925806);
    display: block;
    padding: 7px 25px;
    color: #fff;
    opacity: 0;
    transition: .5s ease-in-out;
    letter-spacing: 1px;
    font-weight: 400;
}
.details h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 22px 20px 13px;
    margin: 0;
    color: #fff;
    background: linear-gradient(180deg, transparent 29%, #070700cf 80%);
}
.details img {
    height: 300px;
    object-fit: cover;
    transition: .5s ease-in-out;
    filter: brightness(0.7);
}
.details figure:hover{
 filter:brightness(2);
 transition:.5s ease-in-out;
}
.details figure:hover img{
transform:scale(1.1);
transition:.5s ease-in-out;
}
.details:hover span{
 opacity:1;
 left:0;
 transition:.5s ease-in-out;
}

/* Park and Reserve */

.parks_and_reserves {
  padding: 40px 0;
}

.tab-btn {
    position: relative;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    height: 100% !important;
    border-radius: 10px;
}

.tab-btn img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.tab-btn:hover img {
  transform: scale(1.05);
}

.tab-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}


.tab-content-item {
    border: none !important;
}
.tab-contents {
    border: 1px solid var(--primary) !important;
    background: #fdb6141c !important;
    border-radius: 8px;
}

.custom-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 240px;
    cursor: pointer;
    transition: transform 0.4s ease;
}
.custom-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.7);
    transition:.5s ease-in-out;
}


.custom-card:hover .card-img {
    transform: scale(1.08);
    filter: brightness(1);
    transition:.5s ease-in-out;
}

.custom-card .card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.1),
    rgba(0,0,0,0.6)
  );

  color: #fff;
}
.custom-card .card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}


.custom-btn {
  padding: 8px 22px;
  border: 2px solid #925806; 
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Button hover */
.custom-btn:hover {
  background: #925806;
  color: #fff;
}

/* Parks and Reserve Details Page */

/* Main Wrapper */
.parks_and_reserves_details .details-wrapper {
    padding: 40px 0;
}

/* Left Content */
.details-body {
    border-left: 2px solid var(--primary);
    border-radius: 10px;
    background: #9258060a;
    padding: 30px;
}

.details-body h3, .details-body h4 {
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 5%);
    padding-left: 35px;
    margin-top: 10px;
}

.details-body h3:after,
.details-body h4:after {
    position: absolute;
    content: '';
    height: 11px;
    width: 11px;
    background: var(--primary);
    left: 15px;
    top: 18px;
    border-radius: 50px;
    outline: 1px solid var(--primary);
    outline-offset: 2px;
}

.details-body p {
    width: 100%;
    max-width: 100%;
}

/* Right Image */
.details-image img.img-fluid {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    height: 400px;
}
.parksright {
    position: sticky;
    top: 0;
}
/* Contact Box */

.packagedtls-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.packagedtls-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.col-lg-4.col-md-5.col-12.details-image {
    position: sticky;
    top: 0;
}

.support-box {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: url('https://webzensys.com/work/unikafricasafaris.com/wp-content/uploads/2025/11/blog_detail.png') center/cover no-repeat;
}

.support-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.2)
    );
    z-index: 1;
}

.support-box * {
    position: relative;
    z-index: 2;
}

.support-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #925806;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.support-icon i {
    color: #fff;
}
.support-call {
    background: #92580624;
    padding: 10px;
    border-radius: 6px;
    border-left: 2px solid var(--primary);
    margin-bottom: 20px;
}
.support-call a {
    color: #fff;
    text-decoration: none;
    margin-top: -5px;
}
.support-small {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    padding-left: 15px;
}

.support-title {
    font-size: 28px;
    margin: 5px 0 15px;
    font-weight: 700;
    color: #fff;
}

.support-call strong {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-right: 5px;
    letter-spacing: 1px;
}

.support-call span {
    color: #925806;
    font-weight: 600;
}

.support-text {
    color: #fff;
}

.details-body ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.details-body ul li::before {
    content: ">>";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.details-body ul li:hover {
    transform: translateX(5px);
    color: var(--primary);
}

.details-body ul li:hover::before {
    left: -3px;
    opacity: 0.8;
}
.parks_and_reserves_details .accomodation {
    margin-top: 30px;
}

.prtnrdtls {
    gap: 20px;
}

/* Responsive */

@media(max-width: 1200px){
	.about-content a.btn.btn-primary{
		padding: 10px 18px;
	}
	
	.homebloglist {
		height: 540px;
	}
}

@media(max-width: 1024px){
	.leftheading {
		font-size: 28px;
	}
	
	.review-list li {
            flex: 0 0 calc(50% - 20px); 
     }
	
	.logo h2{
		font-size: 18px;
	}
	
	.travelinfo h4{
		margin: 10px 0 10px;
	}
	.details-body h3,
	.details-body h4{
		font-size: 18px;
	}
}

@media (max-width: 991px){
	.review-list li{
		flex: 0 0 auto;
	}
	
	.tours-item img{
		height: 250px;
	}
	
	.heading{
		font-size: 35px;
	}
	
	.secondary-container {
		padding: 35px 0;
	}
}

@media (max-width: 767px){
	.carousel-content{
		width: 100%;
	}
	
	.mainslider .carousel-caption h2{
		font-size: 40px;
	}
	
	.topbar{
		display: none;
	}
	
	.main-header{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.support-box{
		max-width: 100%;
	}
}

@media (max-width: 667px){
	.heading {
        font-size: 30px;
    }
	
	.aboutprtnrs {
		padding: 5px;
		flex: 0 0 calc(25% - 20px);
		height: 110px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.prtnrdtls {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center !important;
	}
}

@media (max-width: 568px){
	.review-list li {
        flex: 0 0 calc(50% - 20px);
    }
	
	.mainslider .carousel-caption h2 {
        font-size: 35px;
		line-height: 50px;
    }
	
	.ourgallery {
		padding: 0 0 40px;
	}
	.about {
		padding: 45px 0 40px;
	}
	
	.reviews-section{
		padding: 40px 0 30px;
	}
	
	.homebloglist {
        height: auto;
    }
	
	.homebloglist img{
		height: 350px;
	}
	.partners {
		padding: 30px 0 40px;
	}
	.faqs-section{
		margin-bottom: 20px;
	}
	
	.travelinfo .leftheading{
		font-size: 28px;
	}
	.travelinfo h4{
		font-size: 16px;
	}
	.featured-image img,
	.contactimg img{
		height: auto;
	}
	
	.contact-detailed{
		flex-direction: column !important;
	}
	
	.contactus_details{
		width: 100%;
	}
}

@media (max-width: 479px){
	.aboutprtnrs{
		flex: 0 0 calc(50% - 20px);
	}
	
	.about img{
		height: auto;
	}
	
	.logo h2{
		font-size: 16px;
		padding: 8px;
	}
	
	.gallerylightbox .gallerylightboxlist{
		height: 140px;
	}
	
	.ti-reviews-container {
		margin-bottom: 0 !important;
	}
	
	.faqs-section img{
		height: auto;
	}
	
	.about-adminstration{
		margin-bottom: 40px;
	}
	
	.mobile-logo h2{
		font-size: 20px;
	}
	
	.details-image img.img-fluid{
		height: auto;
	}
	
	.details-body h3,
	.details-body h4{
		font-size: 16px;
	}
}

@media (max-width: 414px){
	.globaleaders-slider img{
		height: 300px;
	}
}

@media (max-width: 375px){
	.travelinfo .leftheading {
		font-size: 24px;
	}
}
@media (max-width: 360px){
	.details-body{
		padding: 20px;
	}
}
@media (max-width: 325px){
	.mainslider .carousel-caption small{
		display: none !important;
	}
	
	.leftheading {
    font-size: 24px;
}
	.mobile-logo h2 {
    font-size: 18px;
}
	
	.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
}