body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 80px; /* avoid header overlap */
}

/* Header */
.navbar {
  background-color: #fff !important;
  transition: all 0.3s ease;
  padding: 10px;
}

.navbar-brand img {
  max-width: 160px;
}

.nav-link {
  font-weight: 600;
  color: #000 !important;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ffbb00 !important;
}

.btn-warning {
  background-color: #ffbb00 !important;
  border: none;
  font-weight: 600;
  border-radius: 60px;
  padding: 7px 30px;
  padding-right: 20px;
  padding-left: 20px;

}

.btn-warning:hover {
  background-color: #e6a800 !important;
  color: #000;
}


.navbar-toggler:focus {
  box-shadow: none;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.nav-pills .nav-link {
  background-color: #f8f8f8; 
  color: #222;
  border-radius: 0;          
  border-left: 6px solid rgb(211, 211, 211); 
  padding: 12px 20px;
  text-align: left;
  font-weight: 600;
  width: 100%;              
  margin-bottom: 5px;
  transition: all 0.3s;
  font-size: 25px;
}

@media(max-width:768pc){
  .nav-pills .nav-link{
    font-size: 20px;
  }

  .col-md-8 h2{
    padding-left:10px;
  }

  .col-md-8{
margin-bottom: -30px;
  }
}

.nav-pills .nav-link.active {
  background-color: #e0e0e0; 
  border-left: 6px solid #ffbb00; 
  color: #000;
}

.nav-pills .nav-link:hover {
  background-color: #eaeaea;
  color: #000;
}

.tab-pane{
  padding-left: 15px;
  color: #000;
}

.hero{
  margin-top: -15px;
}

.hero-line {
  width: 200px;
  height: 6px;
  background-color: #ffbb00;
  border-radius: 7px;
}

@media (min-width: 768px) {
  .hero-line {
    width: 400px;
  }
}

.hero .btn-warning {
  background-color: #ffbb00;
  color: #000;
  font-weight: 600;
  transition: background-color 0.3s;
}

.hero .btn-warning:hover {
  background-color: #6b4f00;
  color: #fff;
}

@media (max-width:768px) {
  .hero{
   height: 50vh;
   padding-top: -30px;
   margin-top: -80px;

  }

  .btn{
    font-size: 15px;
  }
}

.our-promise {
  background-image: url('promise.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  padding: 60px; 
  margin: 60px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width:768px) {
  .our-promise{
    margin: 10px;
    padding:0%;
  }
}

.our-promise::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* dark overlay for readability */
  z-index: 1;
}

.our-promise .container {
  position: relative;
  z-index: 2;
}

.our-promise p{
  font-size: 14px;
}


.contact-cta {
  background-color: #ffbb00;
  margin-bottom: 0;   
}

@media (max-width:768px){
  .contact-cta p{
    font-size: 12px;
  }
}

footer {
  margin-top: 0;     
}

.hero-consulting {
  background: url('consulting.jpg') center/cover no-repeat;
  height: 20vh;
  position: relative;
  margin-top: -15px;
}

.hero-consulting::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.6);
}

.hero-consulting .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-consulting {
    height: 15vh;
  }
  .hero-consulting h1 {
    font-size: 2rem;
  }
}

.breadcrumb{
  padding-left: 10px;
}


.home-image{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.intro-p{
  padding-left: 10px;
}

.con-line{
  margin-top: -13px;
}

@media (max-width:768px) {
  .home-image img{
    width: 95%;
    
  }

  .home-image{
    margin-top: -20px;
    padding-bottom: 10px;
  }
}

button[aria-expanded="true"] {
  background-color: #ffbb00 !important;
  color: black !important;
}

.recruit{
  margin-top: -20px;
}

.search-box{
  padding-bottom: 20px;
}


.policy-header { 
  background:#f5f7fb;
  padding:40px 0; }
.policy-section { margin-bottom:30px; }

.one-hero{
  text-align: center;
  background:rgb(24, 23, 23);
  padding-top: 50px;
  margin-top: -20px;
  padding-bottom: 30px;
}
.one-hero h1{
  font-size: 60px;
  font-weight:bold;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  color: white;
  font-family: "poppins";
}

.one-hero p{
  font-size: 20px;
  font-weight:bold;
  margin-top: 20px;
  color: white;
}
.one-hero-div p{
font-size: 15px;
}
.one-hero-div{
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}


.one-hero-div a:hover {
  box-shadow: 2px 2px 10px rgba(255, 187, 0, 0.384),
              -2px -2px 10px rgba(95, 97, 0, 0.349);
}

.gradient-btn {
  display: inline-flex;               /* use flex to align text + icon */
  align-items: center;
  justify-content: center;
  border-radius: 50px;                /* rounded button */
  padding: 2px;                        /* gradient border thickness */
  background: linear-gradient(to right, #ffbb00, #a18900); /* gradient border */
  text-decoration: none;
  transition: transform 0.3s ease;
}

.gradient-btn span {
  display: flex;
  align-items: center;
  gap: 8px;                            
  border-radius: 50px;                 
  padding: 5px 15px;                  
  background-color: rgb(24, 23, 23);             
  color: white;
  font-weight: 600;
}

.get-intouch{
 text-decoration: none;
 font-size: 18px;
}


.stacked-slider {
  position: relative;
  width: 600px;
  height: 350px;
  margin: 50px auto;
  perspective: 1000px; 
}

.slide {
  position: absolute;
  width: 120%;
  height: 125%;
  right: -50px;
  background: #222;
  color: white;
  
  border-radius: 10px;
  border: 2px solid transparent;
  text-align: center;
  line-height: 250px;
  font-size: 2rem;
  opacity: 0.5;
  transform: scale(0.8) translateX(0) translateZ(0);
  transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s;
}

.slide.active {
  opacity: 1;
  transform: scale(1) translateX(0) translateZ(0);
  z-index: 10;

}

/* slides to the left */
.slide.prev-1 {
  transform: scale(0.9) translateX(-150px) translateZ(-50px);
  z-index: 5;
  opacity: 0.7;
}

.slide.prev-2 {
  transform: scale(0.8) translateX(-250px) translateZ(-100px);
  z-index: 3;
  opacity: 0.5;
}

/* slides to the right */
.slide.next-1 {
  transform: scale(0.9) translateX(150px) translateZ(-50px);
  z-index: 5;
  opacity: 0.7;
}

.slide.next-2 {
  transform: scale(0.8) translateX(250px) translateZ(-100px);
  z-index: 3;
  opacity: 0.5;
}

#prev{
  margin-top: 60px;
    border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
   border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#next{
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
   border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.about-tabs{
margin-top: 50px;
}

.class-btn{
border: none;
background-color: #222;
}

.class-btn:hover{
background-color: #423300f6;
  }

@media(max-width:768px){
  .one-hero h1{
  font-size: 25px;
  font-weight:bold;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  color: white;
}
.one-hero p{
  font-size: 15px;
  font-weight:bold;
  margin-top: 20px;
  color: white;
  margin-left: 30px;
  margin-right: 30px;
}
.one-hero-div{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.stacked-slider {
  position: relative;
  width: 250px;
  height: 150px;
  margin-left: -20px;
  perspective: 1000px !important; 
  margin: 30px auto !important;
  
}
.main-slide{
overflow: hidden;

}
.slide {
  right: -25px;
  margin-top: -20px;
  
}
.about-tabs{
padding:30px !important ;
}
  .footer-bottom{
  font-size: 12px;
}
.container h1{
  padding-top: 15px;
letter-spacing: 0px !important;
}


}

@media (min-width:768px) {
  .footer-bottom{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.footer-para{
  margin-left: 120px;
}
.footer-para-one{
  margin-right: 120px;
}
}
.new-about-section{
  display: flex;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
  gap: 0px;
}
.col-md-8 h1{
  margin-left: 10px;
}

.col-md-4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 20px;
}
.text-class-about{
  width: 70%;
}
.nav-link{
font-weight: 800 !important;
}
.tab-pane{
font-size: 20px;
}
.consulting{
  background: url('images/img-woman-presenting-to-team-16x9-1.webp') center/cover no-repeat;

}
.slide-content {
  padding: 30px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 300px;
}

.container h1{
font-weight: 100 !important;
text-transform: uppercase;
letter-spacing: 10px;
}