/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #e3f605;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #e3f605;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #000000;
  box-shadow: none;
}

.header-top-marquee {
  background: #000000;
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-bottom: none;
  overflow: hidden;
  white-space: nowrap;
}

/* CSS Scrolling Text Animation - replaces deprecated marquee */
.scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.scrolling-text span {
  display: inline-block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.header-top-marquee:hover .scrolling-text {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .header-top-marquee {
    font-size: 12px;
    padding: 8px 0;
  }
  .scrolling-text {
    animation-duration: 20s;
  }
}

#header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 12px 20px;
  background: #000000;
  overflow: visible;
}

#header.header-scrolled {
  background: #000000;
  transition: all 0.5s;
}

#header.header-scrolled .header-top-marquee {
  display: none;
}

#header.header-scrolled .container-fluid {
  padding: 12px 30px;
}

#header #logo {
  flex: 0 0 auto;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
}

#header #logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #e3f605;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
.tagLine {
  display: block;
}
.tagLine span {
  display: block;
  font-size: 9px;
  margin: 5px 0 0 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #e3f605;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
  margin-top: 0;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #000;
  background: #e3f605;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #e3f605;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 6px 10px 6px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  outline: none;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .nav-menu a {
    padding: 0 10px 10px 10px;
    font-size: 12px;
  }
}

@media (min-width: 1400px) {
  .nav-menu a {
    padding: 0 12px 10px 12px;
    font-size: 13px;
  }
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #e3f605;
}

.nav-menu > li {
  display: inline-block;
  margin-left: 3px;
}

@media (min-width: 1200px) {
  .nav-menu > li {
    margin-left: 5px;
  }
}

/* Download App Button - Header */
.nav-menu .download-app-box {
  margin-left: 10px;
  padding-top: 0px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .nav-menu .download-app-box {
    margin-left: 15px;
  }
}

.nav-menu .download-app-box a {
  border: none;
  padding: 8px 14px !important;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
  color: #fff !important;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
  vertical-align: middle;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nav-menu .download-app-box a {
    padding: 10px 18px !important;
    font-size: 12px;
  }
}

@keyframes pulse-btn {
  0%,
  100% {
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(255, 68, 68, 0.7);
  }
}

.nav-menu .download-app-box a:hover {
  background: linear-gradient(135deg, #ff5555 0%, #dd0000 100%);
  color: #fff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 68, 68, 0.6);
  animation: none;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #e3f605;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e3f605;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #e3f605;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #e3f605;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(
    0deg,
    #000000 0%,
    #242323 50%,
    #000000 100%
  );
}

#featured-services i {
  color: #e3f605;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #e3f605;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #e3f605;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #e3f605;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #e3f605;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background:
    linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  color: #fff;
  padding: 200px 0;
  /* padding: 60px 0 40px 0; */
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #e3f605;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a,
#services h3,
#services p {
  color: #fff;
}

#services .box:hover .title a {
  color: #e3f605;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #e3f605;
  border: 2px solid #e3f605;
}

Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .bg-custom-progressbar {
  background-color: #00ffff !important;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #e3f605;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #e3f605;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #e3f605;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #e3f605;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #e3f605;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #e3f605;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #e3f605;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #e3f605;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #e3f605;
  border: 1px solid #e3f605;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #e3f605;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0a0a0a;
  padding: 0;
  color: #ccc;
  font-size: 14px;
}

#footer .footer-top {
  background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
  padding: 60px 0 40px 0;
  border-top: 3px solid #e3f605;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 12px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  border-left: 4px solid #e3f605;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  color: #bbb;
}

#footer .footer-top .social-links {
  margin-top: 20px;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  margin-right: 8px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  border: 1px solid #333;
}

#footer .footer-top .social-links a:hover {
  background: #e3f605;
  color: #000;
  transform: translateY(-3px);
  border-color: #e3f605;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
  background: #e3f605;
  border-radius: 2px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 10px;
  color: #e3f605;
  font-size: 12px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li:last-child {
  border-bottom: none;
}

#footer .footer-top .footer-links ul a {
  color: #bbb;
  transition: all 0.3s ease;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e3f605;
  padding-left: 5px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 28px;
  color: #bbb;
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact p i {
  color: #e3f605;
  margin-right: 10px;
  width: 20px;
}

/* Footer App Download Section */
#footer .footer-top .footer-app {
  margin-bottom: 30px;
}

#footer .footer-top .footer-app p {
  color: #bbb;
  margin-bottom: 20px;
  line-height: 24px;
}

#footer .footer-top .app-download-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#footer .footer-top .app-btn {
  display: inline-block;
  transition: all 0.3s ease;
}

#footer .footer-top .app-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

#footer .footer-top .playstore-badge {
  height: 50px;
  width: auto;
  border-radius: 8px;
}

/* Footer Bottom */
#footer .footer-bottom {
  background: #000;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .copyright {
  color: #888;
  font-size: 14px;
}

#footer .copyright strong {
  color: #e3f605;
}

#footer .footer-sebi {
  color: #888;
  font-size: 13px;
}

#footer .footer-sebi span {
  background: rgba(227, 246, 5, 0.1);
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid rgba(227, 246, 5, 0.3);
}

@media (max-width: 768px) {
  #footer .footer-top {
    padding: 40px 0 20px 0;
  }

  #footer .footer-bottom .text-md-right {
    text-align: center !important;
    margin-top: 10px;
  }

  #footer .copyright {
    text-align: center;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 24px;
  }
}

.demat-account {
  text-align: center;
}

.demat-account button {
  margin-bottom: 20px;
  background-color: #004a7f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  animation: glowing 500ms infinite;
}

@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #211399;
    box-shadow: 0 0 40px #211399;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

.demat-account button:hover {
  background-color: #090c0c;
}

.angel-broking img {
  position: relative;
  left: 0%;
  width: 100%;
  height: 100%;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  max-width: 300px;
  height: 300px;
  perspective: 1000px;
  border-radius: 20px;
  margin: 50px auto 20px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  border-radius: 20px;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}

.flip-card-front {
  background-color: #bbb;
  color: whitesmoke;
  text-align: center;
  border-radius: 20px;
}

.flip-card-back {
  background-color: rgb(7, 76, 85);
  opacity: 90%;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  border-radius: 20px;
}

.flip-card-back button {
  background-color: #004a7f;
  color: white;
  border-radius: 20px;
  border: none;
  width: 100px;
  height: 35px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.flip-card-back button:hover {
  background-color: #003a6f;
}

.dropdown {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 10px;
}

.dropdown-btn {
  background-image: url("https://media.licdn.com/dms/image/v2/D4D12AQGauQLOqw4T6Q/article-cover_image-shrink_600_2000/article-cover_image-shrink_600_2000/0/1686582397554?e=2147483647&v=beta&t=rpOlvImxiJUvDhkDZJvabE72PrKIKeZ9Bg44KYErqAs");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  height: 300px;
  border-radius: 20px;
  text-align: left;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.dropdown-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Dropdown Content */
/* Dropdown Content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  max-width: 1200px;
  width: max-content;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 10px;
  padding: 20px;
  color: black;
  margin-top: 70px;
  left: 0;
  overflow: auto;
  max-height: 80vh;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content h6 {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
}

/* Dropdown Link Styling */
.dropdown-content b {
  font-weight: bold;
  color: #4caf50;
}

/* Optional: Add some padding for better spacing in the dropdown content */
.dropdown-content p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* Optional: Add hover effect for links inside the dropdown */
.dropdown-content a {
  text-decoration: none;
  color: #4caf50;
  font-weight: bold;
  transition: color 0.3s ease;
}

.dropdown-content a:hover {
  color: #45a049;
  text-decoration: underline;
}

.dropdown-image img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.dropdown-content img {
  width: 100%;
  max-width: 350px;
  height: auto;
  min-height: 200px;
  max-height: 300px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 25px;
  display: block;
}

/*--------------------------------------------------------------
# Enhanced Responsive Styles
--------------------------------------------------------------*/

/* Small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .section-header h3 {
    font-size: 24px;
  }

  .section-header p {
    font-size: 14px;
    padding: 0 15px;
  }

  #about .about-col {
    margin-bottom: 30px;
  }

  #about .about-col p {
    padding: 0 15px 15px 15px;
  }

  #team .member {
    margin-bottom: 30px;
  }

  #team .member img {
    width: 100% !important;
    height: auto !important;
  }

  #contact .contact-info {
    text-align: center;
  }

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    margin-bottom: 30px;
  }

  #footer .footer-top {
    padding: 40px 0;
  }

  #footer .footer-info,
  #footer .footer-links,
  #footer .footer-contact {
    margin-bottom: 30px;
  }

  .flip-card {
    width: 90%;
    max-width: 280px;
  }

  #skills .progress .skill {
    font-size: 12px;
  }

  #testimonials .testimonial-item .testimonial-img {
    width: 80px;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
  #intro h2 {
    font-size: 24px;
    padding: 0 15px;
  }

  #intro p {
    font-size: 14px;
    width: 90%;
  }

  #intro .btn-get-started {
    padding: 8px 24px;
    font-size: 14px;
  }

  #header .container-fluid {
    padding: 10px 15px;
  }

  .about-cols .col-md-4 {
    margin-bottom: 20px;
  }

  #sendEnquiry form {
    padding: 20px !important;
    margin: 0 15px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Improve focus states for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #e3f605;
  outline-offset: 2px;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #e3f605;
  color: #000;
  padding: 8px 16px;
  z-index: 9999;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 0;
}

/* Print styles */
@media print {
  #header,
  #mobile-nav,
  #mobile-nav-toggle,
  .back-to-top,
  .header-top-marquee {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  a {
    color: #000;
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------
# Enhanced Header Styles for All Devices
--------------------------------------------------------------*/
#header {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

#header #logo h1 {
  font-size: 24px;
  line-height: 1.2;
}

#header #logo .tagLine span {
  font-size: 10px;
  margin-top: 5px;
  color: #e3f605;
  letter-spacing: 1px;
}

/* Navigation Styles */
.nav-menu > li > a {
  font-size: 13px;
  padding: 10px 12px;
}

.nav-menu .download-app-box a {
  padding: 10px 20px !important;
  font-size: 13px;
}

/* Free Sticker Icon */
.nav-menu .free-sticker-icon {
  width: 28px;
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
}

@media (max-width: 1200px) {
  .nav-menu > li > a {
    font-size: 12px;
    padding: 8px 8px;
  }

  .nav-menu .download-app-box a {
    padding: 8px 15px !important;
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  #header #logo h1 {
    font-size: 20px;
  }

  #header #logo .tagLine span {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  #header .container-fluid {
    padding: 10px 15px;
  }

  #header #logo h1 {
    font-size: 18px;
  }

  .header-top-marquee {
    font-size: 11px;
    padding: 6px 0;
  }
}

/*--------------------------------------------------------------
# Page Content Spacing (for pages without hero)
--------------------------------------------------------------*/
.page-content {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .page-content {
    padding-top: 100px;
  }
}

/*--------------------------------------------------------------
# Professional Enquiry Form Styles
--------------------------------------------------------------*/
#sendEnquiry {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#sendEnquiry .section-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

#sendEnquiry .section-header p {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

#sendEnquiry .enquiry-form-wrapper {
  display: flex;
  justify-content: center;
}

#sendEnquiry .enquiry-form {
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#sendEnquiry .form-group {
  margin-bottom: 20px;
}

#sendEnquiry .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

#sendEnquiry .form-group label .required {
  color: #e74c3c;
}

#sendEnquiry .form-group input,
#sendEnquiry .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

#sendEnquiry .form-group input:focus,
#sendEnquiry .form-group textarea:focus {
  border-color: #e3f605;
  box-shadow: 0 0 0 3px rgba(227, 246, 5, 0.1);
}

#sendEnquiry .btn-submit {
  width: 100%;
  padding: 14px 20px;
  background: #e3f605;
  color: #000;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#sendEnquiry .btn-submit:hover {
  background: #c8d904;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(227, 246, 5, 0.3);
}

@media (max-width: 576px) {
  #sendEnquiry {
    padding: 40px 15px;
  }

  #sendEnquiry .enquiry-form {
    padding: 25px 20px;
  }
}

/* ============================================
   WhatsApp Floating Chat Button
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-float .whatsapp-label {
  background: #fff;
  color: #333;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  animation: whatsappLabelPulse 3s ease-in-out infinite;
  display: none;
}

.whatsapp-float:hover .whatsapp-label {
  display: block;
}

.whatsapp-float .whatsapp-btn {
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.whatsapp-float .whatsapp-btn:hover {
  background: #128c7e;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float .whatsapp-btn i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.whatsapp-float .whatsapp-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: whatsappRipple 1.5s ease-out infinite;
}

@keyframes whatsappRipple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes whatsappLabelPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 80px;
    right: 15px;
  }
  .whatsapp-float .whatsapp-btn {
    width: 52px;
    height: 52px;
  }
  .whatsapp-float .whatsapp-btn i {
    font-size: 26px;
  }
}

/* ============================================
   Page Banner / Header Top for inner pages
   ============================================ */
.page-banner {
  background: linear-gradient(135deg, #0c2461 0%, #1e3799 50%, #0a1a40 100%);
  padding: 40px 0 35px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="50" r="1.5" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="80" r="1" fill="rgba(255,255,255,0.04)"/></svg>');
  background-size: 50px 50px;
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

.page-banner h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-banner h1 i {
  color: #e3f605;
  font-size: 28px;
}

.page-banner .breadcrumb-nav {
  margin-top: 10px;
}

.page-banner .breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.page-banner .breadcrumb-nav a:hover {
  color: #e3f605;
}

.page-banner .breadcrumb-nav span {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 8px;
}

.page-banner .breadcrumb-nav .current {
  color: #e3f605;
  font-weight: 500;
}

/* ============================================
   Policy / Legal Pages Redesign
   ============================================ */
.legal-page-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #f0f4f8 0%, #ffffff 100%);
  min-height: 60vh;
}

.legal-page-content {
  background: #fff;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.legal-page-content .page-title {
  color: #0c2461;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.legal-page-content .last-updated {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.legal-page-content .last-updated i {
  color: #e3f605;
}

.legal-page-content .intro-text {
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 10px;
  border-left: 4px solid #e3f605;
}

.legal-page-content h2 {
  color: #1e3799;
  font-size: 22px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
}

.legal-page-content h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #e3f605;
}

.legal-page-content h3 {
  color: #334155;
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 12px;
}

.legal-page-content p {
  color: #475569;
  line-height: 1.85;
  font-size: 15px;
  margin-bottom: 12px;
}

.legal-page-content ul,
.legal-page-content ol {
  margin-left: 10px;
  margin-bottom: 15px;
}

.legal-page-content ul li,
.legal-page-content ol li {
  color: #475569;
  line-height: 1.85;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.legal-page-content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e3f605;
}

.legal-page-content ul {
  list-style: none;
}

.legal-page-content .brand-highlight {
  color: #1e3799;
  font-weight: 700;
}

.legal-page-content .warning-box {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-left: 4px solid #f59e0b;
  padding: 22px 25px;
  border-radius: 10px;
  margin: 25px 0;
}

.legal-page-content .warning-box h4 {
  color: #b45309;
  margin-bottom: 10px;
  font-size: 16px;
}

.legal-page-content .warning-box p {
  color: #92400e;
  margin-bottom: 5px;
}

.legal-page-content .disclaimer-box {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: none;
  border-left: 4px solid #ef4444;
  padding: 22px 25px;
  border-radius: 10px;
  margin: 25px 0;
}

.legal-page-content .disclaimer-box h4 {
  color: #dc2626;
  font-size: 16px;
  margin-bottom: 10px;
}

.legal-page-content .disclaimer-box p {
  color: #991b1b;
}

.legal-page-content .contact-box {
  background: linear-gradient(135deg, #0c2461 0%, #1e3799 100%);
  padding: 35px;
  border-radius: 14px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.legal-page-content .contact-box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(227, 246, 5, 0.1);
}

.legal-page-content .contact-box h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.legal-page-content .contact-box p {
  color: rgba(255, 255, 255, 0.9);
}

.legal-page-content .contact-box a {
  color: #e3f605;
  text-decoration: none;
  font-weight: 600;
}

.legal-page-content .contact-box a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-page-content {
    padding: 30px 20px;
  }
  .legal-page-content .page-title {
    font-size: 26px;
  }
  .page-banner h1 {
    font-size: 24px;
  }
}
