.navbar{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.navbar-brand {
  width: 16%;
}

.nav-link{
  font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.06em;
        padding: 25px 15px;
        text-transform: uppercase;

        color: #000;
}

.hero-section {
  height: 90vh;
  background-image: url(../img/banner1.png);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.hero-caption{
  position: relative;
}

.hero-caption h1{
  font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 70px;
    color: #fff;
}

.breadcrumb-section {
  background-color: #fd9a3f;
  border-bottom: 1px solid #fd8618;
  padding: 20px 0;
}

.text-maroon {
  color: #942426 !important ;
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.breadcrumb-section .breadcrumb > li + li:before {
  content: "/";
  color: #fff;
  padding: 0 8px;
}

.breadcrumb-section .breadcrumb > li > a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-section .breadcrumb > li > a:hover {
  color: #942426;
}

.breadcrumb-section .breadcrumb > .active {
  color: #942426;
  font-weight: 600;
}

.breadcrumb-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1f24;
  text-transform: uppercase;
}

.btn:focus {
  color: #f39c12;
}
.main-banner {
  height: 70vh !important;
}

.site-heading-left h2::after {
  left: 0 !important;
}

.site-heading-left h2::before {
  left: 0 !important;
}
.industry-advantage {
  background: linear-gradient(to bottom, #f7f9fc, #eef2f7);
  padding: 80px 0;
}

/* Header */


/* Cards */
.adv-card {
  background: #fff;
  padding:  9px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.35s ease;
  border-top: 4px solid #f39c12;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  height: 85%;
  padding-top: 20px;
}

.adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}



.icon-box {
  width: 70px;
  height: 70px;
  margin:  auto  !important;
  border-radius: 50%;
  background: rgba(243, 156, 18, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box svg {
  stroke: #c0392b;
}

/* Title */
.adv-card h4 {
 font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
  margin-top: 20px;
}

/* Bottom text */
.bottom-text {
  margin-top: 30px;
}

.bottom-text p {
  font-size: 18px;
  color: #444;
}

.bottom-text strong {
  color: #000;
}

.adv-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#industriesSection {
  background: #1f2937;
  color: #fff;
  padding: 60px 0;
}



.advantage-image {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.advantage-content .site-heading {
  margin-bottom: 20px;
}
.advantage-content h2 {
  color: white !important;
}

.adv-text h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: white !important;
}

.adv-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* List */
.adv-list {
  margin-top: 20px;
}

/* Each item */
.adv-item {
  display: flex;
  margin-bottom: 40px;
}

.adv-item:last-child {
  display: flex;
  margin-bottom: 0px;
}

/* Number circle */
.adv-number {
  width: 48px;
  height: 48px;
  border: 2px solid #f39c12;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-weight: 700;
  font-size: 16px;
  color: #f39c12;
  margin-right: 15px;
  flex-shrink: 0;
}

.adv-text p {
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive fix */
@media (max-width: 991px) {
  .advantage-row {
    display: block;
  }

  .advantage-img {
    margin-bottom: 30px;
  }
}

/* Section */
.contact-section {
  background: #ed913b;
  padding: 60px 60px 20px 60px;

  text-align: center;
}

.contact-section .contact-title::before {
  display: none;
}

/* Title */
.contact-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

/* Paragraph */
.contact-text {
  color: #fff;
  font-size: 16px;
}

/* Buttons wrapper */
.contact-btns {
  margin-top: 10px;
}

/* Common button */
.contact-btns .btn {
  padding: 12px 30px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 30px;
  margin: 5px;
  transition: all 0.3s ease;
}

/* Dark button */
.btn-dark-custom {
  background: #1f2937;
  color: #fff;
  border: none;
}

.btn-dark-custom:hover {
  background: #000;
  color: #fff;
}

/* Light button */
.btn-light-custom {
  background: #fff;
  color: #f39c12;
  border: none;
}

.btn-light-custom:hover {
  background: #f5f5f5;
  color: #f39c12;
}

.text-white {
  color: #fff;
}

.feature-list {
  margin-top: 15px;
}

/* Each item */
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

/* Icon circle */
.feature-icon {
  background: rgba(243, 156, 18, 0.1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #f39c12;
  font-size: 14px;
  flex-shrink: 0;
}

/* Text */
.feature-item p {
  color: #242424;
  margin: 0;
  line-height: 1.5;
}

.partners-us {
  padding: 60px 0 20px 0px;
}

.yellow-gradient {
  background-image: linear-gradient(to left, #ed913b 50%, #fff 50%);
  padding: 30px 0px;
}
#about-who-we-are .site-heading {
  margin-bottom: 10px;
}

#about-who-we-are .col-md-7 {
  padding-left: 80px;
}

.contact-info h2 {
  margin-bottom: 20px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  font-size: 16px;
  line-height: 1.6;
}

.map-area iframe {
  border-radius: 8px;
}
.contact_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_info li a {
  display: flex;
}

.contact-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}

.contact-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 18px;
  background: #ff4d4d;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #2c2c2c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
}

.contact-text span {
  display: block;
  color: #fd8618;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

#contact-sec .site-heading {
  margin-bottom: 20px;
}

#tailored-business .site-heading {
  margin-bottom: 0px;
}

#tailored-business .shadow-card {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 30px;
}

.why-section {
  background: #fff;
  padding: 60px 0;
}
.why-row {
  display: flex;
  flex-wrap: wrap;
}

.why-row > [class*="col-"] {
  display: flex;
}

.why-row .col-md-6 {
  margin-bottom: 30px;
}

.why-card {
  background: #fff;
  padding: 25px;
  border-radius: 4px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.why-watermark-icon {
  position: absolute;
  bottom: 6px;
  right: 20px;
  font-size: 8rem;
  opacity: 0.04;
}
.why-card:hover {
  transform: translateY(-5px);
}

.why-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.why-underline {
  width: 40px;
  height: 3px;
  background: #f58220;
  margin-bottom: 15px;
}

.why-card p {
  color: #555;
  font-size: 14px;
}

.why-list {
  list-style: none;
  padding: 0;
}

.why-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 14px;
}

.why-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f58220;
  font-weight: bold;
}

.industries-herosec .site-heading {
  margin-bottom: 0px;
}

.subtitle {
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.industries-card {
  background-color: #455b79;
  padding: 20px;
  color: white;
}

.industries-card h3 {
  color: white;
}

.industries-card p {
  color: white;
  font-size: 14px;
  margin-bottom: 0px;
}
.industries-card .p-0 {
  padding: 0px;
}

.industries-card h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer{
  padding: 30px 0px;
}
