/* Stefan can work here - Copied at February 27th, 23:51 CET */



.promote-section p strong{
	font-weight:500;
}
code {
	display: block !important;
	padding: 8px;
	background-color: #F5F5F5 !important;
}

.seobility-hide-during-freetool-loading { display: none; }

body.page-template-template-results,
body.page-template-template-results-rc,
body.page-template-template-results-bc,
body.page-template-template-results-kr,
body.page-template-template-results-sg,
body.page-template-template-results-rch,
body.page-template-template-results-sc,
body.page-template-template-results-kc {
    background: #F6FBFF;
}

.page-template-template-results-kc main {
	padding-bottom: 136px;
	max-width: 1216px !important;
	margin: 0 auto;
}

.page-template-template-results-kr main {
	padding-bottom: 136px;
	max-width: 1216px !important;
	margin: 0 auto;
}


.page-template-template-results-rc main {
	padding-bottom: 136px;
	max-width: 1216px !important;
	margin: 0 auto;
}

.page-template-template-results-sc main {
	padding-bottom: 136px;
	max-width: 1216px !important;
	margin: 0 auto;
}

.page-template-template-results-bc main {
	padding-bottom: 136px;
	max-width: 1216px !important;
	margin: 0 auto;
}


.seo-check-form {
	max-width: 604px;
	height: 52px;
	margin: 0 auto;
	padding-bottom: 16px;
}

.seo-check-form form {
	display: flex;
	border-radius: 8px;
background: #1D85ED;
	border: 2px solid #1D85ED;
}

.seo-check-input {
	border-radius: 6px !important;
background: #FFF !important;
	display: flex;
width: 407px;
height: 48px;
padding: 13px 0 13px 16px !important;
align-items: center;
}

.seo-check-input:focus, .seo-check-input:focus {
    outline: none;
}

input#username,  input#password {
		border-radius: 6px !important;
background: #FFF !important;
}

input#username:focus, .input#username {
    outline: none;
	 background-color: #FFEBEB!important; /* red when clicked */
border: 1px solid #F37272 !important;
}

input#password:focus, .input#password {
    outline: none;
	 background-color: #FFEBEB!important; /* red when clicked */
border: 1px solid #F37272 !important;
}

input#username::placeholder, input#password::placeholder {
    color: #D1D5DB !important;
}

input#username:focus::placeholder, input#password:focus::placeholder {
    color: transparent !important;
}




.seo-check-button {
	border-radius: 6px;
background: #1D85ED;
	display: inline-flex;
justify-content: center;
align-items: center;
	color: #FFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
	width: 198px;
}

.country-selector { display: none; }

a:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

/*
 __________________________

 Header
 __________________________
*/

#masthead {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    /* Additional properties as needed */

}

#masthead {
  width: 100%;
  z-index: 50;
  transition: padding 0.3s ease, font-size 0.3s ease; /* Add transitions for properties you plan to change */
  /* Your default header styles */
}


#masthead.bg-white {
    /* Transition to sticky state styles */
		z-index: 999 !important;
}


#masthead.bg-transparent .default-logo,
#masthead.bg-white .default-logo
 {
    opacity: 1;
    display: block;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px; /* Adjust for smaller screens */
    }
}




@media screen and (max-width: 782px) {

}
#masthead {
  transition: padding 0.3s ease, background-color 0.3s ease;
  /* Apply a box-shadow that's initially transparent and becomes visible on scroll */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}

#masthead.bg-transparent {
  background-color: #1D85ED !important;
  padding: 0;
	
  /* Ensure the shadow doesn't abruptly appear/disappear */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

#masthead.bg-white {
	 background-color: #1D85ED !important;
padding: 32px 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#masthead {
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}



/*
#primary-menu .menu-item a {
    color: #FFF;
    font-family: 'Graphik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    transition: color 0.3s ease;
}
*/
/*
#primary-menu .menu-item a:hover {
    color: #D6D6D6;
}
*/


#landing-page-menu .menu-item a:hover {
    color: #D6D6D6; /* Classy light silver for hover */
}

.menu-item-has-children > a:after {
    content: "\f078"; /* FontAwesome chevron-down unicode */
	font: var(--fa-font-solid);
    font-weight: 500; /* FontAwesome solid style */
	font-size: 12px;
    transition: color 0.3s ease; /* Smooth transition for hover effects */
	line-height: 20px;
}

/* Global nav container */
nav#site-navigation {
    display: flex;
    justify-content: center; /* Center the primary menu by default */
    align-items: center;
    width: 100%;
}



/* Right-Aligned Landing Page Menu */
#landing-page-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Align the landing page menu to the right */
    align-items: center;
    gap: 64px;
    list-style: none;
    padding-right: 64px !important;
    margin: 0;
}

.page-template-template-landing-page nav#site-navigation {
    justify-content: flex-end !important; /* Ensure landing page menu is right-aligned */
}

.sign-in, .sign-in:visited {
	text-align: center;
    color: white;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border-radius: 6px;
border: 1px solid #FFFF;

/* tailwind/shadow/sm */, 0, 0, 0.05);
    width: 87px;
    padding: 9px 17px; /* Adding some padding for a better visual effect */
    transition: all 0.3s ease; /* Smooth transition for all changes */
    cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
}

.sign-in:hover {
    background-color: #FFF; /* Introduce a background color on hover */
    color: var(--tailwind-dark, #1F2937); /* Change text color for contrast */
	font-weight:500;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.sign-up, .sign-up:visited  {
    border-radius: 6px;
    background: var(--tailwind-white, #FFF);
	border: 1px solid #FFFFFF;
    display: flex;
    padding: 9px 17px;
    justify-content: center;
    align-items: center;
    color: #1F2937;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
    cursor: pointer; /* Indicate it's clickable */
	width:110px;
}

.sign-up:hover {
background: #AFD6FE;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	font-weight:500;
	border: 1px solid #AFD6FE;
	color:#1F2937;
	
}

.dashboard-btn, .dashboard-btn:visited {
	text-align: center;
    color: #E5E7EB;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border-radius: 6px;
	border: 1px solid #FFF;
    padding: 9px 17px;
    transition: all 0.3s ease;
    cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.dashboard-btn:hover {
    background-color: #FFF;
    color: var(--tailwind-dark, #1F2937);
	font-weight:500;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}


.site-branding img {
	max-width: 150px;
}

@media (max-width: 768px) {
	.site-branding img {
        max-width: 88px !important;
    }
	.menu-toggle .fa-bars {
    font-size: 18px;
    color: #1F2937;
    margin: 0 !important;
}

.menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
background: #FFF;
    width: 36px;
height: 36px;
}
}

@media (max-width: 1024px) {
	
	.menu-toggle {
    display: block;
}
	.header-buttons {
	display: none;
}
	
	.menu-toggle {
	border: none !important;
	color: #FFF;
	text-align: center;
	font-family: 'Inter';
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 200% */
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
	
.site-branding {
        position: absolute;
    }


    .main-navigation {
        flex-grow: 0; /* This prevents the nav from growing and pushing elements */
    }

    .header-buttons {
        display: none;
    }

    /* Ensures menu toggle remains on the right */
    .menu-toggle {
        margin-left: auto; /* This pushes the menu toggle to the right */
    }

}


@media (max-width: 768px) {
	.site-branding img {
	max-width: 128.035px;
}
}

.blog-text span {

	color: #FFF;
text-transform: lowercase !important;
/* Medium/14 px */
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: -0.05px;
}

@media (min-width: 1025px) {
	.sub-menu {
	border-radius: 12px;
background: #FFF;
		display: flex;
padding: 12px 16px !important;
flex-direction: column;
align-items: flex-start;
gap: var(--spacing-xl, 16px);
}

.sub-menu li a {
color: #1D85ED !important;

/* tailwind/text-base/leading-6/font-medium */
font-family: 'Graphik' !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 24px !important; /* 150% */
	transition: color 0.3s ease; /* Smooth transition for hover effects */
}
	
	
.sub-menu li a:hover {
color: #1470CC !important;
}
	
	
	
}

@media (max-width: 1279px) {
  #masthead {
    display: flex;
    flex-direction: column !important;
  }
  #masthead > div {
    width: 100%;
  }

  #masthead #site-navigation {
    width: 100%;
    margin-left: 0 !important;
  
  }

  .menu-primary-container,.menu-primary-de-container,.menu-main-navigation-es-container,.menu-primary-es-container {
    padding: 0 16px;
    background: #1D85ED !important;
    height: 100vh;
  }

  #primary-menu {
    width: 100%;
  }

  /* Ensure the parent element of the menu button has relative positioning */
.site-header {
  position: relative; /* This might already be set, but ensure it is */
}

/* Style the menu container */
.menu-primary-container,.menu-primary-de-container,.menu-main-navigation-es-container,.menu-primary-es-container {
  position: fixed;
  top: 62px; /* Adjust this value as needed to fit your header's height */
  left: 0;
  width: 100%; /* Or set a specific width */
  background: #fff; /* Or any background color you prefer */
  display: none; /* Start hidden and show on toggle */
  z-index: 100; /* Ensure it's above other content */
}
.admin-bar .menu-primary-container,.admin-bar .menu-primary-de-container,.admin-bar .menu-main-navigation-es-container,.admin-bar .menu-primary-es-container {
    
    top: 125px; /* Adjust this value as needed to fit your header's height */
    
}
	body.menu-open, html.menu-open {
  overflow: hidden;
  height: 100vh; /* prevents some mobile overscroll */
}


.nav-menu li a {
  display: block;
 align-self: center;
  text-decoration: none; /* Removes underline from links */
}

/* Show the menu when toggled */
.main-navigation.toggled .menu-primary-container, .main-navigation.toggled .menu-primary-de-container, .main-navigation.toggled .menu-main-navigation-es-container {
  display: flex; /* Or 'block', depending on your specific needs */
}
	
	body.admin-bar {
   margin-top: 0 !important;
}

	  #masthead {
    /**position: -webkit-sticky; 
    position: sticky;*/
    top: 0; /* Keep at the top */
    z-index: 50; /* Ensure it remains above other content */
  }
	
}

/*
 __________________________

 Hero-section
 __________________________
*/


.combined-sections-bg {
    position: relative;
}

.hero-inner {
	padding: 96px 0;
}
/**
.combined-sections-bg:after {
    content: '';
    display: block;
    width: 80%; 
    height: 24px; 
	position: relative !important;
	top: 24px;
    background-image: url('/wp-content/uploads/2024/07/Section-Separator-10.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: top left;
}

.combined-sections-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: url('/wp-content/uploads/2024/06/Group-499.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 80% 80%;
background-attachment: fixed;
    z-index: 2; 
    pointer-events: none; 
}
**/
@media (min-width: 2048px) {

}

.first-section > *, .second-section > * {
    position: relative;
    z-index: 3; 
}





.first-section h1 {
color: #FFF;
font-family: 'Graphik';
	margin-bottom: 16px;
}


.first-section p {
color: #FFF;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
	max-width: 768px;
	display: block;
	float: none;
	margin: 0 auto;
	
}


.first-section .button {
display: flex;
width: 280px;
height: 52px;
padding: 12px 20px;
justify-content: center;
align-items: center;
border-radius: 8px;
background: #2BC46A;
    margin-top: 56px;
color: #FFF;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */ 
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
}

.first-section .button:hover {
    background-color: #28B463;
}

@media (max-width: 768px) {
	
	.first-section {
padding: 0;
}


.first-section p {
text-align: center;
font-size: 16px;
font-weight: 400;
line-height: 22px; /* 137.5% */
	
}
	
	.first-section a {
width: 260px;
margin: 32px auto 64px auto;
}
	
	
.combined-sections-bg::after {
    width: 100%;
    height: 50% !important;
}
	
	    .hero-inner {
    flex-direction: column !important;
}
    .first-section {
        width: 100%;
        max-width: 100%;
    }
}




.second-section {
	max-width: 60%;
	border-radius: 32px;
background: rgba(214, 235, 255, 0.20);
	padding-top: 0;
	display: flex;
	width: 706px;
    flex-shrink: 0;
}

.second-section-image {
	background: #0E3358;
border-radius: 20px;
border: 13px solid #0E3358;

}
/**.page-template-template-landing-page .second-section-image {

border: 12px solid #0E3358;

}*/

.second-section-image img {
	border-radius: 12px;
}


.second-section-image {
    max-width: 717px;
}


.second-section-rewards-clients {
	position: relative;
	z-index: 3;
}

.second-section-rewards-clients > * {
	z-index: 3;
}

.second-section-rewards {
	max-width: 1232px;
	gap: 139.011px;
	padding-bottom: 36px;
}
.second-section-rewards img {
	height:100px;
    width: 95px;
}

.second-section-clients {
	max-width: 1232px;
	padding: 32px 32px 0px 32px;
}
.second-section-clients h2 {
	color: #FFF;

text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
color: #FFF;
text-align: center;
	margin-bottom: 24px;
}




@media (max-width: 768px) {
	
	
	.second-section {
		max-width: 100%;
	}
	
	.second-section-image img {
    width: 100%;
		border-radius: var(--radius-lg, 10px);
border: 6px solid #0E3358;
		height:auto!important;

}
	
	.second-section-rewards {

	}
	
.second-section-rewards img {
	max-width: 50px;
}
	
  .second-section-rewards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px; 
  }

  .second-section-rewards img {
    min-width: 60px; 
    min-height: 60px;
    height: auto; 
  }
  .second-section-rewards div:nth-child(4) img,.second-section-rewards div:nth-child(5) img{
    min-width: 70px; 
    min-height: 70px; 
  }
  .home .fifth-section h2 span{
    display: inline;
  }

}

.second-section-rewards img {
    transition: transform 0.3s ease; 
    will-change: transform, box-shadow; 
}

.second-section-rewards img:hover {
    transform: scale(1.03); 
}

.second-section-clients img {
	transition: transform 0.3s ease;
    will-change: transform, box-shadow; 
}


.second-section-clients img:hover {
    transform: scale(1.03); 
	cursor: pointer;
}

@media (max-width: 768px) { 

	.second-section-clients {
    padding: 32px 0 64px 0;
}
	
    .client-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cli-logo {
        max-width: 135px !important;  
        margin: 0 auto; 
    }

    .client-logos img:nth-last-child(-n+2):nth-child(odd) {
         max-width: 135px !important; 
    }
    .client-logos img:nth-last-child(1) {
         max-width: 135px !important; 
    }
}

/*
 __________________________

Accordion section
 __________________________
*/

.fifth-section {
background: #0E3358;
		padding: 188px 0 192px 0;
}

.fifth-section-inner {
		gap: 122px;
}


.fifth-section h2 {
color: #FFF;
/* website / headline-section */
font-family: Graphik;
	margin-bottom: 32px;
}

.fifth-section h2 span {
color: #FFF;

}

.home .fifth-section h2 span {
color: #FFF;
	display: block;
		margin-top: 8px;
}

.acc-item-content img {
	width:auto;
height: auto;
	margin-right: 8px;
}

.acc-item-content span {
	color: #FFF;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 32px;
}

.acc-item-content span b {
color: #FFF;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
}

.accordion-content p,.accordion-content span {
color: #FFF;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
	padding-bottom: 36px;
}

.accordion-header {
	padding: 20px 0;
	border-top: 1px solid #D6EBFF;
}
 .accordion-header:focus {
    outline: none;
  }


#image-bullets {
	
}

.bullet {
		width: 32px;
	height: 8px;
	border-radius: 12px;
	background: #D6EBFF;

}

.bullet.active {
background: var(--ui-seobility-regular, #1D85ED);
}


#image-bullet .bullet:hover {

}

.fifth-section .accordion-image {
    border-radius: 16px;
border: 2px solid #AFD6FE;
background: #FFF;
}


.accordion-chevron {
	fill: #FFF;
}

@media (max-width: 768px) {
	
	.fifth-section-wrapper {
		background: #0E3358;
	}
	
	
	.fifth-section {
		padding-left: 24px;
		padding-right: 24px;
				padding-top: 64px;
		padding-bottom: 64px;
	}
	
	.fifth-section-inner {
	gap: 60px;
	}
	
	#accordion {
				order: 2;
	}
	
	#image-display {
		order: 1;
		margin-top: 0 !important;
	}
	
	#image-bullets {
		display: none;
	}


}

/*
 __________________________

Better section
 __________________________
*/



.third-section::before {
    content: '';
    display: block;
    width: 60%; 
    height: 24px; 
	position: absolute;
	top: 0;
	right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-11.svg');
    background-size: cover; 
    background-repeat: no-repeat;
	background-position: center left;
}


.third-section {
	background :#EBF5FF;
}

.third-section-inner {
	padding: 148px 0 136px 0;
}

.third-section-inner-top {
	margin-bottom: 80px;
}

.third-section-image img {
    border-radius: 16px;
border: 3px solid #1D85ED;
	max-width: 592px;
}







.third-section-left-wrapper {
	position: relative;
    display: flex;
    flex-direction: column; /* Adjust to column on mobile */
    align-items: stretch; /* Stretch children to fill the width */
    justify-content: center; /* Keep centering vertically if needed */
}


@media(max-width: 768px) {
	.third-section::before {
     content: '';
    display: block;
    width: 80%; 
    height: 16px; 
	position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Group-93.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    float: right;
}

	.third-section-inner {
	padding: 82px 0 80px 0;
}
	
	.third-section-inner-top {
    flex-direction: column;
}

.third-section-image img {
    max-width: 100% !important;
}
}

@media (min-width: 768px) {
    .third-section-left-wrapper {
        flex-direction: row; /* Revert to row layout for desktop */
        justify-content: space-between; /* Adjust spacing between children */
        align-items: center; /* Center align if it suits your layout */
    }
}

.third-section-left h2 {
color: #1F2937;

text-align: center;
	margin-bottom: 16px;
}


.third-section-left h2 strong {
color: #1D85ED;
}

.third-section-left > p {
color: #1F2937;
text-align: center;
max-width: 720px;
}

.third-section-left > a {
	max-width: 145px;
	display: flex;
padding: 13px 21px;
justify-content: center;
align-items: center;
	border-radius: 3px;
border: 2px solid var(--tailwind-white, #FFF);
/* tailwind/shadow/sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	color: var(--tailwind-white, #FFF);
/* tailwind/text-base/leading-6/font-medium */
font-family: 'Graphik';
	text-decoration: none !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
	    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}



.third-section-left > a:hover {
    background-color: var(--ui-seobility-medium, #1470CC); /* Change the background color on hover */
    color: var(--tailwind-white, #FFF); /* Change the text color on hover */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12); /* Increase the shadow for a lifted effect */
    transform: translateY(-2px); /* Slightly raise the button */
}


.better {
  display: flex;
  flex-wrap: wrap; /* Allow cards to wrap on smaller screens */
  gap: 1.5rem; /* Adjust gap between cards */
}

.better-card {
  flex: 1 1 0; /* Ensures all cards take up equal space */
  max-width: 100%; /* Ensures cards don’t exceed the container’s width */
  padding: 1.5rem;
  box-sizing: border-box; /* Includes padding in width calculations */
}


.better-card {
border-radius: 8px;
background: #091F34;
	display: inline-flex;
padding: 18px 35px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}

.better-card h3 {
color: #FFF;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.better-card p {
color: #FFF;

font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}


@media (max-width: 768px) {
	.better-card h3{
		font-size:16px;
		line-height:22px;
	}
	.better-card p{
		font-size:14px;
		line-height:20px;
	}
	.fourth-section{
		padding: 0px 0 94px 0!important;
		
	}
	.third-section {
		min-height: 0 !important;
	}
	
	.third-section-left h2 {
	margin-bottom:12px;
}
	
	.third-section-left > p {
		
}
	
	.third-section-left > a {
    max-width: 100%;
		}
	
	
	.third-section-left-wrapper {
     min-height: 0 !important; 
}
	
	.third-section-inner-top {
		margin-bottom: 64px;
	}
	
.third-section-image {
	width: 100% !important;
	justify-content: center !important;
}
	
	

.third-section-image div {
	margin-top: 64px;
	border-top: none !important;
	border-left: none !important;
	border-top-left-radius: 0 !important;
}
	
	.third-section-image picture img {
	width: 100% !important;
		object-fit: cover;
}
	
	
	.better-mobile {
		padding: 0 16px 24px 16px !important;
		gap: 32px;
	}
	
	.better-mobile h3 {
		color: #FFF;
		/* tailwind/text-lg/leading-none/leading-6/font-medium */
		font-family: 'Graphik';
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px; /* 133.333% */
			}
	
		.better-mobile p {
	color: #FFF;
	/* tailwind/text-base/leading-6/font-normal */
	font-family: 'Graphik';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
			}
	
	.better-card-mobile:nth-child(1) {

	}
	
	.third-section-image {
	position: relative !important;
	top: 0 !important;
}
}

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

/*
 __________________________

Testimonials slider section
 __________________________
*/



.fourth-section {
	padding: 100px 0 116px 0;
	background: #FFF;
}


.fourth-section::before {
    content: '';
    display: block;
    width: 70%; 
    height: 24px; 
	position: absolute;
	top: 0;
	right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-5-1.svg');
    background-size: cover; 
    background-repeat: no-repeat;
	background-position: center left;
}



.fourth-section::after {
    content: '';
    display: block;
    width: 90%; 
    height: 24px; 
	position: absolute;
	bottom: 0;
	right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-4.svg');
    background-size: cover; 
    background-repeat: no-repeat;
	background-position: center left;
}






.fourth-section .swiper {

}

.fourth-section .swiper-test-text {
	padding: 32px;
border-radius: 8px;
border: 1px solid #1D85ED;
background: #091F34;
}

.fourth-section .swiper-pagination {
    position: relative;
}


.fourth-section .swiper-pagination-bullet {
    width: 32px !important;
    height: 8px  !important;
border-radius: 12px;
background: #D6EBFF;
    opacity: 1; /* Ensure inactive dots don't have reduced opacity */
}


.fourth-section .swiper-pagination-bullet-active {
    background: var(--ui-seobility-regular, #1D85ED)  !important;; /* Active dot */
}



.fourth-section .clogo {
	max-width: 60px;
max-height: 60px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}


.fourth-section .cimage {
	max-width: 60px;
max-height: 60px;
	display: block;
}


.fourth-section .test-text {
	margin-bottom: 24px;
color: #D6EBFF;

font-family: Graphik;

font-style: italic;
font-weight: 400;
}


.fourth-section .test-text span {
	display: block;
}


.fourth-section .swiper-slide {
	padding: 48px;
	display: flex;
}

.testimonial-author-area {
    display: flex;
	gap: 24px;
	align-items: center;
}


.fourth-section .persons-name {
color: #D6EBFF;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}


.persons-role {
color: #1D85ED;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}


@media (max-width: 768px) {
	
	.fourth-section::before {
    width: 80%; 
    height: 16px; 
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Group-93-1.svg');
}
	
.fourth-section::after {
    width: 90%; 
    height: 16px; 
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Group-373.svg');
}
	.fourth-section .swiper-slide {
    padding: 36px 0px 36px 0px;
}
.fourth-section .swiper-test-text {
    padding: 18px;
}
	
	.fourth-section .test-text {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
	.fourth-section .persons-name {
    font-size: 14px;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
	.persons-role {
font-size: 14px;
font-weight: 400;
line-height: 20px;

}
}


/*
 __________________________

Counter section
 __________________________
*/

.counter-section {
	padding-top: 134px;
	padding-bottom: 128px;
	background: #EBF5FF;
	position: relative;
    z-index: 1; /* Lower than the image’s container to ensure it goes under it */
    overflow: visible; /* Allows elements to overflow visibly */

}

.counter-section::after {
    content: '';
    display: block;
    width: 90%; 
    height: 24px; 
	position: absolute;
	bottom: 0;
	right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-7.svg');
    background-size: cover; 
    background-repeat: no-repeat;
	background-position: center left;
}


.counter-section > div {

}

.counter-column {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 114.286% */
}


.counter-title {
	color: #1F2937;

text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; 
}


.counter-section h2 {
color: #1F2937;
text-align: center;
	margin-bottom: 24px;
}

.counter-section h2 strong {
color: #1D85ED;
}



/* Mobile styles */
@media (max-width: 768px) {
	.counter-column{
		font-size:20px;
		line-height:28px;
	}
	.counter-title{
		font-size:18px;
		line-height:24px;
	}
	.counter-section h2 {
    margin-bottom: 24px;
}
	
	.counter-section {
		padding: 64px 0px;
	}
    .counter-section > div {
        display: flex;
        flex-direction: column;
			gap: 24px;
    }
    .counter-section .mx-auto .lg:w-1/5 {
        max-width: 165px !important; /* Adjust width to fit two items per row */
    }
    .counter-section .mx-auto .lg:w-1/5:nth-last-child(1) {
        width: 100%; /* Make the last item take full width */
        text-align: center; /* Center the content of the last counter */
    }
	.counter-section::after {
    width: 90%; 
    height: 16px; 
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Group-413.svg');
}
}



/*
 __________________________

CTA section
 __________________________
*/

@media (max-width: 1024px) {
	
}



.cta-section {
	padding: 0;
	background: #1D85ED;
}

.cta-container {
	padding-top: 136px;
	padding-bottom:120px;
}

.cta-container .pre-title {
display: none;
}

.cta-container h2, .cta-container .cta-heading {
color: #FFF;
text-align: center;
}

.cta-container h2 span {
color: #FFF;
}


.cta-container p {
	margin-top: 16px;
color: #FFF;
text-align: center;
			margin-bottom: 36px;
	max-width: 592px;
}

.cta-container a {
    display: inline-flex;
    height: 52px;
    padding: 8px 24px;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid #2BC46A;
    background: #2BC46A;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
	    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

        color: #FFF;

font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}



.cta-container a:hover {
    background: #28B463;
    
}


@media (max-width: 768px) {
	
	.cta-container h2 {
		margin-bottom: 12px;
}
	
	.cta-container p {
		margin-top: 0;
}
	
	
.cta-container a {
    width: 80%;
	margin-top: 0;
}
}



/*
 __________________________

Features
 __________________________
*/



/* Hide the Learn more link by default, but keep the space */
.feature-item a,
.feature-item-alt a {

    transition: visibility 0s, opacity 0.2s ease-in-out;  /* Smooth transition */
}

/* Show the Learn more link when the item is active */
.feature-item.active a,
.feature-item-alt.active a {
    visibility: visible;
    opacity: 1;  /* Optional: add a fade effect */
}

.tabs {
    position: relative;
}



.featre-section {
	background: #EBF5FF;
}


.section-features-inner {
	padding-bottom: 128px;
	padding-top: 104px;
}


.features-section::before {
    content: '';
    display: block;
    width: 90%; /* Adjust as needed */
    height: 24px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-14.svg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: bottom left;
}

.features-section::after {
    content: '';
    display: block;
    width: 60%; /* Adjust as needed */
    height: 24px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-separator-1.svg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: bottom left;
}



.features-section h2 {
color: #1F2937;
text-align: center;

}


.features-section h2 strong {
	color: #1D85ED;
}

.features-p {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
	max-width: 720px;
	margin: 0 auto 56px auto;
}

.features-wrapper {
	margin-top: 32px;
	gap: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features-wrapper-alt {
	margin-top: 32px;
	gap: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-items-container {
	max-width: 540px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.feature-items-container-alt {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.feature-item h3 {
	color: #1F2937;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	margin-bottom: 8px;;
}

.feature-item p {
color: #1F2937;

font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

.feature-item a {
	position:relative;
  color: #1D85ED;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
  display: inline-block;
  overflow: visible; /* Ensures the pseudo-element does not extend outside */
}

.feature-item a::after {
  content: '\f054'; /* FontAwesome chevron-right icon */
	font-size: 10px;
  font-family: 'Font Awesome 6 Pro'; /* Updated for Font Awesome 6 Pro */
  font-weight: 500;
  position: absolute;
  right: -12px;
  top: 50%; /* Align vertically */
  transform: translateY(-50%); /* Center vertically relative to the link */
  transition: transform 0.3s ease; /* Smooth transition for movement */
}

.feature-item.active {
border-radius: 8px;
background: #AFD6FE;
	transition: background 0.2s ease;
}

.feature-item {
	display: flex;
	padding: 16px 24px 8px 24px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	border-radius: 8px;
background: #FFFF;
		transition: background 0.2s ease;
}



.feature-item:hover {
border-radius: 8px;
background: #AFD6FE;
}
.feature-item:hover a, .feature-item-alt:hover a {
   font-weight: 500;
    }
.feature-item.active h3 {
	color: #1F2937;
	transition: color 0.3s ease; /* Smooth transition for text color changes */
}


.feature-item.active p {
	color: #1F2937;
	transition: color 0.3s ease; /* Smooth transition for text color changes */
}

.features-image-container {
		max-width:540px;
}

.features-image-container-alt {
		max-width:540px;
}

.separator img {
	width: 100%;
}



.features-wrapper-alt {
	margin-top: 96px;
}



.feature-item-alt h3 {
	color: #1F2937;

/* Semibold/20 px */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 24px */
letter-spacing: -0.4px;
	margin-bottom: 8px;;
}

.feature-item-alt p {
color: var(--tailwind-gray-800, #1F2937);
/* Regular/16px */
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
letter-spacing: -0.18px;
}

.feature-item-alt a {
  position: relative;
  color: #1D85ED;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.18px;
  display: inline-block;
  overflow: visible; /* Ensures the pseudo-element does not extend outside */
}

.feature-item-alt a::after {
  content: '\f054'; /* FontAwesome chevron-right icon */
	font-size: 10px;
  font-family: 'Font Awesome 6 Pro'; /* Updated for Font Awesome 6 Pro */
  font-weight: 900;
  position: absolute;
  right: -12px;
  top: 50%; /* Align vertically */
  transform: translateY(-50%); /* Center vertically relative to the link */
  transition: transform 0.3s ease; /* Smooth transition for movement */
}

.feature-item-alt a:hover::after {
  transform: translateY(-50%) translateX(5px); /* Move to the right on hover */
}

.feature-item-alt.active {
border-radius: 8px;
background: #AFD6FE;
	transition: background 0.2s ease;
}

.feature-item-alt {
	display: flex;
	padding: 16px 24px 8px 24px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	border-radius: 8px;
background: #FFF;
		transition: background 0.2s ease;
}



.feature-item-alt:hover {
border-radius: 8px;
background: #AFD6FE;
}

.feature-item-alt.active h3 {
	color: #1F2937;
	transition: color 0.3s ease; /* Smooth transition for text color changes */
}


.feature-item-alt.active p {
	color: #1F2937;
	transition: color 0.3s ease; /* Smooth transition for text color changes */
}



/* Mobile styles */
@media (max-width: 768px) { 

	.features-section::before {
    width: 90%; /* Adjust as needed */
    height: 16px; 
    transform: translateX(-1px);
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Group-415.svg');
}
	
	.features-section::after {
        transform: translateX(-1px);
    width: 80%; /* Adjust as needed */
    height: 16px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Group-414.svg');
}

	.features-wrapper {
		display: none;
	}
		
	.features-wrapper-alt {
		display: none;
	}
	


.features-p {
font-size: 16px;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin: 0;
}
	

	
	.section-features-inner {
	padding-bottom: 40px;
		padding-top: 64px;
}
	
	.mobile-accordion-button {
    border-radius: 6px;
background: #FFF;
    display: flex;
padding: 18px 15px;
gap: 16px;
    justify-content: space-between;
    width: 100%;
}
	
#mobileFeaturesAccordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
	padding: 0 0px 80px 0px;
}
	
	.mobile-accordion-header span {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
		text-align:left;
line-height: 22px; /* 137.5% */
}

.mobile-accordion-chevron {
    width: 24px;
height: 24px;
    
}
	
	.mobile-accordion-header span {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
}

.mobile-accordion-chevron {
    width: 24px;
height: 24px;
    
}

.mobile-accordion-content {
    padding: 18px 18px 18px 18px;
    background: #FFF;
}

.mobile-accordion-body p {
    color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.learn-more-link, .learn-more-link:visited {
    position: relative;
    color: #1D85ED;
    text-align: center;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.18px;
    display: inline-block;
    overflow: visible;
    padding-top: 32px;
}
.learn-more-link:hover{
    font-weight: 500;
}
.learn-more-link:after {
        content: '\f054';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: relative;
   left:2px;
	
    top: -1px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
	
	.mobile-accordion-body img {
        border-radius: 10px;
        border: 3px solid #D6EBFF;
		margin-top:36px;
}
	
}
	


.rotate-180 {
        transform: rotate(180deg);
    }

.mobile-separator {
	display: none;
}

.page-template-template-feature-website-audit-tool .separator, .page-template-template-feature-backlink-analysis .separator, .page-template-template-feature-keyword-ranking-monitoring .separator{
	background: #F3F4F6;
}

.separator-features img {
	width: 100%;
}


@media (min-width: 1024px) {
		.section-features-inner-mobiles {
		display: none;
	}
}

/*
 __________________________

Recommendation section
 __________________________
*/

.recommendation-section {
background:#0E3358;
	padding-top: 128px;
	padding-bottom: 128px;
}

.recommendation-section .swiper-wrapper {
cursor: grab;
}

.recommendation-section .swiper-wrapper.grabbing {
  cursor: grabbing;
}

.recommendation-section h2 {
color: #FFF;
text-align: center;
	margin-bottom:40px;
}

.recommendation-section h2 strong {
color: #FFF;
}


.rec-item {
	display: flex;
	padding: var(--spacing-3xl, 24px) 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--spacing-2xl, 20px);
	flex: 1 0 0;
border-radius: 8px;
border: 1px solid #1D85ED;
background: #091F34;
}

.rec-item > p {
color: #D6EBFF;
font-family: 'Graphik';
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 24px; /* 133.333% */
	min-height: 100px;
}


.rec-item img {
	background: #F0F0FC;
    border-radius:100%;
}

.rec-name {
	color: var(--ui-seobility-super-bright, #D6EBFF);
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}

.rec-company {
	color: var(--ui-seobility-regular, #1D85ED);
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;animation
}



/* Mobile styles */
@media (max-width: 768px) { 
	
	.recommendations-swiper {
  width: 100%;
 	max-height: 400px;
}
	
	.recommendation-section {
    padding: 80px 0px;
}
	
	.recommendation-section h2{
		margin-bottom:24px;
	}
	.recommendations-swiper2 .swiper-slide{
		padding-bottom:0;
	}
	
	.recommendations-swiper .swiper-slide {
		width: 100% !important;
	}
	
	.rec-item {
    display: flex;
    padding: 24px !important;;
    width: 100% !important;
    box-shadow: none;
}
	
	.rec-item > p {
    min-height: auto;
		font-size: 18px;
		font-weight: 500;
		line-height: 24px; /* 133.333% */
		letter-spacing: -0.26px;
}
	
.rec-wrapper {
    padding: 0 16px 24px 16px !important;
}
	
.recommendation-section::after {
    display: none;
}
	
	
}

@media (max-width: 350px) {
	.rec-company {
    font-size: 12px;
}
}


.recommendation-section .swiper-wrapper {
	padding-bottom: 40px !important;
}

.recommendation-section .swiper-pagination {
 /* Space below the slider */
    position: relative;
}

.recommendation-section .swiper-pagination-bullet {
    width: 32px !important;
    height: 8px  !important;
    border-radius: 12px !important;
    background: #D6EBFF  !important; /* Default for inactive dots */
    opacity: 1; /* Ensure inactive dots don't have reduced opacity */
}

.recommendation-section .swiper-pagination-bullet-active {
    background: var(--ui-seobility-regular, #1D85ED)  !important;; /* Active dot */
}


/*
 __________________________

tools-section
 __________________________
*/

.tools-section {
	background: #EBF5FF;

}

.tools-section-inner {
	padding-top: 120px;
	padding-bottom:120px;
}

.tools-section::before {
    content: '';
    display: block;
    width: 100%; /* Adjust as needed */
    height: 24px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-15.svg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: bottom left;
}

.tools-section::after {
    content: '';
    display: block;
    width: 100%; /* Adjust as needed */
    height: 24px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: bottom left;
}




.tools-section h2 {
	color: #1F2937;

text-align: center;
	margin-bottom: 16px;
}

.tools-section h2 span {
	color: #1D85ED;
}

.tools-section p {
color: #1F2937;

text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
	max-width: 590px;
	margin: 0 auto 72px auto;
}


.tools {
	padding: 0 0 96px 0;
	margin-bottom: 0;
}


.tools h3, .tools .tools-title {
color: #1F2937;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}

.tool-card {
    display: flex;
    height: 48px;
    width: 300px;
    padding: 0px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    background: #0E3358; /* Original background color */
    color: #FFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
    transition: transform 0.4s ease, background-color 0.4s ease; /* Transition for transform and background-color */
    transform: translateY(0); /* Start at normal position */
}

.tool-card:hover {
    background: #091F34; /* Change background color to green on hover */
}




@media (max-width: 768px) {
	.screenshot-container {
    width: 100% !important;
    height: auto !important;
}
	
	.tools-section-inner {
		padding: 64px 0px;
	}
	
	.tool-card {
    max-width: 260px;
		color: #FFF;
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
	
	.tools-section::before {
    content: '';
    display: block;
    width: 100%; /* Adjust as needed */
    height: 16px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/decoration-1.svg');
}
	
	.tools-section h2 {
}

.tools-section h2 span {
	color: #1D85ED;
}

.tools-section p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}
	
	.tools-section::after {
    width: 100%; /* Adjust as needed */
    height: 16px; /* Adjust the height to fit the separator image */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/decoration-footer.svg');
}
}





/*
 __________________________

CTA section
 __________________________
*/

.cta-section-bottom {
	background-color: #1D85ED;
	padding-top: 100px;
	padding-bottom: 115px;
}


.cta-bottom-title {
color: #FFF;
text-align: center;
font-family: 'Graphik';
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.cta-bottom-p {
	max-width: 528px;
	margin: 0 auto;
color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

.cta-bottom-link, 
.cta-bottom-link:visited {
	width: 280px;
		margin: 36px auto 0 auto;
display: flex;
	padding: 12px 20px;
justify-content: center;
align-items: center;
border-radius: 8px;
background: #2BC46A;
	color: #FFF;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
	    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}



.cta-bottom-link:hover {
    background-color: #38a265;
    color: var(--tailwind-white, #FFF); /* Change the text color on hover */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12); /* Increase the shadow for a lifted effect */
    transform: translateY(-2px); /* Slightly raise the button */
}


/* Mobile styles */
@media (max-width: 768px) { 
	
.cta-section-bottom-image img {
	margin: 24px 0;
    width: 100%;
    border-radius: 0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
}
	
	.cta-section-bottom-image {
		margin-bottom: 0;
	}
	
	.cta-section-bottom {
    background-color: #1D85ED;
    padding-top: 0;
    padding-bottom: 24px;
}
	
}
.home .separator {
	background: #F3F4F6;
}

.home .separator img {
	height: 24px;
	object-fit: cover;
}


/*
 __________________________

Footer
 __________________________
*/


#colophon.site-footer {
	background: #091F34;
	padding-top: 64px;
 
}


.footer-menus {
    padding-bottom: 80px; 
    border-bottom: none;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/09/Decoration-Footer.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.footer-menus h3,.footer-menus span {
	color: #CED2D6;
	font-family: 'Graphik';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.7px;
	text-transform: uppercase;
}


.footer-menus li a {
    color: #9DA5AE;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: color 0.25s ease, text-shadow 0.5s ease, opacity 0.25s ease; 
    text-decoration: none; 
}

.footer-menus li a:hover, .footer-menus li a:focus {
    color: #AFD6FE; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); 
}


.footer-menus ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}




.copyright {
	color: #9DA5AE;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}


.copyright-section {
	padding-top: 36px;
	padding-bottom: 36px;
}

.copyright-section .fa-brands {
	color: #AFD6FE;
	font-size: 22px;
}

.footer-socials {
	gap: 60px;
}

.menu-6, .menu-4 {
	margin-top: 64px;
}



/* Mobile styles */
@media (max-width: 768px) { 

	.newsletter-section form input {
    width: auto !important;
}

.site-footer {
	padding: 32px 16px;
}
	
	
	
}



/*
 __________________________

Blog archive
 __________________________
*/



.page-template-template-blog-archive .main-content .post:hover {
	background: #D6EBFF !important;
}

.page-template-template-blog-archive .featured-articles article {
	transition: .2s background ease;
}

.page-template-template-blog-archive .featured-articles article:hover {
	background: #D6EBFF !important;
}


.page-template-template-blog-archive .hero-section {
    position: relative;
}




.page-template-template-blog-archive .hero-section * {
    z-index: 3; 
}

.page-template-template-blog-archive .hero-section {
	background: #F6FBFF;
	padding: 80px 0 60px 0;
}

.page-template-template-blog-archive .hero-section > h1 {
color: #1F2937;
text-align: center;
}

.page-template-template-blog-archive .hero-section > h1 strong {
color: #1D85ED;
}


.page-template-template-blog-archive .hero-section > p {
color: #1F2937;
text-align: center;
	width: 591px;
	display: block;
	margin: 20px auto auto auto;
}

.page-template-template-blog-archive .hero-section .featured-articles-wrapper h2 {
	color: #FFF;

/* tailwind/text-base/leading-6/font-semibold/tracking-wide/uppercase */
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
	margin-bottom: 24px;
}


.featured-articles {
	gap: 32px;
}

.featured-articles-wrapper {
	margin-top: 96px;
}

.featured-article {
	display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
border-radius: 8px;
background: #FFF;
/* tailwind/shadow/base */
}

.featured-article {
	padding: 0 !important;
	min-height: 630px;
}



.post-featured-image {
border-radius: 8px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
}

.featured-article-text {
	display: flex;
padding: 24px 24px 20px 24px;

flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 1 0 0;
align-self: stretch;
}

.post-meta {
	display: block;
	width: 100%;
	text-align: left;
}

.post-meta .post-date {
	color: #1F2937;

font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 116.667% */
}

.post-meta .post-author {
color: #1F2937;
font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 14px;
}

.post-meta .post-author-wrapper {
color: #1F2937;

font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 116.667% */
}

.post-meta .post-cat {
color: #1D85ED;
font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
}

.featured-article-text h3 {
color: #1F2937;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
	text-align: left;
	padding: 24px 0 12px 0;
}

.featured-article-text h3 a {
	color: #1F2937;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
	text-align: left;
}


.featured-article-text p {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	text-align: left;
}




.author-date {
	width: 100%;
	padding: 0 24px 20px 24px;
}


.featured-article-text h3 a {
	color: #1F2937;
/* tailwind/text-xl/leading-7/font-medium */
font-family: 'Graphik';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
}



.author-name {
color: #1F2937;
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
}

.author-area {
	gap: 12px;
}

.archive-hero-separator img {
	float: right;
}

.blog-section {
	padding: 124px 0 104px 0;
	
}

body.page-template-template-blog-archive {
	background: #F6FBFF;
}


/*body .sidebar {
    position: sticky;
    top: 20px;
}*/

.sidebar-inner {
	border-radius: 12px;
	background: #FFF;
	padding: 12px 12px;
}

.sidebar .categories {
	margin-bottom: 24px;
}

.sidebar .categories .sidebar-title {
	padding-left: 20px;
	color: #1F2937;
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
}

.sidebar .categories ul li {

}

.sidebar .categories ul li a, .sidebar .categories ul li a:visited {
	color: #1D85ED !important;
	font-family: Graphik;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 140% */
	border-radius: 8px;
	background: #F6FBFF;
	padding: 12px 20px;
	display: block;
	width: 100%;
	transition: all .2s ease-in-out;
}

.sidebar .categories ul li a:hover {
	background: #1D85ED !important;
	color: #FFFFFF !important;
}

.sidebar .categories ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.seo-check-widget {
	display: flex;
	padding: var(--spacing-xl, 16px) var(--spacing-xl, 16px) var(--spacing-3xl, 24px) var(--spacing-xl, 16px);
	flex-direction: column;
	border-radius: 8px;
	background: #D6EBFF;
	margin-bottom: 20px;
}


.seo-check-widget .seo-check-title {
	color: #1F2937;
	text-align: center;
	margin-bottom: 12px;
}
.seo-check-widget p {
	color: #1F2937;
	text-align: center;
	font-family: Graphik;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	margin-bottom: 24px;
}

.seo-check-widget form {
	border-radius: 8px;
	border: 1px solid #1D85ED;
	background: #FFF;
}


.seo-check-widget input {
	height: 100% !important;
background: #FFF;
border: 0px solid transparent !important;
padding-left: 8px;
color: #6B7280;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.seo-check-widget button {
border-radius: 8px;
background: #1D85ED;
color: #FFF ;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.sign-up-form form button:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); /* Enhanced shadow for a "lifted" effect */
    border-color: #E6E6E6; /* Slightly darker border color for contrast */
}


.newsletter {
	padding: 24px 32px;
	border-radius: 8px;

background: #F3F4F6;
display: flex
;
    flex-direction: column;
    gap: 0;
}

.newsletter h3 {
color: #1F2937;

text-align: center;
}

.newsletter input {
border-radius: 6px;

border: 1px solid #AFD6FE;

background: #FFF;
width: 100%;
height: 40px;
flex-shrink: 0;
	padding: 10px 12px;
}

.newsletter button {
    /* Existing styles */
border-radius: 8px;

background: #1D85ED;

box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
	width: 100% !important;
	color: #FFF;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}

.newsletter button:hover {
    background: #1678C2; /* Slightly darker shade for hover */
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); /* Enhanced shadow for a "lifted" effect */
}

.post-wrapper {
}

.main-content .post {
background: #FFF !important;
  transition: padding 0.3s ease, background-color 0.3s ease; /* Smooth transition for padding and background color */
	border-radius: 8px;
}

.main-content .post .post-content {
  padding: 24px;
}

.main-content .post:hover {

}

.post-wrapper .featured-image a {
	width: 100%;

}


.post-wrapper .featured-image {
	width: 100%;
	height: auto;
	border-radius: 8px;

}

.post-wrapper .featured-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;

}

.category-link a {
        color: #0E3358 !important;
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.post-loop-date {
	color: var(--ui-seobility-extra-dark, #0E3358);
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
text-transform: uppercase;
}

.post-wrapper h3 {
	margin-top: 24px;
}

.post-wrapper h3 a {
color: #1F2937 !important;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
}

.continue-reading, .continue-reading:visited {
	color: #1D85ED !important;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}


.main-content .pagination .prev span {
	display: flex;
padding: 13px 21px;

}

.main-content .pagination .next span {
	display: flex;
padding: 13px 21px;

}


.main-content .pagination .next a:hover {

}

.main-content .pagination .prev a, 
.main-content .pagination .next a {
    /* Existing styles */
color: #6B7280 !important;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	
}



.main-content .pagination .prev, 
.main-content .pagination .next {
color: #1F2937 !important;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	
}

.page-selector select {
	border-radius: 8px;

border: 1px solid #6B7280;
	padding: 8px 0 8px 8px;


}

.main-content .pagination .prev a:hover {

}

.post-author-area img {
	display: flex;
width: 36px;
height: 36px;
flex-direction: column;
justify-content: center;
align-items: center;
	border-radius: 100px;
}

.post-author-area span {
	color: var(--ui-seobility-super-dark, #091F34);
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
}

.blog-section > div {
	gap: 36px;
}

.page-template-template-blog-archive .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    top:-24px;
    position: absolute;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-template-blog-archive .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

@media (max-width: 768px) {
  .page-template-template-blog-archive .hero-section > h1 {
    font-size: 28px; /* Smaller font size for mobile */
    line-height: 32px; /* Adjust line height accordingly */
  }

  .page-template-template-blog-archive .hero-section > p {
    font-size: 16px; /* Smaller font size for mobile */
    line-height: 24px; /* Adjust line height accordingly */
    width: auto; /* Allow width to adjust to padding */
  }
	
	.page-template-template-blog-archive .hero-section .featured-articles-wrapper h2 {
    text-align: left;
}
	
	.featured-article {
    min-height: 0; /* Allow the height to adjust based on content */
  }
	
	 .blog-section .grid-cols-1 md:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); /* Stack columns on small screens */
  }
	
	 .post-wrapper {
    flex-direction: column; /* Stack image above text on small screens */
  }



  .cta-section-three {
    padding: 40px 20px; /* Adjust padding for small screens */
  }
	
/*	.archive-hero-separator {
		display: none;
	}*/
	
	.cta-section-three {
	padding: 32px 16px;
}


.cta-section-three h2 {
color: var(--tailwind-white, #FFF);
text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}

.cta-section-three p {
color: var(--tailwind-white, #FFF);
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}

.cta-section-three a {
width: 100%;
}
}



@media (min-width: 420px) and (max-width: 1023px) {
	
	.page-template-template-blog-archive .hero-section {
		padding: 80px 32px 60px 32px;
	}
	
	
 
	.page-template-template-blog-archive .archive-hero-separator {
		display: none;
	}

.page-template-template-blog-archive .featured-article {
    flex: 1 0 100% !important;
}
	
	.cta-section-three a {
width: 60%;
}

}


/*
 __________________________

Single posts
 __________________________
*/

.single #secondary {
	max-width: 376px;
}
.single .single-post-wrapper main {
	max-width: 706px;
}
/* Remove default list styles and the ::marker pseudo-element */
body.single .post-content ol {
    list-style: none; /* Remove list numbers */
    margin: 0;
    padding-left: 0; /* Remove padding */
}

body.single .post-content ol li {
    position: relative; /* Enable custom number positioning */
    counter-increment: custom-counter; /* Custom counter */
    padding-left: 1.3rem; /* Space for numbers */
    margin-bottom: 10px;
    line-height: 1.5;
    color: #1F2937;
    font-family: Graphik, sans-serif;
    font-size: 16px;
}

/* Forcefully hide ::marker to avoid double numbers */
body.single .post-content ol li::marker {
    content: ''; /* Hide marker content */
    display: none; /* Ensure no display */
}

/* Add custom numbering */
body.single .post-content ol li::before {
    content: counter(custom-counter) "."; /* Custom numbering */
    position: absolute;
    left: 0; /* Align numbers to the left */
    top: 0; /* Align to the text */
}


/* Target all ULs except those inside .toc-container */
body.single .post-content ul:not(.toc-container ul) {
    list-style: none; /* Remove default bullets */
    margin: 0;
    padding-left: 0; /* Reset any default padding */
	padding-bottom: 24px;
}

/* Style the list items to add bullets and prevent wrapping */
body.single .post-content ul:not(.toc-container ul) li {
    position: relative; /* Allow precise control */
    padding-left: 1.5rem; /* Space for the bullet */
    text-indent: -1.5rem; /* Align text without wrapping under bullets */
    margin-bottom: 10px; /* Add spacing between items */
}

/* Add custom bullets */
body.single .post-content ul:not(.toc-container ul) li::before {
    position: absolute; /* Position the bullet */
    left: 0; /* Align bullet to the left */
    top: 0; /* Align with the first line */
    color: #1F2937; /* Match your desired bullet color */
    font-weight: bold;
    font-size: 1.2rem; /* Slightly larger bullet size */
}



img.contentimage, .contentimage img {
	border-radius: 8px;
border: 1px solid #1D85ED;
	padding: 0 !important;
}

body.single .post-content p a, body.single .post-content p a:visited {
	color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}

body.single .post-content p a:hover {
text-decoration-line: underline;
}


body.single .post-content button {
	max-width: 145px;
	display: flex;
padding: 13px 21px;
justify-content: center;
align-items: center;
	border-radius: 3px;
border: 2px solid var(--tailwind-white, #FFF);
/* tailwind/shadow/sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	color: var(--tailwind-white, #FFF);
/* tailwind/text-base/leading-6/font-medium */
font-family: 'Graphik';
	text-decoration: none !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
	    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}



body.single .post-content button:hover {
    background-color: var(--ui-seobility-medium, #1470CC); /* Change the background color on hover */
    color: var(--tailwind-white, #FFF); /* Change the text color on hover */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12); /* Increase the shadow for a lifted effect */
    transform: translateY(-2px); /* Slightly raise the button */
}



.toc-container {
	margin-top: 40px;
	margin-bottom: 40px;
border-radius: 12px;
background: #D6EBFF;
padding: 16px 24px 16px 24px;
	display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 0;
}

.toc-list {
	margin-bottom: 0 !important;
}

.toc-container .toc-h3 {
	margin-top: 0 ;
	color: #1D85ED ;
font-family: Graphik ;
font-size: 24px ;
font-style: normal ;
font-weight: 600 ;
line-height: 32px; /* 133.333% */
}


.toc-container li {
	list-style-type: none !important;
	padding: 0 !important;
	margin-bottom: 24px;
	
}

body.single .post-content ol {
	margin-bottom: 24px;
}

body.single .post-content ol li {
	list-style-type: numbers !important;
}

body.single .post-content li:last-child {
	margin-bottom: 0 !important;
}


.toc-container li a {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	transition: .2s color ease;
}

.toc-container li a:hover {
color: #1D85ED;
}

body.single {
	background: #F6FBFF;
}

.single .hero-section {
	padding: 64px 0;
}

.single .hero-section .hero-right img {
	border-radius: 20px;
border: 12px solid rgba(214, 235, 255, 0.50);
}


.single .hero-section h1 {
	color: #1F2937;
margin: 16px 0 64px 0;
}

.single .hero-section h1 span {
color: #1D85ED;
}


.single-post-wrapper {
display: flex;

	padding-bottom: 284px;
flex-direction: row;
}

.single .date-cat {
	display: flex;
	gap: 12px;
}

.single-date {
color: #1F2937;
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
}


.single-post-author-area {
	display: flex;
	align-items: center;
	gap: 8px;
}


.single-post-author-area span {
	color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
}

.single .meta-author {
	margin-bottom: 16px !important;
}


body.single .post-content p {
color: #1F2937;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin: 0 0 1.2em;
} 

body.single .post-content li {
    padding-left: 3px;
	padding-left: 20px; /* Adjust this to control the space between bullet and text */
    
    list-style-type: disc; /* Ensures default bullet style */
    list-style-position: inside; /* Keeps the bullet within the padding area */
}

body.single .post-content ul {
margin: 0 0 1.2em;
}

body.single .post-content li {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
} 

body.single .post-content h2 {
	margin-top: 64px;
	margin-bottom: 16px;
color: #1F2937;

font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
} 

.single .wp-block-image img {
	padding: 12px 0px 28px 0px;
}

.single .wp-block-video {
	padding: 12px 0px 28px 0px;
}

pre.wp-block-preformatted {
	margin: 12px 0px 28px 0px;
}


body.single .post-content h3,body.single .post-content h4,body.single .post-content h5 {
	margin-top:64px;
	margin-bottom: 12px;
color: #1F2937;
/* website / headline-paragraph */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
} 


body.single .post-content h4 {
	margin-top: 16px;
	margin-bottom: 12px;
color: #1F2937;
/* website / headline-paragraph */
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
} 


.big-author-area-inner {
	display: flex;
padding: 24px;
align-items: center;
gap: 34px;
border-radius: 12px;
background: #EBF5FF;
	margin: 32px 0;
}


.big-author-image {
	display: flex;
width: 102px;
height: 102px;
	border-radius: 8px;
border: 1px solid #1D85ED;
	overflow: hidden;

}

.big-author-image img,.big-author-image picture {
width: 100%;
	height: 100%;
		object-fit: cover;
}

.comment {
	display: flex;
padding: 20px;

flex-direction: column;
align-items: flex-start;
gap: 32px;

align-self: stretch;
border-radius: 8px;

border: 1px solid #1D85ED;

background: #FFF;
	margin-bottom: 24px;
}


.comment-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
		margin-bottom: 20px;
}

.comment-author  {
	display: flex;
align-items: center;
gap: 12px;

}
.comment-author .avatar {
	display: flex;
width: 40px !important;
height: 40px !important;
	border-radius: 40px;
}

.comment-author .fn {
color: #1D85ED;

font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.comment-metadata {
color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.comment-content p {
	color: var(--tailwind-gray-600, #4B5563);
/* tailwind/text-lg/leading-7/font-normal */
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.leave-comment-button {
    display: inline-flex;
    height: 52px;
    padding: 8px 24px;
    align-items: center;
    font-weight: 500;
    gap: 8px;
    border-radius: 4px;
background: #F3F4F6;
}
.leave-comment-button:hover{
    background: #D1D5DB;
}


#submit {
	    display: flex;
padding: 13px 15px 13px 21px;
justify-content: center;
align-items: center;
gap: var(--spacing-md, 8px);
    border-radius: 3px;
border: 1px solid var(--tailwind-gray-200, #E5E7EB);
background: var(--tailwind-gray-200, #E5E7EB);
    margin-top: 32px;
    color: var(--tailwind-gray-600, #4B5563);
/* tailwind/text-base/leading-6/font-medium */
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

#commentform .logged-in-as {
	display: none;
}

#commentform label {
	display: none;
}

.comments-title {
color: #1F2937;

font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; 
margin-bottom:64px;
}

.comments-number {
    padding-bottom:16px;
    padding:0 24px;
    color: #000;

    font-family: Graphik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}

.big-author-content {
	gap: 8px;
	display:flex;
	flex-direction:column;
}

.big-author-content a {
	color: var(--ui-seobility-medium, #1470CC);
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}


.big-author-content p {
color: var(--tailwind-gray-600, #4B5563);
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.big-author-content .big-author-title,.wiki-banner-title {
	color: var(--tailwind-gray-800, #1F2937);
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.single p img {
	padding: 12px 0px 28px 0px;
}


.single .toc h3 {
color: #1F2937;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

#toc-list {
    gap:20px;
    margin-bottom: 40px;
}
#toc-list-sticky{
    gap: 8px; 
    margin-bottom: 0px;
}
#toc-list ,#toc-list-sticky{
	display: flex;
	flex-direction: column;
	
}
#toc-list li a:not(.active),#toc-list-sticky li a:not(.active) {
	color: #1F2937;
	font-weight: 400;
}
#toc-list li a,#toc-list-sticky li a {


font-family: Graphik;
font-size: 18px;
font-style: normal;
line-height: 25px; /* 140% */
border-radius: 8px;
background: #F6FBFF;
padding: 12px 19px;
display: block;
}

.toc-link.active, .toc-link:hover {
color: #1D85ED!important;
font-weight: 500!important;
}


.social-share h3 {
color: #1F2937;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	margin: 20px 0;
}


.related-posts-wrapper {
background: #FFF;
	padding: 92px 0;

}

.related-categories a {
	color: var(--functional-00-white, #FFF);
/* Semibold/18 px */
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
letter-spacing: -0.26px;
	border-radius: 3px;
border: 1px solid var(--ui-seobility-dark, #11477E);
background: var(--ui-seobility-super-dark, #091F34);
display: flex;
height: 72px;
padding: 24px 16px;
flex: 1 0 0;
}


	.related-posts-header h2 {
	color: var(--seobility-900-extra-dark, #0E3358);
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
text-transform: uppercase;
}

.related-posts-list h2 {
	color: var(--ui-seobility-extra-dark, #0E3358);
/* tailwind/text-xl/leading-7/font-semibold */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.related-posts-list {
	padding: 92px 0;
}

.social-share {
	padding: 20px;
}

.social-share-icons {
	display: flex;
	gap: 12px;
	justify-content: space-between;

}

.social-share-icons h3 {
	color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}

.social-share-icons a {

background: #FFF;
	display: flex;
justify-content: center;
align-items: center;
	color: #AFD6FE;

text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 24px; /* 150% */
}
b, strong{
    font-weight: 500!important;
}
.single .sidebar:not(.sidebar-related-articles) .categories {
	margin-top: 8px;
}

@media(max-width: 1023px) {
	.single-post-wrapper {
flex-direction: column;
}
	
	
}

@media (max-width: 768px) {
    .single-post-wrapper {
        flex-direction: column-reverse;
			padding-top: 36px;
			padding-bottom: 88px ;
    }
	
	.single-post-wrapper {
    display: flex;
    flex-direction: row;
}

    .single #secondary {
        width: 100%;
        padding: 0 15px;
    }

   .single #primary {
        width: 100%;
        padding: 0 15px;
    }
}

.single .featured-image img,
.single .post-content img,
.single .post-content iframe {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {

	.single .table {
	table-layout:fixed;
  width:100%;
	overflow: hidden;
	
}
    .single h1.text-3xl {
        font-size: 24px; /* Smaller font size on mobile */
    }

    .single .meta-author, .single .big-author-area-inner, .single .related-posts-header {
        flex-direction: column;
        text-align: center;
    }

    .single .big-author-image, .single .big-author-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .single .cta-section-three a {
        padding: 10px 20px; /* Larger touch target */
    }
	.date-cat {
	flex-direction: column;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}

.meta-author {
	flex-direction: column;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	gap: 12px;
}

.single .meta-author, .single .big-author-area-inner, .single .related-posts-header {
    flex-direction: column;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	
}
	
	.single-cat {
	text-align: left;
}
	
}
/*Agency
.single #primary img {
	width: 100%;
}
*/
.single .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.single .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


/*
 __________________________

Author archive
 __________________________
*/

.author .blog-section {
    padding: 0;
}
body.author {
	background: #F6FBFF;
}

.author .hero-section {
	position: relative;
	gap: 24px;
 padding-top: 120px;
	padding-bottom:100px;
}

.author .hero-section .avatar {
border-radius: 4px;
border: 4px solid rgba(214, 235, 255, 0.50);
	width: 121px;
height: 121px;
}


.author .hero-section h1 .first-name {
color: #1D85ED;
}

.author .hero-section h1 {
color: #1F2937;
	margin-bottom: 16px;
}

.author .hero-section p {
color: #1F2937;
	margin-left:auto;
	margin-right:auto;
}

.author-soc {
	margin-top: 20px;
	justify-content: space-between !important;
		width: 121px;
	padding: 0 16px;
}

.author-soc i {
    color: #AFD6FE;
	font-size: 20px;
    transition: opacity 0.3s ease;
}

.author-soc a {
    display: inline-block;
    transition: opacity 0.3s ease;
}



.see-more-container {
	padding-bottom:80px;
	display: flex;
	justify-content: center;
}

.see-more-btn {
	border-radius: 8px;
background: #FFF;
box-shadow: 3px 3px 20px 1px rgba(107, 114, 128, 0.20);
	
	display: flex;
width: 208px;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
flex-shrink: 0;
	color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}
.see-more-btn:hover{
	background: #AFD6FE;
}

.author .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.author .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}






/*
 __________________________

Category archive
 __________________________
*/


body.category {
	background: #F6FBFF;
}


.category .hero-section {

}

.category .hero-section h1 {
color: #1F2937;
text-align: center;
	margin-bottom: 16px;
}

.category .hero-section p {
color: #1F2937;
text-align: center;
	max-width: 768px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	
	.category-date {
    flex-direction: column;
		margin-bottom: 16px;
}
	
  
	

	


  .cta-section-three {
    padding: 40px 20px; /* Adjust padding for small screens */
  }
	
	.archive-hero-separator {
		display: none;
	}
	
	.cta-section-three {
	padding: 32px 16px;
}


}



@media (min-width: 420px) and (max-width: 1023px) {

 
.category .archive-hero-separator {
		display: none;
	}

.category .featured-article {
    flex: 1 0 100% !important;
}
	


}

.category .cta-section:before {
    content: '';
    display: block;
    width: 90%;
	top:0;
    height: 24px;
    top:-24px;
    z-index:2;
    position: absolute;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.category .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.category .pagination .prev a, 
.category .pagination .next a {
    /* Existing styles */
color: #6B7280 !important;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	
}



.category .pagination .prev, 
.category .pagination .next {
color: #1F2937 !important;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	
}

/*
 __________________________

FAQ page
 __________________________
*/

/* Remove the default bullets */
.page-template-template-faq .accordion-content ul {
    list-style: none !important; /* Completely removes the default bullets */
    padding-left: 0; /* Removes left padding from the list */
    margin-bottom: 1.5rem; /* Keep spacing below the list */
}

/* Style each list item */
.page-template-template-faq .accordion-content ul li {
    position: relative; /* Position for custom bullets */
    padding-left: 1rem; /* Space for the bullet on the left */
    color: #1F2937; /* Text color */
    font-family: Graphik, sans-serif; /* Font family */
    font-size: 16px; /* Text size */
    font-style: normal; /* Normal font style */
    font-weight: 400; /* Regular font weight */
    line-height: 1; /* Better readability */
}

/* Add the custom bullet */
.page-template-template-faq .accordion-content ul li::before {
    content: '•'; /* Unicode bullet */
    position: absolute;
    left: 0; /* Place it at the far left of the list item */
    top: 4px; /* Align it vertically with the text */
    color: #1F2937; /* Match the bullet color to the text */
    font-size: 16px; /* Match the bullet size to the text */
    line-height: 1.5; /* Align it with the text */
}

body.page-template-template-faq {
	background: #F6FBFF;
}

.page-template-template-faq .faq-section {
	margin-top: 120px ;
	margin-bottom: 112px;
}

.page-template-template-faq .faq-section h1 {
color: #1F2937;
text-align: center;
	margin-bottom: 16px;
}

.page-template-template-faq .faq-section h1 strong {
color: #1D85ED;
}


.page-template-template-faq .faq-section .intro p {
color: #1F2937;
text-align: center;
	margin-bottom: 8px;
}

.page-template-template-faq .faq-section .intro p a, .page-template-template-faq .faq-section .intro p a:visited {
color: #1D85ED;
}

.page-template-template-faq .faq-section .intro p a:hover {
	text-decoration: underline;
}

.page-template-template-faq .tabs {
	display: flex;
	margin: 80px 0;
	justify-content: center;
	
}


.page-template-template-faq .tabs-container li {
color: #1F2937;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 140% */
	padding: 6px 4px;
}

.page-template-template-faq .tabs-container .tab-link {
	cursor: pointer;
}

.page-template-template-faq .tabs-container .tab-link.active {
font-weight: 600;
}

.page-template-template-faq .tab-link {
    position: relative; /* Ensure the pseudo-element positions correctly */
    overflow: hidden; /* Keeps the pseudo-element within the tab link */
}

.page-template-template-faq .tab-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1D85ED;
    transition: all 0.3s ease; /* Smooth transition for the border */
}

.page-template-template-faq .tab-link.active::after {
    width: 100%; /* Full width to show the border beneath the active tab */
}

.page-template-template-faq .accordion-item {
padding: 20px 12px 20px 0;
	border-top: 1px solid #1D85ED;
}

.page-template-template-faq .tab-content {
	border-bottom: 1px solid #1D85ED;
}

.page-template-template-faq .accordion-content {
	color: var(--ui-seobility-extra-dark, #0E3358);
/* tailwind/text-lg/leading-7/font-normal */
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
	margin-top: 32px;
}

.page-template-template-faq .accordion-title a, 
.page-template-template-faq .accordion-title a:visited {
	color: #1F2937;

font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
	cursor: pointer;
}



.page-template-template-faq .call-us {
	display: flex;
align-items: center;
gap: 10px;
	margin-bottom: 96px;

}

.page-template-template-faq .call-us p {
color: #1F2937;
text-align: center;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */

}

.page-template-template-faq .call-us p a, .page-template-template-faq .call-us p a:visited  {
color: #1D85ED;
}

.page-template-template-faq .call-us p a:hover {
text-decoration: underline;
}

.page-template-template-faq .call-us a, .page-template-template-faq .call-us a: visited {
color: #1D85ED;
}


@media (max-width: 767px) {
	
		.page-template-template-faq #primary {
   padding: 0 16px;
}
	
	.page-template-template-faq .faq-section {
    padding: 16px !important;
    margin-top: 24px !important;
}
	
	.page-template-template-faq .faq-section h1 {
color: #091F34;
text-align: center;
}
	
	.page-template-template-faq .faq-section p {
text-align: center;
		color: #091F34;
text-align: center;
}
	
.page-template-template-faq .tabs {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    justify-content: flex-start !important; 
}

.page-template-template-faq .tabs li {
    flex: 1 1 auto; 
    min-width: 100px; 
    text-align: center;
}
	
	.page-template-template-faq .tabs-container li {
    color: #1D85ED;
font-family: 'Graphik';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
	
		.page-template-template-faq .tabs-container li.active {
color: #FFF;
font-family: 'Graphik';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
			border-radius: var(--radius-sm, 6px);

background: #1D85ED;
}
	
.page-template-template-faq .call-us {
    padding: 0px;
    margin-top: 16px !important;
    margin-bottom: 64px !important;
}
}


.page-template-template-faq .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    top: -24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-7.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-template-faq .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.page-template-template-faq .accordion-content p {
	color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}



.page-template-template-faq .accordion-content p a, 
.page-template-template-faq .accordion-content p a:visited {
color: #1D85ED;
}

.page-template-template-faq .accordion-content p a:hover {
	text-decoration: underline;
}

.page-template-template-faq .accordion-content ul {
  list-style-type: disc;
  list-style-position: inside;  
  margin-bottom: 1.5rem; 
}

.page-template-template-faq .accordion-content ul li {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.page-template-template-faq .accordion-content ol {
  list-style-type: decimal; /* Ensures numbers are used as markers */
  list-style-position: inside; /* Numbers align with text */
}

.page-template-template-faq .accordion-content ol li {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin-bottom: 8px;
}


.page-template-template-faq .accordion-content ol {
	margin-bottom: 32px;
}




/*
 __________________________

Team page
 __________________________
*/




.page-template-team-page .subtitle {
color: #1D85ED;

text-align: center;
font-family: 'Graphik';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
	margin-bottom: 24px;
}

.page-template-team-page .title {
color: #1F2937;
text-align: center;
		margin-bottom: 12px;
}

.page-template-team-page .title strong {
color: #1D85ED;
}

.page-template-team-page .paragraph {
color: #1F2937;
text-align: center;
		margin-bottom: 80px;
	max-width: 591px;
}

.page-template-team-page .hero-section {
	background: #FFF;
	padding: 80px 0 100px 0;
}


.page-template-team-page .image {
	max-width: 1024px;
}

.page-template-team-page .team-section {
	padding: 128px 0 88px 0;
	background: #13395C;
}







.page-template-team-page .team-section-inner:after {

}


.page-template-team-page .team-section {
    position: relative; /* Ensures the pseudo-element is positioned relative to this element */
}

.page-template-team-page .team-section::before {
    content: '';
    display: block;
    width: 60%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-separator-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute; /* Allows precise positioning */
    top: -24px; /* Moves it above the team section */
    left: 0; /* Aligns it to the left */
}

.page-template-team-page .team-section::after {
    content: '';
    display: block;
    width: 60%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-11.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0; /* Adjust this value if needed to fine-tune its position */
    right: 0; /* Aligns it to the right */
}

.page-template-team-page .team-section:after {

}

.page-template-team-page .team-section img {

}


.team-container-left:before {

}

.team-container-right {

}

.team-images img {
	width: 380px;
height: 252.264px;
	border-radius: 10.509px;
border: 2px solid #AFD6FE;
background: lightgray 0.213px -84.287px / 99.944% 150.724% no-repeat, lightgray 0px 0px / 100% 104.085% no-repeat;


}


.team-section h2 {
color: #FFF;

text-align: center;

	margin-bottom: 16px;


}

.team-section p {
color: #FFF;

text-align: center;
	margin-bottom: 64px;
	
}

.soc-first-circle {
	background: #1D85ED;
	width:36px;
height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 42px;
	z-index: 3 !important;
}

.soc-second-circle {
	border-radius: 83.651px;
background: rgba(29, 133, 237, .2);
	width: 71.701px;
height: 71.701px;
		display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2 !important;
}

.soc-third-circle {
border-radius: 72.451px;
background: rgba(29, 133, 237, .1);
width: 103.502px;
height: 103.502px;
		display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1 !important;
}

.team-social {
	margin-top: 34px;
}


.soc-first-circle i {
	font-size: 18px;
	margin-bottom: 0 !important;
	color: #fff;
}

.team-social span { 
	margin-top: 16px;
color: #AFD6FE;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

.counter-section-team {
	background: #EBF5FF;

}

.counter-inner {
	padding: 111px 0;
}



.counter-section-team:after {
	    content: '';
    display: block;
    height: 24px; 
width: 100% !important;
	position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-7.svg');
    background-size: 90%; 
    background-repeat: no-repeat;
    background-position: bottom right !important;
}

.counter-section-team h2 {
    color: #1F2937;
text-align: center;
}

.counter-section-team h2 strong {
color: #1D85ED;
}


.counter-section-team p {
color: #0E3358;
text-align: center;

	width: 491px;
	margin: 16px auto 48px auto;
}




.counter-section-team .counter {
	max-height: 102px;
}

.team-counter-all {
	display: flex;
	align-items: center;
	justify-content: center;
}


.team-counter-all .counter-column {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}

.counter-sufix {
color: #1F2937 !important;

text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}

.counter-info span {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
	text-align: center;
	display: block;
	width: 100%;
}

.counter-section-team .counter:nth-child(1) .counter-sufix {
	margin-left: 6px;
}

.milestones-section {
	padding: 170px 0 120px 0;
	background: #FFF;
	position: relative;
}

.milestones-section * {
	
}

.milestones-section h2 {
color: #1F2937;

text-align: center;
margin-bottom:16px;
}



.milestones-text p {
color: #1F2937;
text-align: center;
	max-width: 528px;
	margin: 0 auto 80px auto;
}

.year-circle-one span {
	display: block;
	color: #FFF;

font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 100% */
}

.year-circle-one {
	width: 90px;
height: 90px;
	background: #1D85ED;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 110px;
}
.year-circle-two {
	width: 108px;
height: 108px;
	background: #D6EBFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 130px;
}


.year-circle-three {
	width: 126px;
height: 126px;
	background: #EBF5FF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 130px;
}

.dashed-line {
width: 190px;
height: 2px;
  border-top: 2px dashed #1D85ED; 
	position: relative;
	top: -50px;
}


.milestones-inner {
  /* Parent container adjustments */
}

.milestone-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px; /* Space between items */

}

.milestone-year-title {
  display: flex;
  align-items: center; 
  width: 40%; 
  border-top: 2px solid #1D85ED; 
		padding: 20px 0;
}

.milestone-item-year {
	color: #1D85ED;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
	margin-right: 44px;
}

.milestone-item-title {
	color: #1D85ED;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}

.milestone-paragraph {
  width: 60%; /* 3/5 of the div */
  border-top: 2px solid #AFD6FE; /* Different top border */
  padding-left: 16px; /* Spacing from title */
		padding: 20px 110px 20px 0;
}

.milestone-paragraph p {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

/* Apply bottom border to the last item */
.milestone-item:last-child .milestone-year-title {
	  border-bottom: 2px solid #1D85ED; 
}
.milestone-item:last-child .milestone-paragraph {
  border-bottom: 2px solid #AFD6FE; /* Different top border */
}


.circle-text h3 {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
	margin: 8px 0;
}


.circle-text p {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	max-width: 126px;
}


.page-template-team-page .site-footer:before {
	    content: '';
    display: block;
    width: 100%; 
    height: 24px; 
	top: -80px;
	position: relative !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-size: 100%; 
    background-repeat: no-repeat;
    background-position: top left;
}


@media (max-width: 767px) {
	
.page-template-team-page .hero-section {
	background: #FAFAFA;
	padding: 32px 16px;
	gap: 20px;
}
	


	

	
.page-template-team-page .team-section {
    padding: 48px 20px 0 16px;
}
	
.team-container-left:before {
    display: none;
}
	
.page-template-team-page .team-section:after {
    display: none;
}
	

	
.page-template-team-page .team-section-inner:after {
    display: none;
}
	
.team-container-left {
    padding-right: 0;
	padding-left: 0;
}
	
.team-container-right {
    padding-left: 0;
	padding-right: 0;
}
	
.counter-section-team p {
    width: 100%;
    margin: 16px auto 48px auto;
}
	
	
	
	.counter-all {
	gap: 32px;
}
	
	.counter-section-team:before {
    content: '';
    display: block;
    height: 24px;
    width: 100% !important;
		top: -2px;
    position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/04/counter-mobile-separator-top-1.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right !important;
}
	
	.counter-section-team:after {
    content: '';
    display: block;
    height: 24px;
    width: 100% !important;
		top: 2px;
    position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/04/counter-mobile-separator-top-1.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right !important;
		transform: rotate(180deg);
}
	
	.milestones-text:before {
    display: none;
}
	
	.milestones-section {
    padding: 24px 24px 48px 24px;
}
	
	.boxes {
    padding-left: 0;
}
	
	
	.milestones-text p {
    text-align: center;
}
	
	.page-template-team-page .site-footer:before {
display: none;
}
	
.milestones-section:after {
    display: none;
}
	
	.box h3 {
    text-align: center !important;
}
	
	.box p {
    text-align: center !important;
}
	
.box:nth-child(1) {
    background: var(--seobility-950-super-dark, #091F34);
}
	
.box:nth-child(2) {
   background: var(--seobility-800-dark, #11477E);
}
	
.box:nth-child(3) {
background: var(--seobility-700-semi-dark, #135CA4);
}
	
.box:nth-child(4) {
background: var(--seobility-600-medium-links, #1470CC);

}
	
	
.box:nth-child(5) {
background: var(--seobility-500-regular-accent, #1D85ED);

}
	
.box:nth-child(6) {
background: var(--seobility-400-light, #3F99F3);

}

}

/*
 __________________________

Login Page
 __________________________
*/

.page-template-template-login #primary {	display: flex;
	align-items: center;
}

.login-form-content {
	max-width: 360px; 
	margin: 96px auto;

}

@media (max-width: 400px) {
	.login-form-content {
	padding: 0 16px;


}
}

.page-template-template-login h1 {

	color: var(--functional-900-extra-dark, #243342);
text-align: center;
/* Semibold/24 px */
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 28.8px */
letter-spacing: -0.72px;
}

.login-p {
	color: #0E3358;

text-align: center;
font-family: Inter;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 153.846% */
}


.social-login-wrapper a {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--stroke-200-medium-input, #C2D4E5);
    background: var(--background-00-white-content, #FFF);
    color: #243342;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: background-color 0.3s ease, border-color 0.3s ease; 
}

.social-login-wrapper a:hover {
    background: var(--hover-background-00, #e6f0f8); 
    border-color: var(--hover-stroke-200, #b1c4d8); 
}

.separator-login .line {
    color: #C2D4E5;
}

.separator-login span {
	color: #39526A;

text-align: center;
/* Text sm/Medium */
font-family: 'Inter';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}

.page-template-template-login form input {
    display: inline-flex;
    padding: 10px var(--spacing-lg, 12px);  
    align-items: center;
    border-radius: 6px;
    border: 1px solid #C2D4E5;
    background: #FFF;
}

.input-container {
    position: relative;
    display: block;
}

.input-container input {
    width: 100%;
    padding: 18px 12px;  
    border: 1px solid #C2D4E5;
    border-radius: 6px;
    background: #FFF;
    transition: border-color 0.3s, box-shadow 0.3s; 
}

.input-container label.placeholder-label {
    color: var(--functional-700-semi-dark, #527598);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
    display: block;
    transition: color 0.3s, transform 0.3s; 
    transform: translateY(0);  
}

.input-container input:focus + .placeholder-label {
    color: var(--functional-600-medium, #6D8FB0);
    transform: translateY(-10px);  
}


#remember_me {
	border-radius: 4px !important;
border: 1px solid #C2D4E5 !important;
	width: 16px !important;
height: 16px !important;
}

.remember-me-text {
	color: var(--functional-600-medium, #6D8FB0);
/* middle/regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.login-button {
    border-radius: 6px;
    opacity: 0.35;
    background: #1D85ED; /* Primary blue color */
    color: var(--functional-00-white, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 12px 0 !important;
    transition: background-color 0.3s ease, opacity 0.3s ease; /* Smooth transition for background color and opacity */
}

.login-button:hover {
    background: #1D85ED; /* Darker shade of the primary blue */
    opacity: 1; /* Full opacity to highlight the button on hover */
}

.try-it {
	color: var(--functional-600-medium, #6D8FB0);
/* middle/regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.try-it a {
color: #1D85ED;
	/* Text sm/Semibold */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}

/*
 __________________________

Sign Up page
 __________________________
*/

.signup-left, .signup-right {
	padding-top: 96px;
	min-height: 100vh;
	
}

.testimonials-sign-up {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.signup-left {
	background: #F4F6FA !important;
	padding-right: 80px;
}

.signup-right {
	padding-left: 180px;
}

.signup-left .testimonials-sign-up-inner {
	max-width: 590px;
}

.signup-form-content-inner {
	max-width: 360px;
}

.signup-left .swiper-slide {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.signup-left .slider-text {
	color: var(--ui-seobility-extra-dark, #0E3358);
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
letter-spacing: -0.4px;
	margin: 32px 0;
}

.signup-right .input-container input, .signup-right .input-container textarea {
    padding: 10px 12px;
}

.signup-right h1 {
	padding-bottom: 32px;
}

.pass-req {
	color: var(--functional-600-medium, #6D8FB0);
/* middle/regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}


.terms-co {
	color: var(--functional-600-medium, #6D8FB0);
/* middle/regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.terms-co a {
	color: var(--functional-600-medium, #6D8FB0);
/* middle/regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
	text-decoration-line: underline;
}

.testimonials-sign-up-inner .swiper-pagination {
    margin-top: 32px !important; /* Space below the slider */
    position: relative;
}


.testimonials-sign-up-inner .swiper-pagination-bullet {
    width: 32px !important;
    height: 8px  !important;
    border-radius: 12px !important;
    background: var(--tailwind-gray-200, #E5E7EB)  !important; /* Default for inactive dots */
    opacity: 1; /* Ensure inactive dots don't have reduced opacity */
}


.testimonials-sign-up-inner .swiper-pagination-bullet-active {
    background: var(--ui-seobility-regular, #1D85ED)  !important;; /* Active dot */
}



.testimonials-sign-up-inner .clogo {
	max-width: 60px;
max-height: 60px;
	display: block;
	margin: 0 auto;
}


.testimonials-sign-up-inner .cimage {
	max-width: 60px;
max-height: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}

.signup-test-name {
	color: var(--functional-600-medium, #6D8FB0);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}

.signup-test-role {
color: var(--functional-600-medium, #6D8FB0);
/* middle/regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.signup-section-rewards {
	margin-top: 80px;
	gap: 24px;
}

.signup-section-rewards img {
max-width: 98.425px;
}

@media(max-width: 767px) {
	.signup-left, .signup-right {
	padding-top: 24px !important;
	min-height: 100vh;
	
}


	.page-template-template-signup #primary {
		padding: 0 16px;
	}

.testimonials-sign-up {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.signup-left {
		margin-top: 48px;
	order: 2;
	background: #FFFF !important;
	padding-right: 0 !important;
	padding-bottom: 48px;
}

.signup-right {

	order: 1;
	padding-left: 0!important;
}

.signup-left .testimonials-sign-up-inner {
	max-width: 100%!important;
}

.signup-form-content-inner {
	max-width: 100%!important;
}


.signup-right h1 {
	padding-bottom: 32px;
}





.signup-section-rewards {
	margin-top: 80px;
	gap: 24px;
}

}

/*
 __________________________

Feature page
 __________________________
*/

.feature-hero-container .tabs-container {
	width: 100%;
	display: flex !important;
	align-content: center;
	justify-content: space-between !important;
	
}
.feature-hero-container .tabs-container .tabs {
	width: 100%;
}



.more-menu {
	border-radius: 6px;
border: 1px solid #FFF;
}

.more-menu.menu-item-has-children > a:after {
    content: "\f054";
    font: var(--fa-font-solid);
    font-weight: 500;
    font-size: 12px;
    transition: color 0.3s ease;
    line-height: 20px;
}

/* Only hide the submenu by default */
.more-menu > .sub-menu {
    display: none;
    position: absolute;
    top: 105%; /* Position it directly below the "More" menu item */
    left: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 250px;
    border-radius: 4px;
    z-index: 10;
		margin: 0 !important;
}

/* Show the submenu on hover of "More" */
.more-menu:hover > .sub-menu {
    display: block;
}

/* Style individual submenu items */
.more-menu .sub-menu .tab-item {
    padding: 8px 16px;
}

.more-menu .sub-menu .tab-item:hover {
    background-color: #f5f5f5;
}

.feature-accordion-container ul {
    list-style-type: disc !important; /* Force disc bullet points */
    margin-left: 20px;                /* Indent the list */
    padding-left: 0;                  /* Remove extra padding */
	margin-bottom: 24px;
}

.feature-accordion-container ul li {
    margin-bottom: 8px;               /* Space between list items */
    display: list-item !important;    /* Ensure list item behavior */
	color: #1F2937;
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.page-template-template-feature-backlink-analysis .breadcrumbs-container {
	background: #63ADF8;
	
}
.breadcrumps-container{
	padding: 0;
	height:48px;
}
.breadcrumbs-inner{
	height: 100%;
    display: flex;
    align-items: center;
}

.page-template-template-feature-backlink-analysis #breadcrumbs {
color: #FFF;
}

.page-template-template-feature-backlink-analysis #breadcrumbs a {
color: #FFF;
}

.page-template-template-feature-backlink-analysis .breadcrumb_last {
	color: #FFF;
}

.page-template-template-feature-keyword-ranking-monitoring .breadcrumbs-container {
	background: #63ADF8;
	
}

.page-template-template-feature-keyword-ranking-monitoring #breadcrumbs {
color: #FFF;
}

.page-template-template-feature-keyword-ranking-monitoring #breadcrumbs a {
color: #FFF;
}

.page-template-template-feature-keyword-ranking-monitoring .breadcrumb_last {
	color: #FFF;
}

.page-template-template-feature-website-audit-tool .breadcrumbs-container {
	background: #63ADF8;
}

.page-template-template-feature-website-audit-tool #breadcrumbs {
color: #FFF;
}

.page-template-template-feature-website-audit-tool #breadcrumbs a {
color: #FFF;
}

.page-template-template-feature-website-audit-tool .breadcrumb_last {
	color: #FFF;
}

.page-template-template-feature-uptime-monitoring .breadcrumbs-container {
	background: #63ADF8;
	padding: 20px 0;
}

.page-template-template-feature-uptime-monitoring #breadcrumbs {
color: #FFF;
}

.page-template-template-feature-uptime-monitoring #breadcrumbs a {
color: #FFF;
}

.page-template-template-feature-uptime-monitoring .breadcrumb_last {
	color: #FFF;
}

.feature-hero-container {
    padding: 10px 0 80px 0;
    background: #1D85ED;
    position: relative; /* Ensure the container is positioned relative to apply z-index */
    z-index: 3; /* Higher than the ::before element */
}

.feature-hero-container * {
    position: relative; /* Ensure child elements are positioned relative */
    z-index: 3; /* Higher than the ::before pseudo-element */
}



.feature-hero-container .tab-item {
  flex: 1 1 auto; /* Allow each tab to take up available space */
  text-align: center; /* Center-align the text in each tab */
}


.feature-hero-container .tabs li {
    position: relative; /* Make each list item a positioning context for its pseudo-element */
}

 
.feature-hero-container .tabs li.coming-soon::before {
    content: "Coming Soon";
    color: #1D85ED;
    white-space:nowrap;
    font-family: Graphik, sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    padding: 3px 16px;
    background: #EBF5FF;
    border-radius: 8px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}



.feature-hero-container .tab-link {
}

.feature-hero-container{
	position:relative;
}
.e-feature .four-section-container{
	position:relative;
}
.e-feature .four-section-container:before {
    content: '';
	z-index:2;
    display: block;
    width: 80%;
    height: 24px;
    position: absolute;
    top:0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/09/Section-Separator-17-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.page-template-template-feature-website-audit-tool .four-section-container:before{
	display:none;
} 
.page-template-template-feature-website-audit-tool  .counter-section::after{
	background-image:url("https://www.seobility.net/wp-content/uploads/2025/06/Section-Separator-5-3.svg");
	width:100%;
}
.page-template-template-feature-website-audit-tool .feature-hero-container:after{
	content: '';
	z-index:2;
    display: block;
    width: 80%;
    height: 24px;
    position: absolute;
   bottom:0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/09/Section-Separator-17-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.feature-hero-container .tabs {
	margin-bottom: 96px;
	gap: 32px;
}


.feature-hero-container .tab-link {
	color: #FFF;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.feature-hero-container .tab-item.active .tab-link {
font-weight: 600 !important;
}

.feature-hero-container .tab-item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff; /* Color of the bottom border */
}

.feature-hero-container .tab-item {
	padding: 9px 17px;
}


.feature-hero-container h1 {
	color: #FFF;

}

.feature-hero-container p {
color: #FFF;
font-family: 'Graphik';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
	padding-right: 55px;
}


.feature-hero-container .inner-container a {
    display: flex;
    width: 280px;
    height: 52px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #2BC46A;
    margin-top: 56px;
    color: #FFF;
    font-family: 'Graphik';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}


.feature-hero-container .inner-container a:hover {
    background-color: #38a265;
    color: var(--tailwind-white, #FFF);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}


.feature-hero-container .inner-container span {
	display: block;
	color: #FFF;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
	margin-top: 16px;
}

.right-image img {
    background: #0E3358;
    border-radius: 20px;
    border: 13px solid #0E3358;
}

.right-image {
    border-radius: 32px;
    background: rgba(214, 235, 255, 0.20);
    padding-top: 0;
    display: flex;
    padding: 15px;
}


.four-section-container {
	
}

.four-section-container .inner-wrapper {
	gap: 140px;
}

.four-section-container .inner-section {
	padding: 116px 0;
}

.four-section-container .inner-section:nth-child(odd) {
    background: #FFF; /* White background for odd sections */
}

.four-section-container .inner-section:nth-child(even) {
    background: #F6F9FD; /* Light blue background for even sections */
}

.four-section-container .inner-section h2 {
	color: #1F2937;

	margin-bottom: 16px;
	padding-right: 55px;
}


.four-section-container .inner-section .section-subtitle {
color: #6B7280;
display: block;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
	margin-bottom: 36px !important;
}

.four-section-container .inner-section h2 strong {
color: #1D85ED;
}



.four-section-container .inner-section p {
color: #1F2937;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.page-template-template-feature-backlink-analysis .fourth-section {
	background: #EBF5FF;
	padding: 80px 0;
}

.page-template-template-feature-keyword-ranking-monitoring .fourth-section {
	background: #EBF5FF;
	padding: 80px 0;
}

.page-template-template-feature-website-audit-tool .fourth-section {
	background: #EBF5FF;
	padding: 80px 0;
}

.page-template-template-feature-uptime-monitoring .fourth-section {
	background: #EBF5FF;
	padding: 80px 0;
}

.page-template-template-feature-backlink-analysis .fourth-section h2 {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.page-template-template-feature-backlink-analysis .fourth-section h2 strong {
color: #1D85ED;
}

.page-template-template-feature-keyword-ranking-monitoring .fourth-section h2 {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.page-template-template-feature-uptime-monitoring .fourth-section h2 {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.page-template-template-feature-uptime-monitoring .fourth-section h2 strong {
color: #1D85ED;
}

.page-template-template-feature-keyword-ranking-monitoring .fourth-section h2 strong {
color: #1D85ED;
}


.page-template-template-feature-website-audit-tool .fourth-section h2 {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.page-template-template-feature-website-audit-tool .fourth-section h2 strong {
color: #1D85ED;
}


.feature-accordion-container h3, .feature-accordion-container h2 {
    text-align: center;
}

.feature-accordion-item {
    margin-bottom: 10px;
}

.feature-accordion-question {
    width: 100%;
    text-align: left;

display: flex;
	padding: 20px 0;
	padding-right:12px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    position: relative;
	justify-content: space-between;
}

.feature-accordion-question i.feature-chevron {
    position: absolute;
		
    right: 20px;
    transition: transform 0.3s ease;
	font-size: 14px;
}

.feature-accordion-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
.feature-accordion-answer p:first-child{
	padding-top:36px;
}
.feature-accordion-answer p:last-child{
	padding-bottom:36px;
}
.feature-accordion-answer p {
	color: #1F2937;
	padding-left:8px;
	padding-right:50px;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

/* Styling when the accordion is active/open */
.feature-accordion-question.active i.feature-chevron {
    transform: rotate(180deg);
}

.feature-accordion-container-wrapper {
	padding: 120px 0;
	background: var(--tailwind-gray-100, #F3F4F6);
}

.feature-accordion-container-wrapper span {
color: #1F2937;

text-align: center;
/* tailwind/text-xl/leading-7/font-semibold */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
	max-width:500px;
	margin:auto;
line-height: 28px; /* 140% */
	width: 100%;
	display: block;
	margin-bottom: 8px;
}

.feature-accordion-container-wrapper h2 {
color: var(--tailwind-gray-900, #111827);
text-align: center;
	margin-bottom: 50px;
}

.tools-hero-section {
    padding: 60px 92px;
	padding-top:92px;

}

.feature-accordion-question div {
color: #1F2937;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

.feature-accordion-item {
border-bottom: 1px solid #D6EBFF;
}

.feature-accordion-item:nth-child(1) {
border-top: 1px solid #D6EBFF;
}

	.feature-accordion-question > div {
	max-width: 80%;
}
	

.page-template-template-pricing .feature-accordion-container-wrapper {
    background: #fff;
}

.page-template-template-pricing .feature-accordion-container-wrapper {
	padding: 0;
}

.page-template-template-pricing .feature-accordion-container {
	padding: 120px 0;
}


.page-template-template-pricing .feature-accordion-container-wrapper:before {
     content: '';
    display: block;
	width: 70%;
	margin: 0 auto;
    height: 24px; 
	position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/blue-separator.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: top center;
}

.page-template-template-pricing .feature-accordion-container-wrapper:after {
     content: '';
    display: block;
	width: 100%;
	margin: 0 auto;
    height: 24px; 
	position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-25.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: top center;
}

.page-template-template-pricing .fourth-section h2 {
    color: #1F2937;
text-align: center;
}

.page-template-template-pricing .fourth-section h2 strong {
color: #1D85ED !important;
}

.page-template-template-pricing .feature-accordion-container-wrapper h2 {
    color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 122.222% */
}

.page-template-template-pricing .feature-accordion-container-wrapper h2 strong {
color: #1D85ED !important;
}

.credit-cards {
	align-items: center;
	justify-content: center;
	padding: 30px 0 64px 0;
}

.page-template-template-landing-page .feature-accordion-container-wrapper {
	background: #fff;
}

.page-template-template-landing-page .separator {
	display: none !important;
}

.page-template-template-landing-page .feature-accordion-container-wrapper h2 {
    color: #1F2937;
    text-align: center;
    font-family: Graphik;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.page-template-template-landing-page .feature-accordion-container-wrapper h2 strong {
    color: #1D85ED !important;
}

.page-template-template-feature-backlink-analysis .feature-accordion-container-wrapper {
background: #FFF;
}

.page-template-template-feature-keyword-ranking-monitoring .feature-accordion-container-wrapper {
background: #FFF;
}

.page-template-template-feature-website-audit-tool .feature-accordion-container-wrapper {
background: #FFF;
}


.page-template-template-feature-backlink-analysis .feature-accordion-container-wrapper h2 {
    color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 122.222% */
}


.page-template-template-feature-backlink-analysis .feature-accordion-container-wrapper h2 strong {
color: #1D85ED;
}

.page-template-template-feature-keyword-ranking-monitoring .feature-accordion-container-wrapper h2 {
    color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 122.222% */
}


.page-template-template-feature-keyword-ranking-monitoring .feature-accordion-container-wrapper h2 strong {
color: #1D85ED;
}

.page-template-template-feature-kpage-template-template-feature-website-audit-tool .feature-accordion-container-wrapper h2 {
    color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 122.222% */
}


.page-template-template-feature-website-audit-tool .feature-accordion-container-wrapper h2 strong {
color: #1D85ED;
}

.e-feature .feature-accordion-container-wrapper:before {
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 24px;
	top: -0;
    position: absolute !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/blue-separator.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}



.e-feature .feature-accordion-container-wrapper:before {
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 24px;
	top: 0px;
    position: absolute !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/blue-separator.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.e-feature .feature-accordion-container-wrapper:before {
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 24px;
	top: 0px;
	left: 50%;
    transform: translateX(-50%);
    position: absolute !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/blue-separator.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.e-feature .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.e-feature .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.e-feature .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.e-feature .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.e-feature .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.e-feature .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}



.e-feature .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.e-feature .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

/*
 __________________________

Affiliates 
 __________________________
*/

.page-template-template-affiliates .first-section {
	height: 100%;
justify-content: flex-end;
}

.page-template-template-affiliates .affiliates-hero-bg::after {
content: '';
    display: block;
    width: 80%;
    height: 24px;
    position: relative !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/09/Section-Separator-17-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.page-template-template-affiliates .hero-inner {
    padding: 120px 0;
}

.page-template-template-affiliates .second-section {
}

.page-template-template-affiliates .second-section-video {
	width: 634.845px;
	height: 405.757px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.first-section .login-btn {
    color: #1D85ED;
    font-family: Graphik, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    background: none;
    text-align: left;
    margin-top: 45px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.first-section .login-btn i {
    font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}

.first-section .login-btn .chevron {
    display: inline-block;
    margin-left: 8px; /* Space between the text and the chevron */
    transition: transform 0.3s ease; /* Smooth transition effect for the hover */
}

.first-section .login-btn:hover .chevron {
    transform: translateX(5px); /* Move the FA chevron 5px to the right on hover */
}


.affiliates-hero-bg {
	background: #EBF5FF;
}


.affiliates-hero-bg h1 {
color: #1F2937;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.affiliates-hero-bg h1 span {
color: #1D85ED;
}

.affiliates-hero-bg p {
color: #1F2937;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}



.page-template-template-affiliates .second-section-clients h2 {
color: #1D85ED;
text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}

.page-template-template-affiliates .second-section-clients {
	padding-top: 32px;
}

.earning-section {
	padding: 106px 0;
	background: #EBF5FF;
}


.earning-section h2 {
color: #1F2937;
text-align: center;
		margin-bottom: 80px;
}

.earning-section h2 strong {
color: #1D85ED;

}

.inner-earning > p {
color: #1F2937;

text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
	max-width: 720px;
	margin: 16px auto 48px auto;
	
}

.earning-box {
	margin-bottom: 20px;
	border-radius: 8px;
	max-width:100%;
background: #FFF;
	display: flex;
padding: var(--spacing-xl, 16px) 0px var(--spacing-xl, 16px) var(--spacing-3xl, 24px);
flex-direction: column;
align-items: flex-start;
gap: 12px;
	transition: .2s background ease;
}

.earning-box:hover {
	cursor: initial;
	border-radius: 8px;
background: #AFD6FE;
}

.earning-box h3 {
color: #1F2937;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
		margin-bottom: 8px;
}

.earning-box p {
color: #1F2937;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */

}



.affiliates-tools-section {
	background: #1D85ED;
	padding-top: 120px;
	padding-bottom: 180px;
	height: 582px;
}

.affiliates-tools-section h2 {
	color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 122.222% */
	margin-bottom: 16px;
}

.affiliates-tools-section p {
color: #FFF;

text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}


.affiliate-benefits-section {
	background: #0E3358;
	padding: 106px 0 150px 0;
	position: relative;
}

.affiliate-benefits-section::after {
    content: '';
    display: block;
    width: 60%;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-11.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.affiliate-benefits-section h2 {
color: #FFF;
text-align: center;
}

.affiliate-benefits-section h2 span {
color: #FFF;
}

.affiliate-benefits-section > div > p {
	max-width: 720px;
	margin: 16px auto auto;
color: #FFF;
text-align: center;
}

.benefit-box h3 {
color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.benefit-box p {
color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
	max-width: 357px;
}

.benefit-boxes {
	margin-top: 80px;
	gap: 32px;
}

.benefit-box {
	position: relative;
border-radius: 8px;
border: 1px solid #1D85ED;
background: #091F34;
	display: flex;
padding: 52px 32px 32px 32px;
}


.benefit-box .icon {
	display: flex;
	justify-content: center;
}

.benefit-box img {
position: absolute;
	top: -15%;
	
}

.calculator-container-inner {
	padding: 64px 80px;
	background: #fff;
	overflow: hidden;
}

.calculator-title {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
letter-spacing: -0.6px;
	margin-bottom:24px;
}

.price-per-customer {
	display: flex;
	justify-content: space-between; 
}

.recurring-revenue {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #AFD6FE;
	margin-bottom: 14px !important;

}
.price-per-customer span {
	 color: #1F2937;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 100% */
}

.price-per-customer label {
	color: #1F2937;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 166.667% */
}

.recurring-revenue label {
color: #1D85ED;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
}

.recurring-revenue span {
color: #1D85ED;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
}


/* General Range Slider Styling */
input[type="range"].custom-slider {
    -webkit-appearance: none;
    width: 100%;
    background: transparent; /* Remove default background */
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* Track Styling */
input[type="range"].custom-slider::-webkit-slider-runnable-track {
    background: #AFD6FE !important;
    border-radius: 9999px;
    height: 8px; /* Track height */
}

input[type="range"].custom-slider::-moz-range-track {
    background: #AFD6FE;
    border-radius: 9999px;
    height: 8px;
}

input[type="range"].custom-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 8px;
}

/* Thumb (Blue Dot) Styling */
input[type="range"].custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 9999px;
    border: 2px solid #1D85ED;
    background: #FFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10),
                0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    width: 24px;
    height: 24px;
    margin-top: -8px; /* Centers the thumb over the track */
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type="range"].custom-slider::-moz-range-thumb {
    border-radius: 9999px;
    border: 2px solid #1D85ED;
    background: #FFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10),
                0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    width: 24px;
    height: 24px;
    margin-top: -8px; /* Adjust as needed for Firefox */
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type="range"].custom-slider::-ms-thumb {
    border-radius: 9999px;
    border: 2px solid #1D85ED;
    background: #FFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10),
                0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    width: 24px;
    height: 24px;
    /* Edge and IE may require different adjustments */
    cursor: pointer;
    position: relative;
    z-index: 1;
}

/* Adjust for IE and Edge */
input[type="range"].custom-slider::-ms-fill-lower {
    background: #AFD6FE;
    border-radius: 9999px;
}

input[type="range"].custom-slider::-ms-fill-upper {
    background: #AFD6FE;
    border-radius: 9999px;
}

/* Remove default ticks on Edge */
input[type="range"].custom-slider::-ms-ticks-before,
input[type="range"].custom-slider::-ms-ticks-after {
    display: none;
}


/* Cloud (Value Display) Styling */
.slider-cloud {
    border-radius: var(--radius-md, 8px);
    border: 1px solid #EAECF0;
    background: #FFF;
    color: #1F2937;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px; /* 150% */
    padding: 4px 8px;
    position: absolute;
    transform: translate(-27%, -35%); /* Center above the thumb */
    z-index: 2;
    white-space: nowrap; /* Prevent wrapping */
}

/* Centering and hiding initially
.hidden {
    display: none;
}

 */
.customer-slider {
	margin-top: 64px;
	border-bottom: 1px solid #AFD6FE;
	padding-bottom: 16px;
}

.join-affiliate a {
	border-radius: 8px;
background: #2BC46A;
box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
color: #FFF;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
	padding: 12px 20px;
	width: 100% !important;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	display: block;
	text-align: center;
}

.join-affiliate a:hover {
    background-color: #38a265;
    color: var(--tailwind-white, #FFF);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.join-affiliate {
	width: 100%;
}


.affiliate-benefits-section-two {
	background: #FFF;
}

.affiliate-benefits-section-two:before {
    content: '';
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 24px;
    position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-4.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
	float: right;
}

.affiliate-benefits-section-two > div {
	padding: 150px 0;
}


.affiliate-benefits-section-two h2 {
	color: #1F2937;
text-align: center;
}

.affiliate-benefits-section-two h2 span {
color: #1D85ED;
font-family: Graphik;
}

.affiliate-benefits-section-two .benefit-box {
background: #D6EBFF;
}


.affiliate-benefits-section-two .benefit-box .icon {
	display: flex;
	justify-content: center;
}

.affiliate-benefits-section-two .benefit-box img {
position: absolute;
	    top: 0;
    transform: translateY(-50%);
	
}

.affiliate-benefits-section-two .benefit-box h3 {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.affiliate-benefits-section-two .benefit-box p {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
	padding: 0 8px
}

.promote-section {
	background: #1D85ED;
}

.promote-section .container {
		padding: 120px 0;
	padding-top:144px;
}

.promote-section .promotion-top h2 {
	color: #FFF;
	font-weight:700;
text-align: center;
	margin-bottom: 16px;
}


.promote-section p {
	color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
	max-width: 720px;
	margin: 0 auto;
}


.promote-section .second-section-clients h2 {
	color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
	
}

.promotion-top {
	margin-bottom: 32px;
}



.page-template-template-affiliates .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}



.page-template-template-affiliates .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.page-template-template-affiliates .promote-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/11/Section-Separator-28.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
	position:absolute;
	bottom:0;
}


.page-template-template-affiliates .cta-container h2 {
	padding: 0 64px;
}

.page-template-template-affiliates .affiliate-benefits-section-two:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/11/Section-Separator-7-2.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
	bottom:0;
}


.page-template-template-affiliates .feature-accordion-container-wrapper::before {
    content: '';
    display: block;
    width: 60%;
    height: 24px;
    position: relative;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-11.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
	float: right;

}

.page-template-template-affiliates .feature-accordion-container-wrapper {
	padding: 0;
	
}

.page-template-template-affiliates .feature-accordion-container {
	padding: 128px 0;
}


.page-template-template-affiliates .feature-accordion-container h2 strong {
	color: #1D85ED;
}


.benefits-button,.benefits-button:hover {
	border-radius: 8px;
border: 1px solid #D6EBFF;
	display: flex;
width: 244px;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
flex-shrink: 0;
	margin: 80px auto 0 auto;
	color: #D6EBFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}

.benefits-button:hover{
	transform:scale(0.97);
}

.page-template-template-affiliates .rec-stars {
	background: transparent !important;
	margin-top: 5px;
}

/*
 __________________________

Contact
 __________________________
*/

.top-contact-container {
    padding-top: 60px;
}

.top-contact-container h1 {
    color: #1F2937;
    text-align: center;
    font-family: 'Graphik';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.top-contact-container h1 strong {
    width: 592px;
    color: #1F2937;
    text-align: center;

    color: #1D85ED;
}

.top-contact-container div {
    color: #1F2937;
    text-align: center;
  
    width: 645px;
	max-width:100%;
    margin: auto;
}

.contact-link-wrapper a {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
}

@media(max-width: 768px) {

    .top-contact-container {
        padding: 32px 16px 0 16px;
    }

    .contact-form-container {

    }

    .contact-form-container > div {
        padding: 24px;
        gap: 40px;
        border-radius: 20px;
        background: #091F34;
    }

    .contact-link-wrapper {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .contact-link-wrapper a {
        display: flex !important;
        align-items: center !important;
        gap: 8px;
    }

    .contact-link-wrapper {
        gap: 12px !important;
    }

    .contact-socials {
        margin-bottom: 40px;
    }

    .contact-form-form {
        padding: 24px;
    }

    .top-contact-container span {
        display: none;
    }

    .top-contact-container h1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 44px; /* 137.5% */
    }

    .top-contact-container p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .page-template-template-contact .second-section-clients {
        margin-bottom: 0 !important;
    }
}

.input-container input, .input-container textarea {
    margin-bottom: 0;
}

.top-contact-container p a, .top-contact-container p a:visited {
    color: #1D85ED;
    text-align: center;
    font-family: 'Graphik';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}

.contact-form-inner > div {
    justify-content: center;
}

.contact-form-container {
    padding-top: 80px;
    padding-bottom: 140px;
}

.contact-form-container > div {
    padding: 32px;
    gap: 40px !important;
    border-radius: 26px;
    background: #1D85ED;
}

.contact-form-container > div h2 {
    color: #FFF;
    font-family: 'Graphik';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
	margin-bottom:16px;
}

.contact-form-container > div p {
    color: #FFF;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding-bottom: 32px;
}

.contact-link-wrapper a {
    display: block;
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    margin-top: 0;
}

.contact-link-wrapper span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
}

.contact-link-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}



.contact-socials {
    gap: 32px;
}

.contact-socials i {
    /**Here where 2 semicols **/
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
}

.contact-link-wrapper i {
    color: #AFD6FE;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 83.333% */
}

.contact-form-inner {
    width: 100%;
}

.contact-form-form {
    padding: 40px;
    border-radius: 16px;
    background: #FFF;
}

.page-template-template-contact .second-section-clients h2 {
    color: var(--seobility-800-dark, #11477E);
}

.contact-form-form input {
    height: 40px;
    padding: 10px 12px 10px 12px;
    border-radius: 6px;
    border: 1px solid var(--stroke-200-medium-input, #C2D4E5);
    background: var(--background-00-white-content, #FFF);
}

.contact-form-form textarea {
    display: flex;
    height: 120px !important;
    padding: 10px 12px !important;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #C2D4E5 !important;
    background:#FFF !important;
}
.contact-form-container > div p{
	padding-bottom:0!important;
}
.contact-submit {
    color: #FFFF!important;
    font-family: 'Graphik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    height: 52px !important;
    padding: 13px 21px !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
	border:1px solid #2BC46A!important;
    background: #2BC46A!important;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 208px;
    display: flex;
}

.contact-submit:hover {
background: #28B463 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Apply to Contact Form 7 Inputs and Textarea */
.input-container {
    position: relative;
    display: block;
	max-height: 120px;
}

.input-container input, .input-container textarea {
	color:black;
    width: 100%;
    padding: 18px 12px;  
    border: 1px solid #C2D4E5;
    border-radius: 6px;
    background: #FFF;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.input-container label.placeholder-label {
    position: absolute;
    left: 12px;
    top: 8px; 
    color: #AAA;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1; 
}

.input-container input:focus, .input-container textarea:focus {
	color:black;
    outline: none;
    border: 1px solid #1D85ED !important;
    background: #FFF !important;
}


/* Default label position */
.input-container label.placeholder-label {
    position: absolute;
    left: 12px;
    top: 8px;
    color: #AAA;
    transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    pointer-events: none;
    z-index: 1;
    will-change: transform, font-size; /* Optimize for performance */
}

/* Label floats when the 'float' class is added */
.input-container label.float {
    top: 4px;
    transform: translateY(-65%);
    font-size: 12px;
    color: #1D85ED;
    background: #FFF;
    padding: 0 4px;
    z-index: 99;
}



.input-container input, .input-container textarea {
    width: 100%;
    padding: 18px 12px;
    border: 1px solid #C2D4E5;
    border-radius: 6px;
    background: #FFF;
    transition: border-color 0.3s, box-shadow 0.3s;
}


.input-container p {
	padding: 0 !important;
}

.contact-clients {
    background: #EBF5FF !important;
}

.contact-clients h2 {
    color: #1D85ED !important;
}

.page-template-template-contact .second-section-clients {
    padding-top: 104px;
    padding-bottom: 104px;
}

.contact-clients::before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    top: -24px !important;
		float: right !important;
    position: relative;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-4.svg);
}

.contact-clients::after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

#thank-you-message h2 {
    color: #1F2937;
text-align: center;
font-family: 'Graphik';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */

}


#thank-you-message p {
color: #1F2937;
text-align: center;
font-family: 'Graphik';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}


#thank-you-message {
display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
		gap: 8px;
}


/*
 __________________________

Pricing
 __________________________
*/




.page-template-template-pricing .pricing-container-top h1 {
color: #1F2937;

text-align: center;
	margin-bottom: 16px;
}

.page-template-template-pricing .pricing-container-top p {
color: #1F2937;
	margin-left:auto;
	margin-right:auto;

text-align: center;
}

.page-template-template-pricing .pricing-container-top {
padding: 150px 0 60px 0;
}

.billing-container {
padding-bottom: 40px;
}



.currency-selector .form-select {
	border-radius: 6px;
border: 1px solid var(--tailwind-gray-300, #D1D5DB);
background: var(--tailwind-white, #FFF);
/* tailwind/shadow/sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
display: flex;
width: 82px;
padding: 9px 13px;
align-items: center;
gap: 4px;
}
.billing-switcher {
	display: flex;
	align-items: center;
	justify-content: center;

}
.billing-switcher-inner {
	display: flex;
    height: 52px;
    padding: 5px;
    border-radius: 100px;
background: #F3F4F6;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
}

.billing-switcher-inner button.active {
    border-radius: 100px;
    background: #FFF;
/* tailwind/shadow/sm */
display: flex;

justify-content: center;
align-items: center;

font-weight: 500;

	
}

.billing-switcher-inner button {
	font-weight: 400;
    padding: 6px 33px;
    font-family: Graphik;
    height: 100%;
font-size: 16px;
font-style: normal;
color: #1F2937;

line-height: 22px; /* 137.5% */
}



.billing-switcher-inner button {
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Other styles */
}

.pricing-switch-fixed .billing-switcher {
	display: flex;
	align-items: center;
	justify-content: center;

}
.pricing-switch-fixed .billing-switcher-inner {
	display: flex;
width: 209px;
height: 35px;
padding: 4px;
align-items: center;
background: #D6EBFF;
}

.pricing-switch-fixed .billing-switcher-inner button.active {
    border-radius: 100px;
    background: #FFF;


font-weight: 500;

	
}

.pricing-switch-fixed .billing-switcher-inner button {
    width: 100px;
    height: 27px;
    padding: 4px 24px;
font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}

.pricing-columns {
    position: relative;
	flex-direction:column;
	z-index: 99;
	padding-top: 40px;
}


.pricing-columns.fixed .pricing-plans h3, .pricing-columns.fixed .pricing-plans p, .pricing-columns.fixed .pricing-plans .plus-vat {
	visibility: hidden;
}

.pricing-columns.fixed .agency-plan p, .pricing-columns.fixed .premium-column p, .pricing-columns.fixed .basic-plan p  {
	visibility: hidden;
	height: 0px;
}

.pricing-columns.fixed .pricing-column h3, .pricing-columns.fixed .pricing-column p, .pricing-columns.fixed .pricing-column .price, .pricing-columns.fixed .pricing-column .per-month, .pricing-columns.fixed .pricing-column .crossed-price  {
	text-align: center;
}

.pricing-columns.fixed .pricing-column p {
	margin: 0;
}

.pricing-columns.fixed .pricing-column {
    padding: 32px;
}

.pricing-columns.fixed .pricing-column .price-yearly {
	text-align: center !important;
}

.pricing-columns .pricing-column {
	flex-direction: column;
}

.pricing-columns .pricing-column .choose-plan {
	margin-top: auto; /* This pushes the link to the bottom */
	
}

.p-columns {
	display: flex;

	padding-bottom: 24px;
	gap: 32px;
	width: 100%;
	
}
.fixed{
	width:100vw!important;
	left:0;
	box-shadow: 0px 4px 20px 0px rgba(107, 114, 128, 0.10);
	background-color:white;
}
.fixed .p-columns,.fixed .most-popular-badge{
	
	max-width: 1216px;
    margin: auto;
}

.most-popular-badge {
	padding-bottom: 2px;
		gap: 32px;
}

.mp-badge svg {
	transform: rotate(-19.88deg);
	margin-right: 5px;
}

.mp-badge {
	border-radius: 8px;
background: #EBF5FF;
	padding: 10px 0;
	align-items: center;
	justify-content: center;
	color: #1D85ED;
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 14px; /* 100% */
}

.most-popular-badge > div {
	min-width: 280px;
}

.pricing-column {
	padding: 40px 36px;
	max-width: 280px;
}

.agency-plan {
    border-radius: 8px;
background: #F6FBFF;
    
}

.premium-column {
border-radius: 8px;
background: #D6EBFF;

}

.basic-plan {
	border-radius: 8px;
background: #F3F4F6;
}

.pricing-column h3 {
color: #1F2937;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	margin-bottom: 8px;
}

.premium-column h3 {
color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}

.pricing-column:nth-child(1) p {
}

.pricing-column:nth-child(2) h3, .pricing-column:nth-child(3) h3, .pricing-column:nth-child(4) h3 {

}

.pricing-column:nth-child(2) p, .pricing-column:nth-child(3) p, .pricing-column:nth-child(4) p {

}

.pricing-plans-p {
color: #557097 !important;
font-family: 'Graphik' !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 500;
line-height: 24px; /* 150% */
	margin-bottom: 16px;
}

.pricing-plans-p-yearly {
color: #557097 !important;
font-family: 'Graphik' !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 500;
line-height: 24px; /* 150% */
	margin-bottom: 16px;
}

.pricing-plans-title {
	color: #6B7280 !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 24px !important; /* 133.333% */
}


.pricing-column p {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}



.plus-vat, .plus-vat:visited {
	color: #1D85ED;
font-family: 'Graphik';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 100% */
}

.price-box {
	display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
	
}

.premium-column .price-box {
	padding: 32px 0 24px 0;
}


.agency-plan .price-box, .basic-plan .price-box {
	padding: 32px 0;
}

.crossed-price {
    display: none; 
    width: 100%;
    text-align: left;
    color: #1F2937;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-decoration: line-through;
}



.pricing-column .price {
color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
	width: 100%;
}

.pricing-column .price-yearly {
color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
	width: 100%;
}


.pricing-column .save-text {
	color: #1D85ED;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	width: 100% !important;
	text-align: left !important;
}

.pricing-columns.fixed .pricing-column .save-text {
	text-align: center !important;
}

.pricing-column .price-yearly span {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}

.premium-column .per-month {
color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
width: 100%;
display: block;
	margin-top: 8px;
}

.agency-plan .price .per-month {
	color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}

.pricing-column .choose-plan {
	margin-top: 16px;
border-radius: 3px;
background: #E5E7EB;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
align-self: stretch;
	
color: #1F2937;
/* tailwind/text-base/leading-6/font-medium */
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.choose-plan{
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
}
.agency-plan .choose-plan {
border-radius: 8px;
background: #2BC46A;

	color: #fff;
}


.premium-column .choose-plan {
border-radius: 8px;
background: #2BC46A;
	color: #fff;
}

.basic-plan .choose-plan {
	border-radius: var(--radius-md, 8px);

background: #FFF;
}


.pricing-column .choose-plan, .premium-column .choose-plan {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.agency-plan .choose-plan:hover {
	border-radius: 8px;
background: #28B463;
box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
	color: #fff;
}
.premium-column .choose-plan:hover {
	border-radius: 8px;
background: #28B463;
box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
	color: #fff;
}

.basic-plan .choose-plan:hover {
border-radius: 8px;
background: #EBF5FF;
box-shadow: 3px 3px 20px 1px rgba(107, 114, 128, 0.20);
}

.table-container {
}


/* General Styles */
.table-container table {
  table-layout: fixed;
  width: 100%;
}

.table-wrapper {
    overflow-x: hidden; /* Hide horizontal overflow which might be causing the scrollbar */
    width: 100%; /* Ensure the wrapper extends full width */
}

.table-container th, .table-container td {
  width: 25%; /* Ensure equal width */
  overflow: hidden; /* Prevents content from expanding the cell */
  text-overflow: ellipsis; /* Adds ellipsis for overflow text */
}

.table-container .tooltip {
  position: relative;
  display: flex !important; /* Changed to block to ensure it fills the td */
	cursor: pointer;
	justify-content: space-between !important;
	gap: 16px !important;
	align-content: space-between;
color: #1F2937 !important;

font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	text-wrap: wrap;
}

/* Ensuring overflow is visible on all parent elements of tooltips */
.table-container, .table-container * {
  overflow: visible !important;
}

.table-container .tooltip .tooltiptext {
  visibility: hidden;
  min-width: 170px;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  z-index: 9999 !important;

  /* Keep your original positioning */
  position: absolute;
  bottom: 120%;
  left: 90%;
  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.3s;
}

.table-container .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.table-container .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

tr, td {
	overflow: visible !important;
}

.fa-check {
	color: #2BC46A;
font-size: 22px;
font-style: normal;
font-weight: 900;
line-height: 24px; /* 109.091% */
}

.fa-xmark {
	color: #1F2937;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 24px; /* 120% */
}

.fa-xmark-large {
	color: #FF260E;
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 24px; /* 120% */
}

.fa-info-circle {
	display: flex;
	align-items: center;
	color: #AFD6FE;
font-size: 22px;
font-style: normal;
font-weight: 900;
line-height: 24px; /* 109.091% */
}

.table-container .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.table-container tbody {
  background: #FFF;
}



/* Adjustments for tooltip containers */
.table-container th, .table-container td {
  position: relative; /* Allows for absolute positioning within */
}

/* Ensuring tooltips do not interfere with table layout */
.table-container .tooltip {
  display: inline-block;
  max-width: 100%;
}

.table-container tr {
	height: 60px;
}

.table-title {
	display: flex;
	margin-top: 0px;
}

th.center img {
max-width: 100px;
	position: relative;
	float: none;
	margin: 0 auto;
}

.t-title {
	padding: 12px 16px;
}

.t-title h2 {
color: #1D85ED;

/* tailwind/text-xl/leading-7/font-medium */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
	text-align: left;
	padding-left: 0 !important;
}



.table-container td {
color: #1F2937;

font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	padding: 0px 16px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%; 
}

.most-popular-badge.fixed {
    position: fixed;
    width: 100%; /* Maintain full width */
    z-index: 999;

}


.page-template-template-pricing .separator {
	display: none;
}


.pricing-rec-separator img {
	width: 100% !important;
	background: #F3F4F6;
}


.pricing-references {
	background: #EBF5FF;
	padding: 0 0 0 0;
}

.pricing-references::after {
    content: '';
    display: block;
    width: 60%; 
    height: 24px; 
	position: relative !important;
    background-image: url('https://seobilitydev.wpenginepowered.com/wp-content/uploads/2024/07/Section-separator-1.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: bottom left;
}

.pricing-references .stars-row {
    width: 100%;
    justify-content: space-between;
}


.pricing-rewards .second-section-rewards {
    width: 100%;
    justify-content: space-evenly;

}

.pricing-rewards .second-section-rewards > div {
    justify-content: center;
    
}


.stars-row img {
	max-width: 159px;
}

.pricing-rewards .second-section-rewards {
	margin-top: 129px;
	margin-bottom:116px;
	gap: 140px;
	padding-top: 0;
}


.pricing-rewards .second-section-rewards img {
	width: 160px;
}

.pricing-rec h2 {
	color: var(--seobility-100-extra-bright, #AFD6FE);
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
text-transform: uppercase;
}

.page-template-template-pricing .recommendation-section {
    background: #0E3358;
    padding-top: 128px;
    padding-bottom: 128px;
}

.page-template-template-pricing .cta-section-bottom {
	   padding-top: 0;
}


.page-template-template-pricing .cta-section-bottom > div {
	   padding-top: 96px;
}

.page-template-template-pricing .cta-section:before {
	 content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;
}

.page-template-template-pricing .cta-section:after {
	 content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-wrapper:after {
    content: '\f078'; /* FontAwesome chevron-down icon */
    font: var(--fa-font-solid);
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
	font-size: 10px;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px; /* Make space for the icon */
}


.show-all, .show-all:visited {
	text-align: center;

	color: var(--seobility-600-medium-links, #1470CC);
text-align: center;
/* Medium/16 px */
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
letter-spacing: -0.18px;
	margin-bottom: 24px;
}

.hidden-row {
    display: none;
}

.hidden-row.animate__animated {
    animation-duration: 0.3s; /* Faster animation speed */
}

.toggleFeatures {
    display: flex;
	align-items: center;
	justify-content: flex-start;
		gap: 6px;
	color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	padding-left: 16px;
	padding-top: 8px;
}

.toggleFeatures i {
    transition: transform 0.3s ease; /* Smooth rotation transition */
    display: inline-block; /* Ensure alignment and transform origin */
	font-size: 10px;
	height: 10px !important;
}

.toggleFeatures.rotated i {
    transform: rotate(180deg); /* Rotate the icon when the class is added */
}

@media (max-width:768px) {
.page-template-template-pricing .pricing-container-top h1 {
    color: #091F34;
	text-align: center;
}
	
	.page-template-template-pricing .pricing-container-top p {
color: #091F34;

text-align: center;

}
	
		.page-template-template-pricing .pricing-container-top {
padding: 32px 16px;
}
	
.page-template-template-pricing {
	background:#FAFAFA;
	
}

.page-template-template-pricing #primary {
	padding: 0 0 0 0;
}

.mobile-pricing-container {
	margin-top: 40px!important;
	padding: 0 16px;
}
	
	.mobile-pricing-container-inner {

display: flex;
		flex-direction: column;
		gap: 16px;
}
	
	.mobile-pricing-section {
				padding: 0 16px;
			border-radius: var(--radius-xs, 4px);
	border: 2px solid #F3F4F6;
	background: #FFF;
	}
	
	.premium-mobile {
	border-radius: var(--radius-xs, 4px);
border: 2px solid var(--seobility-500-regular-accent, #1D85ED);
background: #FFF
}
	

.mobile-pricing-details {
	margin-bottom: 24px;
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.mobile-pricing-section h3 {
color: var(--tailwind-gray-800, #1F2937);
text-align: center;
/* tailwind/text-xl/leading-7/font-medium */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
}

.mobile-pricing-section p {
color: #557097;

text-align: center;
/* tailwind/text-base/leading-6/font-medium */
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% *//
}

.mobile-pricing-section .price {
color: var(--tailwind-gray-800, #1F2937);
text-align: center;
font-family: Graphik;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px; 
}

.mobile-pricing-section .per-month {
color: #1D85ED;
text-align: center;
/* tailwind/text-sm/leading-none/font-normal */
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 100% */ 
}

.mobile-pricing-section .choose-plan {
border-radius: 3px;
border: 1px solid var(--tailwind-gray-200, #E5E7EB);
background: var(--tailwind-gray-200, #E5E7EB);
display: flex;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
align-self: stretch;
color: var(--tailwind-gray-600, #4B5563);
/* tailwind/text-base/leading-6/font-medium */
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}
	
.mobile-pricing-table .tooltip {
  position: relative;
  display: flex !important; /* Changed to block to ensure it fills the td */
	cursor: pointer;
	justify-content: space-between !important;
	gap: 15px !important;
	align-content: space-between;
	color: #6B7280 !important;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
	text-wrap: wrap;
	max-width: 65%;
}

.mobile-pricing-table .tooltip .tooltiptext {
  visibility: hidden;
	min-width: 170px;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
	z-index: 99;
  
  /* Adjusted positioning for tooltip */
  position: absolute;
  bottom: 120%;
  left: 100%;
  transform: translateX(-50%);
  
  opacity: 0;
  transition: opacity 0.3s;
}
	
	.premium-mobile .choose-plan {
border-radius: 3px;
border: 1px solid var(--ui-seobility-regular, #1D85ED);
background: var(--ui-seobility-regular, #1D85ED);
color: var(--tailwind-white, #FFF);
}
	
	.feature-accordion-container-wrapper {
    padding: 24px 16px;
}
	
	.page-template-template-pricing .fourth-section {
    display: flex;
		flex-direction: column;
		max-width: 100% !important;
		width: 100% !important;
		padding: 24px 16px;
}
	
		.page-template-template-pricing .fourth-section:before {

}
	
	.page-template-template-pricing .fourth-section .swiper.mySwiper {
    max-width: 100% !important;
		width: 100% !important;
}
	
	.fourth-section .swiper-test-text {
    width: 100% !important
}
	
	.page-template-template-pricing .fourth-section .test-text {
color: #D6EBFF !important;
font-size: 18px !important;
font-style: italic !important;
font-weight: 400 !important;
line-height: 24px !important; /* 133.333% */
}
	
	.feature-accordion-question > div {
	max-width: 80%;
}
	

	
	
	.pricing-references-inner {
		display: flex;
		flex-direction: column;
	}
	
	.pricing-rewards .second-section-rewards {
    margin: 0 0 64px 0;
    gap: 16px !important;
	 order: 1;
}

	.stars-row {
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
		gap: 24px;
		margin-bottom: 24px;
		order: 2;
}
	
 .pricing-references .custom-section {
		order: 3;
	 padding-top: 24px;
	}

.stars-row img {
	width: 120px !important;
}
	
	
	
	.page-template-template-pricing .cta-section-bottom > div {
    padding-top: 0;
}
	
	.page-template-template-pricing .cta-bottom-title {
    text-align: center;
}
	
		.page-template-template-pricing .cta-bottom-p {
    text-align: center;
}
	
	.page-template-template-pricing .cta-bottom-link, .page-template-template-pricing .cta-bottom-link:visited {
    width: 100% !important;
		max-width: 100% !important;
}

}

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


.billing-switcher-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.tooltip {
    padding: 8px 16px; 
}

.tooltip .fa-xmark {
    position: relative;
    top: 0.5px;
}

.table-container td {
	
}

.billing-badge {
    position: absolute;
    top: 0;
    right: 40px;
    display: inline-flex;
    padding: 4px 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 100px;
    background: #FFB232;
    color: #FFF;

    text-align: center;
    font-family: Graphik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; 
}


.table-container td:nth-child(3) {
border-radius: 4px;
background: #EBF5FF;
}

.table-container td:nth-child(2) {
border-radius: 4px;
background: #F6FBFF;
}

.table-container td:nth-child(4) {
border-radius: 4px;
background: #F3F4F6;
}

.table-section table {
    border-collapse: separate;
    border-spacing: 32px 2px; /* 32px horizontal, 2px vertical */
    margin: 0 -32px; /* Offset the horizontal spacing on the edges */
    width: calc(100% + 64px); /* Adjust width to accommodate the negative margin */
}

.table-section td {
    background-color: yourColor;
    padding: 10px;
    border-radius: 8px; /* Ensure border-radius is applied correctly */
}



.table-container th:nth-child(1) {
    max-width: 280px !important;
}

.table-container td:nth-child(1) {
    max-width: 280px !important;
}

.table-wrapper tr td {
    transition: .2s background ease;
}
.table-wrapper tr:hover td {
    background: #E6EBF2 !important;
    pointer: cursor;
    border-radius: 4px;
}


.page-template-template-pricing .fourth-section {
	background: #EBF5FF;
}

.page-template-template-pricing  .fourth-section::before {
    display:none;
}

.page-template-template-pricing .feature-accordion-container-wrapper {
    background: #fff;
}

.page-template-template-pricing .feature-accordion-container-wrapper {
	padding: 0;
}

.page-template-template-pricing .feature-accordion-container {
	padding: 120px 0;
}


.page-template-template-pricing .feature-accordion-container-wrapper:before {
     content: '';
    display: block;
	width: 70%;
	margin: 0 auto;
    height: 24px; 
	position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/blue-separator.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: top center;
}

.page-template-template-pricing .feature-accordion-container-wrapper:after {
     content: '';
    display: block;
	width: 100%;
	margin: 0 auto;
    height: 24px; 
	position: relative !important;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-25.svg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: top center;
}

.page-template-template-pricing .feature-accordion-container-wrapper h2 {
    color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
}

.page-template-template-pricing .feature-accordion-container-wrapper h2 strong {
color: #1D85ED !important;
}

.credit-cards {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 64px 0;
}



.page-template-template-pricing .fourth-section:after {
	
}

@media (max-width: 768px) {
  .mobile-pricing-table .tooltip .tooltiptext {
    bottom: 100%; /* Positions above the icon */
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw; /* Limit width to fit mobile screens */
    word-wrap: break-word; /* Wrap text if it's too long */
  }

  .mobile-pricing-table .tooltip .tooltiptext::after {
    top: 100%; /* Arrow at the bottom */
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-color: black transparent transparent transparent;
  }
}




/*
 __________________________

Hub
 __________________________
*/

body.page-template-template-hub-archive {
	background: #F6FBFF;
}

.page-template-template-hub-archive .hero-section {
    position: relative;
}



.page-template-template-hub-archive .hero-section * {
    z-index: 3;
	margin-left:auto;
	margin-right:auto;
}

.page-template-template-hub-archive .hero-section {

	padding: 64px 0;
}

.page-template-template-hub-archive .hero-section .container > div {
	align-items: center;
}

.page-template-template-hub-archive .hero-section h1 {
color: #1F2937;
	margin-bottom: 24px;
}

.page-template-template-hub-archive .hero-section h1 strong {
color: #1D85ED;
}

.page-template-template-hub-archive .hero-section p {
color: var(--tailwind-white, #FFF);
color: #1F2937;
}

/* Style for odd sections */
.hub-second-section:nth-of-type(odd) {
    background: #FFF;
}


.breadcrumb-hub {
	display: block;
	margin-bottom: 36px;
	color: #F9FAFB;

/* Medium/14 px */
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: -0.05px;
}

.breadcrumb-hub i {
font-size: 10px;
	margin: 0 8px;
}

.breadcrumb-hub a {
color: #88C2FB !important;
/* Medium/14 px */
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: -0.05px;
}

.hub-hero-right {
	display: flex;
	flex-direction: column;
}


.hub-hero-image img {
	border-radius: 12px;
border: 12px solid #D6EBFF;
}



.hub-second-section {
	display: flex;
	padding-top: 64px;
	padding-bottom: 48px;
	flex-direction: column;
}


.hub-right h2, .hub-left h2 {
color: #1F2937;
}

.hub-right p, .hub-left p {
color: #1F2937;
}


.hub-right, .hub-left {
gap: 96px;
}

.page-template-template-hub-archive  .archive-hero-separator {
	display: flex;
	justify-content: center;
}


/*
 __________________________

Default Page template
 __________________________
*/

.page-id-9960 ol li {
color: #091F34;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

body.page-template-default {
    background: #F6FBFF;
}

body.page-template-default p a, body.page-template-default td a  {
    color: #1D85ED;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.default-template-content {
	margin-bottom: 80px !important;
    display: flex;
padding: 120px 0;
flex-direction: column;
align-items: center;
gap: 10px;
border-radius: 4px;
}

.default-template-content .entry-title {
color: #091F34;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
	margin-bottom: 96px;
}

.default-template-content h2 {
color: #091F34;
font-family: 'Graphik';
font-size: 24px !important;
font-weight: 600 !important;
line-height: 32px !important; /* 133.333% */
	margin-bottom: 16px;
}


.imprint-info {
	max-width: 480px;
}

.default-template-content h3 {
    color: #091F34;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
    margin-bottom: 12px;
}


.default-template-content p {
color: #091F34;

font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
margin-bottom: 12px;
}


.indent {
    padding-left: 24px;
}


@media (max-width:767px) {
	.default-template-content {
    margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 45px 24px 61px 24px;
}
	
.default-template-content .entry-title {
color: #1F2937;
text-align: center;
font-family: 'Graphik';
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 125% */
}
	
.default-template-content h2 {
color: #091F34;
font-family: 'Graphik';
font-size: 20px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 28px !important; /* 140% */
}
	
.default-template-content h3 {
color: #091F34;
font-family: 'Graphik';
font-size: 18px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 24px !important; /* 133.333% */
}
	
	.page-template-default .separator {
		background: #fff;
	}
	
	
	
	
.default-template-content p {
color: #091F34;
font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
	
	
	.page-template-default .cta-section:before {
	 width: 90%;
        height: 16px !important;
		top: -16px !important;
        background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Group-413.svg) !important;
}
	
	
	.page-template-default .cta-section:after {
        width: 100%;
        height: 16px !important;
        background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/decoration-footer.svg) !important;
}
	
}


.contact-details-table {
	max-width: 500px;
}

.margin-top-title {
    margin-top: 40px;
	font-weight: 500 !important;
}

.imprint-p strong {
color: #091F34;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}




.contact-details-table strong {
    color: #091F34;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}

.contact-details-table td {
color: #091F34;
font-family: 'Graphik';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

.page-template-default main ol {
    list-style: numbers;
	padding-left: 25px;
}

.page-template-default main li {
	color: #091F34;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.page-template-default main li a, 
.page-template-default main li a:visited {
	color: var(--ui-seobility-medium, #1470CC);
/* tailwind/text-lg/leading-7/font-normal */
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

.page-template-default main ul {
		color: #1470CC;
 list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 24px;
}

.page-template-default main ul li {
		color: #091F34;
 list-style-type: disc;
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.page-template-default .cta-section:before {
	 content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
	top: -24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-7.svg');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;
}

.page-template-default .cta-section:after {
	 content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;
}


/*
 __________________________

Changelog
 __________________________
*/

.page-id-9960 ol, .page-id-8081 ol {
    list-style: number;
	padding-left: 20px;
}

body.page-template-template-changelog {
    background: #F3F4F6;
}

.page-template-template-changelog .site-main {
    margin-top: 48px !important;
	margin-bottom: 48px !important;
    display: flex;
padding: 60px 80px;
flex-direction: column;
align-items: center;
gap: 10px;
border-radius: 4px;
background: #FFF;
}

.page-template-template-changelog .site-main h1 {
	text-align: left;
color: var(--tailwind-gray-800, #1F2937);
/* website/headline-huge */
font-family: Graphik;
font-size: 44px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 100% */
	margin-bottom: 40px;
	width: 100%;
}

.page-template-template-changelog .site-main h2 {
color: var(--tailwind-gray-800, #1F2937);
/* tailwind/text-xl/leading-7/font-medium */
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
}

.page-template-template-changelog .site-main p {
color: var(--tailwind-gray-500, #6B7280);
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.changelog-section {
	margin-bottom: 16px;
}

.changes {
	padding: 24px 16px;
}


.version-header {
	background: #F3F4F6;
	display: flex;
padding:  16px;
align-items: center;
align-self: stretch;
}


.tag {
    display: inline-block;
padding: 2px 6px;
border-radius: 4px;   
text-align: center;
/* Medium/12 px */
font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 150% */
}

.tag.added {
border: 1px solid #ABEFC6;
background: #ECFDF3;
color: #067647;
}

.tag.api {
border: 1px solid #B9E6FE;
background: #F0F9FF;
    color: #026AA2;
}

.tag.fix {
border: 1px solid #FECDCA;
background: #FEF3F2;
color: #B42318;
}

.tag.changed {
border: 1px solid #FEDF89;
background: #FFFAEB;
color: #B54708;
}

.tag.beta {
border: 1px solid #EAECF0;
background: #F9FAFB
color: #344054;
}

.cl-date {
    color: #6B7280 !important;
font-family: Graphik;
font-size: 18px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 24px !important;
letter-spacing: -0.26px !important;
}

@media (max-width:767px) {
	.page-template-template-changelog .site-main {
    margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 36px 16px !important;
}
	
.page-template-template-changelog .site-main h1 {
color: var(--tailwind-gray-800, #1F2937);
font-family: Graphik;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 100% */
}
	
	
	
.page-template-template-changelog .separator {
		background: #fff;
	}
	
}



/*
 __________________________

Free Tools
 __________________________
*/

#menu-free-tools-nav {
    position: relative;
	justify-content: space-between;
}


#menu-free-tools-nav .more-menu {
    position: relative; 
	border-radius: 0;
    border: none;
}

#menu-free-tools-nav .more-menu a {
	color: #1D85ED !important;
}

#menu-free-tools-nav .more-menu > .sub-menu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 200px;
    border-radius: 4px;
    z-index: 10;
}

#menu-free-tools-nav .more-menu:hover > .sub-menu {
    display: block;
}

#menu-free-tools-nav .more-menu .sub-menu .tab-item {
    padding: 8px 16px;
}

#menu-free-tools-nav .more-menu .sub-menu .tab-item:hover {
    background-color: #f5f5f5;
}

#menu-free-tools-nav .current-menu-item {
    position: relative;
}

#menu-free-tools-nav .current-menu-item a {
font-weight: 600 !important;
}

#menu-free-tools-nav .current-menu-item:after {
	  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1D85ED;
}

.single-tool-hero-section .tabs-container {
	width: 100%;
	display: flex !important;
	align-content: center;
	justify-content: space-between !important;
	
}


.single-tool-hero-section .tabs-container .tabs {
	width: 100%;
}

.single-tool-hero-section {
	border-radius: 6px;
border: 1px solid #FFF;
}

.more-menu.menu-item-has-children > a:after {
    content: "\f054";
    font: var(--fa-font-solid);
    font-weight: 500;
    font-size: 12px;
    transition: color 0.3s ease;
    line-height: 20px;
}

.more-menu > .sub-menu {
    display: none;
    position: absolute;
    top: 105%; 
    left: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 250px;
    border-radius: 4px;
    z-index: 10;
		margin: 0 !important;
}

.more-menu:hover > .sub-menu {
    display: block;
}


.more-menu .sub-menu .tab-item {
    padding: 8px 16px;
}


#menu-free-tools-nav .menu-item a {
	color: #1F2937;
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
	
}

#menu-free-tools-nav .menu-item {
	padding: 9px 17px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.more-menu .sub-menu .tab-item:hover {
    background-color: #f5f5f5;
}




body.page-template-template-free-tools-archive {
	background: #F6FBFF;
}

.tools-hero-section h1  {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
    margin-bottom: 16px;
}

.tools-hero-section h1 strong  {
color: #1D85ED;
}

.tools-hero-section .tools-hero-subtitle {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	margin-bottom: 16px;
}

.tools-hero-section p {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	max-width: 768px;
	margin: 0 auto;
}


.tools-hero-section .tools h2 {
	color: #1F2937;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
}

.tools-hero-section .tools {
margin-top: 96px;
}

.tools-hero-section .tool-card {
	color: #FFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.page-template-template-free-tools-archive .four-section-container:before {
    content: '';
    display: block;
    width: 70%;
    height: 24px;
    position: relative;
    top: 0;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-5-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
}



.four-section-container .inner-section h2 {
    color: #1F2937;
}

.page-template-template-free-tools-archive .four-section-container .inner-section p {
	color: #1F2937;
	padding-bottom: 16px;
}

.page-template-template-free-tools-archive .four-section-container .inner-section .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.four-section-container .separator-wrapper:nth-child(even) .inner-section {
    background: #F6FBFF;
}

/* General separator styles */
.separator-wrapper {
    position: relative;
}

/* Ensure separator wrapper has relative positioning */
.separator-wrapper {
    position: relative;
}

/* BEFORE separator - 65% width */
.separator-before {
    
}

/* AFTER separator - 20% width (Fixed Visibility Issue) */
.separator-after {
    
   
}

/* Row-specific adjustments */
.four-section-container .separator-wrapper:nth-child(2) .separator-before {
    width: 65%;
    height: 24px;
    position: absolute;
    right: 0;
    top: -24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2025/03/separator-cyan.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.four-section-container .separator-wrapper:nth-child(2) .separator-after {
    width: 65%;
	 height: 24px;
    position: absolute;
    left: 0;
    bottom: -24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2025/03/separator-cyan.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
	float: left;
	z-index: 999;
}


.four-section-container .separator-wrapper:nth-child(4) .separator-before {
    width: 20%;
    height: 24px;
    position: absolute;
    left: 0;
    top: -24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2025/03/separator-cyan-small.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.four-section-container .separator-wrapper:nth-child(6) .separator-before {
    width: 20%;
    height: 24px;
    position: absolute;
    right: 0;
    top: -24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2025/03/separator-cyan-small.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}



.page-template-template-free-tools-archive .four-section-container a, .page-template-template-free-tools-archive .four-section-container a:visited, page-template-template-free-tools-archive .four-section-container a, .page-template-template-free-tools-archive .four-section-container a, page-template-template-free-tools-archive .four-section-container a, .page-template-template-free-tools-archive .four-section-container a:hover {
color: #1D85ED;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}



.page-template-template-free-tools-archive .four-section-container a, .page-template-template-free-tools-archive .four-section-container a:visited {
color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
    text-decoration-line: none;
}

.four-section-container .inner-section h2 .title-word-1 {
    color: #1D85ED;
}

.tool-pricing {
    background: #EBF5FF;
    padding: 96px 0;
    position: relative; /* Ensures pseudo-elements position correctly */
}

/* BEFORE separator */
.tool-pricing::before {
    content: "";
    display: block;
    width: 70%; /* Match your other separator width */
    height: 24px;
    position: absolute;
    right: 0;
    top: -24px; /* Adjust based on positioning */
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-5-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.tool-pricing-top h2 {
color: #1F2937;
text-align: center;
    margin-bottom: 24px;
}

.tool-pricing-top h2 strong {
   color: #1D85ED;
}

.tool-pricing-top p {
color: #1F2937;
text-align: center;
	max-width: 901px;
	margin: 0 auto 96px auto;
}

.tool-pricing-main {
    gap: 32px;
    max-width: 780px;
    margin: 0 auto;
		align-items: center;
}


.tool-price-item {
border-radius: 8px;
background: #FFF;
	padding:  20px 30px;

}

.tool-price-item-big {
border-radius: 8px;
background: #D6EBFF;
padding:  20px 30px;

}

.tool-price-item > h3 {
color: #1F2937;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.tool-price-item > p {
color: #6B7280;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin-bottom: 0 !important;
}

.tool-price-item .tools-price {
color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
		text-align: center;
	margin: 32px 0;
}



.tool-price-item table {
    margin: 36px 0 !important;
}


.tool-price-item table .fa-check {
    border-radius: 100px;
background: #EBF5FF;
		height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}


.tool-price-item table .fa-xmark {
    border-radius: 100px;
background: #FFEFED;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.tool-price-item-big table .fa-check {
    border-radius: 100px;
background: #EBF5FF;
		height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}


.tool-price-item-big table .fa-xmark {
    border-radius: 100px;
background: #FFEFED;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.tool-price-item  .choose-plan, .tool-price-item-big .choose-plan {
	max-width: 85%;
	margin: 0 auto;
}

.tool-price-item table tr {
    
}

.tool-price-item table td {
color: #1F2937;
text-align:left!important;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}


.tool-price-item-big > h3 {
color: #1F2937;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.tool-price-item-big > p {
color: #6B7280;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin-bottom: 0 !important;
}

.tool-price-item-big  .tools-per-month {
color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
	text-align: center;
		margin: 32px 0;
}


.tool-price-item-big  table {
    margin: 36px 0 !important;
}

.tool-price-item-big  table tr {
   
}

.tool-price-item-big  table td {
color: #1F2937;
text-align:left!important;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}



.tool-pricing-bottom {
padding-top: 64px;
padding-bottom:96px;
}

.tool-pricing-bottom > a, 
.tool-pricing-bottom > a:hover, 
.tool-pricing-bottom > a:visited {
	display: block;
	color: #1D85ED;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	margin-bottom: 64px;
}


.tool-pricing-bottom > a .fa-chevron-right {
	display: inline-block;
font-size: 12px;
	position: relative;
	top: -1px;
	
}

.tool-pricing-bottom > a:hover .fa-chevron-right {
    transform: translateX(5px);
}

.tool-pricing-bottom p {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	max-width: 901px;
	margin: 0 auto;
}

.tool-pricing-bottom p > a {
color: #1D85ED;
	text-decoration: underline;
}

.page-template-template-free-tools-archive .four-section-container .inner-section:nth-child(even) {
    background: #F6FBFF;
}

.page-template-template-free-tools-archive .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-template-free-tools-archive .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.single-tool-hero-section {
    padding: 20px 0; 
	padding-bottom:0;
	background-size: 40% 50%; background-position: 55% 40%; background-repeat: no-repeat;
	
}

.tool-section-wrapper {
    position: relative; /* Establish stacking context */
    z-index: 0; /* Set a baseline for stacking */
}

.tool-section-wrapper::before {
    content: ''; /* Pseudo-element for the background */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/10/confetti.svg');

    background-position: center;
    z-index: -1; /* Push background behind everything else */
    pointer-events: none; /* Ensure it doesn't interfere with content interaction */
}

.tool-section {
    position: relative; /* Ensure content is layered above the wrapper */
    z-index: 1;
}

.text-area,
.image-area {
    position: relative;
    z-index: 2; /* Explicitly layer above all other content */
	background: #F6FBFF;
}

.single-tool-hero-section h1 {
	color: #1F2937;
	text-align: center;
	font-family: Graphik;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 122.222% */
	margin-bottom: 16px;
	margin: 0 auto 16px auto;
}

.single-tool-hero-section h1 strong {
color: #1D85ED;
	font-weight:600;
}

.single-tool-hero-section .tool-subtitle {
	color: #1F2937;
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
		width: 100% !important;
	display: block;
	margin: 0 auto 16px auto;
	text-align: center;
}


.single-tool-hero-section p {
color: #1F2937;

text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin: 0 auto;
}

.tool-section-wrapper {
   padding-top: 200px;
	padding-bottom: 164px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 600px;
    padding-left: 32px;
}

.tool-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 80px; /* Adds space between the text and image columns */
    box-sizing: border-box;
}



.text-area {
flex: 0 0 40%; /* Text area set to 40% of the container width */
    box-sizing: border-box;
    min-width: 300px; /* Prevents columns from shrinking too much on smaller screens */
}

.text-area h2,
.text-area p,
.text-area div { /* Ensures all text elements inside the text area are left-aligned */
    /* text-align: left; */
}

.tool-section-wrapper .image-area {
       box-sizing: border-box;
    display: flex
;
    align-self: center;
    align-items: center;
    justify-content: center;
    border-radius: 46px;
    border: 14px solid rgba(214, 235, 255, 0.50);
    width: 717px;
    max-height: 480px;
	height:auto;
}

.tool-section-wrapper .image-area img {
width: 100%;
    height: 100%;
    object-fit: cover;
height: 100%;
border-radius: 20px;
border: 12px solid #0E3358;
}

@media (max-width: 1024px) {
    .tool-section {
        flex-direction: column;
    }

    .text-area,
    .image-area {
        width: 100%;
        position: relative;
        padding-right: 0;
    }

    .image-area {
        order: -1; /* Image above text on mobile */
    }
}

.single-tool-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-switcher-wrapper {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjusts spacing between text and switcher */
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2BC46A;
}

input:checked + .slider:before {
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.price-label {
    margin-left: auto; /* Pushes the price label to the right */
}

.tool-offer-subtitle {
    color: var(--seobility-900-extra-dark, #0E3358);
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 133.333% */
}

.tool-offer-title {
    color: var(--seobility-950-super-dark, #091F34) !important;
font-family: 'Graphik' ;
font-size: 36px ;
font-style: normal;
font-weight: 600 ;
line-height: 44px ; 
letter-spacing: -1.08px ;
	margin-top: 16px ;
}

.tool-offer-title span {
border-radius: 3px;
background: #1D85ED;
color: var(--functional-00-white, #FFF);
color: #FFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
display: inline-block;
padding: 8px 12px;
	margin-left: 16px;
	position: relative;
	top: -8px;
}

.tool-offer-p {
margin: 16px 0 32px 0 !important;
}

.tool-offer-list {
	margin-bottom: 24px;
}

.tool-offer-list li {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
	margin-bottom: 4px;
}


.tool-offer-list li .fa {
font-size: 12px;
	margin-right: 8px;
}


.tool-offer-list li .fa-check {
	color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 10px; /* 100% */
background: #2BC46A;
	padding: 4px 4px;
	border-radius: 40px;
}

.single-tool-pricing {
	border-top: 1px solid #2BC46A;
    padding: 12px 0 0 0;
	margin-top: 12px;
}

.single-tool-pricing-bottom {
	margin-top: 12px;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #2BC46A;;
}

.canceled {
	margin-top: 12px !important;
font-size: 11px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 16px !important; /* 145.455% */
}


.tool-free-trial-button, .tool-free-trial-button:visited {
display: inline-flex;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
flex-shrink: 0;
margin-top: 32px;
	border-radius: 8px;
background: #2BC46A;
box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
color: #FFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

}


.tool-free-trial-button:hover {
    background-color: #38a265;
    color: var(--tailwind-white, #FFF);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.tool-price {
    float: right !important;
    color: var(--seobility-900-extra-dark, #0E3358) !important;
font-family: Inter !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 20px !important; /* 142.857% */
text-decoration: line-through;
}

.tool-per-month {
    color: var(--seobility-900-extra-dark, #0E3358) !important;
font-family: Inter !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 20px !important; /* 142.857% */
}


.trial-mark {
    color: var(--seobility-900-extra-dark, #0E3358) !important;
font-family: Inter !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 20px !important; /* 142.857% */
}

.price-label {
    color: var(--seobility-900-extra-dark, #0E3358) !important;
font-family: Inter !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 20px!important; /* 142.857% */
}


.free_tools-template-default .pricing-references::after {
    display: none;
}



.tool-form {
    margin-top: 104px;
}

.tool-form .form-inner {
    display: flex;
    max-width: 580px;
    margin: 0 auto;
    gap: 16px;
}

.tool-form .form-inner label {
 color: var(--functional-800-dark, #39526A);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */ 
}

.tool-form .form-buttons {
    display: flex;
    max-width: 580px;
    margin: 0 auto;
    gap: 16px;
    margin-top: 16px;
    
}

.tool-form .form-buttons .wpcf7-form-control {
    border-radius: 6px;
background: #1D85ED;
    color: var(--functional-00-white, #FFF);
text-align: center;
/* button / label / middle */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 114.286% */
width: 510px;
	height: 40px;
	float: left !important;
}

.tool-form .form-buttons p {
	display: block !important;
	padding: 0 !important;
	float: left !important;
	margin: 0 0 !important;
}

.form-inner label {
    text-align: left;
    display: block; /* Ensures that the label takes up the full width available, aiding text alignment */
}

.form-inner input {
	margin-top: 8px;
border-radius: 6px;
border: 1px solid var(--stroke-200-medium-input, #C2D4E5) !important;
 height: 40px;
align-self: stretch;
padding: 12px !important;
    width: 100%;
}

.settings-button {
    display: flex;
    height: 100% !important;
width: 54px;
flex-direction: column;
align-items: center;
    border-radius: 6px;
border: 1px solid var(--stroke-200-medium-input, #C2D4E5);
background: #FFF;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-spinner {
    display: none !important;
}

.form-buttons {
    max-height: 40px;
}

.form-buttons div {
    height: 40px;
}

.form-buttons div p {
    height: 40px;
    display: flex;
    align-items: center;
}

.settings-button {
    justify-content: center;
 align-items: center;
}

.tool-form .keywords-form-inner {
	margin-top: 16px !important;
    display: flex;
    max-width: 580px;
    margin: 0 auto;
}

.tool-form .keywords-form-inner input {
	margin-top: 8px;
    border-radius: 6px;
    border: 1px solid var(--stroke-200-medium-input, #C2D4E5) !important;
    height: 40px;
    align-self: stretch;
    padding: 12px !important;
    width: 100%;
}

.tool-form .keywords-form-inner p {
    width: 100%;
}

.tool-form .keywords-form-inner label {
    text-align: left;
    display: block;
}

.tool-form .keywords-form-inner label {
    color: var(--functional-800-dark, #39526A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.tool-form .ranking-form-inner {
	margin-top: 16px !important;
    display: flex;
    max-width: 580px;
    margin: 0 auto;
}

.tool-form .ranking-form-inner input {
	margin-top: 8px;
    border-radius: 6px;
    border: 1px solid var(--stroke-200-medium-input, #C2D4E5) !important;
    height: 40px;
    align-self: stretch;
    padding: 12px !important;
    width: 100%;
}

.tool-form .ranking-form-inner select {
	margin-top: 8px;
    border-radius: 6px;
    border: 1px solid var(--stroke-200-medium-input, #C2D4E5) !important;
    height: 40px;
    align-self: stretch;
    padding: 0 12px !important;
    width: 100%;
}

.tool-form .ranking-form-inner p {
    width: 100%;
}

.tool-form .ranking-form-inner label {
    text-align: left;
    display: block;
}

.tool-form .ranking-form-inner label {
    color: var(--functional-800-dark, #39526A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media(max-width:480px) {

    .tools-hero-section {
    padding: 48px 16px !important;
    }

.tools-hero-section h1 {
font-size: 32px !important;
font-weight: 600 !important;
line-height: 44px !important;
}
	
	.free-tools {
    padding: 48px 16px !important;
}

.free-tool {
    flex-direction: column;
    gap: 16px !important;
}

.free-tool .tool-image {
    width: 100%;
}

.free-tool .tool-info {
    width: 100%;
}

.tool-list {
    padding: 48px 0 !important;
    gap: 48px !important;
}

.free-tools h2 {
    font-size: 32px !important;
font-weight: 600 !important;
line-height: 44px !important;
}

.free-tool h3 {
    font-size: 28px !important;
font-weight: 600 !important;
line-height: 38px !important;
}
	
	.tool-pricing {
    padding: 48px 16px !important;
}

	
.tool-pricing-top h2 strong {
 color: #1D85ED !important;
}

.tool-pricing-main {
    flex-direction: column;
}

.page-template-template-free-tools-archive .cta-section-bottom:before {
    display: none !important;
}
    
}

.free_tools-template-default .four-section-container .inner-section .image {
width: 446px;
height: 334px;
}


.free_tools-template-default .four-section-container .inner-section .image img {
    width: 100%;
	height:auto;
    max-height: 100%;
    object-fit: contain;
    object-position: top right;
    border: none !important;
	border-radius: 20px;
}

.free_tools-template-default .feature-accordion-container-wrapper {
    padding: 0 0;
background: #FFF;
}

.free_tools-template-default .feature-accordion-container {
    padding: 120px 0;
}

.free_tools-template-default .feature-accordion-container-wrapper:before {
    content: '';
    display: block;
    width: 70%;
    height: 24px;
    position: relative !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/blue-separator.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.free_tools-template-default .feature-accordion-container-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 24px;
	bottom:-20px;
    position: relative !important;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-25.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.free_tools-template-default .feature-accordion-container-wrapper h2 strong {
    color: #1D85ED !important;
}

.free_tools-template-default .tools-section::before {
    display: none;
}


.free_tools-template-default .four-section-container:before {
    content: '';
    display: block;
    width: 70%;
    height: 24px;
    position: relative;
    top: 0;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-5-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
	float: right;
}

.free_tools-template-default .four-section-container .inner-section {
    padding: 140px 0 116px 0;
}

.price-label {
    transition: opacity 0.2s ease; /* Adjust the timing and easing as desired */
}

.price-label.fade-out {
    opacity: 0;
}


.four-section-container ul {
    list-style-type: disc !important; /* Display standard bullet points */
    margin: 1em 0; /* Add spacing around the list */
    padding-left: 1.5em; /* Indent to position bullets within the list */
}

/* Optional LI Styling for Consistent Spacing */
.four-section-container ul li {
    margin-bottom: 0.5em; /* Space between items */
    line-height: 1.5; /* Improve readability */
}

/* For nested lists (if any) */
.four-section-container ul ul {
    list-style-type: circle; /* Change bullet style for nested lists */
    padding-left: 1.5em; /* Indent nested lists further */
}


.four-section-container a, .four-section-container a:visited {
	color: #1D85ED;
	text-decoration: none;
}
.four-section-container a:hover {
	text-decoration: underline;
}

/* Ranking checker form */

.form-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	
}

.seo-backlink-form .form-row .switcher {
	position: relative;
	top: 4px;
}

.form-actions {
	display: flex;
}


.seo-backlink-form .switcher {
    display: flex;
}


.seo-backlink-form .switcher {
	border-radius: 6px !important;
	overflow:  hidden;
	background: #AFD6FE;
	padding: 2px;
}

.seo-backlink-form .switch-btn.active {
    border-radius: 4px;
background: #FFF;
color: #1F2937;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
/* tailwind/shadow/sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.seo-backlink-form .switch-btn {
    padding: 8px;
    cursor: pointer;
    background: none;
	color: #1F2937;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.seo-backlink-form .switcher {
	margin-left: 8px;
}

.seo-backlink-form .settings-button {
    padding: 8px 12px !important;
    border: none !important;
    background: none !important;
    font-size: 16px !important;
    cursor: pointer !important;
    color: #0073e6 !important;
}



/* Keyword checker form */
/* Container */
.keyword-check-form {
    margin: 0 auto;
    padding-bottom: 16px;
}

/* Input Fields */
.form-group {
    width: 100%;
    margin-bottom: 12px;
}

/* Input Styling */
.seo-check-input {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
}

/* Buttons Row */
.button-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Analyze Website Button */
.check-webpage-btn {
	display: block !important;
    border-radius: 6px;
    background: #1D85ED;
    color: #FFF;
    text-align: center;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 90%;
    height: 48px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.check-webpage-btn:hover {
    background: #176db8;
}

/* Settings Button */
.settings-btn {
    border-radius: 6px;
    border: 1px solid #AFD6FE;
    background: #FFF;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

.settings-btn:hover {
    border-color: #1D85ED;
}

.keyword-check-form br{
	display: none;
}

/* Keyword reasearch tools form */

.keywordresearch-form .research-btn {
	border-radius: 6px;
background: #1D85ED;
	color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
	display: block;
	width: 100%;
	padding: 12px 0;
	margin-top: 32px;
}

.keyword-tool-tabs {
    max-width: 600px;
    margin: auto;
}

.tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.tab-nav .tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
	color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.keywordresearch-form br {
	display: none;
}





.tab-nav .tab.active {
    border-bottom: 1px solid #1D85ED;;
  color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}



.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.form-group {
    margin-bottom: 10px;
}

.input-group {
    display: flex;
    align-items: center;
}

.keywordresearch-form .switcher {
    display: flex;
}


.keywordresearch-form .switcher {
	border-radius: 6px !important;
	overflow:  hidden;
	background: #AFD6FE;
	padding: 2px;
}

.switch-btn.active {
    border-radius: 4px;
background: #FFF;
color: #1F2937;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
/* tailwind/shadow/sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.switch-btn {
    padding: 8px;
    cursor: pointer;
    background: none;
	color: #1F2937;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.keywordresearch-form .form-group:first-child .switcher {
	width: 27%;
	margin-left: 8px;
}

.keywordresearch-form .form-row .form-group:nth-child(1) .switcher {
	width: 55%;
}


.form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}




/* Ranking Form Container */
.ranking-check-form {
    max-width: none!important;
    margin: auto;
    padding-bottom:16px;


}

.ranking-check-form br {
    display: none;
}

/* Form Groups */
.ranking-form-group {
    margin-bottom: 12px;
}

.ranking-form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.ranking-input,
.ranking-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Row for Country, Region, and Device Toggle */
.ranking-form-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ranking-form-group.small {
    flex: 1;
}

.ranking-form-group.large {
    flex: 2;
}

/* Device Toggle */
.ranking-device-toggle {
    display: flex;
    justify-content: space-between;
    width: 87px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 24px;
}

.ranking-device-toggle i {
    color: #ccc;
}

.ranking-device-toggle i.active {
    color: #000;
}

/* Form Buttons */
.ranking-form-buttons {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.ranking-submit {
    flex: 1;
    padding: 12px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.ranking-settings-button {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


/* SEO Compare Form */
.seo-compare-form {
    max-width: 600px;
    margin: auto;
    padding-bottom: 16px;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: #1F2937 !important;

font-family: Graphik;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 6px !important;
border: 1px solid #AFD6FE !important;
}

/* Two-Column Layout */
.form-group-container {
    display: flex;
    gap: 15px;
}

.form-group-container .form-group {
    flex: 1;
}

/* Radio Buttons */
.radio-group {
    display: flex;
    gap: 15px;
    margin-top: 5px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Compare Button */
.compare-button {
    width: 100%;
    padding: 12px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Settings Button */
.settings-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    color: #0073e6;
}

/* SEO Backlink Form */
.seo-backlink-form {
    max-width: 600px;
    margin: auto;
	padding-bottom:16px;
}

.seo-backlink-form br {
	display: none;
}


/* Form Group */
.form-group {
    margin-bottom: 15px;
}



.form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}



/* Toggle Buttons */
.toggle-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.toggle-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.toggle-btn.active {
    background: #0073e6;
    color: white;
}

/* Check Button */
.check-button {
    width: 100%;
    padding: 12px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Settings Button */
.settings-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    color: #0073e6;
}

/* Keyword Optimization Form */
.keyword-optimization-form {
    max-width: 600px;
    margin: auto;
    padding-bottom: 16px;
}

.keyword-optimization-form br {
	display: none;
}

/* Form Header */
.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form-header h3 {
    font-size: 20px;
    font-weight: bold;
}

.form-header p {
    font-size: 14px;
    color: #666;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
	
}


.form-row {
	gap: 8px;
}


.form-group input,
.form-group select {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #AFD6FE !important;
    border-radius: 6px!important;
    /**color: #D1D5DB !important;**/
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
	height: 40px;
}

.form-group input::placeholder {
    color: #D1D5DB !important;
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

/* Analyze Button */
.analyze-button {
    width: 100%;
    padding: 12px;
    background-color: #1D85ED;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
	transition: .1s ease-in all;
}

.analyze-button:hover {
	background: #135CA4;
box-shadow: 3px 3px 20px 1px rgba(20, 112, 204, 0.15);
}

/* URL Analysis Form */
.url-analysis-form {
    max-width: 700px;
    margin: auto;
    padding: 0;
	padding-bottom:16px;
}

.url-analysis-form br {
	display: none;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Analyze Button */
.analyze-button {
    width: 100%;
    padding: 12px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* General Form Styling */

.tfidf-analysis-form .form-group .device-toggle {
	position: relative;
	top: -2px;
}
.tfidf-analysis-form {
    max-width: 700px;
    margin: auto;
    padding-bottom: 16px;
}

.tfidf-analysis-form br {
    display: none;
}

.device-toggle button.active {
	border-radius: 6px;
background-color: #AFD6FE !important;
}

.device-toggle button {
	border: 1px solid transparent !important;
}

.device-toggle {
background: #FFF !important;
box-shadow: 0px 1px 1px 0px rgba(41, 51, 61, 0.08) inset;
	max-width: 84px;
	position: relative;
	top: 4px;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}


.form-group input, 
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Device Toggle */
.device-toggle {
    display: flex;
	border-radius: 8px !important;
	overflow: hidden;
	gap: 0 !important;
	max-height: 38px;
}

.form-group {
    justify-content: space-between;
	align-items: flex-end;
}



.device-toggle button {
    flex: 1;
    padding: 10px;
    border: 1px solid #0073e6;
    background-color: white;
    cursor: pointer;
	border-radius: 0 !important;
	color: #1F2937 !important;
}

.device-toggle button.active {
    background-color: #0073e6;
    color: white;
}

/* Settings Button */
.settings-toggle {
    display: flex;
height: 40px;
padding: 0px 16px;
align-items: center;
	border-radius: 6px;
border: 1px solid #AFD6FE;
	transition: .1s ease-in all;

background: #FFF;
	height: 50px;
}

.settings-toggle:hover {
    border: 1px solid #AFD6FE;
	background: #AFD6FE;
}

.settings-toggle i {
   transition: .1s ease-in all;
}

.settings-toggle:hover i {
   color: #fff !important;
}

/* Analyze Button */
.analyze-button {
    width: 100%;
    padding: 12px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.seo-check-settings {
	padding-top:24px;
}

.seo-check-settings {
	padding-top:24px;
}

.seo-check-settings legend {
	color: #1F2937;
font-family: Graphik;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
	padding:  24px 0;
}

.userpass {
	display: flex;
	gap: 16px;
}

.username{
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.username label {
	color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
	margin-bottom: 16px;
}


.password label {
	color: #1F2937;

font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
	margin-bottom: 16px;
}

.password {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.password input {
	    padding: 10px;
    border-radius: 6px !important;
    border: 1px solid #AFD6FE !important;
}

.username input {
	    padding: 10px;
    border-radius: 6px !important;
    border: 1px solid #AFD6FE !important;
}

/*
 __________________________

Landing page
 __________________________
*/

.hero-inner p {
	margin: 0 !important;
}

.faq-p {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
	margin-top: 100px;
}

.faq-p a {
color: #1D85ED;
}

.first-section li {
	color: #FFF;
font-family: 'Graphik';
}

.first-section ul {
    list-style-type: disc; /* Standard bullet points */
}


.page-template-template-landing-page .accordion-header span {
color: #1F2937;
font-family: Graphik;
font-weight: 600;
}
.page-template-template-landing-page .accordion-header {
    border-top: 1px solid #1D85ED;;
}

.page-template-template-landing-page .accordion-item:last-child  {
    border-bottom: 1px solid #1D85ED;
}


.page-template-template-landing-page .rec-item > p {
    min-height: 265px !important;
}

.search-traffic-section {
  background: #153A5F;
  padding: 120px 0;
}

.search-traffic-top {
  max-width: 720px;
  margin: 0 auto;
}

.search-traffic-top h2 {
  color: #FFF;
  text-align: center;
  font-family: Graphik;
  margin-bottom: 16px;
}

.search-traffic-top p {
  color: #FFF;
  text-align: center;
}



.search-traffic-items {
  margin-top: 80px;
  gap: 32px;
}

.search-traffic-item {
  position: relative;
  border-radius: 8px;
  border: 1px solid #1D85ED;
  background: #091F34;
  padding: 32px;
}

.icon-wrapper {
  position: absolute;
  top: -25px; /* Adjust the value to position the icon */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.icon-class {
width: 50px;
height: 50px;
}

.search-traffic-item h3 {
  color: #FFF;
  text-align: center;
  font-family: Graphik;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom: 8px;
  margin-top: 8px;
}

.search-traffic-item p {
  color: #FFF;
  text-align: center;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}


.customer-video-section {
	padding: 128px 0;
	background: #EBF5FF;
}

.customer-video-top {
	display: none;
}


.customer-video-section h2 {
	color: #FFF;

text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
	max-width: 720px;
}

.customer-video-wrapper {
		max-width: 720px;
	margin: 0 auto;
}

.customer-video-wrapper a {
	max-width: 592px;
}

.customer-video-wrapper a img {
	width: 100%;

	
	width: 100% !important;
}

.play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Ensure the button does not interfere with clicking the link */
}


.plans-and-pricing-section {
  background: #EBF5FF; /* Adjust the background color as needed */
  padding: 128px 0; /* Adjust the padding as needed */
}

.plans-and-pricing-top {
  max-width: 720px;
  margin: 0 auto;
}

.plans-and-pricing-top h3 {
color: #1F2937;

text-align: center;
}

.plans-and-pricing-top h3 strong {
color: #1D85ED;
}

.plans-and-pricing-top p {
	color: #1F2937;
	text-align: center;
	margin-top: 16px;
}

.plans-and-pricing-items {
  margin-top: 64px; /* Adjust the margin as needed */
  gap: 32px;
}

.plans-and-pricing-item {
  padding: 44px 32px; /* Adjust the padding as needed */
  border-radius: 8px;
  flex: 1;
}

.agency-item {
	background: #FFF;
}


.premium-item {
	background: #D6EBFF;
}

.plans-and-pricing-item h3 {

color: #1F2937;

font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	margin-bottom: 8px;
}

.plans-and-pricing-item p {
color: #6B7280;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin-bottom: 36px;
}

.plans-and-pricing-item .price {
color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
	text-align: center !important;
	width: 100%;
	padding: 0 0 24px 0;
}

.plans-and-pricing-item {
	padding-top: 24px;
}


.premium-item .per-month {
	color: #1D85ED;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
		text-align: left !important;
	width: 100%;
}

.premium-button, .premium-button:visited {
border-radius: 8px;
	font-weight:500;
    background: #2BC46A;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    color: #fff;
	display: flex;
width: 100%;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
flex-shrink: 0;
	    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.premium-button:hover {
    background: #28B463;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    color: #fff;
}


.agency-button, .agency-button:visited {
border-radius: 8px;
border: 1px solid #1D85ED;

color: #1D85ED;
	display: flex;
width: 100%;
height: 52px;
padding: 13px 21px;
justify-content: center;
align-items: center;
flex-shrink: 0;
	    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.agency-button:hover {
	box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    background: #1D85ED!important;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    color: #fff;
}

.plans-and-pricing-item .per-month {
min-height: 22px;
	margin-bottom: 26px;
}


.page-template-template-landing-page .feature-accordion-container-wrapper {
	background: #fff;
}

.page-template-template-landing-page .separator {
	display: none !important;
}

.page-template-template-landing-page .feature-accordion-container-wrapper h2 {
    color: #1F2937;
    text-align: center;
    font-family: Graphik;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.page-template-template-landing-page .feature-accordion-container-wrapper h2 strong {
    color: #1D85ED !important;
}

.page-template-template-landing-page .combined-sections-bg:after {
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/08/Section-Separator-17.svg');

}

.page-template-template-landing-page .fifth-section {
    background: #FFF;
}

.page-template-template-landing-page .fifth-section h2 {
    color: #1F2937;
	max-width:523px;
}

.page-template-template-landing-page .fifth-section h2 span {
    color: #1D85ED;
}

.page-template-template-landing-page .recommendation-section {
background: #EBF5FF;
}

.page-template-template-landing-page  .recommendation-section h2 {
	color: #1F2937;
text-align: center;
}




.page-template-template-landing-page .acc-item-content span {
    color: #1F2937;
}

.page-template-template-landing-page .acc-item-content span b {
    color: #1F2937;
}

.page-template-template-landing-page .accordion-chevron {
    fill: #1F2937;
}


.page-template-template-landing-page .fourth-section {
    background: #EBF5FF;
}

.page-template-template-landing-page .fifth-section-wrapper {
    position: relative;
}

.page-template-template-landing-page .fifth-section-wrapper::after {
    content: '';
    display: block;
    width: 60%;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/10/Section-Separator-26.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.page-template-template-landing-page .recommendation-section {
    position: relative;
}

.page-template-template-landing-page .recommendation-section::after {
    content: '';
    display: none;
    width: 90%;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/10/Section-Separator-21.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.page-template-template-landing-page .section-six::after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/08/Section-Separator-2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.customer-video-section::before {
    content: '';
    display: block;
    width: 55%;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/10/Section-Separator-22.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.customer-video-section::after {
    content: '';
    display: block;
    width: 70%;
    height: 24px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/10/Section-Separator-26.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.customer-video-section {
    position: relative;
}

.page-template-template-landing-page  .cta-section-bottom:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
	top: -1px;
    right: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.page-template-template-landing-page  .cta-section-bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
	position: absolute;
	bottom: 0;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.page-template-template-landing-page  .cta-section-bottom {
   position: relative;
}

.page-template-template-landing-page  .pricing-references::after {
    bottom: -1px;
}

.page-template-template-landing-page  .counter-section::after {
    bottom: -1px;
}

.page-template-template-landing-page .section-six::after {
    bottom: -1px;
}

.landing-page-testimonials {
	padding: 64px 0;
	background: #1D85ED;

}


.landing-page-testimonials .testimonial-column img {
	border: 4px solid #AFD6FE;
	width: 136px;
height: 136px;
	object-fit: cover;
}

.landing-page-testimonials .testimonial-column > p {
color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	max-width: 219px;
	margin-top: 24px;
}


.name-role-test p {
	color: #FFF;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;

}


.name-role-test {
		margin-top: 8px;
}

.landing-page-testimonials {
    position: relative;

}
/* The container must be positioned relative for the pseudo-elements to work properly */
.landing-page-testimonials {
    position: relative; */
}

/* Bottom Pseudo-element */
.landing-page-testimonials::after {
    bottom: -23px; /* Position below the section */
}

/* General styling for the plan lists */
.plan-list {
  list-style: none; /* Remove default bullet points */
  padding: 0; /* Remove default padding */
  margin: 0 0 32px 0; /* Add margin between list and other content */
}

.plan-list li {
  display: flex; /* Flex layout to align icon and text */
  align-items: center; /* Vertically align icon and text */
  margin-bottom: 10px; /* Add space between list items */align-contentcolor: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

/* Font Awesome icons styling */
.plan-list li i {
  margin-right: 10px; /* Space between icon and text */
  font-size: 18px; /* Size the icons */
}

.plan-list li i.fas.fa-check {
  color: #2BC46A; /* Green color for check marks */
	border-radius: 100px;
background: #EBF5FF;
	width: 30px;
height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plan-list li i.fas.fa-times {
  color: #FF260E; /* Red color for x marks */
	border-radius: 100px;
background: #FFEFED;
	width: 30px;
height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plan-list li i.fas.fa-check  {

}

.page-template-template-landing-page .fifth-section .accordion-image {
    border-radius: 0;
    border: none;
	width:540px;
	max-width:100%;
}


.page-template-template-landing-page #image-display {
    margin-top: 0;
}

.page-template-template-landing-page  .fifth-section-inner {
    gap: 160px;
}

.page-template-template-landing-page .recommendation-section .swiper-pagination {
    margin-bottom: 0;
}

.page-template-template-landing-page .recommendation-section {
    padding-bottom: 152px;
}


.page-template-template-landing-page .recommendation-section .swiper-pagination-bullet {
    background: #FFF !important;

}

.page-template-template-landing-page .recommendation-section .swiper-pagination-bullet-active {
    background: #1D85ED !important;
}
.page-template-template-landing-page .recommendation-section h2 strong {
    color: #1D85ED;
}

.page-template-template-landing-page .recommendation-section h2 {
	margin-bottom: 36px;
}

.page-template-template-landing-page .recommendation-section .sub {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.page-template-template-landing-page .landing-crossed-price {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
text-decoration: line-through;
}


.page-template-template-landing-page .cta-section:before {
    content: '';
    display: block;
    width: 80%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/10/Section-Separator-21-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
/*
 __________________________

Breadcrumbs
 __________________________
*/

.breadcrumbs-container {
	background: #D6EBFF;
	height:48px;
}

#breadcrumbs {
	color: #091F34;

font-family: 'Graphik';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}

#breadcrumbs a {
	color: #091F34;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}

.breadcrumb_last {
	color: #1D85ED;
}

#breadcrumbs i {
	margin: 0 8px;
}



/*table fix*/

.table-container {
    overflow-x: auto !important; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile devices */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar in IE/Edge */
}

.table-container::-webkit-scrollbar {
    width: 0px; /* Hide scrollbar in Chrome/Safari */
    height: 0px;
}



/*Temp*/

.page-id-10673 .fourth-section
{
	display: none;
}


/*
 __________________________

Wiki
 __________________________
*/

/* Restore standard bullets for unordered lists */
.page-template-template-wiki-team main ul {
    list-style-type: disc !important; /* Standard bullet (•) */
    margin-left: 1.5rem !important; /* Default indentation */
    padding-left: 0 !important; /* Optional: Ensure consistent spacing */
}

/* Restore standard numbering for ordered lists */
.page-template-template-wiki-team ol {
    list-style-type: decimal !important; /* Standard numbering (1, 2, 3...) */
    margin-left: 1.5rem !important; /* Default indentation */
    padding-left: 0 !important; /* Optional: Ensure consistent spacing */
}


body.post-type-archive-wiki {
	background: #F6FBFF;
}


body.post-type-archive-wiki .wiki-hero-section {
	padding-top: 150px;
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}



body.post-type-archive-wiki .wiki-hero-section h1 {
	color: #1F2937;
text-align: center;
}


body.post-type-archive-wiki .wiki-hero-section h1 strong {
color: #1D85ED;
}


body.post-type-archive-wiki .wiki-hero-section > span {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}


body.post-type-archive-wiki .wiki-hero-section p {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	max-width: 685px;
	margin: 0 auto;
}



body.post-type-archive-wiki .wiki-categories {
	padding-top: 16px;
	padding-bottom: 80px;
	gap: 14px;
}



body.post-type-archive-wiki .wiki-form-input {
	border-radius: 6px !important;
border: 1px solid #AFD6FE !important;
}

body.post-type-archive-wiki .wiki-form-input {
color: #D1D5DB;

font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 32px; /* 142.857% */
	padding-left: 35px !important;
}

body.post-type-archive-wiki .wiki-search-button {
-webkit-box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
-moz-box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
}

body.post-type-archive-wiki .wiki-search-form {
   position:relative !important;
}

body.post-type-archive-wiki .wiki-search-form::before {
    content: '\f002';
    font: var(--fa-font-solid);
    position: absolute;
    left: 12px;
    top: 45%;
    transform: translateY(-50%);
    color: #D1D5DB;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #D1D5DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


body.post-type-archive-wiki .wiki-form-input:focus {
	outline: none !important;
	border-color: initial !important;
}



body.post-type-archive-wiki .wiki-search-button {
	color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
	background: #1D85ED;
	height: 40px;
padding: 0 16px;
	border-radius: 6px;

}

body.post-type-archive-wiki .wiki-search-form {
	display: flex;
	margin: 0 auto;
	margin-bottom: 16px;
	gap: 12px !important;
}


body.post-type-archive-wiki .wiki-category {
	width: auto !important;
	max-height: 26px;
}


body.post-type-archive-wiki .wiki-category a, body.post-type-archive-wiki .wiki-category a:visited {
	padding: 16px 20px !important;

	display: flex !important;
	max-height: 24px !important;
	border-radius: 100px;
background: #FFF;
	color: #002E6E;
text-align: center;
font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 12px; /* 100% */
	border-radius: 100px;
background: #FFF;
	display: inline-flex;
height: 26px;
padding: var(--spacing-xl, 16px) var(--M, 20px);
justify-content: center;
align-items: center;
	transition: .2s all ease;
}



body.post-type-archive-wiki .wiki-category a:hover {
background: #1D85ED;
	color: #fff;

}




.wiki-wrapper main {
	max-width: 904px;
}

body.post-type-archive-wiki .wiki-wrapper main h2 {
	color: #1D85ED;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
	text-align: center;
	display: flex;
max-width: 280px;
padding: 11px var(--spacing-xl, 16px);
justify-content: center;
align-items: center;
gap: var(--spacing-xs, 4px);
}


body.post-type-archive-wiki .wiki-wrapper main a:hover {
opacity: 0.7;
}

body.post-type-archive-wiki .wiki-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; /* Adds consistent space between columns */
    justify-content: flex-start; /* Keeps columns evenly spaced without affecting width */
}


body.post-type-archive-wiki main .inner-column {
    border-radius: 8px;
    background: #FFF;
    flex-basis: calc(33.333% - 21.33px); /* Ensures each column takes 1/3 of the container width minus the gap */
    flex-grow: 0; /* Prevents columns from growing */
    flex-shrink: 0; /* Prevents columns from shrinking */
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
}


body.post-type-archive-wiki .wiki-row {
	margin-bottom: 40px;
}


body.post-type-archive-wiki .sidebar-inner {
	border-radius: var(--S, 12px);
	background: #FFF;
	box-shadow: 4px 4px 12px 0px rgba(19, 92, 164, 0.15);
}



body.post-type-archive-wiki .seo-check-widget form {
	flex-direction: column;
	border-radius: 0;
    border: none;
    background: transparent;
}



body.post-type-archive-wiki:not(.search-results) .seo-check-widget form button {
	width: 100%;
}



body.post-type-archive-wiki .seo-check-widget form input {
border-radius: 8px;
    border: 1px solid #1D85ED !important;
    background: #FFF;
    width: 100% !important;  /* Ensure it takes up available space */
    max-width: 100% !important; /* Allow full expansion */
    height: 40px;
    padding: 10px 12px; /* Keep padding but remove huge right padding */
    margin-bottom: 16px;
    box-sizing: border-box; /* Prevent padding from affecting width */
}



body.post-type-archive-wiki .sidebar {
    position: sticky;
    top: 20px; /* Adjust the top value based on your layout */
}


body.post-type-archive-wiki .seo-check-widget {
    margin-bottom: 0;
}



.wiki-template-default .wiki-wrapper {
	padding-bottom: 56px;
}


.wiki-template-default .sidebar-inner {
	border-radius: var(--S, 12px);
	background: #FFF;
}


.wiki-template-default .seo-check-widget form {
	flex-direction: column;
	border-radius: 0;
    border: none;
    background: transparent;
}


.wiki-template-default .seo-check-widget form button {
	width: 100%;
}

.wiki-template-default .seo-check-widget form input {
	border-radius: 8px !important;
border: 1px solid #1D85ED !important;
background: #FFF !important;
height: 40px !important;
padding: 10px 17px 10px 17px !important;
	margin-bottom: 16px !important;
	width: 100% !important;  /* Ensure it takes up available space */
    max-width: 100% !important; /* Allow full expansion */
}


.wiki-template-default .sidebar {
    position: sticky;
	position: -webkit-sticky;
    top: 20px; /* Adjust the top value based on your layout */
}


.wiki-template-default .seo-check-widget {
    margin-bottom: 0;
}


.alphabet-navigation-inner {
	justify-content: space-between;
	padding: 0 24px;
}

.alphabet-navigation-inner a {
	color: #6B7280;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
text-transform: uppercase;
	display: flex;
	align-items: center;
		display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
		width: 36px;
height: 36px;
	transition: .2s all ease;
}

.alphabet-navigation-inner a:hover {
		background: #1D85ED;
color: #FFF;
}


.alphabet-navigation-inner a.active {
		background: #1D85ED;
color: #FFF;
transition: .2s all ease;

}




body.post-type-archive-wiki .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


body.post-type-archive-wiki .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


body.post-type-archive-wiki .tools-section::after {
    display: none;
}


body.wiki-template-default {
	background: #F6FBFF;
}


.wiki-template-default .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.wiki-template-default .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}



.wiki-template-default .tools-section::after {
    display: none;
}

.wiki-template-default .entry-header {
	padding: 120px 0;
	padding-top:64px;
}

.wiki-template-default .entry-header h1 {
	color: #1F2937;
text-align: center;
}


.wiki-template-default main h2 {
	color: #1F2937;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
	
}


.wiki-template-default article h3 {
	color: #1F2937;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 133.333% */
	margin-top: 32px;
	margin-bottom: 16px;
}


.wiki-template-default main p {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
	margin-bottom: 16px;
}


.wiki-template-default article a, .wiki-template-default article a:visited  {
color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}


.wiki-template-default article a:hover {
text-decoration-line: none;
}

.wiki-template-default article ul,
.wiki-template-default article ol {
  list-style: initial; 
	margin: 16px 0;
}


.wiki-template-default article li {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
  list-style-type: disc; 
  margin-left: 20px; 
  padding-left: 5px; 
}


.wiki-template-default main pre {
	margin-bottom: 16px;
}

.wiki-template-default .toc-container {
	margin-top: 0;
}

.wiki-template-default .comments-area {
	display: none;
}


.tax-wiki_categories {
	background: #F6FBFF;
}


.tax-wiki_categories .entry-header {
    text-align: left; /* Default alignment for other elements */
}


.tax-wiki_categories .wiki-hero-section h1 {
	color: #1F2937;
text-align: center;
}


.tax-wiki_categories .wiki-hero-section h1 span {
color: #1D85ED;
}


.tax-wiki_categories .wiki-hero-section > span {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}


.tax-wiki_categories .wiki-hero-section p {
color: #1F2937;
text-align: center;
	max-width: 685px;
	margin: 0 auto;
}



.tax-wiki_categories .wiki-categories {
	padding-top: 16px;
	padding-bottom: 80px;
	gap: 14px;
}












.tax-wiki_categories .wiki-category {
	width: auto !important;
	max-height: 26px;
}


.tax-wiki_categories .wiki-category a, body.post-type-archive-wiki .tax-wiki_categories a:visited {
	padding: 16px 20px !important;

	display: flex !important;
	max-height: 24px !important;
	border-radius: 100px;
background: #FFF;
	color: #002E6E;
text-align: center;
font-family: Graphik;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 12px; /* 100% */
	border-radius: 100px;
background: #FFF;
	display: inline-flex;
height: 26px;
padding: var(--spacing-xl, 16px) var(--M, 20px);
justify-content: center;
align-items: center;
	transition: .2s all ease;
}



.tax-wiki_categories .wiki-category a:hover {
background: #1D85ED;
	color: #fff;

}


.tax-wiki_categories .wiki-wrapper {
	padding: 120px 0;
}



.tax-wiki_categories .wiki-wrapper main h2 {
	color: #1D85ED;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
	text-align: center;
	display: flex;
max-width: 280px;
padding: 11px var(--spacing-xl, 16px);
justify-content: center;
align-items: center;
gap: var(--spacing-xs, 4px);
}


.tax-wiki_categories .wiki-wrapper main a {
	color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.tax-wiki_categories .wiki-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; /* Adds consistent space between columns */
    justify-content: flex-start; /* Keeps columns evenly spaced without affecting width */
}


.tax-wiki_categories main .inner-column {
    border-radius: 8px;
    background: #FFF;
    flex-basis: calc(33.333% - 21.33px); /* Ensures each column takes 1/3 of the container width minus the gap */
    flex-grow: 0; /* Prevents columns from growing */
    flex-shrink: 0; /* Prevents columns from shrinking */
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
}


.tax-wiki_categories .wiki-row {
	margin-bottom: 40px;
}


.tax-wiki_categories .sidebar-inner {
	border-radius: var(--S, 12px);
	background: #FFF;
	box-shadow: 4px 4px 12px 0px rgba(19, 92, 164, 0.15);
}



.tax-wiki_categories .seo-check-widget form {
	flex-direction: column;
	border-radius: 0;
    border: none;
    background: transparent;
}



.tax-wiki_categories .seo-check-widget form button {
	width: 100%;
}



.tax-wiki_categories .seo-check-widget form input {
	border-radius: 8px;
border: 1px solid #1D85ED !important;
background: #FFF;
	max-width: 227px;
height: 40px;
padding: 10px 17px;
	margin-bottom: 16px;
}



.tax-wiki_categories .sidebar {
    position: sticky;
    top: 20px; /* Adjust the top value based on your layout */
}


.tax-wiki_categories .seo-check-widget {
    margin-bottom: 0;
}


.tax-wiki_categories .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.tax-wiki_categories .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.tax-wiki_categories .tools-section::after {
    display: none;
}













.page-template-template-wiki-team  {
	background: #F6FBFF;
}


.page-template-template-wiki-team .wiki-hero-section {
	padding-top: 158px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}



.page-template-template-wiki-team .wiki-hero-section h1 {
	color: #1F2937;
text-align: center;
}


.page-template-template-wiki-team .wiki-hero-section h1 strong {
color: #1D85ED;
}


.page-template-template-wiki-team .wiki-hero-section > span {
color: #1F2937;
text-align: center;
	font-weight:500;
}


.page-template-template-wiki-team .wiki-hero-section p {
color: #1F2937;
text-align: center;
font-family: Graphik;
	max-width: 685px;
	margin: 0 auto;
}









.page-template-template-wiki-team .wiki-wrapper main h2 {
	color: #1D85ED;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
	text-align: center;
	display: flex;
max-width: 280px;
padding: 11px var(--spacing-xl, 16px);
justify-content: center;
align-items: center;
gap: var(--spacing-xs, 4px);
}



.page-template-template-wiki-team .wiki-wrapper main a {
	color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}


.page-template-template-wiki-team .wiki-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; /* Adds consistent space between columns */
    justify-content: flex-start; /* Keeps columns evenly spaced without affecting width */
}



.page-template-template-wiki-team main .inner-column {
    border-radius: 8px;
    background: #FFF;
    flex-basis: calc(33.333% - 21.33px); /* Ensures each column takes 1/3 of the container width minus the gap */
    flex-grow: 0; /* Prevents columns from growing */
    flex-shrink: 0; /* Prevents columns from shrinking */
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
}


.page-template-template-wiki-team .wiki-row {
	margin-bottom: 40px;
}



.page-template-template-wiki-team .sidebar-inner {
	border-radius: var(--S, 12px);
	background: #FFF;
	box-shadow: 4px 4px 12px 0px rgba(19, 92, 164, 0.15);
}




.page-template-template-wiki-team .seo-check-widget form {
	flex-direction: column;
	border-radius: 0;
    border: none;
    background: transparent;
}




.page-template-template-wiki-team .seo-check-widget form button {
	width: 100%;
}




.page-template-template-wiki-team .seo-check-widget form input {
	border-radius: 8px;
border: 1px solid #1D85ED !important;
background: #FFF;
	max-width: 227px;
height: 40px;
padding: 10px 183px 10px 17px;
	margin-bottom: 16px;
}




.page-template-template-wiki-team .sidebar {
    position: sticky;
    top: 20px; /* Adjust the top value based on your layout */
}



.page-template-template-wiki-team .seo-check-widget {
    margin-bottom: 0;
}



.page-template-template-wiki-team .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}



.page-template-template-wiki-team .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-template-wiki-team .author-box {
border-radius: 16px;
	padding: 32px;
	margin-bottom: 24px;
}

.page-template-template-wiki-team .author-box:nth-child(odd) {
    background: #D6EBFF;
}

.page-template-template-wiki-team .author-box:nth-child(even) {
    background: #FFF;
}


.page-template-template-wiki-team .author-box img {
border-radius: 191.778px;
border: 3.304px solid #FFF;
	width: 76px;
height: 76px;
	margin: 0 auto;
}


.page-template-template-wiki-team .author-name {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
	margin-bottom: 8px;
}

.page-template-template-wiki-team .author-role {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
	margin-bottom: 20px;
}

.page-template-template-wiki-team .author-bio {
color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin-top: 24px;
}

.page-template-template-wiki-team .linkedin-link {
color: #1D85ED !important;
font-family: Graphik;
font-size: 16px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 22px !important; /* 137.5% */
text-decoration: underline !important;
display: block;
	text-align: center;
	margin-top: 32px;

}

.page-template-template-wiki-team .linkedin-link i {
font-size: 20px;
margin-right: 8px;
}


.wiki-template-default .entry-header {
max-width: 1216px;
	margin: 0 auto;
}

.wiki-template-default .entry-header .wiki-search-form {
  
  height: 40px;
}

.wiki-template-default .entry-header .wiki-search-form input {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #AFD6FE;
  padding: 4px 12px 4px 35px; /* Leave space for the icon */
}

/* Adding the Font Awesome icon using a pseudo-element */
.wiki-template-default .entry-header .wiki-search-form::before {
  content: '\f002'; /* Unicode for magnifying glass */
  font: var(--fa-font-solid); /* Use Font Awesome 6 custom property */
  position: absolute;
  left: 12px; /* Position the icon inside input padding */
  top: 45%;
  transform: translateY(-50%);
  color: #D1D5DB; /* Match input text color */
  font-size: 16px; /* Adjust as needed */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	color: #D1D5DB;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.wiki-template-default .entry-header .wiki-search-form input::placeholder {
color: #D1D5DB;
font-family: Graphik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}






.tax-wiki_categories .entry-header .wiki-search-form input {
  width: 100% ;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #AFD6FE;
  padding: 8px 12px 8px 35px; /* Leave space for the icon */
}

/* Adding the Font Awesome icon using a pseudo-element */

.tax-wiki_categories .entry-header .wiki-search-form::before {
  content: '\f002'; /* Unicode for magnifying glass */
  font: var(--fa-font-solid); /* Use Font Awesome 6 custom property */
  position: absolute;
  left: 12px; /* Position the icon inside input padding */
  top: 45%;
  transform: translateY(-50%);
  color: #D1D5DB; /* Match input text color */
  font-size: 16px; /* Adjust as needed */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	color: #D1D5DB;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px !important; /* 142.857% */
}
.tax-wiki_categories .entry-header .wiki-search-form input::placeholder {
color: #D1D5DB ;
font-family: Graphik  ;
font-size: 14px ;
font-style: normal ;
font-weight: 400  ;
line-height: 20px; /* 142.857% */
}








.banner-images {
	border-radius: 12px;
background: #AFD6FE;
	padding: 24px 32px;
}

.banner-images h2 {
margin: 0 0 8px 0 !important;
}

.banner-images p {
margin: 0 !important
}

.banner-images a,.banner-images a:visited {
color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.tools-section-wiki h2 {
	margin-bottom: 64px;
}

/*
 __________________________

404
 __________________________
*/

.error-404 {
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #1D85ED;
}


.error-404 h1 {
color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 60px; /* 125% */
	margin-bottom:24px;
}

.error-404 p {
color: #FFF;
text-align: center;
font-family: Graphik;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 125% */
}

.error-404 .button {
	margin: 0 auto;
    display: flex;
    width: 280px;
    height: 52px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #2BC46A;
    margin-top: 56px;
    color: #FFF;
    font-family: 'Graphik';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}


.error-404 .button:hover {
    background-color: #38a265;
    color: var(--tailwind-white, #FFF);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}


.error404 main::after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}



/*
 __________________________

Use case
 __________________________
*/
.five-section-container {
	
}

.five-section-container .inner-wrapper {
	gap: 140px;
}


.five-section-container .inner-section .image {
/**max-width: 406px;*/
}



/**.five-section-container .inner-section .image img {
max-width: 406px;
height: 333px;
	object-fit: cover;
	object-position: top;
	border-radius: 16px;
	border: 2px solid #1D85ED;
}*/

.five-section-container .inner-section {
	padding: 116px 0;
}

.five-section-container .inner-section:nth-child(odd) {
    background: #FFF; /* White background for odd sections */
}

.five-section-container .inner-section:nth-child(even) {
    background: #F6F9FD; /* Light blue background for even sections */
}

.five-section-container .inner-section h2 {
	color: #1F2937;
	margin-bottom: 16px;
	padding-right: 55px;
}

.five-section-container .inner-section h2 strong {
	color: #1D85ED;
}

.five-section-container .cta-link {
    display: inline-block;
    margin-top: 40px;
    color: #1D85ED;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    position: relative;
}

.five-section-container .cta-link::after {
    content: '\f054'; /* Unicode for 'chevron-right' */
	font-size: 12px !important; /* Adjust size of the chevron icon here */
    font: var(--fa-font-solid); /* Use Font Awesome's custom property for solid icons */
    display: inline-block;
    margin-left: 24px;
    transition: transform 0.3s ease; /* Smooth movement */
}

.five-section-container .cta-link:hover::after {
    transform: translateX(5px); /* Move the chevron 5px to the right */
}



.page-template-template-use-case-main .affiliate-benefits-section::after {
    display: none;
}



.customer-case-study-slider {
	background: #0E3358;
	padding: 120px 0;
}

.customer-case-study-slider h2 {
	color: #FFF;
text-align: center;
	max-width: 862px;
	margin: 0 auto;
}




.customer-case-study-slider .swiper-container img {
	border-radius: 16px;
	border: 4px solid #1D85ED;
	width: 592px;
	height: autox;
}


.customer-case-study-slider h3 {
color: #FFF;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
max-width: 592px;
	margin: 0 auto;
	text-align: left;
	padding-top: 32px;
	padding-bottom: 12px;
}


.customer-case-study-slider .read-more-link {
color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	max-width: 592px;
	margin: 0 auto;
	text-align: left;
	display: block;
}


.customer-case-study-slider .read-more-link::after {
    content: '\f054'; /* Unicode for 'chevron-right' */
	font-size: 12px !important; /* Adjust size of the chevron icon here */
    font: var(--fa-font-solid); /* Use Font Awesome's custom property for solid icons */
    display: inline-block;
    margin-left: 24px;
    transition: transform 0.3s ease; /* Smooth movement */
}

.customer-case-study-slider .read-more-link:hover::after {
    transform: translateX(5px); /* Move the chevron 5px to the right */
}


.customer-case-study-slider .swiper-container {

max-width: 592px;
	margin: 56px auto 0 auto;
	overflow: hidden;
}



.customer-case-study-slider .swiper-slide {
	padding: 0 !important;
}


/* Pagination bullets */
.customer-case-study-slider .usec-swiper-pagination {

	position: relative;
	margin-top: 64px;
	
}


.customer-case-study-slider .swiper-pagination-bullet {
    width: 32px !important;
    height: 8px  !important;
border-radius: 12px;
background: #D6EBFF;
    opacity: 1; /* Ensure inactive dots don't have reduced opacity */
}


.customer-case-study-slider .swiper-pagination-bullet-active {
    background: var(--ui-seobility-regular, #1D85ED)  !important; /* Active dot */
}


.usec-swiper-pagination {
	display: flex;
	justify-content: center;
}



.page-template-template-use-case-main .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-template-use-case-main .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.case-study-info-section {
	border-radius: 12px;
background: #EBF5FF;
	padding: 24px;
	margin-bottom: 40px !important;
}

.case-study-logo {
	width: auto;
	
}
.case-study-logo img{
	width: auto;
height: 3em;
	
}
.case-study-details {
	margin-top: 25px;
}


.case-study-detail h3 {
	
	color: #091F34;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
text-transform: uppercase;
	text-align: left;
}


.case-study-detail p {
color: #1D85ED;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	text-align: left;
}




.page-template-template-use-case-main .benefit-box {
    padding: 42px 32px 32px;
}


.page-template-template-use-case-main .benefit-box img {
   position: absolute;
    top: 0;
    transform: translateY(-50%);
}



.page-template-template-use-case-main .affiliate-benefits-section h2 {
    max-width: 862px;
	margin: 0 auto;
}

.page-template-template-use-case-main .affiliate-benefits-section > div > p {
       max-width: 862px;
	margin: 16px auto 0 auto;
}



/*
 __________________________

Quiz
 __________________________
*/



.quiz-start-container {
	padding: 64px 0 120px 0;
	background: #F6FBFF;
	background-image: url('https://www.seobility.net/wp-content/uploads/2024/12/confetti-back.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.quiz-start-container h1 {
	color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
	margin-bottom: 16px;
}

.quiz-start-container h1 strong {
color: #1D85ED;
}

.quiz-start-container span {
color: #1D85ED;
text-align: center;
font-family: Graphik;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
	display: block;
	margin-bottom: 48px;
}

.quiz-start-container span::after {
  content: "";
  display: block;
  width: 168px; /* Full width of the span */
  height: 1px; /* Border thickness */
  background-color: #1D85ED; /* Border color */
  margin: 24px auto; /* Space between the text and the border */
}

.quiz-start-container p {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
	margin-bottom: 
}

.quiz-start-container p a {
color: #000;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
}

.quiz-start-container p strong {
color: #1F2937;
text-align: center;
font-family: Graphik;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}


.quiz-start-container .image-container {
	margin-top: 70px;
}

.quiz-hero-button, 
.quiz-hero-button:visited  {
	display: flex
;
    width: 280px;
    height: 52px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #2BC46A;
    margin-top: 56px;
    color: #FFF;
    font-family: 'Graphik';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	margin: 64px auto 0 auto;
}
.quiz-hero-button:hover {
background-color: #38a265;
    color: var(--tailwind-white, #FFF);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}


.additional-section {
	padding: 140px 0;
}

.additional-section h2 {
	color: #1F2937;
	margin-bottom: 24px;
}

.additional-section h2 strong {
color: #1D85ED;

}

.additional-section p {
color: #1F2937;
	margin-bottom: 24px;
}

.final-section {
	background: #EBF5FF;
	padding: 140px 0;
}

.final-section h2 {
	color: #1F2937;
	margin-bottom: 12px;
}

.final-section h2 strong {
color: #1D85ED;
	
}

.final-section p {
color: #6B7280;
	
}

/* Apply common properties for all icons */
.final-section li::before {
	border-radius: 100px;
background: #FFF;
	width: 30px;
	min-width: 30px;
height: 30px;
	
  display: flex;
	justify-content: center;
	align-items: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* New Font Awesome 6 recommended style */
  font: var(--fa-font-solid); /* Specifies the style (solid) */
  content: '\f00c'; /* Unicode for the checkmark */
  color: #2BC46A; /* Checkmark color */
  position: relative;
  left: 0;
  top: 0; /* Adjust alignment */
  font-size: 16px; /* Adjust size as needed */
	margin-right: 22px;
}

/* Style for the list items */
.final-section ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0; /* Remove padding */
	margin: 24px 0;
}

.final-section li {
	    display: flex
;
    align-items: center;
  color: #1F2937;
  font-family: Graphik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative; /* Position for pseudo-element */

	margin-bottom: 15px;
}


.final-section-link {
	max-width: 244px;
	display: block;
	margin: 64px auto 0 auto;
	padding: 13px 21px;
	color: #1F2937;
font-family: Graphik;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
	border-radius: 8px;
background: #FFF;
box-shadow: 3px 3px 20px 1px rgba(107, 114, 128, 0.20);
}


.page-template-template-quiz-start .cta-section:before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-template-quiz-start .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


/* Multilingual */

.page-template-template-faq .tabs {
    gap: 24px 65px;
}


.page-id-30665 .fourth-section {
	display:none;
}

/* Wiki ajax search */

#wiki-search-results {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    z-index: 10;
	background: #fff !important;
	top:38px;
}

/* Wiki fix */


/* Background styling for all wiki-related templates */
/* Background styling for all wiki-related templates */
.tax-wiki_categories,
.page-template-template-wiki-search,
.page-template-archive-wiki,
.search-results {
	background: #F6FBFF;
}

/* Entry Header */
.tax-wiki_categories .entry-header,
.page-template-template-wiki-search .entry-header,
.page-template-archive-wiki .entry-header,
.search-results .entry-header {
    text-align: left;
}

/* Wiki Search Form */
.page-template-template-wiki-search .entry-header .wiki-search-form,
.page-template-archive-wiki .entry-header .wiki-search-form,
.search-results .entry-header .wiki-search-form {
    display: inline-block;
    
    height: 40px ;
    margin-left: auto;
    margin-bottom: 120px;
}

/* Hero Section */
.page-template-template-wiki-search .wiki-hero-section,
.page-template-archive-wiki .wiki-hero-section,
.search-results .wiki-hero-section {
	padding-top:136px;
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* Hero Section Title */
.tax-wiki_categories .wiki-hero-section h1,
.page-template-template-wiki-search .wiki-hero-section h1,
.page-template-archive-wiki .wiki-hero-section h1,
.search-results .wiki-hero-section h1 {
	color: #1F2937;
	text-align: center;
}

/* Hero Section Span Color */
.tax-wiki_categories .wiki-hero-section h1 span,
.page-template-template-wiki-search .wiki-hero-section h1 span,
.page-template-archive-wiki .wiki-hero-section h1 span,
.search-results .wiki-hero-section h1 span {
	color: #1D85ED !important;
}

/* Hero Subtitle */
.tax-wiki_categories .wiki-hero-section > span,
.page-template-template-wiki-search .wiki-hero-section > span,
.page-template-archive-wiki .wiki-hero-section > span,
.search-results .wiki-hero-section > span {
	color: #1F2937;
	text-align: center;
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}

/* Hero Description */
.tax-wiki_categories .wiki-hero-section p,
.page-template-template-wiki-search .wiki-hero-section p,
.page-template-archive-wiki .wiki-hero-section p,
.search-results .wiki-hero-section p {
	color: #1F2937;
	text-align: center;
	max-width: 685px;
	margin: 0 auto;
}

/* Wiki Categories Section */
.tax-wiki_categories .wiki-categories,
.page-template-template-wiki-search .wiki-categories,
.page-template-archive-wiki .wiki-categories,
.search-results .wiki-categories {
	padding-top: 16px;
	padding-bottom: 80px;
	gap: 14px;
}

/* Wiki Category Links */
.tax-wiki_categories .wiki-category,
.page-template-template-wiki-search .wiki-category,
.page-template-archive-wiki .wiki-category,
.search-results .wiki-category {
	width: auto !important;
	max-height: 26px;
}

.tax-wiki_categories .wiki-category a,
.page-template-template-wiki-search .wiki-category a,
.page-template-archive-wiki .wiki-category a,
body.post-type-archive-wiki .tax-wiki_categories a:visited,
.search-results .wiki-category a {
	padding: 16px 20px !important;
	display: flex !important;
	max-height: 24px !important;
	border-radius: 100px;
	background: #FFF;
	color: #002E6E;
	text-align: center;
	font-family: Graphik;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	display: inline-flex;
	height: 26px;
	padding: var(--spacing-xl, 16px) var(--M, 20px);
	justify-content: center;
	align-items: center;
	transition: .2s all ease;
}

/* Hover Effect on Wiki Category Links */
.tax-wiki_categories .wiki-category a:hover,
.page-template-template-wiki-search .wiki-category a:hover,
.page-template-archive-wiki .wiki-category a:hover,
.search-results .wiki-category a:hover {
	background: #1D85ED;
	color: #fff;
}

/* Wiki Wrapper */
.tax-wiki_categories .wiki-wrapper,
.page-template-template-wiki-search .wiki-wrapper,
.page-template-archive-wiki .wiki-wrapper{
	padding: 120px 0;
}

/* Wiki Main Title */
.tax-wiki_categories .wiki-wrapper main h2,
.page-template-template-wiki-search .wiki-wrapper main h2,
.page-template-archive-wiki .wiki-wrapper main h2,
.search-results .wiki-wrapper main h2 {
	color: #1D85ED;
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	display: flex;
	max-width: 280px;
	padding: 11px var(--spacing-xl, 16px);
	justify-content: center;
	align-items: center;
	gap: var(--spacing-xs, 4px);
}

/* Wiki Links */
.tax-wiki_categories .wiki-wrapper main a,
.page-template-template-wiki-search .wiki-wrapper main a,
.page-template-archive-wiki .wiki-wrapper main a {
	color: #1D85ED;
	font-family: Graphik;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

/* Wiki Links Wrapper */
.tax-wiki_categories .wiki-links-wrapper,
.page-template-template-wiki-search .wiki-links-wrapper,
.page-template-archive-wiki .wiki-links-wrapper,
.search-results .wiki-links-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: flex-start;
}

/* Sidebar */
.tax-wiki_categories .sidebar-inner,
.page-template-template-wiki-search .sidebar-inner,
.page-template-archive-wiki .sidebar-inner,
.search-results .sidebar-inner {
	border-radius: var(--S, 12px);
	background: #FFF;
	box-shadow: 4px 4px 12px 0px rgba(19, 92, 164, 0.15);
}


.page-template-archive-wiki h1 strong {
	color: #1D85ED !important;
}


/* Restore standard bullets for unordered lists */
.page-template-template-wiki-team main ul {
    list-style-type: disc !important; 
    margin-left: 1.5rem !important;
    padding-left: 0 !important;
}

/* Restore standard numbering for ordered lists */
.page-template-template-wiki-team ol {
    list-style-type: decimal !important;
    margin-left: 1.5rem !important;
    padding-left: 0 !important;
}

/* Background Color */
body.page-template-archive-wiki {
    background: #F6FBFF;
}

/* Hero Section */
body.page-template-archive-wiki .wiki-hero-section {
    padding-top: 72px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.page-template-archive-wiki .wiki-hero-section h1 {
    color: #1F2937;
    text-align: center;
    
}

body.page-template-archive-wiki .wiki-hero-section h1 strong {
    color: #1D85ED;
}

body.page-template-archive-wiki .wiki-hero-section > span {
    color: #1F2937;
    text-align: center;
}

body.page-template-archive-wiki .wiki-hero-section p {
    color: #1F2937;
    text-align: center;
    max-width: 685px;
    margin: 0 auto;
}

/* Wiki Categories */
body.page-template-archive-wiki .wiki-categories {
    padding-top: 16px;
    padding-bottom: 80px;
    gap: 14px;
}

/* Wiki Form */
body.page-template-archive-wiki .wiki-form-input {
    width: 580px ;
    height: 40px;
    border-radius: 6px !important;
    border: 1px solid #AFD6FE !important;
    color: #D1D5DB;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding-left: 35px !important;
}

.wiki-search-button {
    -webkit-box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
    -moz-box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
    box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
    color: #FFF;
    text-align: center;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    background: #1D85ED;
    height: 40px;
    padding: 0 16px;
    border-radius: 6px;
}

body.page-template-archive-wiki .wiki-search-form {
    position: relative !important;
    display: flex;
    margin: 0 auto;
    margin-bottom: 16px;
    gap: 12px !important;
}

body.page-template-archive-wiki .wiki-search-form::before {
    content: '\f002';
    font: var(--fa-font-solid);
    position: absolute;
    left: 12px;
    top: 45%;
    transform: translateY(-50%);
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* Categories */
body.page-template-archive-wiki .wiki-category {
    width: auto !important;
    max-height: 26px;
}

body.page-template-archive-wiki .wiki-category a,
body.page-template-archive-wiki .wiki-category a:visited {
    padding: 16px 20px !important;
    display: flex !important;
    max-height: 24px !important;
    border-radius: 100px;
    background: #FFF;
    color: #002E6E;
    text-align: center;
    font-family: Graphik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    display: inline-flex;
    height: 26px;
    padding: var(--spacing-xl, 16px) var(--M, 20px);
    justify-content: center;
    align-items: center;
    transition: .2s all ease;
}

body.page-template-archive-wiki .wiki-category a:hover {
    background: #1D85ED;
    color: #fff;
}

/* Wrapper */
body.page-template-archive-wiki .wiki-wrapper {
    padding: 120px 0;
}

/* Sidebar */
body.page-template-archive-wiki .sidebar-inner {
    border-radius: var(--S, 12px);
    background: #FFF;
    /**box-shadow: 4px 4px 12px 0px rgba(19, 92, 164, 0.15);*/
}

body.page-template-archive-wiki .seo-check-widget form {
    flex-direction: column;
    border-radius: 0;
    border: none;
    background: transparent;
}

body.page-template-archive-wiki .seo-check-widget form button {
    width: 100%;
}

/* Sticky Sidebar */
body.page-template-archive-wiki .sidebar {
    position: sticky;
    top: 20px;
}


body.page-template-archive-wiki .cta-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

/* Hide Tools Section */
body.page-template-archive-wiki .tools-section::after {
    display: none;
}

/* Alphabet Navigation */
.alphabet-navigation-inner {
    justify-content: space-between;
    padding: 0 24px;
}

.alphabet-navigation-inner a {
    color: #6B7280;
    font-family: Graphik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    width: 36px;
    height: 36px;
    transition: .2s all ease;
}

.alphabet-navigation-inner a:hover,
.alphabet-navigation-inner a.active {
    background: #1D85ED;
    color: #FFF;
}

/* Hide Comments */
.wiki-template-default .comments-area {
    display: none;
}

/*
 __________________________
Wiki
 __________________________
*/

/* Restore standard bullets for unordered lists */
.page-template-template-wiki-team main ul {
    list-style-type: disc !important; /* Standard bullet (•) */
    margin-left: 1.5rem !important; /* Default indentation */
    padding-left: 0 !important; /* Optional: Ensure consistent spacing */
}

/* Restore standard numbering for ordered lists */
.page-template-template-wiki-team ol {
    list-style-type: decimal !important; /* Standard numbering (1, 2, 3...) */
    margin-left: 1.5rem !important; /* Default indentation */
    padding-left: 0 !important; /* Optional: Ensure consistent spacing */
}

body.page-template-archive-wiki {
	background: #F6FBFF;
}

body.page-template-archive-wiki .wiki-hero-section {
	padding-top: 72px;
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.page-template-archive-wiki .wiki-hero-section h1, body.search-results .wiki-hero-section h1 {
	color: #1F2937;
	text-align: center;

}

body.page-template-archive-wiki .wiki-hero-section h1 strong,
body.search-results .wiki-hero-section h1 strong {
	color: #1D85ED;
}

body.page-template-archive-wiki .wiki-hero-section > span, body.search-results .wiki-hero-section > span {
	color: #1F2937;
	text-align: center;

}

body.page-template-archive-wiki .wiki-hero-section p, body.search-results .wiki-hero-section p {
	color: #1F2937;
	text-align: center;
	max-width: 685px;
	margin: 0 auto;
}

body.page-template-archive-wiki .wiki-categories, body.search-results .wiki-categories {
	padding-top: 16px;
	padding-bottom: 80px;
	gap: 14px;
}

/* Search Form */
body.page-template-archive-wiki .wiki-form-input, body.search-results .wiki-form-input {
	width: 580px ;
	height: 40px ;
	border-radius: 6px !important;
	border: 1px solid #AFD6FE !important;
	color: #D1D5DB;
	font-family: Graphik;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 142.857% */
	padding-left: 35px !important;
}

body.page-template-archive-wiki .wiki-search-button, body.search-results .wiki-search-button {
	-webkit-box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
	-moz-box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
	box-shadow: 0px 0px 22px 2px rgba(29,133,237,0.15);
	color: #FFF;
	text-align: center;
	font-family: Graphik;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	background: #1D85ED;
	height: 40px;
	padding: 0 16px;
	border-radius: 6px;
}

body.page-template-archive-wiki .wiki-search-form, body.search-results .wiki-search-form {
	position: relative !important;
	display: flex;
	margin: 0 auto;
	margin-bottom: 16px;
	gap: 12px !important;
}

body.page-template-archive-wiki .wiki-search-form::before, body.search-results .wiki-search-form::before {
	content: '\f002';
	font: var(--fa-font-solid);
	position: absolute;
	left: 12px;
	top: 45%;
	transform: translateY(-50%);
	color: #D1D5DB;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

/* Wiki Categories */
body.page-template-archive-wiki .wiki-category, body.search-results .wiki-category {
	width: auto !important;
	max-height: 26px;
}

body.page-template-archive-wiki .wiki-category a,
body.page-template-archive-wiki .wiki-category a:visited, body.search-results .wiki-category a,
body.search-results .wiki-category a:visited {
	padding: 16px 20px !important;
	display: flex !important;
	max-height: 24px !important;
	border-radius: 100px;
	background: #FFF;
	color: #002E6E;
	text-align: center;
	font-family: Graphik;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	display: inline-flex;
	height: 26px;
	padding: var(--spacing-xl, 16px) var(--M, 20px);
	justify-content: center;
	align-items: center;
	transition: .2s all ease;
}

body.page-template-archive-wiki .wiki-category a:hover, body.search-results .wiki-category a:hover {
	background: #1D85ED;
	color: #fff;
}

/* Wrapper */
body.page-template-archive-wiki .wiki-wrapper {
	padding: 120px 0;
}

.wiki-wrapper main {
	max-width: 904px;
}

body.page-template-archive-wiki .wiki-wrapper main h2, body.search-results .wiki-wrapper main h2 {
	color: #1D85ED;
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 133.333% */
	text-align: center;
	display: flex;
	max-width: 280px;
	padding: 11px var(--spacing-xl, 16px);
	justify-content: center;
	align-items: center;
	gap: var(--spacing-xs, 4px);
}

body.page-template-archive-wiki .wiki-wrapper main a {
	color: #1D85ED;
	font-family: Graphik;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	transition: .2s opacity ease;
}

body.page-template-archive-wiki .wiki-wrapper main a:hover, body.search-results .wiki-wrapper main a:hover {
	/*opacity: 0.7;*/
}

body.page-template-archive-wiki .wiki-links-wrapper, body.search-results .wiki-links-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: flex-start;
}

body.page-template-archive-wiki main .inner-column, body.search-results main .inner-column  {
	border-radius: 8px;
	background: #FFF;
	flex-basis: calc(33.333% - 21.33px);
	flex-grow: 0;
	flex-shrink: 0;
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
}

body.page-template-archive-wiki .wiki-row, body.search-results .wiki-row {
	margin-bottom: 40px;
}

/* Sidebar */
body.page-template-archive-wiki .sidebar-inner, body.search-results .sidebar-inner {
	border-radius: var(--S, 12px);
	background: #FFF;
	box-shadow: none;
}

body.page-template-archive-wiki .seo-check-widget form, body.search-results.post-type-archive-wiki .seo-check-widget form  {
	flex-direction: column;
	border-radius: 0;
	border: none;
	background: transparent;
}

body.page-template-archive-wiki .seo-check-widget form button, 
body.search-results.post-type-archive-wiki .seo-check-widget form button {
	width: 100%;
}

body.page-template-archive-wiki .sidebar, body.search-results .sidebar {
	position: sticky;
	top: 20px;
}

body.page-template-archive-wiki .seo-check-widget, body.search-results.post-type-archive-wiki .seo-check-widget {
	margin-bottom: 0;
}

body.page-template-archive-wiki .cta-section:before{
	content: '';
	display: block;
	width: 90%;
	height: 24px;
	position: absolute;
	right: 0;
	background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
body.search-results .cta-section:before {
	content: '';
	display: block;
	width: 90%;
	height: 24px;
	position: absolute;
	right: 0;
	background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

body.page-template-archive-wiki .cta-section:after, body.search-results .cta-section:after {
	content: '';
	display: block;
	width: 100%;
	height: 24px;
	background-image: url('https://www.seobility.net/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

body.page-template-archive-wiki .tools-section::after {
	display: none;
}


/*inputs*/

.seo-check-input {
    background-color: white;
    transition: background-color 0.3s ease;
}
.seo-check-input:focus {
    background-color: #FFEBEB!important; /* red when clicked */
border: 1px solid #F37272 !important;
}
.seo-check-input:not(:placeholder-shown) {
    background-color: white !important; /* white when something typed */
	color: #1F2937 !important;
	border: 1px solid #1D85ED !important;
}

.seo-check-input:focus::placeholder {
    color: transparent !important;
}

.free_tools-template-default label {
    position: relative;
    cursor: pointer;
}
.free_tools-template-default label::before {
    content: attr(data-tooltip); /* tooltip text from HTML attribute */
    position: absolute;
    bottom: 120%;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    width: max-content;
    max-width: 220px;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 100;
}



.free_tools-template-default label:hover::before {
    opacity: 1;
    visibility: visible;
}

#extra-settings fieldset legend {
	margin-bottom: 16px;
}

#extra-settings fieldset {
	margin-bottom: 16px;
}

#extra-settings label::after {
	position: relative;
	top: -3px;
}

#extra-settings label {
	margin-right: 8px;
}

/* Ensure label positioning is correct */
.free_tools-template-default label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}



 

/* Tooltip box - floating above the icon */
.free_tools-template-default label::after:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 150%; /* Moves tooltip above the icon */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    width: max-content;
    max-width: 220px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 100;
    text-align: center;
}

/* Tooltip arrow */
.free_tools-template-default label::after:hover::after {
    content: "";
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 99;
}

/* Show tooltip when hovering over the icon */
.free_tools-template-default label::after:hover::before,
.free_tools-template-default label::after:hover::after {
    opacity: 1;
    visibility: visible;
}

/* 🔹 Move Tooltips in `.crawling-mode-fieldset` 50px to the Right */
.crawling-mode-fieldset label::after:hover::before {
    left: calc(50% + 50px); /* Moves tooltip 50px to the right */
}

#extra-settings label {
gap: 5px;
}

/* Inputs turn red on focus if empty */
.ranking-check-form input:focus:placeholder-shown {
   color: 1F2937 ;
}





/* Inputs turn red on focus if empty */

.ranking-check-form input {
     transition: .1s all ease-in;
}

.ranking-check-form input:focus:placeholder-shown {
	color: 1F2937 !important;
    outline: none !important; /* Removes default focus outline */
}

/* Reset background when user types */
.ranking-check-form input:not(:placeholder-shown) {
    background-color: white !important;
    border: 1px solid #1D85ED !important; /* Resets border */
    outline: none !important; /* Removes black outline */
	color: #1F2937 !important;
}

/* Hide placeholder text on focus */
.ranking-check-form input:focus::placeholder {
    color: transparent !important;
}

/* Prevent black border on focus */
.ranking-check-form input:focus {
    outline: none !important;
    box-shadow: none !important; /* Ensures no glow/shadow appears */
    border: 1px solid #F37272 !important; /* Keeps border styling */
}



/* Reset input background when user types */
.seo-backlink-form input:not(:placeholder-shown) {
    background-color: white !important;
    border: 1px solid #1D85ED !important;
    outline: none !important;
	color: #1F2937 !important;
}

/* Hide placeholder text on focus */
.seo-backlink-form input:focus::placeholder {
    color: transparent !important;
}

/* 🔹 Tooltip Styling */
.seo-backlink-form label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* Question mark icon */
.seo-backlink-form label::after {
    content: "\f059"; /* Font Awesome Question Icon */
    font-family: var(--fa-font-solid);
    color: #AFD6FE !important;
    margin-left: 6px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

/* Tooltip box - Floating above the icon */
.seo-backlink-form label::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    width: max-content;
    max-width: none;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 100;
    text-align: center;
}

/* Tooltip arrow */
.seo-backlink-form label::after:hover + label::before {
    opacity: 1;
    visibility: visible;
}

/* Show tooltip when hovering over the icon */
.seo-backlink-form label:hover::before {
    opacity: 1;
    visibility: visible;
}

/* 🔹 Move Tooltips for Crawling Mode to the Right */
.seo-backlink-form fieldset label::before {
    left: calc(50% + 50px);
}



/* ✅ Make text black when user starts typing */
input:not(:focus):not(:placeholder-shown),
input:focus:not(:placeholder-shown), input:not(.wpcf7-submit) {
    background-color: white;
    border: 1px solid #1D85ED;
    outline: none ;
	font-weight:400;
    color: #1F2937 ; /* Ensures text turns black */
	padding: 10px 9px 9px 11px;
}

/* ✅ Hide placeholder text on focus */
input:focus::placeholder {
    color: transparent !important;
}or: transparent !important;
}



/* ✅ Make text black when user starts typing */
.keyword-tool-tabs input:not(:placeholder-shown) {
    background-color: white !important;
    border: 1px solid #ccc !important;
    outline: none !important;
    color: black !important; /* Ensures text turns black */
}

/* ✅ Hide placeholder text on focus */
.keyword-tool-tabs input:focus::placeholder {
    color: transparent !important;
}
/* 🔴 Username & Password fields turn red before typing */
input#username:focus:placeholder-shown,
input#password:focus:placeholder-shown {
    background-color: #FFEBEB !important;
    border: 1px solid #F37272 !important;
    outline: none !important;
    color: #999 !important; /* Light gray text before typing */
}

/* ✅ Reset background when user starts typing */
input#username:not(:placeholder-shown),
input#password:not(:placeholder-shown) {
    background-color: white !important;
    border: 1px solid #1D85ED !important;
    outline: none !important;
    color: black !important; /* Ensures text turns black */
}

/* ✅ Hide placeholder text on focus */
input#username:focus::placeholder,
input#password:focus::placeholder {
    color: transparent !important;
}
.four-section-container .inner-section{
	padding: 124px 0;
}

