/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}

.container h2 {
  padding-bottom: 0px !important;
}

/*Home page service css starts from here - heena*/
.hdr .swiper-slide:hover .ss-card-inner {
  box-shadow: 0 57px 46px 0 #5243C24B;
}

/* --- Service Accordion Container --- */
.service-accordion {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}

/* --- Columns --- */
.service-accordion .wpb_column {
  flex: 1;
  min-width: 0;
  transition: flex 0.6s ease;
  position: relative;
  overflow: hidden;
}
.wpcp-carousel-section .wpcp-single-item img {
    border-radius: 20px;
}
/* Shrink others when hovering */
.service-accordion:hover .wpb_column {
  flex: 0.8;
}

.service-accordion .wpb_column:hover {
  flex: 3;
  z-index: 2;
}

/* --- Service Box --- */
.service-content {
  padding-right: 10px;
  width: 65%;
}


.service-box {
  position: relative;
  height: 620px;
  background: var(--bg, #000) left/cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #fff;
}

/* Overlay */
.service-box::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
}

/* --- Side Title (visible initially) --- */
.service-side-title {

  position: absolute;
  bottom: 0px;
  left: 0;

  color: #fff;
  z-index: 3;
  font-size: 20px;
  opacity: 1;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  padding-bottom: 40px;
  line-height: 120%;
  font-weight: 600;
  width: 100%;
}

.service-side-title img {
  padding-bottom: 25px;
}

/* Hide side title on hover */
.service-accordion .wpb_column:hover .service-side-title {
  opacity: 0;
  transform: rotate(-90deg) translateY(80%);
}

/* When hovering on another box — all non-hovered boxes rotate vertically */
.service-accordion:hover .wpb_column:not(:hover) .service-side-title {
  position: absolute;
  left: 30%;
  bottom: 5%;
  width: auto;
  transform: rotate(-90deg) translateY(50%);
  transform-origin: left bottom;
  opacity: 1;
  text-align: left;
  transition: all 0.6s ease;
}

.service-accordion:hover .wpb_column:not(:hover) .service-side-title img {
  display: none;
}

/* --- Inner Content (hidden initially) --- */
.service-inner {

  display: flex;
  position: relative;
  z-index: 2;
  padding: 20px;
  opacity: 0;
  align-items: center;
  transform: translateY(20px);
  visibility: hidden;
  transition:
    opacity 0.6s ease 0.1s,
    transform 0.6s ease 0.1s,
    visibility 0s linear 0.1s;

}

/* Show content on hover */
.service-accordion .wpb_column:hover .service-inner {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.2s;
  /* wait until column finishes expanding */
}

/* --- Inner Elements --- */
.service-icon img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-right: 20px;
}

.service-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.service-content h3.service-title {
  font-size: 24px;
  color: #fff;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0;
}

.service-desc {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.89;
  margin: 10px 0 15px;
  color: #fff;
  letter-spacing: -0.2px;
  font-weight: normal;
}

.service-btn {
  padding: 13px 28px;
  background: #FEC400;
  color: #000 !important;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 28%;
  text-align: center;
  font-size: 14px;

}


/*Home page css starts from here*/
.border-none button {
  border: none !important;
}

.custom_faq_section.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.custom_faq_section.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 20px;
}

.form_section {
  height: 100%;
  background-size: cover !important;
  border-radius: 50px;
}

h4.tally_addon_service_list {
  width: 90% !important;
}

.logo_slider {
  padding-left: 100px;
  padding-right: 100px;
}

.tally_addon_service_col {
  transition: all 0.4s ease;
  transform: translateX(0);
}

.tally_addon_service_col:hover .tally_addon_service_list {
  /*transform: translateX(2px);*/
}

.tally_addon_service_col .wpb_wrapper {
  padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
}

.tally_addon_service_col:hover .wpb_wrapper {

  background: #2F277B;
}

.tally_addon_service_col:hover .tally_addon_service_list::before {
	filter: none;
}
.tally_addon_service_col:hover h4 {
	color:#fff !important;
}
/* Add icon before text */
.tally_addon_service_list::before {
  content: url('/wp-content/uploads/2025/10/shield-check.png');
  /* your icon URL */
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;  filter: brightness(0) saturate(100%); /* makes image black */
}

.tally_addon_service_list {
  margin-left: 10% !important;
}

.tally_addon_service_col .wpb_wrapper h4 {
  margin: 0;
}

.about_inner_section .wpb_wrapper {
  margin: 15px 0;
}

.about_inner_section {
  padding: 0 15px !important;
}

.about_inner_section:first-of-type {
  /* your CSS here */
  padding-left: 0px !important;
}

.about_inner_section .vc_column-inner {
  background: #F9F9F6;
  border: 1px solid #EBEBE6;
  border-radius: 26px !important;
}

.about_inner_section h4.vc_custom_heading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.about_inner_section h5.vc_custom_heading {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
	    background: linear-gradient(90deg, #2F277B 0%, #5647E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_section h3.top_heading {
  margin: initial;
}

.about_section p {
  line-height: 190% !important;
	text-align: justify;
}

/*.vertical_solution_box {*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*}*/
/*.vertical_solution_box .vc_column-inner {*/
/*    padding: 50px 0;*/
/*}*/


.vertical_solution_box .vc_column-inner {
  background: #fff;
  border-radius: 20px;
  padding-bottom: 20px !important;
  padding: 50px;
  box-shadow: rgb(14 30 37 / 0%) 0px 2px 4px 0px, rgb(14 30 37 / 16%) 0px 2px 16px 0px;
  margin-bottom: 15px;
}

.vertical_solution_btn a:hover {

  color: #fff !important;
}

.vertical_solution_box {
  padding: 0 15px !important;
}

.vertical_solution_btn {
  margin-bottom: 0 !important;
  opacity: 0;
}

.vertical_solution_box:hover .vertical_solution_btn {
  opacity: 1;
}

.vertical_solution_box h4.vc_custom_heading {
  transition: all 0.4s ease;
  transform: translateY(0);
  padding: 0 20px;
}

.vertical_solution_box:hover h4.vc_custom_heading {
  transform: translateY(-8px);
  color: #fff;
}

.vertical_solution_box:hover p {
  color: #fff;
}

.vertical_solution_box img {
  transition: all 0.4s ease;
  transform: translateY(0);
}

.vertical_solution_box:hover img {
  transform: translateY(-8px);
  filter: brightness(0) invert(1);
}

.vertical_solution_box:hover .vc_column-inner {
  background: #2f277b;
}

.section .wpcf7-not-valid-tip {
  position: relative;
  background: none !important;
  color: red !important;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
}

.about_section ul li {
  line-height: 170%;
  list-style: disc;
}

.about_section ul li::marker {
  color: #01BDFD;
  font-size: 18px;
}

.cta_box_content p {
  color: #fff;
  font-size: 17px;    line-height: 150%;
}

/* .free-quote {
  display: grid;
} */

.wpcf7-response-output {
  color: red;
  font-size: 14px;
}

.vc_custom_1761045212092 {
  border-radius: 50px;
}

.free-quote p {
  margin-bottom: 0px;
}

.cta_text {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.call_cta p {
  font-size: 15px;
  color: #01BDFD;
  text-transform: uppercase;
  font-weight: 500;
}

.call_cta_anchor {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  display: block;
  margin-top: 30px !important;
}

.wppsac-post-carousel.design-1 .slick-dots {
  display: inline-block;
}

.slick-dots>li:before {
  display: none;
}

.free-quote input,
.free-quote textarea,
.wpcf7 .wpcf7-select{
  border-radius: 10px !important;
  margin-bottom: 20px !important;
}

.wpcf7 .wpcf7-submit {
  width: auto;
  background-color: #FEC400 !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: normal !important;
	color: #000 !important;
}
.wpcf7 .wpcf7-submit.submit_btn:hover {
	color: #000 !important;
}
.custom_cta_btn a {
  color: #000 !important;
  background: #FEC400 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  padding: 17px 50px !important;
}
.custom_cta_btn button {
  color: #000 !important;
  background: #FEC400 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  padding: 17px 50px !important;
}
h4.wppsac-post-title.text-left {
  padding: 15px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  color: #000;
}

.wppsac-post-date {
  text-transform: uppercase;
}
#wrapper .wpb_text_column ul:last-child {
    margin-bottom: 20px;
}
.seo_content .readmore-wrapper p {
  line-height: 190% !important;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

h3.top_heading {
  border: 1px solid #2968B2;
  margin: 0 auto;
  width: fit-content !important;
  padding: 10px 30px !important;
  border-radius: 50px;
  text-transform: uppercase;
}

.custom_faq_section .vc_tta-panel-heading a {

  text-align: left !important;
  padding-top: 28px !important;
  padding-bottom: 29px !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 126% !important;
}

.custom_faq_section .vc_tta-panel-body p {
  color: #545454;
  font-weight: 400;
  font-family: 'Inter';
  line-height: 190% !important;
  letter-spacing: 0.2px;
  font-size: 16px;

}

.vc_tta .vc_tta-controls-icon {

  height: 20px !important;

  width: 20px !important;
}

a.readmore-toggle {
  background: #FEC400;
  border-radius: 46px;
  padding: 12px 50px;
  color: #000 !important;
  font-size: 16px;
  display: inline-block;
}

/*Footer css starts from here - Heena*/
.footer-widget-area {
  padding: 60px 30px 0 30px;
  display: inline-block;
  width: 100%;
}

.footer-widget-area ul.link-list li {
  list-style: none;
  font-size: 15px;
  font-weight: lighter;
  line-height: 240%;
}

.footer_widget p.description {
  font-size: 17px;
  font-weight: normal;
  line-height: 150%;
}

.footer-widget-area ul.link-list {
  padding: 0;
}

.footer_widget h6.section-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
}

.third-widget-area .footer_widget {
  margin-right: auto;
}

p.custom_copyright {
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  font-weight: lighter;
}

ul#menu-lower-footer {
  display: flex;
  float: inline-end;
}

ul#menu-lower-footer li {
  margin: 0 23px;
  line-height: 145%;
  font-weight: lighter;
}

.lower-footer {
  margin-top: 0px;
  padding: 40px 0 40px 0;
  width: 100%;
  border-top: 1px solid rgba(132, 132, 132, 0.17);
}

.upper-footer {
  border-color: #1F2947;
  background-image: url('/wp-content/uploads/2025/10/footer_bg.png');
  background-repeat: no-repeat;
  background-size: initial;
  background-position: right center;
}


/* Fixed vertical CTA buttons */
.fixed-ctas {
  position: fixed;
  right: 0;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 9999;
  display: none;
}
p.required-note {
    color: #fff;
    padding-bottom: 1.5rem;
    font-size: 12px;
}
p.required-note.blk {
    color: #000;
}
#single-page .wc .wpb_single_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 28%); /* adjust darkness */
    pointer-events: none;
}
#single-page .wc .active .wpb_single_image::after {
    background: none; /* adjust darkness */
}
/* Common CTA styles */
.fixed-ctas a.cta.contact {
  border-radius: 0px 0 10px 0 !important;
}

.fixed-ctas a.cta.support {
  border-radius: 0px 10px 0px 0 !important;
}

.fixed-ctas .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 150px;
  /* button height */
  color: #fff;
  text-decoration: none;
  font-weight: 600;

  writing-mode: vertical-rl;
  /* vertical text */
  text-orientation: mixed;
  transform: rotate(180deg);
  /* flip to readable vertical */
  transition: all 0.3s ease;
}

/* Individual CTA colors */
.fixed-ctas .cta.support {
  background-color: #2f277b;
  /* dark purple */
}

.fixed-ctas .cta.contact {
  background-color: #FEC400;
  /* yellow */
	  color: #000;
}

.breadcrumbs a {
    opacity: 1 !important;
}
.breadcrumbs a span {
    color: #2968B2 !important;
    font-weight: 500;
}
.breadcrumbs a  {
    font-weight: 500;
}
.custom_breadcrumbs {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 10px;
}
.custom_breadcrumbs span {
    white-space: normal;
    line-height: 130%;    font-size: 14px;    font-weight: 500;
}

.service_col_bg_white .wpb_wrapper.first-wpb-wrapper {
    background: #fff;
    position: relative;
  z-index: 1;
    padding: 35px 0px;
    border-radius: 30px;
}

.service_col_bg_white .wpb_single_image  .wpb_wrapper {
    padding: 0px !important;
    
}

.service_text .vc_column-inner{
    padding: 0 !important;
}
.service_text h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.service_hover_btn {
    display: none !important;
}

.service_each_img {
    padding-top: 15px;
}
.service_col_bg_white .wpb_wrapper.first-wpb-wrapper:hover{
    background:#2F277B;
     z-index: 10;
	    top: -10px;
    box-shadow: 0 9px 34px 2px #00000052;
}

.service_col_bg_white .wpb_wrapper.first-wpb-wrapper:hover .service_hover_btn{
    display:block !important;
}

.service_col_bg_white .wpb_wrapper.first-wpb-wrapper:hover .service_each_img, .service_col_bg_white .wpb_wrapper.first-wpb-wrapper:hover .service_icon,
.service_col_bg_white .wpb_wrapper.first-wpb-wrapper:hover .service_text {
    z-index:10;
    opacity:0.3;
}

.service_col_bg_white .wpb_wrapper.first-wpb-wrapper:hover .service_hover_btn {
    display: block !important;
    position: absolute;
    bottom: 40%;
    text-align: center;
    left: 32%;
    padding-top: 0px !important;
    z-index: 10;
}
.service_text  p {
    color: #000;
}
.wt h3.top_heading {
    border-color: #fff;
}
#menu-item-39 ul.dropdown-menu {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}
/* Tally Software Section Start */
h2.block-title {
    font-size: 27px !important;
    background: linear-gradient(90deg, #2F277B 0%, #5647E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1rem !important;
    margin: 0;
    line-height: normal !important;
}
p.block-subtitle {
    font-size: 13px;
    color: #252525;
    margin-bottom: 3rem !important;
}
.block {
    text-align: center;
    line-height: normal;
}
.block-license {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #55616E;
}
.block-price {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(90deg, #2F277B 0%, #5647E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.block-gst {
    font-size: 13px;
    color: #252525;
    margin-bottom: 1rem;
}
button.block-button {
    padding: 15px 70px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    background: #fff4db;
    color: #B3870B;
    font-size: 14px;
    border: none;
	margin-top: 1rem;
}
.block-action {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.pd .vertical_solution_box .vc_column-inner {
    padding: 27px !important;
}
.vertical_solution_box:hover h2.block-title {
    background: #00bfff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vertical_solution_box:hover .block-license {
    color: #fff;
}
.vertical_solution_box:hover .block-gst {
    color: #fff;
}
.vertical_solution_box:hover .block-price {
    background: #00bfff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vertical_solution_box:hover button.block-button {
    background: #ffd43b;
    color: #000;
}
.top_service_form {
    background-size: cover;
}
	.top_service_form .wpcf7 .wpcf7-submit {
    background-color: #FEC400 !important;
}
/* Tally Software Section End */


.steps-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.step-card {
  flex: 1;
  min-width: 0;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  /*transition: all 0.5s ease;*/
  /*background: #fff;*/
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
}

.step-card .vc_column-inner {
    padding:0px !important;
}


span.wpcf7-not-valid-tip {
    display: none;
}

/* on active/hover -> horizontal normal */
.step-card.active .step-number p, .step-card:hover .step-number p {
   
    color: #000;
}
.step-card.active .step-title p, .step-card:hover .step-title p {
    font-size: 28px;
    color: #000;
	padding-top: 0;
   
}
.step-card.active .step-content p, .step-card:hover .step-content p {
    font-size: 16px;
    color: #545454;
    font-weight: normal;
    line-height: 170%;
}


.step-number p {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 110%;
}
.step-card.active .step-title p strong {
    color: #000 !important;
}
.step-title p strong {
    color: #fff !important;
}
.step-title p{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 120%;
	padding-top: 30px;
}

.step-card.active .hover-image, .step-card:hover .hover-image {
    display: block;
    width: 50%;
    margin-left: auto;
}
.step-card.active .step-image, 
.step-card:hover .step-image{
    display:none;
}

.step-card .step-image {
 display:block;   
}
.step-card .hover-image {
 display:none;   
}
.step-card.active, 
.step-card:hover {
   background: #fff; 
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15),
              0 0 25px rgba(0, 123, 255, 0.15);
    flex: 2;
    padding:30px;
    border:1px solid #eee;
	height:100%;
    
}
#single-page .wc .wpb_single_image img{
	height: revert-layer !important;
}

.step-card.active .step-title,
.step-card:hover .step-title {
  writing-mode: horizontal-tb !important; /* horizontal normal */
  text-orientation: initial !important;
  white-space: normal !important;
      top: 47%;
    left: 5%;
}



.step-card.active .step-number, 
.step-card:hover .step-number{
  
    top: 30%;
    left: 5%;
}


.step-card.active .step-content, .step-card:hover .step-content {
    display: block;
    position: absolute;
    left: 5%;
    transform: translateY(-50%);
    top: 67%;
    text-orientation: initial !important;
    white-space: normal !important;
    width: 40%;
}


.step-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.step-text {
  flex: 1;
  padding: 30px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.step-number {
  writing-mode: horizontal-rl;
  text-orientation: mixed;
  font-size: 18px;
  position: absolute;
     top: 15%;
    left: 15%;
  transform: translateY(-50%);
}

.step-title {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 18px;
  position: absolute;
     top: 45%;
    left: 15%;
  transform: translateY(-50%);
}

.step-content {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  display:none;
  
 
  
}

.step-image {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.step-card:hover .step-image img {
  transform: scale(1.05);
}

#main-menu .navbar-nav .dropdown-menu {

    min-width: 340px !important;
    padding: 0px !important;
}
#main-menu .navbar-nav .dropdown-menu li a {
    padding: 12px 20px !important;
    border-bottom: 1px solid rgba(0,0,0,.06);
    margin-bottom: 2px !important;
    font-size: 15px;
    font-weight: normal;
}
#main-menu .navbar-nav .dropdown-menu li a:hover {
    color: #fff !IMPORTANT;
    background: #2f277b !important;
    border-radius: 0px !important;
}


/*Karan CSs Start - Get from customize*/

.navbar.navbar-default.full-width .container {
    padding: 0 50px !important;
}
.br {
    border-radius: 50px !important;
	    background-size: cover;
}
.wpcp-all-captions {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    max-width: 12em;
    margin: 0 auto; 
    white-space: normal; 
    word-wrap: break-word;
    line-height:25px;
}
a.pp {
    background: #2f277b;
    border: none;
	padding: 10px 30px !important;
}
a.bb {
    background: #FEC400;
	color: #000 !important;
    border: none;
		padding: 10px 30px !important;
}
.fa-download:before {
    color: #01bdfd;
}
a.tp {
    background: transparent;
    border: 1px solid #01bdfd;
    color: #000 !important;
	padding: 10px 30px !important;
}
ul.redux-social-media-list.clearfix a {
    background: #3D3497;
    border-radius: 50px;
	width: 32px;
    height: 32px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 7px 0;
}
.vertical_solution_box h4.vc_custom_heading {
    padding: 0;
}
.swiper-pointer-events {
    padding: 20px 0 !important;
}
.wpcf7-form textarea {
    font-size: 16px;
}
.card-content{
	padding-top: 1rem;
	padding-left: 1rem;
}
.sr7-touchhover .sr7-bullet-title {
    display: none !important;
}
.ss-pagination .swiper-pagination-bullet {width: 13px !important; height: 13px !important;}
.swiper-pagination-bullet-active {
    background: #2f277b !important;
}
.dot {
    width: 13px !important;
    height: 13px !important;
}
.dot.active {
    background: #2f277b !important;
}
.ss-card-inner{
	    border: 1px solid #dfdfdf;
}
#why-choose-section {
    background-size: cover;
}
.call_cta_anchor{
	 -webkit-text-fill-color: #ffffff !important;
}
.call-us {
    margin-top: 2rem;
}
.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.contact-info span {
    width: auto !important;
    margin: 0 !important;
    font-size: inherit;
}
.contact-info img.icon {
    margin: 0;
}
.contact-info span.detail {
    font-weight: 100;
}
.topbar-socials.foot {
    margin: 0;
    float: none;
    height: 100%;
}
.foot ul.redux-social-media-list.clearfix a {
    background: #283660;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
}
.footer_widget .foot ul.redux-social-media-list li i {
    margin: 0;
}
.upper-footer .textwidget .foot i:hover{
		color:#fff !important;
	}
footer.underline-effect .textwidget a:after {
    display: none;
}
a.modal-menu-item.tt_button.tt_primary_button.btn_primary_color.default_header_btn.pp:hover {
    background-color: #2f277b !important;
    border: none;
}
.btn-hover-2 .tt_button::before {
    background: #2f277b !important;
}
a.modal-menu-item.tt_button.tt_primary_button.btn_primary_color.default_header_btn.header-download-btn.tp:hover {
    background-color: #fff !important;
}
.btn-hover-2 .tt_button.tt_primary_button.btn_primary_color.bb:hover {
    background-color: #2f277b !important;
}
.vc_tta.vc_general.ww .vc_tta-panel {
    border-radius: 20px;
	    border: 1px solid #D8DDEC;
    border-top: none;
}
.ww .vc_tta-panel-heading {
    border: 1px solid #D8DDEC !important;
	margin-bottom: 0 !important;
}
.nn .vc_btn3.vc_btn3-style-modern {
    border: none;
}
h3.top_heading.wi {
    border-color: #fff;
}
figure.wpb_wrapper.vc_figure {
    width: 100%;
}
#single-page .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
.wpb_text_column.wpb_content_element.step-title {
    width: 35%;
}
#menu-item-33:hover .dropdown:hover ul.dropdown-menu
 {
    margin-top: 10px;
}
#menu-item-914:hover.dropdown:hover ul.dropdown-menu
 {
    transform: translateY(-74%) !important;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}
ul#menu-header .menu-item:hover,
ul#menu-header .menu-item.current-menu-ancestor,
ul#menu-header .menu-item.current-menu-parent,
ul#menu-header .menu-item.active {
    background: #F3F3F3;
    border-color: #01bdfd;
}
ul#menu-header .menu-item {
    border-bottom: 5px solid transparent;
}
ul#menu-header .dropdown .menu-item:hover {
    border: none;
}
.navbar.navbar-default .navbar-nav a:hover {
    font-weight: 500;
}
#main-menu .navbar-nav .dropdown-menu{
	    left: 0px;
    top: 107%;
}
#mission-vision-section .wpb_column {
    padding: 25px;
}
#mission-vision-section .wpb_column .vc_column-inner {
    border-radius: 40px;
    padding: 40px;
    text-align: center;
}
.step-card {
    transition: box-shadow 0.42s 
ease, flex 0.42s 
ease;
}
.ft .call_cta_anchor {
    font-size: 24px;
    font-weight: 500;
    -webkit-text-fill-color: #000000 !important;
    margin-top: 0 !important;
}
.ft .call_cta p {
    margin-bottom: 15px !important;
}
.ft p {
    margin-bottom: 0 !important;
}
.ft {
    margin-bottom: 1rem !important;
}
.start .vc_column-inner {
    justify-content: start !important;
}
.location-card {
    box-shadow: 0 5px 32px 2px #0000000d;
    padding: 30px;
    border-radius: 30px 30px 0 0;
    border-bottom: 3px solid #2F277B;
    text-align: center;
	    margin: 0 2rem;
}
.location-card__city {
    font-size: 22px;
    color: #251D6E;
    margin: 20px 0;
    font-weight: 600;
	text-transform: uppercase;
}
.location-card__divider {
    width: 90px;
    background: #01BDFD;
    height: 1.5px;
    justify-self: center;
}
.location-card__company {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.location-card__address {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
	padding: 0px 20px;
}
.top_service_form .db .wpcf7 .wpcf7-submit {
    background: #00bfff !important;
}
.db h3 {
    text-transform: uppercase;
}
.db h2 {
    font-weight: 500;
    margin-bottom: 2rem;
}
.container h2.spn {
    font-weight: 500;
    font-size: 28px !important;
}
.container h2.spn b {
    font-weight: 800;
}
.team-slider.slick-slide:hover .contact-content {
    position: absolute;
    top: 0;
    width: 413px;
    background: #02010fc7;
    height: 385px;
    display: block;
}
.team-slider.slick-slide:hover .contact-content a {
    position: absolute;
    top: 41%;
    left: 41%;
    background: transparent;
    border: 1px solid #00bfff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}
.team-slider.slick-slide:hover .contact-content a i.fa.fa-linkedin {
    width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;
}
.team-slider.slick-slide:hover .contact-content a i.fa.fa-linkedin::before {
    font-size: 40px;
    color: #00bfff;
}
.team-slider.slick-slide .contact-content {
    display: none;
}
.contact-content a:hover {
    border-color: #ebeb41 !important;
}
.contact-content a:hover i.fa.fa-linkedin::before {
    color: #ebeb41 !important;
}
.about_section h4.kd_counter_number {
display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: linear-gradient(90deg, #2F277B 0%, #5647E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1rem 0 !important;
}
.about_section span.kd_number_string {
    font-weight: bold;
    font-size: 46px;
}
.about_section .kd_counter_units {
    font-size: 46px;
	margin-bottom: 0px;
}
/*Karan CSs End - Get from customize*/


/* About Page Start*/
.about_stats h5.service-heading {
    color: #1B1B1B !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px !important;
    padding-top: 6px;
}
.about_stats .tt-iconbox-customimg.img_big_size {
    width: 65px !important;
}
.key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {
    max-width: 65px !important;
}
#mission-vision-section .wpb_column {
    padding: 25px;
}
#mission-vision-section .wpb_column .vc_column-inner {
    border-radius: 40px;
    padding: 40px;
    text-align: center;
}
#mission-vision-section p {
    font-size: 16px;
    line-height: 190%;
    color: #545454;
    padding-bottom: 0px;
	margin-bottom: 15px !important;
	padding-left: 10px;
    padding-right: 10px;
}

.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg {
   
    height: 385px !important;
  
}
.wp_teamshowcase_slider.design-1 .member-name {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.wp_teamshowcase_slider.design-1 .member-content .member-job {
    font-size: 16px;
    color: #000;
    line-height: 170%;
    margin: 8px 0;
}
.wp_teamshowcase_slider.design-1 .member-content .member-desc {
    display: none;
}
.wp_teamshowcase_slider .slick-dots li.slick-active button {
    background: #01BDFD !important;
}

/* About Page End*/



 /*====blog page style=======*/
  .logictech-blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;    padding: 20px 0;
        }
     .logictech-blog-grid .logictech-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;    padding-left: 0px !important;
}

.post_read_more a {font-size: 27px;color: #525050;    text-decoration: none;}

.post_read_more {
    padding-top: 12px;
}

.logictech-meta {
    font-weight: 500;
}
.logictech-blog-card img {
    height: 400px;
    border-radius: 16px;
}
.logictech-pagination .page-numbers {
    border-radius: 10px;
    height: 44px;
    width: 44px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto 3px;
}
.blog_section3 .readmore-btn2 {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #0C0404;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #FFC100;
    padding: 16px 55px;
    border-radius: 30px;
    text-decoration: none;
    border: 0px;
    margin: auto;
    text-align: center;
    display: flex;
    margin-top: 2rem;
}
.blog_section_title h3 {
    font-size: 70px !important;
    margin-top: 8px;
}

 .logictech-thumb img {
            width: 100%;
            height: 340px;
            object-fit: cover;
            border-radius: 22px;
        }

        .logictech-meta {
            margin-top: 14px;
            font-size: 13px;
            color: #777;
        }

        .logictech-title {
            font-size: 24px;
            font-weight: 800;
            margin-top: 10px;
        }

        .logictech-pagination {
            margin: 30px 15px;
            text-align: center;
        }

        .logictech-pagination .page-numbers {
            display: inline-block;
            padding: 10px 14px;
            margin: 0 4px;
            border-radius: 8px;
            border: 1px solid #ddd;
            color: #333;
            text-decoration: none;
            font-weight: 600;
        }

        .logictech-pagination .current {
            background: #2f324d;
            color: #fff;
            border-color: #2f324d;
        }

        .logictech-pagination .next,
        .logictech-pagination .prev {
            font-size: 18px;
        }



 /*====blog page style end=======*/

/* Single Blog Page Start */
.single-post .entry-header.blog-header.with-topbar {
    padding-top: 114px;
}
.row.blog-page-heading.blog-title-left{
	display: none;
}
span.aioseo-breadcrumb a {
    color: #2968B2;
}
.single-post .custom_breadcrumbs {
    padding-top: 20px;
}
.blog-single-header-wrapper.post-with-image {
       padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
	background-position: center;
	    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
}
h1.blog-single-title {
    color: #fff;
	text-align:center;
}
.single #posts-content .entry-meta {
    color: #fff;
	text-align:center;
}
.single #posts-content .entry-meta span {
    color: #fff;
}
.blog-content {
    padding-top: 40px;
}
.blog-single .right-sidebar {
    padding-top: 40px;
}
.container .blog-content h2 {
    font-size: 34px;
    text-align: left;
    line-height: normal;
}
.container .blog-content h3 {
    font-size: 22px;
	font-weight: 700;
}
.blog-content ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.blog-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.blog_widget {
    margin-bottom: 30px;
}
div#block-2 {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
}
div#block-2 input#wp-block-search__input-1 {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
	    padding: 15px;
}
.wp-block-latest-posts li {
    display: flex;
    flex-direction: column;
}
.wp-block-latest-posts__post-date {
    order: -1;
}
div#block-3 {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
}
div#block-3 h2 {
    text-align: left;
	font-size: 28px !important;
}
div#block-2 h2 {
    text-align: left;
	font-size: 28px !important;
}
div#block-4 h2 {
    text-align: left;
	font-size: 28px !important;
}
div#block-4 {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
}
div#block-7 {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
}
div#block-7 h2 {
    margin-bottom: 2rem !important;
    text-align: left;
    font-size: 28px !important;
}
div#block-7 .wpcf7 .wpcf7-text{
    background: #ffffff;
}
div#block-7 .wpcf7-form textarea{
    background: #ffffff;
}
div#block-7 .wpcf7 .wpcf7-submit {
    margin-bottom: 0 !important;
}
div#block-7 .wpcf7-spinner{
    display: none;
}
div#block-2 .wp-block-search__inside-wrapper {
    position: relative;
}
div#block-2 .wp-block-search__button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0px;
}
div#block-2 .wp-block-search__button svg {
    fill: #ffffff;
    background: #01BDFD;
    padding: 7px;
    min-height: 43px;
    min-width: 43px;
    border-radius: 9px;
}
div#block-2 .wp-block-search__button:hover svg {
    fill: #fff;
}
div#block-4 ul {
    list-style: none;
    padding-left: 5px;
}
.latest-blogs-last {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
	padding: 0 15px;
}
.latest-blogs {
    background: #F0F5FF;
    padding: 4rem 0;
    background-image: url(https://logictech.ocpwebserver.com/wp-content/uploads/2025/10/feature_bg.png);
}
.latest-blogs h2 {
    margin-bottom: 3rem;
    font-size: 50px;
}
.latest-blog-item a {
    width: 100%;
    display: block;
}
.latest-blog-item a img {
    width: 100%;
	border-radius: 25px;
}
span.blog-date {
    font-size: 13px;
    color: #777;
}
h3.blog-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
}
a.blog-arrow {
    color: #01bdfd;
    font-size: 27px;
    padding-top: 12px;
}
.blog-meta {
    margin-top: 14px;
}
.blog-prev-next {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	    margin-top: 2rem;
	padding: 0 15px;
}
a.nav-btn.next-btn {
    text-align: right;
    padding: 10px 20px;
    border: 1px solid #2968B2;
    border-radius: 60px;
    color: #2968B2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
a.nav-btn.prev-btn {
    padding: 10px 20px;
    border: 1px solid #2968B2;
    border-radius: 60px;
    color: #2968B2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-next {
    text-align: right;
}
h4.blog-nav-title {
    font-size: 18px;
    margin-bottom: 2rem;
}
.meta-content {
    display: none;
}
.single #posts-content span.author {
    display: none;
}
.single #posts-content span.blog-label {
    display: none;
}
#posts-content .post p {
    margin-bottom: 20px;
}
div#ez-toc-container {
    padding: 30px;
    border: none;
    border-radius: 20px;
    background: #f5f5f5;
    margin-bottom: 2rem;
}
.ez-toc-title-container p.ez-toc-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #000;
}
.ez-toc-title-container {
    margin-bottom: 1rem;
}
.ez-toc-list li {
    font-size: 16px !important;
}
.ez-toc-list li a {
    font-size: 16px !important;
    color: #545454 !important;
}
.ez-toc-list li a:hover {
  text-decoration: none !important;
}
.ez-toc-list {
    margin-bottom: 0 !important;
}
@media (max-width: 959px) {
	.single-post .entry-header.blog-header.with-topbar {
    padding: 0 !important;
    margin: 0 !important;
}
	.blog-single-header-wrapper.post-with-image {
    padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-post #posts-content .post {
        margin-left: 0;
        margin-right: 0;
    }
	#posts-content .post-sticky-sidebar {
        padding: 0;
    }
	.blog-single .right-sidebar {
    padding-top: 0;
}
	.latest-blogs-last {
    display: block;
}
    .latest-blog-item {
    margin-bottom: 2rem;
}
	.blog-prev-next {
    padding: 0;
}
	.latest-blogs-last {
    padding: 0;
}
	h4.blog-nav-title {
    font-size: 14px;
}
}
@media only screen and (max-width: 1280px) and (min-resolution: 1.5dppx), only screen and (max-width: 1280px) and (min-device-pixel-ratio: 1.5) {
    .container .blog-content h3 {
        font-size: 20px !important;
        padding: 0 !important;
    }
	.container h3.blog-title {
		  font-size: 20px !important;
        padding: 0 !important;
}
}

/* Single Blog Page End */




/* === Vertical Solution Slider ONLY === */

.vertical-solution-slider .verticalSolutionSwiper {
    width: 100%;
    position: relative;
}

.vertical-solution-slider .verticalSolutionSwiper .swiper-wrapper {
    align-items: stretch;
}

.vertical-solution-slider .verticalSolutionSwiper .swiper-slide {
    height: auto;
    display: flex;
}

/* Arrow styling (scoped) */
.vertical-solution-slider .verticalSolutionSwiper .swiper-button-next,
.vertical-solution-slider .verticalSolutionSwiper .swiper-button-prev {
    color: #000; /* change if needed */
    width: 44px;
    height: 44px;
}

.vertical-solution-slider .verticalSolutionSwiper .swiper-button-next::after,
.vertical-solution-slider .verticalSolutionSwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Optional: spacing fix for WPBakery columns */
.vertical-solution-slider .vertical_solution_box {
    width: 100% !important;
    margin: 0;
}

/* Buy Now Page */

.tally-tabs {
  background: #F4F3FF;
  padding: 6px;
  border-radius: 40px;
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
}
.tally-tab {
  padding: 10px 28px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  color: #555;
  transition: 
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.25s ease;
}
.tally-tab:hover {
  color: #000;
  transform: translateY(-1px);
}
.tally-tab.active {
  background: #ffcc00;
  color: #000;
}
.page-id-1315 p.block-subtitle {
    margin-bottom: 2rem !important;
}
.block-box {
    background: #FFF3CC66;
    border: dotted;
    border-color: #DAC06A;
    border-width: 2px;
    border-radius: 20px;
    padding: 20px;
}
.block-box .block-gst {margin-bottom: 10px;}
/* Buy Now Page */

/* Product Page */
.service-wrapper {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 20px !important;
    padding: 20px;
    box-shadow: rgb(14 30 37 / 0%) 0px 2px 4px 0px, rgb(14 30 37 / 16%) 0px 2px 16px 0px;
    margin-bottom: 15px;
}
.module-media img {
    border-radius: 25px;
}
h2.module-heading {
    font-size: 26px !important;
    font-weight: 600;
    background: linear-gradient(90deg, #2F277B 0%, #5647E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    text-align: left !important;
    line-height: normal !important;
    margin-top: 1.5rem;
}
p.module-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
	padding-bottom: 35px; 
	margin-bottom: 0 !important;
}
a.action-trigger {
    background: #ffd43b !important;
    color: #000 !important;
    padding: 15px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border: none;
}
a.action-trigger:hover {
    color: #000;
}
.feature-module {
    height: 380px;
}
.module-media img {
    object-fit: cover;
	width: 100%;
}
/* Product Page */

/* Blog Faq Accordian */

.accordion-item {
    margin-bottom: 18px;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: 30px 30px;
    font-size: 18px;
    font-weight: 600;
    background: #f3f3f3;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    height: 100%;
}

.accordion-title {
    flex: 1;
}

.accordion-content br {
    display: none;
}

.accordion-icon {
    font-size: 22px;
    flex-shrink: 0;
    margin-left: auto;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: #fff;
    padding: 0 24px;
}

.accordion-content p {
    margin: 0;
    padding: 18px 0;
    line-height: 1.7;
    color: #555;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.custom-accordion p {
    margin: 0 !important;
}

.active .accordion-header {
    border-radius: 20px;
}

/* Blog Faq Accordian */


.neww .swiper-button-next, .neww .swiper-button-prev {
	top: 95% !important;
}
.neww .swiper-button-prev {
    left: 46% !important;
}
.neww .swiper-button-next {
    right: 46% !important;
}
.neww .swiper-button-next, .neww .swiper-button-prev {
    background: #2f277b;
    padding: 25px;
    border-radius: 25px;
}
.neww .swiper-button-next:after, .neww .swiper-button-prev:after{
    font-size: 20px !important;
    font-weight: 700;
}
.ss-services-swiper {
    padding-bottom: 3rem !important;
}
.product-box {
    padding: 0 20px !important;
}
.product-box .vc_column-inner {
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
	margin-bottom: 1rem;
}
.product-box .custom_cta_btn {
    padding-top: 1rem !important;
}
.product-box a.vc_btn3 {
    border: none;
    color: #000 !important;
    background: #FEC400 !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    padding: 17px 50px !important;
}
.product-box a.vc_btn3:hover {
    border: none;
}
.bs .vc_column-inner {
    box-shadow: rgb(14 30 37 / 0%) 0px 2px 4px 0px, rgb(14 30 37 / 16%) 0px 2px 16px 0px !important;
    padding: 40px !important;
}
.bs .vc_column-inner ul li::marker {
    color: #2f277b;
}
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: none !important;
}
button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
    border: none !important;
    outline: none !important;
}
.vc_general.vc_btn3 {
    border: none !important;
    outline: none !important;
}
.service-accordion .wpb_column:hover .service-side-title {
    display: none;
}
.cf7sr-g-recaptcha > iframe:empty {
    display: none !important;
}
.spt .wpcf7 .wpcf7-text {
    height: 45px;
}
.spt p{
    font-size: 14px;
} 
.spt input::placeholder,
.spt textarea::placeholder {
    color: #000;
    opacity: 1;
}
#wrapper .wpcf7 form .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    margin: 40px 0 0 0;
}
.ays-pb-modals {
  z-index: 9999 !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #46b450;
	margin-top: 3rem !important;
}