/** Colorimetría **/

:root {
  --color-principal: #00A259;
}

body {
  padding:  0px !important;
}

/** Menú **/
.header .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.wp-block-search__button {
  background-color: var(--color-principal);
  width: 50px;
  color: white;
}

.sticky .logo-header {
  height: 40px;
  /* Ajusta según tu diseño */
} 

.logo-header {
  height: 60px;
  /* Ajusta según tu diseño */
}

.nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  position: relative;
}





.nav-menu li a {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  /* padding: 5px; */
  font-size: 14px;
}

.nav-menu li a:hover {
  color: var(--color-principal);
  /* Cambia el color al hacer hover */
}

.btn-verde {
  background-color: #28a745;
  color: white;

  padding: 8px 16px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-verde:hover {
  background-color: #218838;
  color: white;
}

.nav-menu li {
  position: relative;
  list-style: none;
}

.nav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

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

.nav-menu li ul.sub-menu li {
  width: 250px;
  padding: 4px 6px;
  white-space: nowrap;
}

.nav-menu li ul.sub-menu li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.nav-menu li.menu-item-has-children>a::after {
  content: '\23F7';
  font-size: 0.9em;
}

/** Menu Mobile **/
.menu-toggle {
  font-size: 24px;
  background: none;
  border: none;
}

.main-menu-mobile.open {
  display: flex !important;
}

/** Banner **/
.rts-breadcrumb-area .title-area-left .bg-title {
  font-size: 100px;
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  left: -90px;
  z-index: 0;
  top: -65px;
  font-family: var(--font-primary);
  min-width: max-content;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.rts-breadcrumb-area .title-area-left .bg-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 107%;
  background: none;
}


/** HERO **/
.index-seven-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rts-btn.btn-primary {
  background: #00a259;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

.video-hero-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.youtube-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.youtube-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transform-origin: center center;
  pointer-events: none;
  border: none;
}

/* Overlay para oscurecer video */
.youtube-background .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* ajusta opacidad aquí */
  z-index: 1;
  pointer-events: none;
}

.mobile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

@media (min-width: 768px) {
  .mobile-overlay {
    display: none;
  }
}

.cordoba-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cordoba-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp4-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.mp4-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Overlay igual al de YouTube */
.mp4-background .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* Ajustá opacidad si necesitás */
  z-index: 1;
  pointer-events: none;
}

/** Sección 1 Home **/


/** Sección 2 Home **/
.bg-main {
  background: #E9E7E7;
}

.single-working-process-one .inner-content {
  background: #F1F1F1;
}

.single-working-process-one .left .icon {
  background: var(--color-principal);
}

.bg-main .title-style-one .pre {
  border: 1px solid black;
  color: black;
  border-radius: 0px;
}

.bg-main .title-style-one .title {
  color: black;
}

.single-working-process-one .inner-content .title {
  color: black;
}

.single-working-process-one .inner-content p.disc {
  color: black;
}

.thumbnail-working-procss-one img {
  border-radius: 50%;
  overflow: hidden;
  margin-left: 30px;
  margin-top: 20px;
}

/** Contacto **/
.contact-info-area-wrapper-p {
  background: var(--color-principal);
  padding: 30px 40px;
  margin-right: 0px;
  z-index: 2;
  position: relative;
}

.contact-info-area-wrapper-p .single-contact-info .info-wrapper span {
  color: white;
}

.contact-info-area-wrapper-p .single-contact-info .icon {
  height: 51px;
  width: 51px;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Sobre Cegro **/
.testimonials-main-wrapper-two {
  background: #F1F1F1;
}

.testimonials-main-wrapper-two .left-thumbnail {
  background: #F1F1F1;
}

.left-thumbnail-about-area-two .counter-about-area {
  background: var(--color-principal);
}

.left-thumbnail-about-area-two .counter-about-area {
  padding: 10px 10px !important;
}


/** Novedades **/
/* Estilo general para cada tarjeta */
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Esta parte contendrá la fecha + título */
.blog-top {
  min-height: unset;
  margin-top: 40px;
  border-bottom: 2px solid #00A259;
}

/* Imágenes bien alineadas */
.blog-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/** Subtítulos **/

.title-style-one .pre {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--color-principal);
  font-size: 16px;
  color: var(--color-principal);
  display: flex;
  max-width: max-content;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  border-radius: 0px;
}

.bg-main .title-style-one .pre {
  border: 1px solid var(--color-principal);
  color: var(--color-principal);
  border-radius: 0px;
}

/** Repetidor Plan **/

.btn {
  padding: 1.375rem 2.75rem;
  font-size: 1.5rem;
}

/** Footer **/
.rts-footer-area {
  padding-top: 30px;
  /* Reducir el padding superior */
  padding-bottom: 0px;
  /* Reducir el padding inferior */
}

.extra-step-item {
  border-bottom: 1px solid #00A259 !important;
}

/** Widget **/
.custom-widget-box {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.custom-widget-box .widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.custom-widget-box .latest-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-widget-box .post-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.custom-widget-box .post-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.custom-widget-box .post-content {
  flex: 1;
}

.custom-widget-box .post-date {
  font-size: 14px;
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.custom-widget-box .post-title {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

.contact-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

.custom-search-box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  max-width: 100%;
}

.custom-search-field {
  flex: 1;
  padding: 10px 16px;
  border: none;
  outline: none;
  font-size: 14px;
  min-width: 0;
}

.custom-search-submit {
  background-color: #00a859;
  border: none;
  width: 48px;
  /* más corto y cuadrado */
  height: 48px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-custom {
  background-color: #00A259;
  /* Cambia el color de fondo */
  color: white;
  /* Cambia el color del texto */
}

/** Page-Servicios **/
.rts-service-main-wrapper-10 .thumbnail {
  width: 100%;
  height: 300px;
  /* o el alto que necesites */
  overflow: hidden;
  position: relative;
}

.rts-service-main-wrapper-10 .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.large-image-bottm-breadcrumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 550px;
  /* Ajustá esta altura según tu diseño */
  object-fit: cover;
  border-radius: 12px;
  /* Opcional para que se vea más amigable */
}

.autogestion-btn{
  margin-left: 25px;
}

.autogestion-btn img{
  height: 50px;
}

.banner-inner-two-content {
  text-align: left;
  max-width: 100%;
  margin: auto;
}

.banner-inner-two-content .rts-btn {
  margin: 0;
}

.banner-inner-two-content p.disc {
  max-width: 65%;
  margin: 0;
  margin-bottom: 40px;
  font-size: 18px;
}

.important-links .row {
  flex-wrap: wrap;
  justify-content: space-evenly;
}


.important-links .sticky-statement {
  margin-bottom: 0px !important;
  background-color: #fff !important;
  border: 1px solid #ececec;
  display: flex;
  align-items: stretch !important;
  flex-direction: column;
}

.important-links .sticky-statement .right {
  margin-top: 10px !important;
}

.important-links .sticky-statement .right .title {
  margin-bottom: 10px !important;
}

.important-links .sticky-statement .right .arrow {
  height: 50px !important;
  width: 50px !important;
  background: #ececec !important;
}

.important-links .sticky-statement .right .arrow i {
  font-size: 18px;
  color: #000 !important;
}

.important-links .sticky-statement:hover .right .arrow i {
  color: #fff !important;
}

.important-links .sticky-statement:hover .right .arrow {
  background: #00A259 !important;
}

.important-links .sticky-statement:hover {
  background-image: none !important;
}

.important-links .sticky-statement:hover .left-side img {
  filter: none !important;
}

.important-links .sticky-statement:hover * {
  color: #000 !important;
}


@media only screen and (max-width: 575px) {
  .important-links .sticky-statement {
    flex-direction: row !important;
  }

  .important-links .sticky-statement .right {
    flex-direction: unset !important;
    gap: 0 !important;
    align-items: flex-start !important;
  }
}

.title-style-one .subtitle {
  font-size: 16px;
}

.title-style-one .title {
  font-size: 40px;
}

/** Mejoras Certificaciones y Servicios **/
.important-links .sticky-statement,
.service-section .sticky-statement {
  margin-bottom: 24px !important; /* Espacio entre tarjetas en mobile/wrap */
  background-color: #fff !important;
  border: 1px solid #f0f0f0; /* Borde más sutil */
  border-radius: 12px; /* Bordes redondeados modernos */
  display: flex;
  align-items: stretch !important;
  flex-direction: column;
  padding: 30px; /* Más espacio interno */
  transition: all 0.3s ease; /* Transición suave */
  box-shadow: 0 4px 6px rgba(0,0,0,0.02); /* Sombra sutil inicial */
  height: 100%; /* Igualar alturas */
  position: relative; /* Para posicionamiento absoluto si es necesario */
  overflow: hidden; /* Para el efecto de imagen de fondo */
}

.important-links .sticky-statement:hover,
.service-section .sticky-statement:hover {
  transform: translateY(-5px); /* Efecto de elevación */
  box-shadow: 0 15px 30px rgba(0,0,0,0.08); /* Sombra más pronunciada al hover */
  border-color: var(--color-principal); /* Borde verde al hover */
}

.important-links .sticky-statement .left-side,
.service-section .sticky-statement .left-side {
  margin-bottom: 20px;
}

.important-links .sticky-statement .left-side img,
.service-section .sticky-statement .left-side img {
  max-width: 60px; /* Controlar tamaño de icono */
  height: auto;
  transition: transform 0.3s ease;
}

.important-links .sticky-statement:hover .left-side img,
.service-section .sticky-statement:hover .left-side img {
  transform: scale(1.1); /* Zoom sutil en icono */
}

.important-links .sticky-statement .right,
.service-section .sticky-statement .right {
  margin-top: auto !important; /* Empujar contenido hacia abajo */
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.important-links .sticky-statement .right .title,
.service-section .sticky-statement .right .title {
  margin-bottom: 0px !important;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  transition: color 0.3s ease;
}

.important-links .sticky-statement:hover .right .title,
.service-section .sticky-statement:hover .right .title {
  color: var(--color-principal); /* Título verde al hover */
}

/* Arrow Styling */
.important-links .sticky-statement .right .arrow,
.service-section .sticky-statement .right .arrow {
  height: 40px !important;
  width: 40px !important;
  background: #f5f5f5 !important; /* Default grey */
  border-radius: 50%; /* Círculo perfecto */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.important-links .sticky-statement .right .arrow i,
.service-section .sticky-statement .right .arrow i {
  font-size: 16px;
  color: #333 !important;
  transition: all 0.3s ease;
}

/* Hover generic */
.important-links .sticky-statement:hover .right .arrow,
.service-section .sticky-statement:hover .right .arrow {
  background: var(--color-principal) !important;
}

.important-links .sticky-statement:hover .right .arrow i,
.service-section .sticky-statement:hover .right .arrow i {
  color: #fff !important;
  transform: translateX(2px);
}

/* Specific Services Styles */
.service-section .sticky-statement p.disc {
  margin-bottom: 0;
  font-size: 14px;
  max-width: 70%; /* Limit text width to not overlap arrow too much */
}

.service-section .sticky-statement .arrow-container {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between arrow and ISO */
}

/* Green arrow by default for Services as requested */
.service-section .sticky-statement .arrow {
  background: var(--color-principal) !important; 
}
.service-section .sticky-statement .arrow i {
  color: #fff !important;
}

.service-section .sticky-statement:hover .arrow {
    background: #218838 !important; /* Darker green on hover */
}

/* ISO Icon Styling */
.iso-icon {
  width: 30px;
  height: auto;
  opacity: 0.8;
  filter: grayscale(100%); /* Optional: make it greyish to blend, or keep color */
  transition: all 0.3s ease;
}

.service-section .sticky-statement:hover .iso-icon {
    filter: none;
    opacity: 1;
    transform: rotate(10deg); /* Subtle playful animation */
}

@media only screen and (max-width: 768px) {
  section.service-section .sticky-statement {
    flex-direction: unset !important;
  }

  .thumbnail-working-procss-one img {
    margin-left: 0px;
  }

  .contact-info-area-wrapper-p {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
}

.single-working-process-one .inner-content .number-main::after {
  content: none !important;
}

.number-main .number {
  display: none !important;
}

.single-blog-area-one .title {
  font-size: 20px;
  font-weight: 700;
}

.rts-contact-area-in-page .wpforms-submit {
  background: #00A259 !important;
  color: #fff;
  float: right;
  border-radius: 0px;
}

.contact-form-p {
  border: 1px solid #00A259;
}

div.wpforms-container .wpforms-form .wpforms-field-layout input,
div.wpforms-container .wpforms-form .wpforms-field-medium,
div.wpforms-container .wpforms-form .wpforms-field-large.wpforms-field-required {
  border: 1px solid #00A259;
  border-radius: 18px;
}


.banner-cegro {
  background-color: #00a259;
  color: #fff;
  padding: 40px 0;
}

.banner-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.banner-description {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.btn-download-cegro {
  background-color: white !important;
  color: #00a259 !important;
  border: none;
  padding: 15px 30px !important;
  border-radius: 0px;
  font-weight: 600 !important;
  font-size: 1.3rem !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-download-cegro:hover {
  background-color: #f8f9fa !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.promo-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
  color: #ffffff;
}

.promo-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 162, 89, 0.7);
}

.promo-banner-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.promo-banner-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
}

.promo-banner-description {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
  color: #fdfdfd;
}

@media (max-width: 767px) {
  .promo-banner {
    padding: 60px 0;
  }

  .promo-banner-title {
    font-size: 30px;
  }

  .promo-banner-description {
    font-size: 16px;
  }
}

.service-details-left-area .sub-title {
  color: #00a259 !important;
}

.rts-section-gapTop {
  padding-top: 40px;
}

.service-details-left-area .service-short-main-wrapper .single-short-service .icon {
  height: 80px;
  width: 80px;
}

.single-contact-info .info-wrapper {
  font-weight: 500;
}

.contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
}

.contact-info-area-wrapper-p .single-contact-info {
  margin-bottom: 25px !important;
}

.guardias-section {
  padding: 0px 0px 60px 0;
  background-color: white;
}

.guardias-title {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.guardias-subtitle {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0;
}

.guardias-grid {
  background: white;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.guardia-item {
  padding: 25px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.guardia-titulo {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.guardia-datos {
  color: #333;
  line-height: 1.6;
}

.guardia-datos p {
  margin-bottom: 8px;
}

.guardia-datos strong {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .guardias-title {
    font-size: 2.5rem;
  }
}

.opciones-cards {
  border-right: 1px solid #dadada;
}

.opcion-card {
  padding: 20px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.opcion-card__title {
  margin-top: 15px;
}

#opciones-pago .sub-title {
  color: #00A259;
  font-size: 18px;
}

.opcion-card__img {
  height: auto;
  width: 60px;
}

.opcion-card__desc {
  margin-bottom: 20px;
}

section .main-wrapper-sticky {
  height: 100%;
}

#service-list {
  height: 100%;
}



#service-list .service-requirements {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  align-items: center;
  padding: 15px 25px;
}

#service-list .service-requirements p {
  margin-bottom: 0px;
  font-size: 14px;
}

#service-list .service-requirements p strong {
  font-size: 15px;
}

#service-list .service-requirements ul {
  margin: 0px;
}

#service-list .service-requirements ul li {
  margin: 5px 0px;
  font-size: 14px;
}

.service-requirements__image,
.service-requirements__title,
.service-requirements__list,
.service-requirements__button {
  padding-right: 15px;
  padding-left: 15px;
}

.service-requirements__button {
  margin-left: auto;
}

@media (max-width:768px) {
  #service-list .service-requirements {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    align-items: center;
  }

  .service-requirements__button {
    margin-left: unset;
  }
}

#service-list {
  margin: 80px 0px;
}

#service-list .title-style-one span {
  color: #00A259;
  font-size: 18px;
}

#service-list .title-style-one h3 {
  font-size: 17px;
}

.rts-section-gap {
  padding: 60px 0;
}

section.main-wrapper-sticky {
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  br {
    display: block !important;
  }
}

/* Educación Cooperativa */
.educacion-cooperativa-blog {
  margin-top: 80px;
}

/* Promociones Cegro Hogar */
.cegro-promociones {
  padding: 60px 0;
  background: #f8f8f8;
}

.cegro-promociones .promociones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.promocion-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 150px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.promocion-card img,
.promocion-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Equipo por Categorías */
.categoria-equipo-section {
  margin-bottom: 40px;
}

.categoria-equipo-title {
  font-size: 28px;
  font-weight: 600;
  color: #00A259;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .categoria-equipo-title {
    font-size: 24px;
  }
}

/* Contacto - Espaciado entre información y mapas */
.rts-contact-area-in-page:first-of-type {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .rts-contact-area-in-page:first-of-type {
    margin-bottom: 40px;
  }
}

/* Contacto - Formulario */
.contact-form-section {
  margin-top: 30px;
}

.contact-form-section .contact-form-p {
  margin: 0 auto;
  text-align: center;
}

.contact-form-section .contact-form-p form {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact-form-section {
    margin-top: 40px;
  }
}

/* Important Links Section Background */
.section-important-links-bg {
  background-color: var(--color-principal);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-important-links-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%; /* Move to the left, slightly off-screen for dynamic effect */
  transform: translateY(-50%); /* Centered vertically only */
  width: 50%; /* Adjust width to not cover everything */
  height: 120%; /* Taller to ensure coverage */
  background-image: url('assets/iso.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}



