/* Self Service CTA */
.self-service-cta {
  background-image: linear-gradient(140deg, var(--secondary) 30%, var(--primary) 100%);
  background-size: cover;
  background-position: center;
  height: 326px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-top: 21px;
}

.self-service-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('./images/home/cta_bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* Adjust this value to control the image's visibility */
  z-index: 1;
}

.self-service-cta > .row {
  position: relative;
  z-index: 2;
  height: 100%;
}

/* map-container */
.map-container {
width: 100%;
min-height: 540px;
border: 1px solid var(--secondary);
/* border: 1px solid rgba(var(--secondary-rgb), 0.3); */
border-radius: 20px;
overflow: hidden;
position: relative;
}

.map-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 20px;
}

/* Lists */
.other-faq {
  height: 150px;
  /* width: 100%; */
}

/* note1 container */
.note1 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.note1 h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  color: #000 !important;
  text-align: left;
  z-index: 1;
  max-width: 120px;
}

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

/* variable */
:root {      
  --alt-font: 'Gotham-Book';
  --primary-font:  'Gotham-Book';
  --base-color: #005153;
  --dark-gray:#1e3238;
  --very-light-gray:#eceff1;
  --yellow: #ecab23;
  --medium-gray: #7c898d;
  --solitude-blue: #f4f7f9;
  --primary: #F78F1E;
  --secondary: #A84D0F;
} 

.gradient-text {
background: linear-gradient(180deg, #F78F1E 0%, #FF4C00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.mission-text {
color: #FF4C00;
margin-top: 8px;
}

.vision-text {
color: #FF9E15;
margin-top: 8px;
}

.overlay-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(226, 35, 26, 0.75);
z-index: 1;
pointer-events: none;
}

.location-overlay-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
pointer-events: none;
}

.careers-overlay-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, #9A3821 26.85%, rgba(154, 56, 33, 0) 100%);
z-index: 1;
pointer-events: none;
}

.home-location-overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFFE5;
  z-index: 1;
  pointer-events: none;
}

.location-feedback-content {
  position: relative;
  z-index: 2;
}

.quality-content {
  position: relative;
  z-index: 2;
}

.outlined-text {
  font-family: Arial;
  font-size: 120px;
  font-weight: bold;
  line-height: 82px;
  color: transparent;
  -webkit-text-stroke: 5px white;
}

/* about us page element stylings */
.content-box {
  width: 320px;
  margin: 12px;
  background: blue !important;
}

.vertical-divider {
  width: 0px;
  height: 160px;
  border: 0.25px solid #FFFFFF66;
  margin: 8px 28px;
}

.horizontal-divider {
  border: 0.25px solid #FFFFFF66;
  margin: 24px 12px;
}

.interactive-banner-style-08 {
  margin-bottom: 18px;
}

.interactive-banner-style-08 figure figcaption .circle-box {
  color: #fff;
}

.service-carousel {
  padding-right: 4% !important;
  padding-left: 4% !important;
}

.do-more-row {
  gap: 32px;
}

.circle-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px; 
  height: 160px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.4s ease-in-out;
}

.circle-link:hover {
  color: #fff;
  transform: translateY(-12px);
  transition: transform 0.4s ease-in-out;
  background-color: #F78F1E;
  border: 2px solid #F78F1E;
}

.full-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6)); /* Even dark overlay */
  z-index: -1;
}

.full-overlay-gawa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)); /* Even dark overlay */
  z-index: -1;
}

.agri-do-more {
  gap: 310px;
  margin-left: -1em;
}

.myphone-do-more1 {
  gap: 220px;
  margin-left: -6em;
}

.myphone-do-more2 {
  gap: 220px;
  margin-left: 4em;
}

.mymoney-do-more1 {
  gap: 100px;
  margin-left: -4em;
}

.mymoney-do-more2 {
  gap: 100px;
  margin-left: 4em;
}

.rounded-box {
border-radius: 20px;
overflow: hidden;
display: inline-block;
}

.rounded-box-sm {
border-radius: 10px;
overflow: hidden;
display: inline-block;
}

.hover-box {
  width: 374px;
  height: 435px;
}

/* Header Navigation */
.navbar {
padding: 1rem 0;
}

/* Dropdown Menu Styling */
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
display: none; /* Hide default Bootstrap dropdown arrow */
}

.navbar-nav .nav-item.dropdown .dropdown-menu {   
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem 0;
  min-width: 280px;
  border-radius: 0;
  border-top: 4px solid var(--primary);
}

.navbar-nav .nav-item.dropdown .dropdown-item {
padding: 0.75rem 1.5rem;
/* color: #333; */
transition: all 0.2s ease;
display: flex;
align-items: center;
gap: 0.75rem;
position: relative;
border-left: 3px solid transparent;
}

.navbar-nav .nav-item.dropdown .dropdown-item img {
width: 16px;
height: 16px;
transition: transform 0.2s ease;
opacity: 0.7;
}

.navbar-nav .nav-item.dropdown .dropdown-item:hover {
background-color: rgba(var(--primary-rgb), 0.05);
color: var(--primary);
border-left-color: var(--primary);
padding-left: 1.75rem;
}

.navbar-nav .nav-item.dropdown .dropdown-item:hover img {
transform: translateX(5px);
opacity: 1;
}

/* Active state */
.navbar-nav .nav-item.dropdown .dropdown-item.active,
.navbar-nav .nav-item.dropdown .dropdown-item:active {
background-color: rgba(var(--primary-rgb), 0.1);
color: var(--primary);
border-left-color: var(--primary);
}

/* Arrow animation on hover */
.navbar-nav .nav-item.dropdown .dropdown-item:hover img {
transform: translateX(3px);
opacity: 1;
}

/* Header Dropdown on Hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0;
}

/* .dropdown-item.site-text a {
  width: 24px !important;
} */

/* Requirements list with icons */
.requirements-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.requirements-list .d-flex {
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.requirements-list .d-flex img {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.requirements-list .d-flex span {
  flex: 1;
  font-family: 'Gotham-Book' !important;
  font-size: 16px !important;
  line-height: 21px !important;
  color: var(--dark-gray) !important;
}

/* Mobile menu styles */
@media (max-width: 991.98px) {
  .navbar-nav {
    padding: 1rem 0;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0 0 0 1.5rem;
    margin: 0;
    background-color: rgba(0,0,0,0.02);
  }

  .navbar-nav .dropdown-item {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }

  .navbar-nav .dropdown-item:hover {
    background-color: rgba(var(--primary-rgb), 0.05);
    padding-left: 1.25rem;
  }

  .navbar-nav .dropdown-toggle::after {
    display: none;
  }
}

/* Menu Button */
.menu-btn {
  width: 100px;
  color: var(--dark-grey) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


/* Side Drawer */
.side-drawer {
  position: fixed !important;
  top: 0 !important;
  right: -400px !important;
  width: 400px !important;
  max-width: 90% !important;
  height: 100vh !important;
  background: white !important;
  z-index: 9999 !important;
  transition: right 0.3s ease-in-out !important;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  visibility: hidden !important;
}

/* Drawer Content Styling */
.drawer-content {
  padding: 1.5rem !important;
  flex: 1;
  overflow-y: auto;
}

.drawer-content .heading-five {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-content .heading-five li {
  margin-bottom: 1.5rem;
  padding: 0;
}

.drawer-content .heading-five li:last-child {
  margin-bottom: 0;
}

.drawer-content .heading-five a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #333 !important;
  transition: all 0.2s ease;
  padding: 0.5rem 0;
  width: 100%;
}

.drawer-content .heading-five a:hover {
  color: var(--secondary) !important;
}

.drawer-content .heading-five a img {
transition: transform 0.2s ease;
}

.drawer-content .heading-five a:hover img {
transform: translateX(5px);
}

/* Equity Group Button */
.drawer-content .btn {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.drawer-content .btn:hover {
background: var(--secondary);
transform: translateY(-2px);
}

.side-drawer.open {
right: 0 !important;
visibility: visible !important;
}

.drawer-overlay {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background-color: rgba(0, 0, 0, 0.5) !important;
z-index: 9998 !important;
opacity: 0 !important;
visibility: hidden !important;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
}

.drawer-overlay.show {
opacity: 1 !important;
visibility: visible !important;
}

body.drawer-open {
overflow: hidden !important;
position: relative !important;
height: 100% !important;
}

.side-drawer.open {
right: 0;
}

.drawer-header {
border-bottom: 1px solid #eee;
}

.close-drawer {
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
color: #333;
line-height: 1;
padding: 0 0.5rem;
}

.drawer-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1040;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}

.drawer-overlay.show {
opacity: 1;
visibility: visible;
}

.drawer-content {
overflow-y: auto;
flex: 1;
}

.drawer-content .navbar-nav {
flex-direction: column;
padding: 0;
}

.drawer-content .nav-item {
margin: 0.5rem 0;
}

.drawer-content .nav-link {
  padding: 0.75rem 1rem;
  color: var(--dark-gray) !important;
  font-size: 1rem;
  border-bottom: 1px solid #f5f5f5;
}

/* Body scroll lock when drawer is open */
body.drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Header Styles */
.header-with-topbar {
  position: relative;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 15px 0;
}

/* Menu Toggle Button */
.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.menu-btn:focus {
  outline: none;
}

/* Side Drawer */
.side-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  max-width: 90%;
  height: 100vh;
  background: white;
  z-index: 2000;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.side-drawer.open {
  right: 0;
}

.drawer-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-drawer {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
}

.drawer-content {
  padding: 20px;
}

.drawer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-content li {
  margin-bottom: 15px;
}

.drawer-content a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.drawer-content a:hover {
  color: var(--primary);
}

.drawer-content img {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.drawer-content a:hover img {
  transform: translateX(5px);
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.drawer-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
}

/* Mobile dropdown toggle */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

/* Mobile menu close button */
.mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 2001;
}

/* Hero Carousel */
.hero-section {
  position: relative;
  padding-bottom: 100px; /* Reduced padding to prevent cutting */
  overflow: visible; /* Allow overflow for action cards */
  display: flex;
  align-items: center;
  min-height: 500px; /* Set a minimum height for the hero */
  z-index: 1;
}

.hero-carousel {
  width: 100%;
  /* min-height: 750px; */
  padding: 40px 0 80px; /* Added bottom padding for action cards */
  position: relative;
  z-index: 1;
}

.hero-content {
  padding: 20px;
  z-index: 2;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.hero-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-box {
  /* width: 374px;
  height: 435px; */
  /* width: 360px;
  height: 420px; */
}


/* Navigation buttons container */
.swiper-nav-buttons {
  position: absolute;
  right: 20px;
  bottom: 180px !important;
  display: flex;
  flex-direction: row;
  gap: 40px;
  z-index: 10;
}

/* Individual navigation buttons */
.hero-button-next,
.hero-button-prev {
  position: relative;
  margin: 0;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hero-button-next:hover,
.hero-button-prev:hover {
  transform: translateY(-16px);
  transition: all 0.5s ease;
}

/* Remove default Swiper navigation button styling */
.hero-button-next::after,
.hero-button-prev::after {
  display: none;
}

/* Ensure the images inside buttons are properly sized */
.hero-button-next img,
.hero-button-prev img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* Action Cards */
.action-cards {
  position: absolute;
  bottom: 0.2px;
  left: 50%;
  min-height: 120px;
  transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  padding: 0 15px;
}

/* .action-cards {
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  padding: 0 15px;
} */

.action-cards .row {
  justify-content: center;
  margin: 0 -10px; /* Add negative margin to counteract column padding */
}

.action-cards .col-lg-2,
.action-cards .col-md-2,
.action-cards .col-sm-6 {
  padding: 0 10px; /* Add consistent padding */
  margin-bottom: 20px; /* Space between rows on smaller screens */
}

.action-card {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.action-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.action-card-icon {
  flex: 1;
}

.action-card-icon img {
  max-width: 40px;
  height: auto;
}

.action-card h3 {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
}

/* Pagination */
.hero-pagination {
  position: relative;
  bottom: 30px;
  z-index: 10;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  transform: scale(1.2);
}

/* Responsive styles moved to custom.responsive.css */

/* Animation for slide content */
.swiper-slide-active .hero-content {
  animation: fadeInUp 0.8s ease-out;
}

.swiper-slide-active .hero-image img {
  animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translateX(30px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

/* Tab styling */
.tab-btn {
  color: var(--primary) !important;
  transition: all 0.2s ease;
  padding: 7px 15px;
  border-radius: 30px;
  border: 1px solid var(--primary);
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.tab-btn:hover {
  background-color: rgba(var(--secondary-rgb), 0.8) !important;
}

.tab-btn.active {
  background-color: var(--primary) !important;
  color: white !important;
  border-color: var(--primary);
}


.tab-btn2 {
  color: var(--secondary) !important;
  transition: all 0.2s ease;
  padding: 7px 15px;
  border-radius: 30px;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  border: none;
  opacity: 0.8;
}

.tab-btn2:hover {
  border: 1px solid var(--secondary) !important;
}

.tab-btn2.active {
  opacity: 1;
}

.equitel-btn {
  background-color: var(--primary) !important;
  color: white !important;
  /* width: auto !important; */
  height: 38px !important;
  border-radius: 30px !important;
}

.equitel-btn:hover {
  border: 1px solid white !important;
  background-color: var(--secondary) !important;
}

.equitel-btn2 {
  background-color: white !important;
  color: var(--primary) !important;
  height: 38px !important;
  border-radius: 30px !important;
  transition: all 0.3s ease;
  color: var(--primary) !important;
  height: 38px !important;
  border-radius: 30px !important;
  transition: all 0.3s ease;
}

.equitel-btn2:hover {
  transform: translateY(-5px);
}

.blogs-box {
  /* width: 360px; */
  height: 340px;
  border: 1px solid var(--secondary) !important;
  border-radius: 30px !important;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
}

.blogs-box img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.blogs-box-content {
  color: var(--dark-gray) !important;
}

.blogs-box:hover img {
  opacity: 1;
  display: block;
}

.blogs-box:hover .blogs-box-content {
  color: white !important;
}

/* Ensure text remains visible on hover */
.blogs-box:hover figcaption {
  background: rgba(0, 0, 0, 0.2);
}

.boostika-card {
  width: 427px;
  height: 255px;
}

.accordion-button {
  padding: 8px 15px;
  margin-bottom: 12px;
  border: 2px solid color-mix(in srgb, var(--secondary) 20%, transparent);
  border-radius: 30px !important;
}

.accordion-collapse {
  margin-bottom: 12px;
}

.accordion-body {
  border: 2px solid color-mix(in srgb, var(--secondary) 20%, transparent);
  border-radius: 30px !important;
}

/* Style for accordion button when expanded */
.accordion-button:not(.collapsed) {
  background-color: var(--secondary);
  color: #fff;
  border: none;
}

/* Custom plus/minus icons for accordion */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A84D0F'%3e%3cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-size: 1.8rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  width: 1.8rem;
  height: 1.8rem;
  content: '';
  opacity: 1;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M19 13H5v-2h14v2z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
  filter: none;
}

/* Image overlay for auto top-up section */
.rounded-box-auto {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.rounded-box-auto img {
  display: block;
  transition: transform 0.3s ease;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  opacity: 1;
  transition: opacity 0.3s ease;
  padding: 20px;
  text-align: center;
}

/* ianbob-styling */
/* Media Centre */
/* media-centre-how-to-guide */
.accordion .accordion-button {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
}
.accordion-body {
  font-size: 0.9rem;
  color: #444;
}
/* Wrapper */
/* .custom-tabs {
  border: none;
  padding: 0.5rem;
} */

/* All tab buttons */
/* .custom-tabs .nav-link {
  border: 2px solid #6B4F3B;
  border-radius: 14px;
  color: #6B4F3B;
  background-color: transparent;
  margin-right: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
} */

/* Active tab */
.custom-tabs .nav-link.active {
  background-color: #6B4F3B;
  color: #FFFFFF; /* Makes text disappear */
  border-color: transparent;
  text-shadow: none;
}

/* Optional hover effect for inactive tabs */
.custom-tabs .nav-link:hover:not(.active) {
  background-color: #f5ebe1;
  color: #6B4F3B;
}

/* MEDIA-CENTRE-PRESS-RELEASE */

.arrow-btn {
  background-color: brown;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}
.arrow-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.navbar-nav .media-nav-item{
  padding: 0.75rem 1.5rem;
  /* color: #333; */
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  border-left: 3px solid transparent;
}
.carousel-indicators {
    /* position: absolute; */
    bottom: -36px;
    margin-bottom: 2rem !important;
}

.carousel-indicators button {
    width: 20px !important;
    height: 20px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    border: 2px solid var(--secondary) !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    padding: 0 !important;
    background-clip: unset !important;
}

.carousel-indicators button.active,
.carousel-indicators button[aria-current="true"] {
    background-color: var(--secondary) !important;
}

/* /ianbob-styling */

/* Top Contact Bar */
.top-contact-bar {
    background-color: var(--secondary);
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    /* z-index: 1050; */
}

.top-contact-bar a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.top-contact-bar a:hover {
    opacity: 0.8;
}

.top-contact-bar .social-links a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.top-contact-bar .social-links a:hover {
    background-color: #fff;
    color: var(--secondary) !important;
}

/* Adjust main navigation margin when top bar is present */
.header-with-topbar .navbar {
    margin-top: 0;
    position: relative;
    z-index: 1040;
}

/* FAQS styling */
.faq-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.faq-sidebar {
  flex: 0 0 320px;
  padding-right: 2rem;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.faq-sidebar h3 {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-light);
}

.faq-content {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  padding: 0 1.5rem;
}

.faq-topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-topic-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
}

.faq-topic-link:hover,
.faq-topic-link.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateX(5px);
}

.faq-topic-count {
  background: #f5f5f5;
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.faq-topic-link.active .faq-topic-count,
.faq-topic-link:hover .faq-topic-count {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.faq-section {
  margin-bottom: 3rem;
  display: none;
}

.faq-section:first-child {
  display: block;
}

.faq-section h2 {
  color: var(--primary);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  position: relative;
}

/* FAQ Search */
.faq-search .form-control {
  color: #000;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-search .input-group-text {
  border-radius: 0 8px 8px 0;
  border-left: none;
  background-color: #fff;
  color: var(--primary);
}

.highlight {
  background-color: #fff3cd;
  padding: 0.1em 0.2em;
  border-radius: 3px;
  font-weight: 600;
}

/* FAQ Pagination */
.faq-pagination {
  margin-top: 2rem;
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

.page-link {
  color: var(--primary);
  border: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
  margin: 0 2px;
  border-radius: 4px;
}

.page-link:hover {
  color: var(--primary-dark);
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* Make sure pagination is centered and wraps properly */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}

/* Custom scrollbar for tables */
.table-responsive {
  -ms-overflow-style: -ms-autohiding-scrollbar; /* For Edge */
  scrollbar-width: thin; /* For Firefox */
}

/* For Webkit browsers (Chrome, Safari, etc.) */
.table-responsive::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
.table-responsive {
  scrollbar-color: var(--secondary) #f1f1f1;
  scrollbar-width: thin;
}
