body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 1rem;
}

li.nav-item {
  padding: 0 15px;
}

.dropdown-button {
  color: red;
}

.nav-link.active {
  color: #36868d !important;
  font-weight: 600;
}

button.navbar-toggler {
  color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  background: none;
}

span.navbar-toggler-icon {
  color: #25383f !important;
  border: 0;
}

a.nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #25383f !important;
  transition: color 0.3s ease-in-out;
}

a.nav-link:hover {
  color: #36868d !important;
}

.heroSection {
  background-image: url(./assets/images/Group\ Forza\ Home\ BG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 60px);
  width: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}

.heroSection h1.section-title {
  font-size: 60px !important;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700 !important;
  margin-bottom: 80px;
}

.heroSection h2.section-subtitle {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.heroSection p.desc b {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
}

.heroSection p.desc {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.heroSection p.desc .title {
  font-size: 21px;
  margin-bottom: 8px;
  display: block;
}

.underline-heading {
  max-width: 815px;
}

.underline-heading h1 {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 36px !important;
}

.heroSection .underline-heading h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -48px;
  width: 80px;
  height: 5px;
  background-color: #ffffff !important;
  border-radius: 4px;
}

.ForzaSeguros h1 {
  color: #36868d;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.ForzaSeguros h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  background-color: #36868d !important;
  border-radius: 4px;
}

.ForzaSeguros h4 {
  color: #25383f;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-break: 30px;
  margin-bottom: 15px;
}

.ForzaSeguradora h4 {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-break: 30px;
  margin-bottom: 15px;
}

.ForzaSeguros p {
  color: #7b7a7a;
  font-size: 16px;
  line-height: 18px;
}
  .first .ForzaSeguros p {
  color: #7b7a7a;
  font-size: 16px;
  line-height: 24px;
}

.ForzaCorrectorBG p {
  color: #7b7a7a;
  font-size: 16px;
  line-height: 24px;
}


.ForzaSeguros p strong {
  color: #25383f;
  font-weight: 600;
}

.card-body.underline-heading h4 {
  position: relative;
  /* Required for positioning the ::after pseudo-element */
}

.card-body.underline-heading h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1rem;
  /* Adjust distance from text */
  width: 40px;
  /* Adjust width of the underline */
  height: 5px;
  /* Adjust thickness of the underline */
  background-color: rgb(55, 134, 142) !important;
  /* Initial underline color */
  transition: background-color 0.3s ease;
  /* Smooth color transition */
  border-radius: 4px;
}

.KeyDifferentiators {
  display: none;
  background-image: url(./assets/images/Key\ Differentiators\ BG\ Image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100v; */
  width: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}

.whiteBorder h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 5px;
  background-color: rgb(255, 255, 255) !important;
}

.ForzaSeguradora .underline-heading h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  background-color: #feffff !important;
  border-radius: 4px;
}

h4 {
  font-weight: 600 !important;
}

.card h4 {
  color: #25383f;
  font-weight: 600;
  font-size: 20px;
}

/* Change underline color on hover */
.CardHover:hover h4 {
  color: white;
  /* Change underline to white */
}

/* Change underline color on hover */
.CardHover:hover h4::after {
  background-color: rgb(255, 255, 255) !important;
  /* Change underline to white */
}

/* Card hover styles */
.CardHover:hover {
  background-color: rgb(55, 134, 142) !important;
  /* Change background color */
  color: white !important;
  /* Change text color */
}

.CardHover:hover .custom-bullet::marker {
  color: white;
}

.CardHover:hover strong {
  color: white;
}
.CardHover:hover li strong {
  color: white;
}

.CardHover:hover p {
  color: white !important;
  /* Change paragraph text color */
}

.CardHover:hover li {
  color: white !important;
  /* Change paragraph text color */
}
.CardHover:hover li strong {
  color: white !important;
  /* Change paragraph text color */
}

.card-body p {
  color: #7b7a7a;
}

.yearsofexperience {
  background-color: rgb(55, 134, 142);
  color: white;
}

.KeyBusinessStrategies li {
  color: #7b7a7a;
  margin-bottom: 1rem;
}

.custom-bullet::marker {
  color: rgb(55, 134, 142);
}

.KeyBusinessStrategies strong {
  color: rgb(55, 134, 142);
}

.CoreServices strong {
  color: rgb(55, 134, 142);
}

.ForzaSeguradora {
  display: none;
  background-image: url(./assets/images/Forza\ Seguradora\ IMG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100v; */
  width: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}

.technoloyFuture {
  display: none;
  background-image: url(./assets/images/PC\ IMG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100v; */
  width: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}

.technoloyFuture .underline-heading h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 80px;
  height: 5px;
  background-color: #ffffff !important;
  border-radius: 4px;
}

.ForzaSeguradora h1 {
  font-size: 2.5rem;
  font-family: Poppins;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.section-title h1 {
  font-size: 2.5rem;
  font-family: Poppins;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.underline-heading h4 {
  display: inline-block;
  position: relative;

  display: inline-block;
  /* Ensures the underline matches the text width */
  position: relative;
  /* Needed to position the pseudo-element */
}

.Banco .underline-heading h4::after {
  content: "";
  /* Creates the underline */
  position: absolute;
  /* Positions the underline below the text */
  left: 0;
  bottom: -5px;
  /* Adjust distance from text */
  width: 40px;
  /* Adjust width of the underline */
  height: 5px;
  /* Adjust thickness of the underline */
  background-color: rgb(55, 134, 142) !important;
  /* Set the color of the underline */
}

.WhyForzaSeguradora .card-test .card {
  background: none;
}

.CoreServices {
  background-image: url(./assets/images/Core\ Services\ IMG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}

.footerUpper {
  background-image: url(./assets/images/Conclusion\ IMG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}

.footer {
  background-color: #25383e;
  display: flex;
  justify-content: center;
  padding: 1rem;
  color: white;
  text-align: center;
}

.CoreServices .CardHover:hover {
  background-color: #0c1f2a !important;
}

.CoreServices .CardHover:hover li strong {
  color: white !important;
}

.WhyForzaSeguradoraHover:hover h5 {
  font-weight: 600;
  color: #36868d !important;
}

.KeyBusinessStrategies .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  background-color: #36868d !important;
  border-radius: 4px;
}

.WhyBanco .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  background-color: #36868d !important;
  border-radius: 4px;
}

.WhyBanco .Banco .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 80px;
  height: 5px;
  background-color: #36868d !important;
  border-radius: 4px;
}

div.ForzaSeguros h1.forza-seguros {
  margin-bottom: 50px !important;
}
div.ForzaSeguros .fix h1.forza-seguros {
  margin-bottom: 50px !important;
}

.underline-heading h4 {
  display: block !important;
}

div.ForzaSeguros h1::after {
  bottom: -24px;
}

div.ForzaSeguros .fix h1::after {
  bottom: -22px;
}

div.KeyDifferentiators h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 44px;
}

div.whiteBorder h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255) !important;
}

div.whiteBorder .myCoreServices h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255) !important;
}

div.whiteBorder .key h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 5px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255) !important;
}

.card-test .card-body {
  padding: 20px;
}

.yearsofexperience h6 {
  font-size: 20px;
  line-height: 30px;
}

.yearsofexperience h6 strong {
  font-size: 20px;
  line-height: 30px;
  color: #0c1f2a;
}

.ForzaCorrectorMobile {
  display: none;
}

.ForzaCorrectorBG {
  background-color: #f1f8ff;
}

.ForzaCorrectorPC {
  margin-top: 3rem;
}

.CoreServices li {
  color: #7b7a7a;
  margin-bottom: 1rem;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
}

.hero-section {
  padding-top: 60px;
}

.header>.navbar {
  width: 100%;
}

div.ForzaSeguros h1 {
  font-size: 40px !important;
  line-height: 48px;
}

.ForzaSeguradora h1 {
  font-weight: 700 !important;
}

.footer p {
  font-size: 12px;
  font-weight: lighter;
}

.key_business_strategies,
.initial_focus_areas,
.why_forza,
.WhyForzaSeguradoraHover .card-title,
.whyDr {
  color: #25383f;
}

.contact {
  background-image: url(./assets/images/contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
}

.contact h5 {
  /* font-size: 1.5rem;
  font-weight: 600; */
  color: #0c1f2a;
}

.contact p {
  font-size: 1rem;

  color: #302f2f;
}

.contact img {
  margin: 0.5rem 0.5rem 0.5rem 0;
  max-width: 3rem;

  padding: 0.5rem;
  background-color: #25383f;

  font-weight: 400;
  font-size: 1.5rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.contact a {
  text-decoration: none;
  /* Removes the underline */
  color: inherit;
  /* Inherits the color from its parent element */
}

.contact input::placeholder {
  font-size: 14px;
  color: #969696;
}

.contact textarea::placeholder {
  font-size: 14px;
  color: #969696;
}

.contact input {
  font-size: 16px;
  line-height: 18px;
  color: #302f2f;
  border: none;
  box-shadow: 0 4px 40px #e5e5e5;
  outline: 0;
  padding: 16px 30px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 55px;
}

.contact textarea {
  font-size: 16px;
  line-height: 18px;
  color: #302f2f;
  background: #fff;
  border: none;
  box-shadow: 0 4px 40px #e5e5e5;
  outline: 0;
  padding: 16px 30px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact .btn {
  background-color: #36868d !important;
  color: white;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border: none !important;
}
.contact .btn:hover {
  background-color: #25383f !important;
  color: white;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border: none !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #36868d !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #36868d !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.my-mb-5 {
  margin-bottom: 40px !important;
}

.navbar-toggler-icon {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 0px !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

/* ------------scrollbar style  Start ----------------*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #36868d;
  border-radius: 5px;
}

/* ------------scrollbar style  End ----------------*/

.navbar-toggler-icon i {
  transition: transform 0.3s ease-in-out;
}




.positionSetter{
  position: relative !important;
  top: -5rem !important;
}
.positionSetterPC{
  position: relative !important;
  top: -5rem !important;
}

.contactHover:hover img{
    background-color: #36868d;
}
.contactHover:hover h5 {
  color: #36868d;
}
.contactHover:hover a {
  color: #36868d;
}


.KeyBusinessStrategies li strong {
  color: #25383f !important;
  font-weight: 600 !important;
}

.CoreServices li  strong {
  color: #25383f !important;
  font-weight: 600 !important;
}

.WhyForzaSeguradoraHover strong {
  color: #25383f !important;
  font-weight: 600 !important;
}

.footerUpper strong {
  font-weight: 600 !important;
}

.heroSectionPC strong {
  font-weight: 600 !important;
}

.heroSectionPC h1 img {
  width: 125% !important;
}
.heroSectionPC h1 svg {
  width: 125% !important;
}

.ForzaSeguros .forza-seguros img {
  width: 80% !important;
}
.ForzaSeguros .forza-seguros svg {
  width: 80% !important;
}
.ForzaSeguros h1 img {
  width: 80% !important;
  padding-bottom: 10px;
}
.ForzaSeguros h1 svg {
  width: 80% !important;
}



