@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*wp plugin css start home page*/
.authyo-cta {
  position: relative;
  padding: 0;
  background: linear-gradient(135deg, #0f172a 0%, #1a1f4d 100%);
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}

/* Brand glow background */
.authyo-bg-glow {
  position: absolute;
  width: 100%;
  background: radial-gradient(circle,
      rgba(0,147,69,0.35) 0%,
      rgba(45,57,143,0.35) 40%,
      transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(90px);
  animation: floatGlow 8s ease-in-out infinite alternate;
}

/* Glass card */
.authyo-cta-card {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 65px 45px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  animation: fadeUp 0.9s ease-out both;
}

.authyo-cta h2 {
  font-size: 36px;
  margin-bottom: 18px;
  color: #ffffff;
  line-height: 1.3;
}

.authyo-cta p {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px;
  line-height: 1.7;
}

/* Brand gradient button */
.authyo-cta-btn {
  display: inline-block;
  padding: 15px 36px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #009345, #2d398f);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Shine animation */
.authyo-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255,255,255,0.4),
      transparent);
  transition: left 0.7s ease;
}

.authyo-cta-btn:hover::before {
  left: 120%;
}

.authyo-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,147,69,0.35);
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatGlow {
  from {
    transform: translateX(-50%) translateY(0px);
  }
  to {
    transform: translateX(-50%) translateY(35px);
  }
}

/* Responsive */
@media (max-width: 640px) {
  .authyo-cta-card {
    padding: 45px 25px;
  }
  .authyo-cta h2 {
    font-size: 26px;
  }
  .authyo-cta p {
    font-size: 15px;
  }
}
/*wp plugin css end home page*/


a.hfe-menu-item {
    outline: none !important;
}
.cf7-authyo-status {
/*     display: none; */
}
.authyo-phone-no-space p {
    margin-bottom: 4px !important;
}
.authyo-form-field.subject-field {
    margin-top: -20px !important;
}
/* Make ONLY the Website field full width */
.authyo-form.fullwidth-form {
  grid-column: 1 / -1;
}

.authyo-form.fullwidth-form input {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}



a.authyo-cf7 {
    border: 1px solid black;
    color: white;
    background-color: black;
    padding: 5px 15px;
    border-radius: 7px;
}
.header-login .elementor-button-text {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
}
/* additional css start */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.page-id-3393 {
    overflow-y: hidden !important;
}
.kw-pagination{
	margin: 80px 0 0 0 !important;
}
.heading h1{
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.4) !important;
}

/* General Styles */
.authyo-wrapper {
/*   max-width: 1200px; */
  margin: 0 auto;
  padding: 16px;
  font-family: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Header */
.authyo-pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Button Styles */
a.authyo-btn,
.authyo-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #2D398F;
  color: #fff;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

a.authyo-btn:hover,
.authyo-btn:hover {
  background-color: #009345;
  opacity: 0.92;
}

/* Tabs */
button.authyo-tab {
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  padding: 8px 14px;
  transition: background-color 0.3s ease;
}

button.authyo-tab:hover {
  background-color: #2D398F;
}

button.authyo-tab.active {
  border-radius: 10px;
  background-color: #2D398F;
  color: #fff;
}

button.authyo-tab.active:hover {
  background-color: #2D398F;
}

/* Controls */
.authyo-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

/* Country Select */
.authyo-country label span {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

#authyo-country-select {
  min-width: 220px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Toggle Buttons */
.authyo-toggle {
  display: inline-flex;
  background: #f2f4f7;
  border-radius: 10px;
  padding: 4px;
}

.authyo-cycle-btn {
  color: black;
  background: transparent;
  border: 0;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.authyo-cycle-btn.is-active {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Cards */
#authyo-cards-container .authyo-loading,
#authyo-cards-container .authyo-error {
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
}

.authyo-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .authyo-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .authyo-cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.authyo-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.authyo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.authyo-card-head {
  padding: 16px;
  border-bottom: 1px solid #f3f3f3;
}

.authyo-plan-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.authyo-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 6px;
    background-color: white;
    padding: 0px 20px;
    border-radius: 10px;
    margin: 10px 0px;
}
span.authyo-price {
    color: #009345;
}
.authyo-currency,
.authyo-cycle,
.authyo-qty {
  font-size: 12px;
  color: #666;
}

.authyo-price {
  font-size: 28px;
  font-weight: 800;
}

.authyo-cycle {
  margin-left: auto;
}

.authyo-qty {
  margin-top: 6px;
}

/* Features */
.authyo-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.authyo-features li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px dashed #f0f0f0;
}

.authyo-features li:last-child {
  border-bottom: 0;
}

.authyo-feature-name {
  color: black;
}

.authyo-feature-value {
  font-weight: 600;
}

/* Badge */
.authyo-badge {
  background: #eef2ff;
  color: #3730a3;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
}

/* CTA */
.authyo-card-cta {
  padding: 16px;
}
.authyo-card {
    background-color: transparent;
    background: linear-gradient(135deg, #00934533 0%, #2D398F33 100%);
}
.authyo-card-footer {
    margin: 20px;
}
.authyo-card-footer a {
    text-decoration: none !important;
}
.entry-content ul, .entry-content ol{
	padding-left:0 !important
}
button.authyo-cycle-btn.is-active {
    color: black !important;
}













/* === Authyo HTML Tooltip === */
/* container + icon */
.authyo-tooltip{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  line-height: 1;
  font-size: 0.95em;
  margin-left: 6px;
  border-radius: 50%;
  cursor: help;
  user-select: none;
  /* optional subtle icon styling */
  font-weight: 600;
}

/* the popup */
.authyo-tooltip-box{
  position: absolute;
  left: 50%;
  bottom: 130%;                 /* show above the icon */
  transform: translateX(-50%) translateY(0);
  background: rgba(17,17,17,0.97);
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 8px;
  white-space: normal;
  min-width: 180px;
  max-width: 320px;
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  pointer-events: none;         /* prevents cursor flicker on hover */
  z-index: 10010;
}

/* arrow */
.authyo-tooltip-box::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(17,17,17,0.97) transparent transparent transparent;
}

/* show on hover or keyboard focus */
.authyo-tooltip:hover .authyo-tooltip-box,
.authyo-tooltip:focus .authyo-tooltip-box,
.authyo-tooltip.is-open .authyo-tooltip-box{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-2px);
}

/* accessibility: visible focus ring on the icon if you want */
.authyo-tooltip:focus{
  outline: 2px solid #9ad0ff;
  outline-offset: 2px;
}

/* allow HTML content styling inside tooltip */
.authyo-tooltip-box a{
  color: #9ad0ff;
  text-decoration: underline;
}
.authyo-tooltip-box code{
  background: rgba(255,255,255,.12);
  padding: 0 .3em;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
}
.authyo-tooltip-box p{ margin: 0 0 .5em; }
.authyo-tooltip-box p:last-child{ margin-bottom: 0; }
.authyo-tooltip-box ul,
.authyo-tooltip-box ol{
  margin: .4em 0 .2em 1.1em;
  padding: 0;
}
.authyo-tooltip-box li{ margin: .15em 0; }

/* keep tooltips visible if parent uses overflow: hidden */
.authyo-card, .authyo-cards-grid { overflow: visible; }

/* safeguard: some themes disable pointer events on inline elements */
.authyo-tooltip{ pointer-events: auto; }

/* optional: placements (use by adding class on the icon if needed) */
/* place to the right */
.authyo-tooltip.tip-right .authyo-tooltip-box{
  left: 100%;
  bottom: 50%;
  transform: translateX(8px) translateY(50%);
}
.authyo-tooltip.tip-right .authyo-tooltip-box::before{
  left: -6px; bottom: 50%;
  transform: translateY(50%) rotate(90deg);
  border-width: 6px 6px 6px 0;
  border-color: transparent rgba(17,17,17,0.97) transparent transparent;
}
/* place to the left */
.authyo-tooltip.tip-left .authyo-tooltip-box{
  left: auto; right: 100%; bottom: 50%;
  transform: translateX(-8px) translateY(50%);
}
.authyo-tooltip.tip-left .authyo-tooltip-box::before{
  left: auto; right: -6px; bottom: 50%;
  transform: translateY(50%) rotate(-90deg);
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent rgba(17,17,17,0.97);
}
/* place below */
.authyo-tooltip.tip-bottom .authyo-tooltip-box{
  bottom: auto; top: 130%;
  transform: translateX(-50%) translateY(0);
}
.authyo-tooltip.tip-bottom .authyo-tooltip-box::before{
  bottom: auto; top: -6px;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent rgba(17,17,17,0.97) transparent;
}
.page-id-2604 #primary {
  margin-top: 0 !important;
}

.custom-featured-image {
    margin-bottom: 20px;
}

.custom-featured-image img {
    width: 100%;
    height: auto;
}



/* Error text */
.authyo-error {
    color: #d9534f;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}

/* Invalid input styling */
.authyo-invalid {
    border: 1px solid #d9534f !important;
    background-color: #fff5f5;
    animation: shake 0.2s ease-in-out 0s 2;
}

/* Shake animation */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}


li.hfe-breadcrumbs-item.hfe-breadcrumbs-first a {
    text-decoration: none;
}
.page-id-2357 .konceptwise-sitemap a{
	color:black !important;
	text-decoration:none !important;
}
.page-id-2357 .konceptwise-sitemap a:hover{
	color:#009345 !important;
}




.wpcf7-form .form-group {
  margin-bottom: 15px;
}

.wpcf7-form br {
  display: none;
}
.intl-tel-input.allow-dropdown {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

.ast-container .full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.kw-blog-card img{
	    height: 200px !important;
    object-fit: cover;

}
/* additional css end */



/* Desktop & large devices (default) */
.authyo-card {
    width: 23%;
}

/* Tablet devices */
@media (max-width: 1024px) {
    .authyo-card {
        width: 100%;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .authyo-card {
        width: 100%;
    }
	.twae-label-big {
    font-size: 18px !important;
}
	div#authyo-cards-container {
    gap: 20px;
}
}

div#authyo-cards-container {
    display: flex;
    justify-content: space-between;
}
#custom-country .selected,
#custom-country .custom-options .option {
  display: flex;
  align-items: center;
  gap: 6px;
}

#custom-country img {
  width: 20px;
  height: 15px;
  display: inline-block;
  object-fit: cover;
}
@media only screen and (max-width: 600px){
	div#authyo-cards-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
}
select#authyo-country-select {
    display: none !important;
}