/*
Theme Name:   Elite
Template:     ziptech
Text Domain:  ziptech-elite
*/

/* Root Variables */
:root {
  /* Primary Colors */
  --color-primary: #2E007C;
  --color-primary-hover: #5F01C7;
  --color-primary-active: #DEC7F5;

  --color-primary2: white;
  --color-primary2-hover: #5F01C7;
  --color-primary2-active: #2E007C;

  /* Secondary Colors */
  --color-secondary: #25114C;
  --color-secondary-light: #E3E0E9;

  /* Text Colors */
  --color-text-white: #FFFFFF;
  --color-text-purple: #25114C;

  /* Border Colors */
  --border-color: #25114C;

  /* Typography */
  --font-weight-bold: 700;
  --font-size-button: 16px;

  /* Effects */
  --disabled-opacity: 0.75;

  --webex-primary-color: #2E007C;
}




/* Post Title Section */

.page-title-section {
  min-height: 424px;
}

.page-title-section::after {
  background: #25114C80;
}
.page-title-section div:has(> .breadcrumb-area) {
  display: flex;
}
.page-title-section .breadcrumb-area {
  display: inline-block;
  background-color: var(--webex-primary-color3);
  border-radius: 10px;
  margin: 0 auto;
  padding: 34.5px 20px;
}

.page-title-section .breadcrumb-area .page-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.page-title-section .breadcrumb-area .breadcrumbs-link {
  margin-bottom: 0;
  padding: 0;
  background: none;
}

.page-title-section .breadcrumb-area .breadcrumbs-link a {
  font-family: 'Poppins', sans-serif;
  font-size: 24px !important;
  font-weight: 300 !important;
  color: #fff;
  letter-spacing: 0;
  text-decoration: underline;
}

/* Insight Template */

.single-insight > .container {
  margin-top: 0 !important;
  margin-bottom: 70px !important;
}

/* .single-insight .elementor-widget-theme-post-content > .elementor-widget-container:not(:has(.elementor-widget-container)) {
  white-space: pre-line;
} */

/* .single-insight .elementor-widget-theme-post-content .elementor-widget-container .elementor-widget-container {
  white-space: pre-line;
} */


.single-insight .elementor-widget-theme-post-content .elementor-widget-container img {
    display: block;
    border-radius: 48px;
}

.single-insight .elementor-widget-post-info div {
  border-top: 4px solid #D9D9D9;
  border-bottom: 4px solid #D9D9D9;
}

.single-insight .elementor-widget-post-info .elementor-post-info {
  flex-direction: column;
}

.single-insight .elementor-widget-post-info .elementor-avatar {
  border: 1px solid #D9D9D9;
}

.single-insight .elementor-widget-post-info time {
  position: relative;
  left: 80px;
  top: 95px;
}

.single-insight .elementor-widget-post-info .elementor-post-info__item {
  padding: 0 !important;
  position: relative;
  left: 30px;
  bottom: 18px;
}


@media (max-width: 1024px) {
  .single-insight > .container {
    margin-top: 40px !important;
    margin-bottom: 40px;
  }
  .single-insight .elementor-widget-theme-post-content .elementor-widget-container img {
    height: 350px;
    border-radius: 20px;
  }
  .single-insight [itemprop="author"] {
    flex-direction: column;
    order: 1;
    margin-top: 30px;
  }
  .single-insight [itemprop="author"] .elementor-icon-list-text {
    position: initial;
    margin-top: 20px;
  }

  .single-insight [itemprop="datePublished"] {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    margin: 0;
    order: 2;
    margin-top: 20px;
  }
  .single-insight [itemprop="datePublished"] * {
    position: static !important;
  }
}

@media (max-width: 768px) {
  .single-insight > .container {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .single-insight .elementor-widget-theme-post-content .elementor-widget-container img {
    height: 232px;
    border-radius: 12px;
  }
}

/* Case Studies Template */

.single-insight #download-pdf a{
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-insight .case-studies #widget_news{
  display: none;
}

.single-insight .elementor-widget-theme-post-content blockquote {
  text-align: center;
  font-size: 24px; 
  font-style: italic;
  color: #5f01c6; 
  margin: 35px auto;
  max-width: 800px; 
  font-weight: 100;
  letter-spacing: 1px;
  line-height: normal;
}

.single-insight .elementor-widget-theme-post-content blockquote p {
  line-height: 1.5;
  margin-bottom: 0;
}

.single-insight .elementor-widget-theme-post-content blockquote cite,
.single-insight .elementor-widget-theme-post-content blockquote footer,
.single-insight .elementor-widget-theme-post-content blockquote p:last-of-type {
  display: block;
  font-size: 16px;
  font-style: normal;
  color: #100128;
  font-weight: 400;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
/* 
.single-insight .elementor-widget-theme-post-content ul {
  list-style-type: disc;
  padding-left: 50px;
  margin-left: 0;
  white-space: normal;
} */

.single-insight .elementor-widget-theme-post-content ul:not(.elementor-icon-list-items) {
  list-style-type: disc;
  padding-left: 50px;
  margin-left: 0;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}

.single-insight .elementor-widget-theme-post-content .elementor-icon-list-items {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0;
}

.single-insight .elementor-widget-theme-post-content .elementor-icon-list-item {
  display: flex;
  align-items: center;
  gap: 0.5em; /* espacio entre ícono y texto */
}

.single-insight .elementor-widget-theme-post-content ol {
  list-style-type: decimal;
  padding-left: 50px !important;
  margin-top: 10px;
  margin-bottom: 5px;
}


.single-insight .elementor-widget-theme-post-content li {
  display: list-item;
  line-height: 1.4;
  margin-bottom: 5px;
}


.service-style1 .overlay {
	display: none !important;
}

.service-style1 {
	position: relative;
}

.service-style1::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.service-style1 a {
	position: relative;
	z-index: 2;
}

.service-wrapper:hover .visible_title_area {
  visibility: visible !important;
  opacity: 1 !important;
  bottom: -30px !important;    
  transition: none !important;
}

.service-style1-link {
  display: block;
  text-decoration: none;
}

.service-style1-link *,
.service-style1-link *:hover {
  text-decoration: none;
}


.single-insight .elementor-widget-theme-post-content h2{
  font-size: 32px;
  font-weight: 500;
}

.single-insight .elementor-widget-theme-post-content h3{
  font-size: 26px;
  font-weight: 500;
}

.single-insight .elementor-widget-theme-post-content h4,
.single-insight .elementor-widget-theme-post-content h5,
.single-insight .elementor-widget-theme-post-content h6 {
  font-size: 26px;
  font-weight: bold;
}

.single-insight .elementor-widget-theme-post-content h1,
.single-insight .elementor-widget-theme-post-content h2,
.single-insight .elementor-widget-theme-post-content h3,
.single-insight .elementor-widget-theme-post-content h4,
.single-insight .elementor-widget-theme-post-content h5,
.single-insight .elementor-widget-theme-post-content h6 {
  margin-top: 20pt;
  margin-bottom: 10pt;
}

.single-insight .elementor-widget-theme-post-content .elementor-widget-container img {
    display: block;
    width: 100%;
    /*height: 400px; */
    border-radius: 48px;
}


.elementor-widget-text-editor .elementor-widget-container,
.wp-block-paragraph {
  white-space: pre-line;
}

/* header.header-style-02 {
    position: sticky;
    top: -4px;
    z-index: 1000;
} */

.header-topbar-override {
  display: none;
  padding: 12px 0px !important;
}


.footer-main-area {
  padding: 40px 0 0;
  background: #221449 !important;
  color: white !important;
}

.row.pdb-15 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Quitar márgenes/paddings internos de las columnas */
.row.pdb-15 > [class*="col-"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Quitar márgenes en el widget del footer */
.footer-widget {
  margin: 0 !important;
  padding: 0 !important;
}

/* Quitar márgenes de imágenes y otros elementos internos */
.footer-logo img {
  margin-bottom: 15px !important;
}

.simplebar-scrollbar,
.simplebar-track,
.os-scrollbar,
.os-scrollbar-track,
.os-scrollbar-handle {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#footer-area-2{
  display: flex;
  align-items: center;
}

#footer-area-2 div{
  width: 100%;
}


.footer a {
  color: white !important;
}

.social-list .social-pill {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #616161;
  text-decoration: none;
}
.social-list .social-pill i {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 992px) {
  .social-list .social-pill {
    width: 40px;
    height: 40px;
  }
  .social-list .social-pill i {
    font-size: 16px;
  }
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}
.pill-btn {
  --btn-bg: var(--color-primary, #2E007C);
  --btn-bg-hover: var(--color-primary-active, #DEC7F5);

  --btn-text: var(--color-text-white, #fff);
  --btn-text-hover: var(#2E007C);

  --icon-bg: #fff;            
  --icon-bg-hover: #2E007C;      

  --icon-stroke: var(--color-primary, #2E007C);
  --icon-stroke-hover: var(--color-primary-active, #DEC7F5);

  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  background-color: var(--btn-bg);
  border-radius: 9999px;
  padding: 10px 28px 10px 12px;
  transition: background-color .2s ease, transform .2s ease;
}

.pill-btn__label {
  color: var(--btn-text);
  font-weight: var(--font-weight-bold, 700);
  transition: color .2s ease;
}

.pill-btn__icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: var(--icon-bg);
  display: grid;
  place-items: center;
  transition: background-color .2s ease;
}

/* .pill-btn__svg {
  stroke: var(--icon-stroke);
  transition: transform .25s ease, stroke .2s ease;
} */

/* Hover state */
.pill-btn:hover {
  background-color: var(--btn-bg-hover);
}
.pill-btn:hover .pill-btn__label {
  color: var(--btn-text-hover);
}
.pill-btn:hover .pill-btn__icon {
  background-color: var(--icon-bg-hover);
}
.pill-btn:hover .pill-btn__svg {
  stroke: var(--icon-stroke-hover);
  transform: translateX(2px);
}


.pill-btn__svg { stroke: var(--icon-stroke); transition: transform .25s ease, stroke .2s ease; }
.pill-btn:hover .pill-btn__svg { stroke: var(--icon-stroke-hover); transform: translateX(2px); }
