/**
Theme Name: Bottom Line
Author: Vivek Singh V K
Author URI: http://wpastra.com/about/
Description: At Bottomline Associates, we are a trusted partner in accounting outsourcing UK, helping firms and accountants deliver HMRC-compliant, UK GAAP-aligned, and MTD-ready results. With a strong focus on confidentiality, compliance, and advisory support, we enable practices to scale seamlessly while maintaining quality and control.

Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bottom-line
Template: astra
*/
body,h1,h2,h3,p *{
	font-family: "Poppins", sans-serif;
}
.bl-btn-white a.elementor-button {
    background: #fff;
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.3);
    font-weight: 500;
	font-size:16px;
}
.bl-btn-white svg.e-font-icon-svg {
    fill: #1874C1;
    font-size: 15px;
	margin-left:5px;
}
.bl-btn-white a.elementor-button:hover {
    background: #1874C1;
    color: #fff;
    border: 1px solid #1874C1;
}
.bl-btn-white a.elementor-button:hover svg.e-font-icon-svg{
	fill: #fff;
}
.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
    filter: unset;
}
.ast-custom-button {
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.3);
}

.bl-why-with-us-section {
    height: 355px;
}
.bl-why-with-us-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
.bl-why-with-us-section h2, .bl-why-with-us-section p {
    color: #fff;
}
.bl-why-with-us-section p {
    margin-bottom: 0;
	font-size: 18px;
	width: 45%;
}
h2.bl-why-tittle {
    width: 45%;
    margin-bottom: 0;
}
.bl-why-with-us-section img {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}
.bl-why-with-us-section:hover img {
  opacity: 1;
  visibility: visible;
  width:auto;
  transform: translateY(0); /* move up into place */
}
.bl-why-details {
    display: flex;
    justify-content: space-between;
}
.bl-why-with-us-section:hover .bl-why-details {
    width: 45%;
}
.bl-why-with-us-section:hover .bl-why-details {
    display: block;
}
.bl-why-with-us-section:hover h2.bl-why-tittle, .bl-why-with-us-section:hover .bl-why-disc {
    width: 90%;
}
.bl-why-with-us-section:hover h2.bl-why-tittle {
    margin-bottom: 20px;
}

/* .bl-our-section {
    background: #A5D4FF;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.3);
} */
.bl-our-section p {
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
	height:0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.bl-our-icon img {
   	filter: brightness(0) invert(1);
    object-fit: contain;
}
.bl-our-section h2 {
    width: 70%;
    margin-bottom: 0;
    margin-top: 40px;
	font-size:70px;
}
.bl-our-icon {
    background: linear-gradient(214.67deg, #7CC1FF -14.34%, #0070D5 82.64%);
	box-shadow: 0px 48.8353px 82.1321px rgba(0, 0, 0, 0.44);
    padding: 20px;
    display: flex;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
	transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.bl-our-sections:hover {
    background: linear-gradient(214.67deg, #7CC1FF -14.34%, #0070D5 82.64%);
}
.bl-our-sections:hover .bl-our-icon img{
	filter:unset;
}
.bl-our-sections:hover .bl-our-icon {
    position: absolute;
    top: -20%;
    right: 0;
	transform: translate(30px, -40px) scale(1.05);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
}
.bl-our-sections:hover .bl-our-section p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    font-size: 23px;
    color: #fff;
	height:auto;
}
.bl-our-sections:hover h2{
	color:#fff;
}
.bl-our-sections:hover .bl-our-icon {
    background: #fff;
}

/* Timeline Step css start */
:root {
    --line: #D9D9D9;
    --bl-step-dot: #9A9A9A;
    --bl-step-dot-active: #2a7de1;
    --line-active: #1874C1;
    --text: #0b0b0b;
    --muted: #6b7280;
    --shadow: 0 6px 18px rgba(0, 0, 0, .08);
    --radius: 28px;
}
.bl-timeline {
    padding-left: 74px;
    position: relative;
}
.bl-timeline::before {
    content: "";
    position: absolute;
    left: 46px;
    top: 0;
    bottom: 0;
    width: 15px;
	height: 700px;
    background: linear-gradient(to bottom, var(--line), var(--line));
    border-radius: 4px;
    transition: background-color .25s ease;
}
.bl-timeline-step {
    position: relative;
    padding: 18px 0 26px 50px;
}
.bl-step-dot {
    position: absolute;
    left: -65px;
    top: 0;
    width: 90px;
    height: 90px;
    background: var(--bl-step-dot);
    border-radius: 50%;
    box-shadow: var(--shadow);
    display: grid;
    place-items: center;
    transition: background-color .25s ease, transform .25s ease;
	z-index:1;
}
.bl-step-dot span {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .5px;
}
.bl-timeline-content h3 {
    margin: 0 0 8px 0;
    font-size: 35px;
    line-height: 1.25;
}
.bl-timeline-content p {
    margin: 0;
    color: var(--muted);
    max-width: 54ch;
	font-size:20px;
	font-weight:500;
    line-height: 1.6;
}
.bl-timeline-step::after {
    content: "";
    position: absolute;
    left: -28px;
    top: 51px;
    width: 15px;
    height: calc(100% - 50px);
    background: var(--line);
    border-radius: 4px;
    transition: background-color .25s ease;
}
.bl-timeline-step:last-child::after {
    display: none;
}
.bl-timeline-step:hover .bl-step-dot {
    background: var(--bl-step-dot-active);
    transform: translateY(-2px);
}
.bl-timeline-step:hover::after {
    background: var(--line-active);
}
.bl-timeline:hover::before {
    background: var(--line);
}
.bl-timeline-step:hover~.bl-timeline-step::after {
    background: var(--line);
}

.bl-ourcore-services {
    background: #fff;
    padding: 20px;
    border: 5px solid #80808080;
    border-radius: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.44);
}
.bl-ourcore-services .bl-our-services {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.bl-ourcore-services p {
    display: none;
}
.bl-ourcore-services {
    width: 75%;
}
.bl-ourcore-services h5 {
    margin-bottom: 0;
}
.bl-our-core-services .slick-active.slick-center .bl-ourcore-services {
    background: linear-gradient(214.67deg, #7CC1FF -14.34%, #0070D5 82.64%);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.44);
}
.bl-our-core-services .slick-active.slick-center .bl-our-services img {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 25%;
    filter: brightness(0) invert(1);
}
.bl-our-core-services .slick-active.slick-center h5 {
    margin-bottom: 1rem;
    margin-top: 5rem;
    font-size: 26px;
    color: #FFF;
}
.bl-our-core-services .slick-active.slick-center p,
.bl-our-core-services .slick-active.slick-center .bl-our-services {
    display: block;
    margin-bottom: 0;
}

/* Default slide */
.bl-our-core-services .slick-slide{
  color: #FFF;
  margin: 0 7.5px 0 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.bl-our-core-services .slick-slide,
.bl-our-core-services .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.bl-our-core-services .slick-center,
.bl-our-core-services .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
}
.bl-our-core-services .slick-current.slick-active,
.bl-our-core-services.bl-testimonial .slick-slide.slick-current.slick-active{
  transform: scale(1,1);
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
	width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
}
button.slick-arrow {
    position: absolute;
    top: unset;
    bottom: -46%;
/*     border: 2px solid #fff; */
    width: 50px;
    height: 50px;
    color: #fff;
}
.hexsection {
    position: relative;
    left: 11%;
    top: 15em;
}
.hex-card {
  position: relative;
  height: 205px;
  width: 210px;
  text-align: center;
  background: url(/wp-content/uploads/2025/10/Hexagon-white1.png) center / cover no-repeat;
  padding: 5px 20px;
  overflow: hidden;
}
.hex-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/2025/10/Hexagons-active.png) center / cover no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

/* hover / active effect */
.hex-card:hover::before,
.hex-card.hex-card2.hexcard-active::before {
  opacity: 1;
}

/* make sure text & content stay above overlay */
.hex-card * {
  position: relative;
  z-index: 1;
}
.hex-card-setion .hex-card img{
	height: 70px;
    margin: 30px 0;
	filter: brightness(1) invert(1);
	transition: all 0.4s ease;
}
.hex-card:hover img {
    filter: brightness(0) invert(1);
  	margin: 10px 0;
}
.hex-card p{
	opacity: 0;
  height: 0;
  margin-bottom: 0;
  transition: all 0.4s ease; 
  overflow: hidden;
}
.hex-card:hover p {
  opacity: 1;
  height: auto;
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.4;
}
.hex-card.hexcard-active p {
    opacity: 1;
    height: auto;
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.4;
}
.hex-card.hexcard-active img{
	filter: brightness(0) invert(1);
	margin: 10px 0;
}
.hex-card-setion {
    width: 100%;
}
.hex-card2{
    position: absolute;
    top: -50%;
    left: 15%;
}
.hex-card3{
    position: absolute;
    top: -100%;
    left: 30%;
}
.hex-card-setion2{
    position: absolute;
    left: 15%;
    top: 55%;
}
.hex-card-setion3{
    position: absolute;
    top: 200px;
    left: 30%;
}

.bl-testimonial .bl-ourcore-services p {
    display: block;
    margin-bottom: 0;
	color: #2A2A2A;
	font-size: 12px;
}
.bl-testimonial .bl-ourcore-services {
    background: #F8F8F8;
    border: unset;
}
.bl-our-core-services.bl-testimonial .bl-our-services,
.bl-our-core-services.bl-testimonial .slick-active.slick-center .bl-our-services{
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    align-items: center;
}
.bl-testimonial-name {
    border: 1px solid;
    color: #000;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 15px;
}
.bl-testimonial-desig {
    color: #000;
}

.bl-testimonial .slick-track {
    height: 250px;
}
.bl-our-core-services.bl-testimonial .slick-slide{
	transform: scale(0.9, 0.8);
}
.bl-testimonial button.slick-arrow{
	bottom: -30%;
/* 	border: 2px solid #000000; */
}
.bl-testimonial .slick-next:before, .bl-testimonial .slick-prev:before {
    color: #000000;
}
.bl-our-core-services.bl-testimonial .slick-active.slick-center .bl-ourcore-services p {
    color: #fff;
}
.bl-testimonial .slick-active.slick-center .bl-testimonial-name, .bl-testimonial .slick-active.slick-center .bl-testimonial-desig{
	color: #fff;
}
.bl-we-power-silder {
    display: flex !important;
    align-items: center;
}
.bl-wepower-img {
    background: url(/wp-content/uploads/2025/10/Hexagon.png) center / cover no-repeat;
    width: 200px;
    height: 130px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bl-wepower-img img {
    width: 45%;
}
.bl-wepower-disc h4, .bl-wepower-disc p {
    margin-bottom: 5px;
}
.bl-wepowersilder button.slick-prev.slick-arrow {
    bottom: 12%;
    left: -6%;
/* 	border: 2px solid #000; */
}
.bl-wepowersilder button.slick-next.slick-arrow{
	bottom: 12%;
    right: -6%;
/* 	border: 2px solid #000; */
}
.bl-wepowersilder .slick-next:before, .bl-wepowersilder .slick-prev:before {
    color: #000000;
}
#wpcf7-f1418-o1 form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
#wpcf7-f1418-o1 input.wpcf7-form-control.wpcf7-text {
    border: 2px solid gray;
    background: gray;
    border-radius: 30px;
    width: 95%;
}
#wpcf7-f1418-o1 input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #338BFF;
    background: #338BFF;
    font-weight: 400;
}
.bl-hp-contactus {
    padding: 50px 35px;
    background: #fff;
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.bl-contactus.bl-cf-dflex p {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.wpcf7 .bl-hp-contactus input.wpcf7-form-control:not([type=submit]) {
    border: 0;
    border-bottom: 1px solid #8D8D8D;
    border-radius: 0;
    box-shadow: unset;
    padding: 5px 0;
}
.bl-contactus.bl-cf-submit p {
    margin-bottom: 0;
}
.bl-contactus.bl-cf-submit {
    text-align: right;
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    right: 10%;
    top: 25%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner, 
.bl-btn-black a.elementor-button.elementor-button-link.elementor-size-sm {
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 40px;
	border: 1px solid;
}
.bl-btn-black:hover a.elementor-button.elementor-button-link.elementor-size-sm,
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background: #338bff;
}
.bl-silder-blog img {
    width: 285px;
    height: 285px;
    object-fit: cover;
    border-radius: 5px;
}
.bl-silder p {
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
	margin-bottom: 0;
}
.bl-silder {
    margin: 0 15px;
}
.bl-blogsilders ul.slick-dots {
    text-align: left;
    margin: 0;
    padding: 0;
	bottom: -19%;
}
.bl-blogsilders .slick-dots li{
	width: 5px;
    height: 5px;
    margin: 3px;
}
.bl-blogsilders button.slick-arrow {
    position: absolute;
    bottom: -25%;
    width: 35px;
    height: 35px;
}
.bl-blogsilders .slick-prev {
    left: unset;
    right: 7%;
}
#wpcf7-f1418-o2 p {
    display: flex;
    align-items: center;
}
#wpcf7-f1418-o2 input.wpcf7-form-control {
    background: #1f2529;
    border-color: #1f2529;
    border-radius: 30px;
}
#wpcf7-f1418-o2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #338BFF;
    border-color: #338bff;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: 20px;
    color: #101828;
    font-weight: 500;
}
.bl-blogsilders .slick-arrow:before {
    color: #000000;
    font-size: 0;
    width: 33px;
    height: 33px;
    display: inline-block;
}
.slick-prev:before,.bl-our-core-services.bl-testimonial .slick-prev:before {
	background: url(/wp-content/uploads/2025/10/bl-left-arrow.png) center / cover no-repeat;
}
.slick-next:before,.bl-our-core-services.bl-testimonial .slick-next:before {
	background: url(/wp-content/uploads/2025/10/bl-right-arrow.png) center / cover no-repeat;
}
.bl-our-core-services .slick-prev:before {
    background: url(/wp-content/uploads/2025/10/bl-left-arrow-white.png) center / cover no-repeat;
}
.bl-our-core-services .slick-next:before {
    background: url(/wp-content/uploads/2025/10/bl-right-arrow-white.png) center / cover no-repeat;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu{
	display:none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    visibility: visible;
    display: block;
}
@media (max-width: 560px) {
    .bl-timeline {
        padding-left: 68px;
    }
    .bl-step-dot {
        left: -68px;
        width: 48px;
        height: 48px;
    }
    .bl-timeline-step::after,
    .bl-timeline::before {
        left: 30px;
        width: 5px;
    }
    .bl-timeline-content h3 {
        font-size: 22px;
    }
}