/* CUSTOM CODE */
/* INFLUX INFOTECH */
/* This file contains custom styles for the Influx Infotech website */

/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* FONTS */

/* GLOBAL STYLES */
:root {
  --primary-color: #eb0000;
  --secondary-color: #065833;
  --primary-hover: #c20000;
  --secondary-hover: #044a2b;
  --text-light: #ffffff;
  --text-dark: #222222;
}
/* GLOBAL STYLES */
@media (min-width: 1200px) {
  .container {
    width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 9;
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20)
}
.top-header {
  background-color: #065833;
}
/* div#navigation ul {
margin-top: 25px;
} */
.head-btn {
  margin-top: 0px;
  color: #0084bf;
  position: absolute;
}
.logo.shrink img {
  height: 60px; /* Shrunk logo height */
}
.head-btn {
  transition: all 0.3s ease;
  padding: 10px 20px;
  font-size: 16px;
}
/* a.shrink.head-btn {
margin-top: 6px;
} */
/* #navigation.small-screen {
position: relative;
}
#navigation.small-screen #menu-button {
position: absolute;
top: -80px;
right: 40px;
z-index: 999;
padding: 23px 28px;
font-size: 12px;
background-color: #eb0000;
color: #fff;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
border-radius: 4px;
transition: top 0.3s ease;
} */
.header-wrapper .container .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#navigation > ul > li > a {
  padding: 24px 10px;
  font-size: 14px;
  color: #161718;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: none;
}
.button-wrapper {
  display: flex;
  align-items: center;
}
.request-button {
  margin: 0;
  padding: 12px 20px; /* balance visually */
  display: inline-block;
}
.slider-captions {
  position: absolute;
  bottom: 180px;
  width: 100%;
  color: #fff;
  text-align: left;
  border-radius: 2px;
  z-index: 9;
}
.slider-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.slider p {
  font-size: 21px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#navigation ul ul li a {
  background-color: #eb0000;
  padding: 11px 15px;
  width: 390px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  border-bottom: #eb0000 1px solid;
  margin-left: 1px;
}
#navigation li:hover > ul > li {
  height: 35px;
}
#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
  color: #fff;
  background-color: #065833;
}
.top-header ul li {
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #d1d5d6;
  padding: 0px 10px 0px 0px;
}
.top-header ul li a:hover {
  color: #ffaaaa;
}
ul.top-menu {
  float: right;
}
#navigation > ul > li:hover > a {
  color: #eb0000;
  background-color: transparent;
  border-bottom: none;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
}
.space-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* #navigation.small-screen {
width: fit-content;
} */
#navigation.small-screen #menu-button {
  display: block;
  padding: 16px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #eb0000;
  /* margin-top: -60px; */
}
a.btn.btn-outline.shrink.head-btn {
  background-color: #eb0000;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
a.btn.btn-outline.shrink.head-btn:hover {
  background-color: #065833;
}
.top-header ul {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
}
.top-header ul li {
  margin: 0 10px;
}
.top-header ul li a {
  color: #d1d5d6;
  font-size: 15px;
}
.img-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* Black with 50% opacity */
  z-index: 1;
}
.img-overlay img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
  border-bottom: 0;
  padding: 10px 15px;
  color: #fff;
}
#navigation.small-screen ul li {
  width: 100%;
  border-top: 1px solid #af0000;
  top: auto;
  background-color: #eb0000;
}
#navigation.small-screen #menu-button:before {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: "";
}
#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  height: 12px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.section-title h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.service-content {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 10px;
}
.service-title {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 25px;
}
.service-content p {
  margin-bottom: 0px;
}
.btn-link {
  color: #eb0000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.btn-link:hover {
  color: #065833;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.section-title p {
  color: #000;
  font-size: 16px;
}
.section-title p {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
/* .feature-center {
padding: 10px 10px;
text-align: center;
} */
.feature-center .feature-icon {
  font-size: 48px;
  color: #eb0000;
  margin-bottom: 10px;
}
.feature-content h3 {
  margin-bottom: 5px;
}
.feature-content p {
  margin-bottom: 5px;
}
/* card-box */
.travel-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
  justify-content: center;
}

.card {
  position: relative;
  width: 23%;
  min-width: 250px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}

.card h3 a {
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.card .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 60px 20px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.card:hover .details {
  opacity: 1;
}

.card p,
.card .details a {
  margin: 8px 0;
}

.card .details a {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

.details ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.details li {
  margin: 3px 0;
}

@media (max-width: 768px) {
  .travel-section {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 80%;
  }
}
/* card-box */
.tour-packages {
  background-color: #fff;
}
ul.features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    /* border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9; */
    padding-top: 5px;
    padding-bottom: 10px;
}
ul.features li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    padding: 5px;
    flex: 1 1 200px;
    font-size: 14px;
    color: #575757;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px;
}
ul.features li i {
    background-color: #eb0000;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.features li:nth-child(odd) {
  background-color: #f0f0f0;
}

ul.features li:nth-child(even) {
  background-color: #fff;
}
.testi-bg {
  background-image: url("../images/testi-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.whychooseus-section {
    padding: 50px 0;
    background-color: #f5f5f5;
}
.feature-center.line {
    border-right: 1px solid #c6c3c3;
}
.section-title-1 h2 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 20px;
}
.lead {
    font-size: 20px !important;
    font-weight: 300;
    line-height: 1.6;
    color: #d60808 !important;
    margin-bottom: 5px;
}
.about-section p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
    color: var(--text-dark);
}
.taxi-btns {
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 20px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.taxi-btns:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.about-img {
    border-radius: 10px;
}
.ft-logo {
    padding: 10px;
}
.page-caption {
    padding-top: 130px;
    padding-bottom: 130px;
    color: #fff;
}
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: .5rem;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: none;
  }
.breadcrumb li {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}
  .breadcrumb li+li::before {
    content: "›";
    margin: 0 .5rem;
    color: #9ca3af;
  }
.breadcrumb a {
    text-decoration: none;
    color: #eec680;
}
  .breadcrumb a:hover { 
    text-decoration: none;
    color: var(--primary-hover);
}

  /* Optional: truncate long last item on small screens */
  @media (max-width: 480px) {
    .breadcrumb li[aria-current="page"] {
      max-width: 50vw;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .page-title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}
.service-data.mb30 p {
    color: #2f2e2e;
    font-size: 16px;
    text-align: justify;
}
.sidenav ul li a {
    padding-left: 15px;
    display: block;
    color: #161718;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5;
    text-transform: capitalize;
    border-radius: 0px;
}
.sidenav {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 20px;
}
.side-heading {
    background-color: #eb0000;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
    padding: 5px;
}
.service-sidebar.consultantion-form {
    padding: 30px;
}
.sidenav ul li {
    position: relative;
    font-weight: 700;
    margin-bottom: 1px;
    border-bottom: 1px solid #ccc8c8;
}
.sidenav li:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 0px;
    font-size: 14px;
    color: #065833;
    content: '\f105';
    top: 5px;
}
.service-data.mb30 ul li {
    list-style: disc;
    color: #000;
}
.service-data.mb30 ul {
    margin-bottom: 20px;
}