@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap");
#Automotive .whatwe-do .content-card, #Automotive .capabilitie .content-card, #Automotive .help-clients .content-card, #Automotive .about-industry .content-card, #Engineering .whatwe-do .content-card, #Engineering .capabilitie .content-card, #Engineering .help-clients .content-card, #Engineering .about-industry .content-card, #Logistics .whatwe-do .content-card, #Logistics .capabilitie .content-card, #Logistics .help-clients .content-card, #Logistics .about-industry .content-card, #Retail .whatwe-do .content-card, #Retail .capabilitie .content-card, #Retail .help-clients .content-card, #Retail .about-industry .content-card, #Real-Estate .whatwe-do .content-card, #Real-Estate .capabilitie .content-card, #Real-Estate .help-clients .content-card, #Real-Estate .about-industry .content-card, #Education .whatwe-do .content-card, #Education .capabilitie .content-card, #Education .help-clients .content-card, #Education .about-industry .content-card, #Beauty-Wellness .whatwe-do .content-card, #Beauty-Wellness .capabilitie .content-card, #Beauty-Wellness .help-clients .content-card, #Beauty-Wellness .about-industry .content-card, #healthcare .whatwe-do .content-card, #healthcare .capabilitie .content-card, #healthcare .help-clients .content-card, #healthcare .about-industry .content-card, #hospitality .whatwe-do .content-card, #hospitality .capabilitie .content-card, #hospitality .help-clients .content-card, #hospitality .about-industry .content-card, #agriculture .whatwe-do .content-card, #agriculture .capabilitie .content-card, #agriculture .help-clients .content-card, #agriculture .about-industry .content-card, #Advisory-Consulting .whatwe-do .content-card, #Advisory-Consulting .capabilitie .content-card, #Advisory-Consulting .help-clients .content-card, #Advisory-Consulting .about-industry .content-card {
  background: #e3e3e3;
  border: 1px solid #e9eaf3;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(17, 17, 26, 0.05);
}

body {
  font-family: "Fira Mono", monospace;
}

.navbar .nav-link.active {
  font-weight: 600;
}
.navbar .logo {
  width: 150px;
  height: auto;
}
.navbar .register-btn {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 100px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  color: white;
  background-color: rgb(104, 85, 224);
  transition: 0.4s;
}
.navbar .register-btn:hover {
  color: rgb(104, 85, 224);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(104, 85, 224);
}
.navbar .login-btn {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 100px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
  color: rgb(104, 85, 224);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(104, 85, 224);
  text-align: center;
  text-decoration: none;
}
.navbar .login-btn:hover {
  color: white;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.6);
  background-color: rgb(104, 85, 224);
}

.hero-section {
  position: relative;
}
.hero-section .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .container-fluid .owl-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2470588235);
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
}
.hero-section .container-fluid .owl-item .banner-item {
  height: 570px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 100px;
}
.hero-section .container-fluid .owl-item .banner-item .banner-content {
  position: relative;
  z-index: 999999 !important;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.hero-section .container-fluid .owl-item .banner-item .banner-content h2 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
.hero-section .container-fluid .owl-item .banner-item .banner-content p {
  color: #ffffff;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
.hero-section .container-fluid .owl-item .banner-item .banner-content a {
  width: auto;
  padding: 10px 12px;
  background: #02223d;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.hero-section .container-fluid .owl-item .banner-item .banner-content a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s all ease-in-out;
}

.hero-text-section {
  background: #e3e3e3;
  padding: 50px 20px;
}
.hero-text-section .main-heading {
  text-align: center;
}
.hero-text-section .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Fira Mono", sans-serif;
  color: #a67c54;
}
.hero-text-section .sub-heading p {
  margin-bottom: 5px;
  color: #1f3044;
  font-size: 22px;
}

.industries-section {
  background: #ffffff;
  padding: 50px 20px;
}
.industries-section .main-heading {
  text-align: center;
}
.industries-section .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  color: #a67c54;
}
.industries-section .sub-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #1f3044;
}
.industries-section .industries-card {
  justify-content: center;
}
.industries-section .industries-card .industries-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px;
}
.industries-section .industries-card .industries-section .card {
  width: 24%;
}
.industries-section .industries-card .industries-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2);
}
.industries-section .industries-card .industries-section .card img {
  min-height: 310px;
  max-height: 310px;
}
.industries-section .industries-card .industries-section .card .card-body .card-title {
  font-size: 22px;
  color: #a67c54;
}
.industries-section .industries-card .industries-section .card .card-body .card-text {
  font-size: 16px;
  color: #1f3044;
}
.industries-section .industries-card .industries-section .card .card-body .card-btn {
  width: auto;
  height: auto;
  background: none;
  border: 1px solid #02223d;
}
.industries-section .industries-card .industries-section .card .card-body .card-btn:hover {
  background: #02223d;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.make-different-section {
  margin-inline: auto;
  background: #f6f8fc;
  padding: 50px 0px;
  /* Subtle accent divider */
  /* Utility */
}
.make-different-section .section {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.make-different-section .section header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0b1e3a;
  background: linear-gradient(90deg, rgba(240, 180, 41, 0.15), rgba(11, 30, 58, 0.08));
  border: 1px solid rgba(240, 180, 41, 0.25);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
}
.make-different-section .section header .eyebrow .dot {
  width: 0.45rem;
  height: 0.45rem;
  background: #f0b429;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(240, 180, 41, 0.3);
}
.make-different-section .section header h2.title {
  margin: 12px 0 8px;
  font-size: 30px;
  line-height: 1.2;
  color: #a67c54;
}
.make-different-section .section header .lead {
  color: #1f3044;
  font-size: 20px;
}
.make-different-section .section .card-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.make-different-section .section .card-section .card {
  width: 100%;
  background: #f6f8fc;
  border-radius: 18px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(11, 30, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.make-different-section .section .card-section .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(11, 30, 58, 0.16);
  border-color: rgba(240, 180, 41, 0.35);
}
.make-different-section .section .card-section .card .icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(240, 180, 41, 0.18), rgba(240, 180, 41, 0.08));
  border: 1px solid rgba(240, 180, 41, 0.35);
  box-shadow: 0 6px 16px rgba(11, 30, 58, 0.08), inset 0 0 0 4px rgba(240, 180, 41, 0.12);
  flex: 0 0 auto;
}
.make-different-section .section .card-section .card .icon svg {
  width: 22px;
  height: 22px;
  stroke: #0b1e3a;
}
.make-different-section .section .card-section .card h3 {
  margin: 2px 0 6px;
  font-size: 24px;
  color: #1f3044;
}
.make-different-section .section .card-section .card p {
  margin: 0;
  color: #1f3044;
  font-size: 18px;
  opacity: 0.88;
  line-height: 1.55;
}
.make-different-section .divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(11, 30, 58, 0), rgba(11, 30, 58, 0.15), rgba(11, 30, 58, 0));
  margin: 24px 0;
}
.make-different-section .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.our-service-section {
  background: #ffffff;
  padding: 50px 20px;
}
.our-service-section .main-heading {
  text-align: center;
}
.our-service-section .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Fira Mono", sans-serif;
  color: #a67c54;
}
.our-service-section .sub-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
  color: #1f3044;
}
.our-service-section .sub-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f3044;
}
.our-service-section .our-service-card {
  justify-content: center;
}
.our-service-section .our-service-card .heading {
  font-size: 18px;
  color: #a67c54;
  font-weight: 600;
}
.our-service-section .our-service-card .Franchise-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.our-service-section .our-service-card .Franchise-section .card {
  width: 24%;
}
.our-service-section .our-service-card .Franchise-section .card img {
  min-height: 310px;
  max-height: 310px;
}
.our-service-section .our-service-card .Franchise-section .card .card-body .card-title {
  font-size: 22px;
  color: #a67c54;
}
.our-service-section .our-service-card .Franchise-section .card .card-body .card-text {
  font-size: 16px;
  color: #1f3044;
}
.our-service-section .our-service-card .Franchise-section .card .card-body .card-btn {
  width: auto;
  height: auto;
  background: none;
  border: 1px solid #02223d;
}
.our-service-section .our-service-card .Franchise-section .card .card-body .card-btn:hover {
  background: #02223d;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.running-business-section {
  background: #e3e3e3;
  padding: 50px 20px;
}
.running-business-section .main-heading {
  text-align: center;
}
.running-business-section .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Fira Mono", sans-serif;
  color: #a67c54;
}
.running-business-section .sub-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
  color: #1f3044;
}
.running-business-section .sub-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f3044;
}
.running-business-section .running-business-card {
  justify-content: center;
}
.running-business-section .running-business-card .heading {
  font-size: 18px;
  color: #a67c54;
  font-weight: 600;
}
.running-business-section .running-business-card .Franchise-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.running-business-section .running-business-card .Franchise-section .card {
  width: 24%;
}
.running-business-section .running-business-card .Franchise-section .card img {
  min-height: 310px;
  max-height: 310px;
}
.running-business-section .running-business-card .Franchise-section .card .card-body .card-title {
  font-size: 22px;
  color: #a67c54;
}
.running-business-section .running-business-card .Franchise-section .card .card-body .card-text {
  font-size: 16px;
  color: #1f3044;
}
.running-business-section .running-business-card .Franchise-section .card .card-body .card-btn {
  width: auto;
  height: auto;
  background: none;
  border: 1px solid #02223d;
}
.running-business-section .running-business-card .Franchise-section .card .card-body .card-btn:hover {
  background: #02223d;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.Incorporation-section {
  background: #ffffff;
  padding: 50px 20px;
}
.Incorporation-section .main-heading {
  text-align: center;
}
.Incorporation-section .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Fira Mono", sans-serif;
  color: #a67c54;
}
.Incorporation-section .sub-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
  color: #1f3044;
}
.Incorporation-section .sub-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f3044;
}
.Incorporation-section .Incorporation-section-card {
  justify-content: center;
}
.Incorporation-section .Incorporation-section-card .heading {
  font-size: 18px;
  color: #a67c54;
  font-weight: 600;
}
.Incorporation-section .Incorporation-section-card .Franchise-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.Incorporation-section .Incorporation-section-card .Franchise-section .card {
  width: 24%;
}
.Incorporation-section .Incorporation-section-card .Franchise-section .card img {
  min-height: 310px;
  max-height: 310px;
}
.Incorporation-section .Incorporation-section-card .Franchise-section .card .card-body .card-title {
  font-size: 22px;
  color: #a67c54;
}
.Incorporation-section .Incorporation-section-card .Franchise-section .card .card-body .card-text {
  font-size: 16px;
  color: #1f3044;
}
.Incorporation-section .Incorporation-section-card .Franchise-section .card .card-body .card-btn {
  width: auto;
  height: auto;
  background: none;
  border: 1px solid #02223d;
}
.Incorporation-section .Incorporation-section-card .Franchise-section .card .card-body .card-btn:hover {
  background: #02223d;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.business-franchise {
  background: #e3e3e3;
  padding: 50px 20px;
}
.business-franchise .main-heading {
  text-align: center;
}
.business-franchise .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Fira Mono", sans-serif;
  color: #a67c54;
}
.business-franchise .sub-heading h2 {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  color: #1f3044;
}
.business-franchise .sub-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f3044;
}
.business-franchise .franchise-card-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
  color: #1f3044;
}
.business-franchise .franchise-card-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #1f3044;
}
.business-franchise .business-franchise-card {
  display: flex;
  justify-content: center;
}
.business-franchise .business-franchise-card .Franchise-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.business-franchise .business-franchise-card .Franchise-section .card {
  width: 24%;
}
.business-franchise .business-franchise-card .Franchise-section .card img {
  min-height: 310px;
  max-height: 310px;
}
.business-franchise .business-franchise-card .Franchise-section .card .card-body .card-title {
  font-size: 22px;
  color: #a67c54;
}
.business-franchise .business-franchise-card .Franchise-section .card .card-body .card-text {
  font-size: 16px;
  color: #1f3044;
}
.business-franchise .business-franchise-card .Franchise-section .card .card-body .card-btn {
  width: auto;
  height: auto;
  background: none;
  border: 1px solid #02223d;
}
.business-franchise .business-franchise-card .Franchise-section .card .card-body .card-btn:hover {
  background: #02223d;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}

.grant-subsidies {
  background: #ffffff;
  padding: 50px 20px;
}
.grant-subsidies .main-heading {
  text-align: center;
}
.grant-subsidies .main-heading .decorative-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Fira Mono", sans-serif;
  color: #a67c54;
}
.grant-subsidies .sub-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
  color: #1f3044;
}
.grant-subsidies .sub-heading p {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f3044;
}
.grant-subsidies .grant-subsidies-card {
  justify-content: center;
}
.grant-subsidies .grant-subsidies-card .heading {
  font-size: 20px;
}
.grant-subsidies .grant-subsidies-card .Franchise-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.grant-subsidies .grant-subsidies-card .Franchise-section .card {
  width: 24%;
  height: 490px;
}
.grant-subsidies .grant-subsidies-card .Franchise-section .card img {
  min-height: 310px;
  max-height: 310px;
}
.grant-subsidies .grant-subsidies-card .Franchise-section .card .card-body .card-title {
  font-size: 13px;
}
.grant-subsidies .grant-subsidies-card .Franchise-section .card .card-body .card-text {
  font-size: 12px;
}
.grant-subsidies .grant-subsidies-card .Franchise-section .card .card-body a {
  width: 100%;
}
.grant-subsidies .programs-work {
  border-top: 1px solid #e3e3e3;
  margin: 20px 0px;
  padding: 20px 0px 0px 0px;
}
.grant-subsidies .programs-work .heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 20px;
}
.grant-subsidies .programs-work .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 50%;
  height: 3px;
  background-color: rgb(104, 85, 224); /* Customize */
}
.grant-subsidies .programs-work .program-work-list h2 {
  font-size: 18px;
}
.grant-subsidies .grant-service {
  justify-content: center;
}
.grant-subsidies .grant-service .heading {
  font-size: 20px;
}
.grant-subsidies .grant-service .grant-service-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.grant-subsidies .grant-service .grant-service-card .card {
  width: 24%;
  height: 490px;
}
.grant-subsidies .grant-service .grant-service-card .card img {
  min-height: 310px;
  max-height: 310px;
}
.grant-subsidies .grant-service .grant-service-card .card .card-body .card-title {
  font-size: 13px;
}
.grant-subsidies .grant-service .grant-service-card .card .card-body .card-text {
  font-size: 12px;
}
.grant-subsidies .grant-service .grant-service-card .card .card-body a {
  width: 100%;
}

.page-header {
  background: url("https://corpwellcapital.com/wp-content/uploads/2025/09/team-business-people-stacking-hands-1-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 50px 20px;
  height: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2470588235);
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
}
.page-header .text-section {
  z-index: 9;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
.page-header .text-section h1 {
  font-size: #a67c54;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 2px #d4944c;
  text-transform: uppercase;
}

.about-Leadership {
  background: #e3e3e3;
  padding: 50px 20px;
}
.about-Leadership .about-section {
  padding: 50px 20px;
  background: none;
}
.about-Leadership .about-section .section-title {
  color: #02223d;
  font-size: 34px;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.about-Leadership .about-section p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 22px;
  color: 22px;
}
.about-Leadership .about-section p .highlight {
  color: #a67c54;
  font-weight: 600;
}
.about-Leadership .image-section {
  padding: 50px;
}
.about-Leadership .image-section img {
  border-radius: 10px;
}

.about-Purpose {
  background: #ffffff;
  padding: 50px 20px;
}
.about-Purpose .about-section {
  padding: 50px 20px;
  background: none;
}
.about-Purpose .about-section .section-title {
  color: #02223d;
  font-size: 34px;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.about-Purpose .about-section p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 22px;
  color: 22px;
}
.about-Purpose .about-section p .highlight {
  color: #a67c54;
  font-weight: 600;
}
.about-Purpose .image-section {
  padding: 50px;
}
.about-Purpose .image-section img {
  border-radius: 10px;
}

.about-chooseus {
  background: #e3e3e3;
  padding: 50px 20px;
}
.about-chooseus .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #02223d;
}
.about-chooseus .section-title .highlight {
  color: #d4944c;
}
.about-chooseus .section-subtitle {
  font-size: 22px;
  color: #1f3044;
  max-width: 800px;
  margin: auto;
}
.about-chooseus .choose-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: left;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.about-chooseus .choose-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #02223d;
  transform: translateY(-101%);
  transition: transform 0.5s ease-out;
  z-index: 1;
  border-radius: 16px;
}
.about-chooseus .choose-card:hover h5 {
  color: #fff;
  position: relative;
  z-index: 99;
}
.about-chooseus .choose-card:hover p {
  color: #fff;
  position: relative;
  z-index: 99;
}
.about-chooseus .choose-card:hover ul li {
  position: relative;
  z-index: 99;
  color: #ffffff;
}
.about-chooseus .choose-card:hover .icon-box {
  position: relative;
  z-index: 99;
}
.about-chooseus .choose-card:hover:before {
  transform: translateY(0%);
}
.about-chooseus .choose-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #02223d;
  margin-top: 10px;
}
.about-chooseus .choose-card ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #02223d;
}
.about-chooseus .choose-card .icon-box {
  width: 60px;
  height: 60px;
  background: #d4944c;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-chooseus .impact-box p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #02223d;
  padding: 18px 25px;
  border-radius: 0.25rem;
  display: inline-block;
}
.about-chooseus .impact-box p .highlight {
  color: #d4944c;
}

.about-industriestransform {
  background: #ffffff;
  padding: 50px 20px;
}
.about-industriestransform .industries-image {
  padding: 50px;
}
.about-industriestransform .industries-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.about-industriestransform .industries-content {
  padding: 50px;
}
.about-industriestransform .industries-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}
.about-industriestransform .industries-content ul {
  list-style: none;
  padding: 0;
}
.about-industriestransform .industries-content ul li {
  font-size: 18px;
  margin: 12px 0;
  padding-left: 28px;
  position: relative;
}
.about-industriestransform .industries-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
}

.about-globalreach {
  background: #e3e3e3;
  padding: 50px 20px;
}
.about-globalreach .about-section.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}
.about-globalreach .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about-globalreach .intro {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #555;
}
.about-globalreach .continent-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.about-globalreach .continent-item {
  flex: 1 1 200px;
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.about-globalreach .continent-item h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #333;
}
.about-globalreach .continent-item p {
  font-size: 1rem;
  color: #666;
}
.about-globalreach .highlight-text {
  font-size: 1.125rem;
  color: #333;
}
.about-globalreach .highlight {
  font-weight: 600;
  color: #007bff;
}

.about-sustainable {
  padding: 50px 20px;
}
.about-sustainable h2 {
  color: #a67c54;
  font-size: 34px;
}
.about-sustainable p {
  color: #1f3044;
  font-size: 22px;
}

.contact-section {
  padding: 50px 20px;
}
.contact-section .head-text h2 {
  color: #a67c54;
  font-size: 34px;
}
.contact-section .head-text p {
  color: #1f3044;
  font-size: 22px;
}
.contact-section .massage-box {
  background: #02223d;
}

#Advisory-Consulting .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/nkaK6VFAflttknGIX8M6h.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Advisory-Consulting .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Advisory-Consulting .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 2px #d4944c;
  text-transform: uppercase;
}
#Advisory-Consulting .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Advisory-Consulting .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Advisory-Consulting .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Advisory-Consulting .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Advisory-Consulting .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Advisory-Consulting .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Advisory-Consulting .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Advisory-Consulting .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Advisory-Consulting .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Advisory-Consulting .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Advisory-Consulting .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Advisory-Consulting .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Advisory-Consulting .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#agriculture .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/jLgm-KSTkTdZitfFk7qyG.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#agriculture .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#agriculture .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#agriculture .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#agriculture .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#agriculture .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#agriculture .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#agriculture .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#agriculture .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#agriculture .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#agriculture .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#agriculture .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#agriculture .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#agriculture .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#agriculture .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#agriculture .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#hospitality .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/sK1pA2DH550iPNUhO044Q.png");
  background-size: contain;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hospitality .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#hospitality .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#hospitality .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#hospitality .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#hospitality .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#hospitality .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#hospitality .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#hospitality .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#hospitality .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#hospitality .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#hospitality .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#hospitality .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#hospitality .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#hospitality .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#hospitality .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#healthcare .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/gTBMIDBldTOwPkdCuHwps.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#healthcare .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#healthcare .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#healthcare .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#healthcare .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#healthcare .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#healthcare .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#healthcare .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#healthcare .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#healthcare .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#healthcare .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#healthcare .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#healthcare .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#healthcare .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#healthcare .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#healthcare .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Beauty-Wellness .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/gTBMIDBldTOwPkdCuHwps.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Beauty-Wellness .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Beauty-Wellness .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Beauty-Wellness .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Beauty-Wellness .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Beauty-Wellness .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Beauty-Wellness .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Beauty-Wellness .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Beauty-Wellness .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Beauty-Wellness .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Beauty-Wellness .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Beauty-Wellness .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Beauty-Wellness .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Beauty-Wellness .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Beauty-Wellness .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Beauty-Wellness .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Education .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/u0gt1nsPW3p5LdrOl5kiG.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Education .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Education .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Education .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Education .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Education .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Education .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Education .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Education .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Education .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Education .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Education .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Education .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Education .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Education .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Education .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Real-Estate .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/u0gt1nsPW3p5LdrOl5kiG.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Real-Estate .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Real-Estate .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Real-Estate .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Real-Estate .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Real-Estate .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Real-Estate .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Real-Estate .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Real-Estate .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Real-Estate .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Real-Estate .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Real-Estate .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Real-Estate .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Real-Estate .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Real-Estate .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Real-Estate .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Retail .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/Zqogoe658Dopny2cYdZYl.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Retail .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Retail .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Retail .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Retail .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Retail .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Retail .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Retail .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Retail .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Retail .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Retail .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Retail .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Retail .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Retail .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Retail .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Retail .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Logistics .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/jvxhu5e-nqe3N1k8ZFq14.png");
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Logistics .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Logistics .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Logistics .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Logistics .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Logistics .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Logistics .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Logistics .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Logistics .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Logistics .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Logistics .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Logistics .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Logistics .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Logistics .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Logistics .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Logistics .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Engineering .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/iMaAeMkxM31WxjsKjSti5.png");
  background-size: contain;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Engineering .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Engineering .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Engineering .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Engineering .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Engineering .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Engineering .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Engineering .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Engineering .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Engineering .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Engineering .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Engineering .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Engineering .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Engineering .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Engineering .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Engineering .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

#Automotive .hero-section {
  background: url("https://new.corpwellcapital.com/wp-content/uploads/2025/08/di8CxZ3leJnfVJBoEm-pY.png");
  background-size: contain;
  text-align: center;
  padding: 50px 20px;
  height: 400px;
  width: 100wv;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Automotive .hero-section .text-section {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0.25rem;
}
#Automotive .hero-section .text-section h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #d4944c;
}
#Automotive .hero-section .text-section p {
  color: #d4944c;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#Automotive .about-industry {
  padding: 50px 20px;
  background: #ffffff;
}
#Automotive .about-industry .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Automotive .about-industry .content-card + .content-card {
  margin-top: 20px;
}
#Automotive .help-clients {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Automotive .help-clients .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Automotive .help-clients .content-card + .content-card {
  margin-top: 20px;
}
#Automotive .capabilitie {
  padding: 50px 20px;
  background: #ffffff;
}
#Automotive .capabilitie .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Automotive .capabilitie .content-card + .content-card {
  margin-top: 20px;
}
#Automotive .whatwe-do {
  padding: 50px 20px;
  background: #e3e3e3;
}
#Automotive .whatwe-do .section-title {
  color: #02223d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#Automotive .whatwe-do .content-card + .content-card {
  margin-top: 20px;
}

footer {
  background: #555;
  padding: 20px 0px 0px 0px;
}
footer .footer-logo {
  margin-bottom: 10px;
}
footer .footer-logo img {
  width: 200px;
}
footer h6 {
  margin-bottom: 10px;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
footer .list-unstyled li:hover {
  background: #ffffff;
}
footer .list-unstyled li:hover a {
  color: #02223d !important;
}
footer .list-unstyled li a {
  text-decoration: none;
  color: #ffffff;
  padding: 2px;
  font-weight: 500;
  display: inline-block;
}
footer .footer-menu {
  display: flex;
  flex-direction: column;
  text-align: left;
}
footer .footer-menu a {
  text-decoration: none;
  color: #ffffff;
  padding: 2px;
  font-weight: 500;
  display: inline-block;
}
footer .footer-menu a:hover {
  color: rgb(104, 85, 224);
  background: #ffffff;
  font-weight: 500;
}
footer a.phone-no {
  text-decoration: none;
  color: #ffffff;
}
footer .footer-bottom {
  border-top: 1px solid #e3e3e3;
  text-align: center;
  padding: 5px 0px;
}

@media screen and (max-width: 768px) {
  .hero-section .container-fluid .owl-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2470588235);
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
  }
  .hero-section .container-fluid .owl-item .banner-item .banner-content {
    height: 330px !important;
    background-size: 425px 300px !important;
  }
  .hero-text-section {
    background: #e3e3e3;
    padding: 50px 20px;
  }
  .industries-section {
    background: #ffffff;
    padding: 20px;
  }
  .industries-section .sub-heading h2 {
    font-size: 16px;
  }
  .industries-section .industries-card {
    overflow: auto;
  }
  .industries-section .industries-card .industries-section {
    width: 2850px;
    flex-wrap: nowrap;
  }
  .industries-section .industries-card .industries-section .card {
    width: 250px !important;
  }
  .industries-section .industries-card .industries-section .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .our-service-section {
    background: #ffffff;
    padding: 20px;
  }
  .our-service-section .sub-heading h2 {
    font-size: 16px;
  }
  .our-service-section .our-service-card {
    overflow: auto;
  }
  .our-service-section .our-service-card .Franchise-section {
    width: 2070px;
    flex-wrap: nowrap;
  }
  .our-service-section .our-service-card .Franchise-section .card {
    width: 250px !important;
  }
  .our-service-section .our-service-card .Franchise-section .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .running-business-section {
    background: #ffffff;
    padding: 20px 20px;
  }
  .running-business-section .sub-heading h2 {
    font-size: 16px;
  }
  .running-business-section .running-business-card {
    overflow: auto;
  }
  .running-business-section .running-business-card .Franchise-section {
    width: 1550px;
    flex-wrap: nowrap;
  }
  .running-business-section .running-business-card .Franchise-section .card {
    width: 250px !important;
  }
  .running-business-section .running-business-card .Franchise-section .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .Incorporation-section {
    background: #ffffff;
    padding: 20px 20px;
  }
  .Incorporation-section .sub-heading h2 {
    font-size: 16px;
  }
  .Incorporation-section .Incorporation-section-card {
    overflow: auto;
  }
  .Incorporation-section .Incorporation-section-card .Franchise-section {
    width: 1550px;
    flex-wrap: unset;
  }
  .Incorporation-section .Incorporation-section-card .Franchise-section .card {
    width: 250px !important;
  }
  .Incorporation-section .Incorporation-section-card .Franchise-section .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .business-franchise {
    background: #e3e3e3;
    padding: 50px 20px;
  }
  .business-franchise .sub-heading h2 {
    font-size: 16px;
  }
  .business-franchise .business-franchise-card {
    overflow: auto;
  }
  .business-franchise .business-franchise-card .Franchise-section {
    flex-wrap: unset;
    width: 1290px;
  }
  .business-franchise .business-franchise-card .Franchise-section .card {
    width: 250px;
  }
  .business-franchise .business-franchise-card .Franchise-section .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .grant-subsidies {
    background: #ffffff;
    padding: 50px 20px;
  }
  .grant-subsidies .sub-heading h2 {
    font-size: 16px;
  }
  .grant-subsidies .grant-subsidies-card {
    overflow: auto;
  }
  .grant-subsidies .grant-subsidies-card .Franchise-section {
    width: 770px;
    flex-wrap: unset;
  }
  .grant-subsidies .grant-subsidies-card .Franchise-section .card {
    width: 250px;
    height: 470px;
  }
  .grant-subsidies .grant-subsidies-card .Franchise-section .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .grant-subsidies .programs-work .heading {
    font-size: 16px;
  }
  .grant-subsidies .programs-work .program-work-list h2 {
    font-size: 14px;
  }
  .grant-subsidies .programs-work .program-work-list ul li span {
    font-size: 14px;
  }
  .grant-subsidies .grant-service {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .grant-subsidies .grant-service .heading {
    font-size: 16px;
  }
  .grant-subsidies .grant-service .grant-service-card {
    flex-wrap: unset;
    width: 1000px;
  }
  .grant-subsidies .grant-service .grant-service-card .card {
    width: 250px;
    height: 431px;
  }
  .grant-subsidies .grant-service .grant-service-card .card img {
    min-height: 265.83px !important;
    height: 265.83px;
    max-height: 265.83px !important;
  }
  .make-different-section {
    padding: 50px 0px;
  }
  .make-different-section .section .card-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .make-different-section .section .card-section .card {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */